.section-insurance a {
    color: #0027b3;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

.section-insurance a:link,.section-insurance a:focus,.section-insurance a:active,.section-insurance a:visited {
    color: #0027b3
}

.section-insurance a:hover {
    color: #0038df
}

.section-insurance a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.section-page-hero.centered {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
    background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background: linear-gradient(180deg, #fff 0%, #f4f4f4 100%)
}

.section-page-hero.centered .background-image {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    bottom: 0;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
}

.section-page-hero.centered .container {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-page-hero.centered h1 {
    margin: 0 0 36px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: 42px;
    line-height: var(--42px-line-height)
}

.section-page-hero.centered .btn-blue-gradient {
    min-width: 170px
}

.section-page-hero.centered .image {
    margin: 0 auto;
    display: block;
    padding: 0 16px;
    max-width: 870px
}

.section-page-hero.centered img {
    margin: 0 auto
}

.section-page-hero.centered video {
    left: 50%;
    margin: 0 auto;
    display: block;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 870px;
    -o-object-fit: contain;
    object-fit: contain;
    mix-blend-mode: darken;
    -o-object-position: top center;
    object-position: top center
}

@media(min-width: 720px) {
    .section-page-hero.centered h1 {
        font-family:var(--font-family-denton);
        font-weight: 300;
        font-size: var(--h1-font-size);
        line-height: var(--h1-line-height)
    }

    .section-page-hero.centered button {
        width: auto;
        width: initial
    }
}

@media(min-width: 1024px) {
    .section-page-hero.centered .background-image {
        bottom:-100px;
        -o-object-position: bottom center;
        object-position: bottom center
    }

    .section-page-hero.centered video {
        left: auto;
        max-width: 990px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-top: -60px
    }
}

@media(min-width: 1360px) {
    .section-page-hero.centered .container {
        padding-top:190px;
        padding-bottom: 70px
    }

    .section-page-hero.centered video {
        max-width: 1300px;
        margin-top: -100px
    }
}

.section-highlights {
    color: #000;
    margin: 48px 0 2px;
    overflow: hidden;
    border-bottom: 1px solid #eef0f2;
    padding-bottom: 35px
}

.section-highlights h2 {
    margin: 0 0 24px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.section-highlights h3 {
    margin: 0 0 8px;
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px
}

.section-highlights p {
    color: #516880;
    margin: 6px 0 0;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.section-highlights .btn-transparent {
    margin-bottom: 32px
}

.section-highlights .svg-icon-src {
    width: 32px;
    height: 32px;
    margin: 0 0 8px;
    display: inline-block
}

.section-highlights .svg-icon-src svg {
    width: 100%;
    height: 100%
}

.section-highlights .number {
    width: 44px;
    height: 44px;
    margin: 0 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f6f7f9;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    font-weight: 500;
    font-family: var(--font-family-heading)
}

.section-highlights .span-item {
    margin-bottom: 46px
}

@media(min-width: 768px) {
    .section-highlights {
        margin:64px 0 0;
        padding-bottom: 18px
    }

    .section-highlights .row {
        left: -30px;
        width: calc(100% + 60px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-highlights .span-item {
        width: 33.3333333333%;
        padding-left: 30px;
        padding-right: 30px
    }
}

.section-highlights {
    margin-top: 100px
}

.section-highlights .span-item {
    max-width: 100%
}

.section-highlights .span-title {
    margin: 0 auto;
    max-width: 845px;
    text-align: center;
    padding-bottom: 90px
}

.section-highlights .span-title p:last-of-type {
    margin-bottom: 0
}

.section-insurance {
    padding: 100px 0;
    border-top: 1px solid #eef0f2
}

.section-insurance .pill {
    margin: 0 0 20px
}

.section-insurance .pill span {
    display: inline-block;
    vertical-align: middle
}

.section-insurance .pill svg {
    width: 16px;
    height: 16px;
    margin: 0 2px 0 0;
    display: inline-block;
    vertical-align: middle
}

.section-insurance .pill svg path {
    fill: #fff !important
}

.section-insurance h2,.section-insurance .h2 {
    color: #000;
    margin: 0 auto 40px;
    max-width: 620px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.section-insurance p {
    color: #1b2128;
    margin: 0 0 18px;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.section-insurance p:last-of-type {
    margin-bottom: 0
}

.section-insurance b,.section-insurance strong {
    font-weight: 600
}

.section-insurance small {
    color: #6b8aaf;
    margin: 0 0 18px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: var(--text-tiny-line-height);
    font-family: var(--font-family-text)
}

.section-insurance .btn-wrap {
    padding-top: 40px
}

@media(min-width: 720px) {
    .section-insurance {
        text-align:center
    }
}

.section-insurance {
    border-bottom: 1px solid #f1f4f7
}

.section-insurance h2 {
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.section-feature-guide {
    color: #000;
    margin: 40px 0
}

.section-feature-guide .row-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
}

.section-feature-guide .accordion-item {
    outline: none;
    padding: 24px 16px;
    position: relative;
    border-bottom: 1px solid #f1f4f7
}

.section-feature-guide .accordion-item:last-of-type {
    border-bottom: none
}

.section-feature-guide .item-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .6s ease-in-out;
    -o-transition: max-height .6s ease-in-out;
    transition: max-height .6s ease-in-out
}

.section-feature-guide .active .item-content {
    max-height: 450px;
    -webkit-transition: max-height .7s ease-in-out;
    -o-transition: max-height .7s ease-in-out;
    transition: max-height .7s ease-in-out
}

.section-feature-guide .span-media {
    position: relative;
    background: #fafafa;
    margin-bottom: 32px;
    border-radius: 12px
}

.section-feature-guide .span-media::after {
    content: "";
    display: block;
    padding-top: 100%
}

.section-feature-guide .bg-image,.section-feature-guide .video-wrap {
    width: 100%;
    height: 350px;
    z-index: 1;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.section-feature-guide video,.section-feature-guide .bg-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom left;
    object-position: bottom left
}

.section-feature-guide .slide {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    padding: 16px;
    position: absolute;
    -webkit-transition: opacity .45s ease-in-out;
    -o-transition: opacity .45s ease-in-out;
    transition: opacity .45s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-feature-guide .slide.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity .45s ease-in-out;
    -o-transition: opacity .45s ease-in-out;
    transition: opacity .45s ease-in-out;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.section-feature-guide .slide:not(.active) {
    opacity: 0;
    display: none;
    -webkit-transition: opacity .45s ease-in-out;
    -o-transition: opacity .45s ease-in-out;
    transition: opacity .45s ease-in-out
}

.section-feature-guide .slide img,.section-feature-guide .slide svg {
    -webkit-filter: drop-shadow(-1.3px 5.2px 15.7px rgba(42, 45, 56, 0.08));
    filter: drop-shadow(-1.3px 5.2px 15.7px rgba(42, 45, 56, 0.08))
}

@media(min-width: 920px) {
    .section-feature-guide {
        margin:100px 0
    }

    .section-feature-guide .row-accordion {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-feature-guide.media-align-left .row-accordion {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap
    }

    .section-feature-guide .span-media,.section-feature-guide .span-content {
        width: calc(50% - 8px);
        height: 400px
    }

    .section-feature-guide .span-content {
        max-width: 590px
    }

    .section-feature-guide .span-media {
        max-width: 630px;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .section-feature-guide video,.section-feature-guide .bg-image,.section-feature-guide .video-wrap {
        height: 100%
    }

    .section-feature-guide .span-title {
        display: block
    }
}

.section-feature-guide h2 {
    margin: 0 0 24px;
    font-family: var(--font-family-);
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.section-feature-guide h3 {
    color: #000;
    margin: 0;
    position: relative;
    padding-right: 20px;
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.section-feature-guide h3::after {
    top: 11px;
    right: 10px;
    border: solid #000;
    content: "";
    display: inline-block;
    padding: 3px;
    position: absolute;
    -webkit-transform: rotate(45deg) translate(0px, -5px);
    -ms-transform: rotate(45deg) translate(0px, -5px);
    -o-transform: rotate(45deg) translate(0px, -5px);
    transform: rotate(45deg) translate(0px, -5px);
    margin-left: 2px;
    border-width: 0 2px 2px 0
}

.section-feature-guide h3 .pill {
    margin: 0 0 0 4px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: var(--text-tiny-line-height);
    font-family: var(--font-family-text)
}

.section-feature-guide .active h3::after {
    -webkit-transform: rotate(-135deg) translate(-4px, 4px);
    -ms-transform: rotate(-135deg) translate(-4px, 4px);
    -o-transform: rotate(-135deg) translate(-4px, 4px);
    transform: rotate(-135deg) translate(-4px, 4px)
}

.section-feature-guide a:not(.active) h3 {
    color: #a8b4bf
}

.section-feature-guide a:not(.active) h3::after {
    border-color: #a8b4bf
}

.section-feature-guide a {
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none
}

.section-feature-guide a h3 {
    color: #000
}

.section-feature-guide a h3:link,.section-feature-guide a h3:focus,.section-feature-guide a h3:active,.section-feature-guide a h3:visited {
    color: #000
}

.section-feature-guide a h3:hover {
    color: #000
}

.section-feature-guide a p {
    color: #516880
}

.section-feature-guide a p:link,.section-feature-guide a p:focus,.section-feature-guide a p:active,.section-feature-guide a p:visited {
    color: #516880
}

.section-feature-guide a p:hover {
    color: #516880
}

.section-feature-guide p {
    color: #516880;
    margin: 0;
    padding-top: 12px;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.section-feature-guide .pill {
    margin: 0 0 16px
}

.section-feature-guide.style-numbered .accordion-item::before {
    content: counter(my-awesome-counter);
    color: #000;
    display: block;
    border-radius: 100%;
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-feature-guide.style-numbered .accordion-item.active::before {
    color: #fff;
    background-color: #000
}

@media(min-width: 920px) {
    .section-feature-guide h2 {
        max-width:520px;
        font-family: var(--font-family-denton);
        font-weight: 300;
        font-size: var(--h2-font-size);
        line-height: var(--h2-line-height)
    }
}

.section-feature-guide.style-numbered .span-accordion {
    counter-reset: feature-guide-count
}

.section-feature-guide.style-numbered .accordion-item {
    padding-left: 64px;
    counter-increment: feature-guide-count
}

.section-feature-guide.style-numbered .accordion-item::before {
    top: 50%;
    left: 16px;
    color: #000;
    width: 32px;
    border: 1px solid #000;
    height: 32px;
    display: block;
    content: counter(feature-guide-count);
    position: absolute;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    border-radius: 100%
}

.section-feature-guide.style-numbered .accordion-item.active::before {
    color: #fff;
    background-color: #000
}

.section-feature-guide .slide .span-image,.section-feature-guide .slide .span-lottie {
    max-width: 260px
}

.section-features-slider {
    color: #000;
    margin: 60px 0
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

.section-features-slider :root {
    --swiper-theme-color: #007aff
}

.section-features-slider .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.section-features-slider .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-features-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.section-features-slider .swiper-container-android .swiper-slide,.section-features-slider .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.section-features-slider .swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-features-slider .swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-features-slider .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.section-features-slider .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform
}

.section-features-slider .swiper-slide-invisible-blank {
    visibility: hidden
}

.section-features-slider .swiper-container-autoheight,.section-features-slider .swiper-container-autoheight .swiper-slide {
    height: auto
}

.section-features-slider .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: height,-o-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform,-o-transform
}

.section-features-slider .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.section-features-slider .swiper-container-3d .swiper-wrapper,.section-features-slider .swiper-container-3d .swiper-slide,.section-features-slider .swiper-container-3d .swiper-slide-shadow-left,.section-features-slider .swiper-container-3d .swiper-slide-shadow-right,.section-features-slider .swiper-container-3d .swiper-slide-shadow-top,.section-features-slider .swiper-container-3d .swiper-slide-shadow-bottom,.section-features-slider .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.section-features-slider .swiper-container-3d .swiper-slide-shadow-left,.section-features-slider .swiper-container-3d .swiper-slide-shadow-right,.section-features-slider .swiper-container-3d .swiper-slide-shadow-top,.section-features-slider .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.section-features-slider .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.section-features-slider .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.section-features-slider .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.section-features-slider .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.section-features-slider .swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.section-features-slider .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.section-features-slider .swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.section-features-slider .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.section-features-slider .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.section-features-slider :root {
    --swiper-navigation-size: 44px
}

.section-features-slider .swiper-button-prev,.section-features-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.section-features-slider .swiper-button-prev.swiper-button-disabled,.section-features-slider .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.section-features-slider .swiper-button-prev:after,.section-features-slider .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    -webkit-font-feature-settings: ;
    font-feature-settings: ;
    font-variant: normal;
    font-variant: initial;
    line-height: 1
}

.section-features-slider .swiper-button-prev,.section-features-slider .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.section-features-slider .swiper-button-prev:after,.section-features-slider .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.section-features-slider .swiper-button-next,.section-features-slider .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.section-features-slider .swiper-button-next:after,.section-features-slider .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.section-features-slider .swiper-button-prev.swiper-button-white,.section-features-slider .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.section-features-slider .swiper-button-prev.swiper-button-black,.section-features-slider .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.section-features-slider .swiper-button-lock {
    display: none
}

.section-features-slider .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.section-features-slider .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.section-features-slider .swiper-pagination-fraction,.section-features-slider .swiper-pagination-custom,.section-features-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.section-features-slider .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.section-features-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.section-features-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.section-features-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.section-features-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66)
}

.section-features-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33)
}

.section-features-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66)
}

.section-features-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33)
}

.section-features-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.section-features-slider button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.section-features-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.section-features-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.section-features-slider .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.section-features-slider .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.section-features-slider .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.section-features-slider .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms top, 200ms -o-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -o-transform
}

.section-features-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.section-features-slider .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.section-features-slider .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms left, 200ms -o-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -o-transform
}

.section-features-slider .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms right, 200ms -o-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -o-transform
}

.section-features-slider .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.section-features-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.section-features-slider .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.section-features-slider .swiper-container-horizontal>.swiper-pagination-progressbar,.section-features-slider .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.section-features-slider .swiper-container-vertical>.swiper-pagination-progressbar,.section-features-slider .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.section-features-slider .swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.section-features-slider .swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.section-features-slider .swiper-pagination-lock {
    display: none
}

.section-features-slider .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.section-features-slider .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.section-features-slider .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.section-features-slider .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.section-features-slider .swiper-scrollbar-cursor-drag {
    cursor: move
}

.section-features-slider .swiper-scrollbar-lock {
    display: none
}

.section-features-slider .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.section-features-slider .swiper-zoom-container>img,.section-features-slider .swiper-zoom-container>svg,.section-features-slider .swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section-features-slider .swiper-slide-zoomed {
    cursor: move
}

.section-features-slider .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    -o-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.section-features-slider .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.section-features-slider .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes swiper-preloader-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.section-features-slider .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.section-features-slider .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.section-features-slider .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.section-features-slider .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.section-features-slider .swiper-container-fade .swiper-slide-active,.section-features-slider .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.section-features-slider .swiper-container-cube {
    overflow: visible
}

.section-features-slider .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.section-features-slider .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.section-features-slider .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.section-features-slider .swiper-container-cube .swiper-slide-active,.section-features-slider .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.section-features-slider .swiper-container-cube .swiper-slide-active,.section-features-slider .swiper-container-cube .swiper-slide-next,.section-features-slider .swiper-container-cube .swiper-slide-prev,.section-features-slider .swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.section-features-slider .swiper-container-cube .swiper-slide-shadow-top,.section-features-slider .swiper-container-cube .swiper-slide-shadow-bottom,.section-features-slider .swiper-container-cube .swiper-slide-shadow-left,.section-features-slider .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-features-slider .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.section-features-slider .swiper-container-flip {
    overflow: visible
}

.section-features-slider .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.section-features-slider .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.section-features-slider .swiper-container-flip .swiper-slide-active,.section-features-slider .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.section-features-slider .swiper-container-flip .swiper-slide-shadow-top,.section-features-slider .swiper-container-flip .swiper-slide-shadow-bottom,.section-features-slider .swiper-container-flip .swiper-slide-shadow-left,.section-features-slider .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-features-slider .swiper-button {
    width: 24px;
    height: 14px;
    border: none;
    display: block;
    padding: 0;
    position: absolute;
    outline: none;
    background: none
}

.section-features-slider .swiper-button span {
    width: 10px;
    height: 10px;
    border: solid #34374c;
    display: inline-block;
    padding: 3px;
    text-indent: -999rem;
    border-width: 0 2px 2px 0;
    border-radius: 2px
}

.section-features-slider .swiper-button.next span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section-features-slider .swiper-button.prev span {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.section-features-slider .swiper-button:hover {
    cursor: pointer
}

.section-features-slider .swiper-button.swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

.section-features-slider .swiper-button.swiper-button-lock {
    display: none !important
}

.section-features-slider .swiper-container .arrow::after {
    content: none !important
}

.section-features-slider .wgt-carousel .swiper-container {
    padding: 55px 0 0;
    position: relative
}

.section-features-slider .wgt-carousel .swiper-container.swiper-container-initialized {
    overflow: visible
}

.section-features-slider .wgt-carousel .swiper-container .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.section-features-slider .wgt-carousel .swiper-container .prev,.section-features-slider .wgt-carousel .swiper-container .next {
    top: 5px;
    display: none
}

.section-features-slider .wgt-carousel .swiper-container .prev {
    right: 36px
}

.section-features-slider .wgt-carousel .swiper-container .next {
    right: 14px
}

.section-features-slider .wgt-carousel .swiper-container .swiper-slide {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.section-features-slider .wgt-carousel .swiper-container .swiper-slide-next,.section-features-slider .wgt-carousel .swiper-container .swiper-slide-next~.swiper-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    pointer-events: none
}

.section-features-slider .wgt-carousel .swiper-container .animated .swiper-slide-prev,.section-features-slider .wgt-carousel .swiper-container .animated .swiper-slide-next+.swiper-slide {
    opacity: 1
}

@media(min-width: 768px) {
    .section-features-slider .wgt-carousel .swiper-container .prev,.section-features-slider .wgt-carousel .swiper-container .next {
        display:block
    }

    .section-features-slider .wgt-carousel .swiper-container .swiper-slide-next {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
        pointer-events: all
    }
}

@media(min-width: 992px) {
    .section-features-slider .wgt-carousel .wgt-swiper {
        margin:0;
        overflow: visible;
        padding-left: 0;
        padding-right: 0
    }

    .section-features-slider .wgt-carousel .wgt-swiper .swiper-container {
        margin-left: 0;
        margin-right: 0
    }

    .section-features-slider .wgt-carousel .swiper-container .prev {
        right: 26px
    }

    .section-features-slider .wgt-carousel .swiper-container .next {
        right: -2px
    }
}

.section-features-slider .kicker {
    margin-bottom: 15px
}

.section-features-slider h2 {
    margin: 0 0 24px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.section-features-slider p {
    margin: 0;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.section-features-slider .swiper-slide {
    height: auto;
    height: initial;
    background: #f6f7f9;
    border-radius: 16px
}

.section-features-slider .container-slide {
    height: 100%;
    padding: 32px 16px 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-features-slider .span-image,.section-features-slider .span-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section-features-slider .swiper-pagination-bullet {
    color: #516880;
    width: 25px;
    height: 25px;
    margin: 0 2px !important;
    opacity: 1;
    text-align: center;
    background: #edf0f2;
    border-radius: 100%
}

.section-features-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d3d9df
}

@media(min-width: 768px) {
    .section-features-slider {
        margin-bottom:100px
    }

    .section-features-slider .container-slide {
        width: 100%;
        height: 565px;
        margin: 0 auto;
        max-width: 1020px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-features-slider .kicker {
        margin-bottom: 30px
    }

    .section-features-slider .swiper-slide {
        height: 565px !important
    }

    .section-features-slider .span-title {
        max-width: 510px
    }

    .section-features-slider p {
        max-width: 400px
    }

    .section-features-slider .span-image {
        max-height: none;
        max-height: initial
    }

    .section-features-slider .image {
        margin: 0 auto;
        max-width: 290px
    }

    .section-features-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        left: 24px;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }

    .section-features-slider .swiper-pagination-bullet {
        margin: 4px 0 !important;
        display: block
    }
}

@media(min-width: 1024px) {
    .section-features-slider h2 {
        margin:0 0 36px;
        font-family: var(--font-family-denton);
        font-weight: 300;
        font-size: var(--h2-font-size);
        line-height: var(--h2-line-height)
    }

    .section-features-slider .span-title {
        padding-top: 0;
        padding-bottom: 0
    }

    .section-features-slider .image {
        max-width: 340px
    }
}

.no-js .section-features-slider .span-lottie {
    display: none
}

.no-js .section-features-slider .span-image img {
    display: block
}

.section-features-slider {
    border: none;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 64px
}

.section-features-slider h2 {
    max-width: 400px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height)
}

.section-features-slider img {
    -webkit-box-shadow: 0px 4px 24px rgba(0,0,0,.08);
    box-shadow: 0px 4px 24px rgba(0,0,0,.08);
    margin-bottom: 44px;
    border-radius: 16px
}

.section-features-slider .span-lottie+img {
    display: none
}

.section-features-slider p {
    color: #516880;
    margin: 0
}

.section-features-slider .kicker {
    margin-bottom: 2px
}

.section-features-slider .span-section-title {
    padding-bottom: 24px
}

.section-features-slider h3 {
    margin: 0 0 16px;
    font-family: var(--font-family-invest-pro);
    font-weight: 400;
    font-size: var(--egula-font-size);
    line-height: var(--regular-line-height)
}

.section-features-slider .container-slide {
    padding: 24px
}

.section-features-slider .link-plan {
    color: #0038ff;
    display: inline-block;
    margin-top: 24px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.section-features-slider .link-plan:link,.section-features-slider .link-plan:focus,.section-features-slider .link-plan:active,.section-features-slider .link-plan:visited {
    color: #0038ff
}

.section-features-slider .link-plan:hover {
    color: #0038ff
}

.section-features-slider .link-plan:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.section-features-slider .link-plan .svg-icon {
    width: 14px;
    height: 14px;
    -webkit-transform: translate(3px, 2px);
    -ms-transform: translate(3px, 2px);
    -o-transform: translate(3px, 2px);
    transform: translate(3px, 2px)
}

.section-features-slider .swiper-container {
    overflow: visible
}

.section-features-slider .swiper-pagination {
    left: -4px;
    margin: 20px 0 0;
    display: inline-block;
    padding: 0 4px;
    z-index: 1;
    position: relative;
    background: #fafafa;
    border-radius: 6px
}

.section-features-slider .swiper-pagination span {
    width: 42px;
    margin: 0;
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: none;
    border-radius: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-features-slider .swiper-pagination .swiper-pagination-bullet {
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: var(--text-small-line-height);
    font-family: var(--font-family-text)
}

.section-features-slider .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: var(--blue-brand)
}

@media(min-width: 720px) {
    .section-features-slider h2 {
        font-family:var(--font-family-denton);
        font-weight: 300;
        font-size: var(--h2-font-size);
        line-height: var(--h2-line-height)
    }

    .section-features-slider .container-slide {
        height: 100%;
        padding: 32px;
        max-width: 732px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .section-features-slider .swiper-slide {
        height: auto !important;
        max-width: 732px
    }

    .section-features-slider .span-image {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        -ms-flex-item-align: center;
        align-self: center;
        padding-left: 10px
    }

    .section-features-slider img,.section-features-slider .span-lottie {
        margin: 0
    }
}

@media(min-width: 1240px) {
    .section-features-slider {
        padding-bottom:90px
    }

    .section-features-slider .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 2;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .section-features-slider .container::before {
        top: 0;
        right: 100%;
        width: 100vw;
        height: 100%;
        content: "";
        display: block;
        z-index: 2;
        position: absolute;
        -webkit-transform: translateX(415px);
        -ms-transform: translateX(415px);
        -o-transform: translateX(415px);
        transform: translateX(415px);
        background: #fff
    }

    .section-features-slider .span-section-title {
        z-index: 5;
        padding: 0 24px 90px 0;
        position: relative;
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        pointer-events: none
    }

    .section-features-slider .span-swiper {
        -webkit-box-flex: 4;
        -ms-flex-positive: 4;
        flex-grow: 4
    }

    .section-features-slider .swiper-pagination {
        left: 16px;
        bottom: 0;
        z-index: 10;
        position: absolute
    }

    .section-features-slider .swiper-pagination span {
        width: 32px;
        height: 32px
    }
}
