.intro {
    position: relative;
    min-height: 100dvh;
    color: var(--base);
    background-color: var(--text);
    -webkit-box-flex: 1;
    -ms-flex: auto auto auto;
    flex: auto auto auto;
    padding-top: 7rem;
}

.intro.section {
    padding-top: 7rem;
}

.intro.intro-start {
    min-height: 40rem;
}

.intro.intro-start .section-header p {
    max-width: 100%;
}

.intro .container {
    position: relative;
    z-index: 2;
}

.intro .section-header a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--base);
}

.intro-styled {
    min-height: 40rem;
    background-image: url("../../img/intro-bg.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: #d95491;
    padding-top: 7rem;
    padding-bottom: 5rem;
    overflow: hidden;
}

.intro-styled.intro-styled-min {
    padding: 3rem 0 !important;
}

.intro-styled.intro-styled-h {
    min-height: 100dvh;
}

.intro-styled.intro-styled-pb0 {
    padding-bottom: 0;
}

.intro-styled::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../img/intro-bg-grid.svg");
    background-position: left top;
}

.intro-styled .intro-details {
    max-width: 38rem;
    padding-bottom: 2rem;
}

.intro-styled .section-header p {
    color: var(--base);
}

.intro-content {
    max-width: 60rem;
}

.intro-content.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro-content .section-header p {
    max-width: 100%;
}

.intro-details {
    max-width: 43rem;
}

.intro-details.md {
    max-width: 47rem;
}

.intro-details-center {
    max-width: 54rem;
    margin: 0 auto;
}

.intro-details-center.wide {
    max-width: 100%;
}

.intro-discount {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1rem;
}

.intro-img {
    margin: 0 auto;
}

.intro-img-abs {
    position: relative;
    width: 100%;
    max-width: 30rem;
    padding-left: 0.5rem;
    margin: 3rem 0 0 auto;
    z-index: 1;
}

.intro-img-abs img {
    width: 100%;
}

.intro-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.intro-bg,
.intro-bg-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.intro-bg-item {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.intro-bg-item.active {
    opacity: 1;
}

@media (min-width: 768px) {
    .intro-discount {
        font-size: 7.5rem;
    }

    .intro-styled .intro-details {
        padding-bottom: 0;
    }

    .intro-img-abs {
        max-width: 36.25rem;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .intro-styled .intro-discount {
        font-size: 5.5rem;
    }

    .intro-styled .section-header.lg h1, .intro-styled .section-header.lg h2 {
        font-size: 2.875rem;
    }

    .intro-styled .section-header.lg p {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .intro-styled {
        padding-top: 7rem;
    }

    .intro-styled .intro-details {
        padding-bottom: 6rem;
    }

    .intro-img-abs {
        position: absolute;
        right: 0;
        bottom: 3rem;
        max-width: 30rem;
        margin: 0 0 3.125rem 0;
    }
}

@media (min-width: 1200px) {
    .intro-img-abs {
        max-width: 36.25rem;
        margin: 0;
    }
}

@media (min-height: 1024px) {
    .intro {
        min-height: 1024px;
    }

    .intro-styled {
        min-height: 40rem;
    }

    .intro-styled.intro-styled-h {
        min-height: 1024px;
    }
}

.benefits > .row {
    margin-bottom: 4rem;
}

.benefits > .row:last-child {
    margin-bottom: 0;
}

.benefits-item-lg {
    max-width: 30rem;
    margin: 0 auto;
}

.benefits-item-lg .benefits-item-heading {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.benefits-item-lg .benefits-item-desc {
    max-width: 100%;
}

.benefits-item-lg .benefits-item-icon {
    margin-bottom: 1rem;
}

.benefits-item-stylized {
    padding-left: 1.125rem;
}

.benefits-item-stylized .benefits-item-desc {
    max-width: 100%;
}

.benefits-item-stylized .benefits-item-heading {
    position: relative;
    line-height: 1.3;
}

.benefits-item-stylized .benefits-item-heading::before {
    content: "";
    position: absolute;
    left: -1.125rem;
    top: 0.125rem;
    width: 2px;
    height: 1rem;
    background-color: var(--accent);
}

.benefits-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8rem;
    width: 8rem;
    max-width: 7.857rem;
    margin: 0 auto 2rem;
}

.benefits-item-icon img {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.benefits-item-icon .bii-img {
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    margin: -2rem 0 0 -2rem;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.benefits-item-icon.benefits-item-icon-small {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
}

.benefits-item-icon.benefits-item-icon-left {
    margin-left: 0;
}

.benefits-item-icon.benefits-item-brand-img {
    width: 10rem;
    max-width: 100%;
    height: 3rem;
}

.benefits-item-heading {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: var(--line-height);
}

.benefits-item-desc {
    font-size: 0.875rem;
    margin: 0 auto;
    max-width: 18.85rem;
}

.benefits-item-info {
    margin: 1rem auto 0;
    max-width: 18.85rem;
}

@media (min-width: 768px) {
    .benefits-item-lg .benefits-item-heading {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .benefits-item-lg {
        max-width: 28.875rem;
        margin: 0;
    }
}

.carousel-testimonials {
    padding: 0 2rem;
}

.testimonials-col {
    width: 100%;
    margin-right: 1.5rem;
}

.testimonials-item {
    position: relative;
    background-color: var(--base);
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(214, 219, 224, 0.5);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(214, 219, 224, 0.5);
    height: 100%;
}

.testimonials-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonials-item-photo {
    min-width: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    border-radius: 50%;
}

.testimonials-item-full-name {
    color: var(--text);
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.25rem;
}

.testimonials-item-body {
    font-size: 0.8125rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e3e8ee;
}

.testimonials-item-body p {
    margin: 0;
}

@media (min-width: 421px) {
    .testimonials-col {
        min-width: 22.5rem;
        max-width: 22.5rem;
    }
}

.carousel-brands {
    padding: 0 2rem;
}

.carousel-brands .brands-item {
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem;
}

.brands-item {
    --logo-max-height: 2rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 0.5rem;
    min-height: 9.375rem;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.brands-item:hover {
    border-color: var(--accent);
}

.brands-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: var(--logo-max-height);
}

.brands-item- {
    --logo-max-height: 2rem;
    height: var(--logo-max-height);
}

.brands-item- img {
    display: block;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: var(--logo-max-height);
}

@media (min-width: 768px) {
    .carousel-brands .brands-item {
        width: calc(33.3% - 1rem);
    }

    .carousel-brands-lg {
        padding: 0 2.5rem;
    }
}

@media (min-width: 992px) {
    .carousel-brands .brands-item {
        width: calc(25% - 1.125rem);
    }
}

@media (min-width: 1400px) {
    .carousel-brands .brands-item {
        width: calc(20% - 1.25rem);
    }
}

.hiw-heading {
    font-size: 2rem;
    font-weight: 300;
    margin: -1.5rem 0 3rem;
    line-height: normal;
    letter-spacing: -0.54px;
    color: var(--accent);
    text-align: center;
}

.hiw-item {
    text-align: center;
}

.hiw-item-heading {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.hiw-item-img {
    position: relative;
    width: 100%;
    max-width: 10.25rem;
    margin: 0 auto;
}

.hiw-item-img::before {
    content: "";
    position: absolute;
    top: -1.25rem;
    left: 50%;
    width: 14.625rem;
    height: 24.75rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../../img/hiw-img-shadow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hiw-item-desc {
    max-width: 13.75rem;
    margin: 2rem auto 0;
}

.hiw-img {
    max-width: 20rem;
    margin: -1rem auto 2rem;
}

.hiw-content {
    max-width: 40rem;
    font-size: 0.875rem;
    margin: 2.5rem auto 0;
}

.hiw-content strong {
    font-size: 1rem;
    font-weight: 600;
}

.hiw-content p {
    margin-bottom: 1.5rem;
}

.hiw-brand {
    --logo-max-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--logo-max-height);
}

.hiw-brand img {
    max-height: var(--logo-max-height);
}

@media (min-width: 768px) {
    .hiw-heading {
        font-size: 2.25rem;
        margin-bottom: 5rem;
    }

    .hiw-item-heading {
        margin-bottom: 2.5rem;
    }

    .hiw-item-desc {
        margin: 3rem auto 0;
    }
}