/* _content/Impact.Member/Views/Account/Profile.cshtml.rz.scp.css */
/* _content/Impact.Member/Views/Account/Security.cshtml.rz.scp.css */
/* _content/Impact.Member/Views/Home/Index.cshtml.rz.scp.css */
.home-banner[b-4l6lh7t4tz] {
    color: #fff;
    height: 920px;
    background-image: url("/assets/Banner-Home.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #e7edf6;
}
    .home-banner .highlight-wrap[b-4l6lh7t4tz] {
        position:relative;
    }
    .home-banner .highlight[b-4l6lh7t4tz] {
        background-image: url("/assets/Hightlight.png");
        background-position: center;
        background-size: cover;
        height: 100%;
        display: inline-block;
    }
    .home-banner .highlight[b-4l6lh7t4tz]::before,
    .home-banner .highlight[b-4l6lh7t4tz]::after {
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 0.3em;
    }
    .home-banner .highlight[b-4l6lh7t4tz]::before {
        background-image: url("/assets/Hightlight.png");
        background-position: center left;
        left: -0.3em;
    }
    .home-banner .highlight[b-4l6lh7t4tz]::after {
        background-image: url("/assets/Hightlight.png");
        background-position: center right;
    }

.bannertxt1[b-4l6lh7t4tz] {
    position: absolute;
    top: 11rem;
    left: calc(0px + 10vw);
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    font-family: 'Adobe Garamond Pro Bold';
}

.bannertxt2[b-4l6lh7t4tz] {
    position: absolute;
    top: 620px;
    left: calc(0px + 10vw);
    font-size: 1.5rem;
    font-weight: 500;
    width: 92%;
}

.bannertxt2c[b-4l6lh7t4tz] {
    width: calc(250px + 7.3vw);
}
.bannertxt3[b-4l6lh7t4tz] {
    position: absolute;
    top: 12.6rem;
    right: 2rem;
}

@media only screen and (max-width: 1366px) {
    .home-banner[b-4l6lh7t4tz] {
        background-image: url("/assets/Banner-Home2.png");
        background-position:right;
    }
}

@media only screen and (max-width: 991px) {
    .home-banner[b-4l6lh7t4tz] {
        background-image: url("/assets/Banner-HomeM.png");
        background-position: center;
    }

    .bannertxt1[b-4l6lh7t4tz] {
        top: 2rem !important;
        font-size: calc(0.5rem + 3vw) !important;
    }

    .bannertxt2[b-4l6lh7t4tz] {
        font-size: calc(0.1rem + 2.5vw) !important;
        top: 720px !important;
    }
    .bannertxt2c[b-4l6lh7t4tz] {
        width: 40vw;
    }

    .bannertxt3[b-4l6lh7t4tz] {
        top: 9.5rem;
        right: 2.5rem;
    }

}
@media only screen and (max-width: 600px) {
    .home-banner[b-4l6lh7t4tz] {
        background-image: url("/assets/Banner-HomeM2.png");
        height: calc(100px + 120vw);
        background-position: top;
        background-size: contain;
        background-color: #e7edf6;
    }
    .bannertxt2[b-4l6lh7t4tz] {
        top: calc(100px + 80vw) !important;
        font-size: calc(0.2rem + 3.2vw) !important;
    }
    .bannertxt2c[b-4l6lh7t4tz] {
        width: 40vw;
    }
    .hbanner-btn[b-4l6lh7t4tz] {
        display: flex;
        justify-content: end;
        padding-right: 10%;
    }

    .bannertxt3[b-4l6lh7t4tz] {
        top: 13.5rem;
        right: 0.5rem;
    }
}
@media only screen and (max-width: 428px) {
    .hbanner-btn[b-4l6lh7t4tz] {
        padding-right: 12%;
    }
    .bannertxt3[b-4l6lh7t4tz] {
        top: 7rem;
    }
@media only screen and (max-width: 810px) { .hbanner-btn[b-4l6lh7t4tz] { padding-left: 15.5vw; } }
@media only screen and (max-width: 414px) { .hbanner-btn[b-4l6lh7t4tz] { padding-right: 13%; } }
@media only screen and (max-width: 390px) { .hbanner-btn[b-4l6lh7t4tz] { padding-right: 8.5%; } }
@media only screen and (max-width: 384px) { .hbanner-btn[b-4l6lh7t4tz] { padding-right: 10%; } }
@media only screen and (max-width: 375px) { .hbanner-btn[b-4l6lh7t4tz] { padding-right: 10%; } }
@media only screen and (max-width: 350px) { .hbanner-btn[b-4l6lh7t4tz] { padding-right: 16%; } }


.swiper-button-prev[b-4l6lh7t4tz] {
    left: -60px !important;
}

.swiper-button-next[b-4l6lh7t4tz] {
    right: -60px !important;
}

.swipeicon[b-4l6lh7t4tz] {
    height: 30px;
}

.swipeicon-wrap[b-4l6lh7t4tz]::after {
    Content: "" !important;
}


@media only screen and (max-width: 600px) {
    .swiper-button-prev[b-4l6lh7t4tz] {
        left: -30px !important;
    }

    .swiper-button-next[b-4l6lh7t4tz] {
        right: -30px !important;
    }

    .swipeicon-wrap[b-4l6lh7t4tz] {
        display: none;
    }

    .mobile-scroll[b-4l6lh7t4tz] {
        display: flex;
        flex-direction: column;
    }
    .swiper-slide[b-4l6lh7t4tz] {
        height: auto;
    }
}
/* _content/Impact.Member/Views/My/Purchases.cshtml.rz.scp.css */
/* _content/Impact.Member/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/
/* _content/Impact.Member/Views/Shared/_SecureLayout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/
