/*
Outdoor and Sports - SG
*/

/*Top bar*/
.notification-top-bar {
    position: relative;
    color: white;
    display: flex;
    padding: 15px 50px !important;
    text-align: center !important;
    justify-content: center !important;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}

.notification-top-bar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(267.29deg, rgba(9, 149, 227, 1) 0%, rgba(9, 107, 225, 1) 100%);
    opacity: .8;
    transition: all 0.3s;
    z-index: 1;
    pointer-events: none;
}

.notification-top-bar:hover::before {
    opacity: 1;
}

.notification-top-bar.active {
    visibility: visible;
    opacity: 1;
    top: 100px;
}

.notification-top-bar p,
.notification-top-bar a {
    color: white;
}

.notification-top-bar .inner {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    z-index: 2;
}

.notification-top-bar .text-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}


.notification-top-bar a {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.notification-top-bar img {
    width: auto !important;
}

.notification-top-bar a img {
    position: relative;
    transition: all 0.3s;
    margin-left: 10px;
    left: 0;
}

.notification-top-bar a:hover img {
    left: 12px;
}

.notification-top-bar .close-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    margin-top: auto;
    margin-bottom: auto;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 5;
}

.top-bar-wrapper .close-wrapper:hover {
    opacity: .8;
}

body.top-bar-active .section-hero {
    padding-top: 240px;
}

.section-hero {
    transition: padding-top 0.5s ease-in-out !important;
}

@media (max-width: 991px) {
    body.top-bar-active .section-hero {
        padding-top: 210px;
    }
    
    .notification-top-bar p,
    .notification-top-bar a {
        font-size: 15px;
    }
    
    .notification-top-bar {
        padding: 15px 17px !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }
    
    .notification-top-bar .inner {
        display: flex;
        gap: 6px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .notification-top-bar .text-wrapper {
        display: flex;
        gap: 6px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .notification-top-bar .close-wrapper {
        position: relative;
        right: 0;
    }
    
    .notification-top-bar.active {
        visibility: visible;
        opacity: 1;
        top: 80px;
    }
    
}

/*Navigation*/
#top-right.hybrid-menu {
    background: rgba(0, 0, 0, .38) !important;
}

#top-right.hybrid-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}

#top-right.hybrid-menu.top-right-collapse {
    display: none !important;
}

body {
    background-color: #fff;
}


img.scaled-image {
    border: 0 !important;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

p,
h1,
h2,
h3,
h4,
h5 {
    color: #000;
}

.swiper {
    overflow: hidden;
}

.swiper-pagination {
    left: 0;
    right: 0;
    padding-top: 33px;
}

.btn--primary.request-demo {
    transition: transform 0.4s ease 0s, background-color, border-color, background, color;
    width: max-content;
    padding: 6px 20px !important;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-radius: 30px;
    background: linear-gradient(267.29deg, #0995e3 0%, #096be1 100%) !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: min(6vw, 28px);
    letter-spacing: 0.02em;
    text-align: center;
    white-space: normal;
    max-width: 100%;
    border: 0;
}

.btn--primary.request-demo svg {
    margin-left: 10px;
}

.btn--primary.request-demo:hover {
    transform: translateY(-3px);
}

.btn--primary.request-demo img {
    margin-left: 10px;
    max-width: 25px;
}

.btn--primary.request-demo.light {
    background: #E1EEFF !important;
    color: #096BE1 !important;
}

.btn--primary.btn-transparent.request-demo {
    background: transparent !important;
    border: 0px solid white;
    padding: 0px !important;
    box-shadow: none !important;
}

.btn--primary.btn-transparent.dark.request-demo {
    background: transparent !important;
    border: 0px solid white;
    padding: 0px !important;
    color: #000 !important;
}

.btn--primary.btn-transparent img,
.btn--primary.btn-transparent svg {
    margin-left: 12px;
    position: relative;
    left: 0;
    transition: 300ms;
}

.btn--primary.btn-transparent:hover {
    transform: translateY(0px);
}

.btn--primary.btn-transparent:hover img,
.btn--primary.btn-transparent:hover svg {
    left: 10px;
}




.btn-arrow {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-top: 24px;
    font-style: normal;
}
.btn-arrow svg, 
.btn-arrow img {
    width: auto !important;
    position: relative;
    left: 0;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}
.btn-arrow:hover {
    color: #fff;
}
.btn-arrow:hover svg,
.btn-arrow:hover img {
    left: 10px;
}

a.learn-more-transparent {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #212F41;
    text-transform: uppercase;
    margin-top: 8px;
}

a.learn-more-transparent img {
    margin-left: 12px;
    position: relative;
    left: 0;
    transition: 300ms;
    width: 24px;
}

a.learn-more-transparent:hover img {
    left: 10px;
}

h1.general-title {
    font-weight: 600;
    font-size: 54px;
    line-height: 124%;
    color: black;
    margin-top: 0px;
}

h1.general-title.smaller {
    font-size: 36px;
    line-height: 47px;
}

h2.general-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: black;
    margin-top: 0px;
}

h2.general-title.smaller {
    font-size: 32px;
    line-height: 42px;
}
h2.general-title.larger {
    font-size: 40px;
    line-height: 120%; /* 48px */
}

h3.general-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: black;
    margin-top: 0px;
}

p.above-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #096BE1;
    text-transform: uppercase;
    margin-bottom: 30px;
}

p.subtitle {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0px;
}

p.larger {
    font-size: 18px;
    line-height: 28px;
}

/* p.larger {
    font-size: 20px;
    line-height: 28px;
} */

section.dark p,
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5 {
    color: white;
}

.col {
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    width: 100% !important;
}

@media (min-width: 1230px) {
    
    .container {
        width: 100% !important;
        max-width: 1230px !important;
    }
    
    .container.container-small {
        width: 100% !important;
        max-width: 1025px !important;
        margin-left: auto;
        margin-right: auto;
    }
    
}


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

.page-content-wrap img {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0px !important;
}

/*Section hero*/

/*Responsive*/

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-grid {
    display: grid !important;
}

@media (min-width: 992px) {
    .d-md-grid {
        display: grid !important;
    }
    
    .d-md-block {
        display: block !important;
    }
    
    .d-md-flex {
        display: flex !important;
    }
    
    .d-md-none {
        display: none !important;
    }
    
    .d-md-block {
        display: block !important;
    }
}

@media (max-width: 991px) {
    #top-right.hybrid-menu {
        background: #000 !important;
    }
    
    .page-content-wrap {
        overflow: hidden;
    }
    
    .col-md-5,
    .col-md-6,
    .col-md-7 {
        width: 100%;
        flex-basis: 100%;
    }
    
    
    p.larger {
        font-size: 16px;
        line-height: 24px;
    }
    
    .row {
        flex-direction: column;
        display: flex;
    }
    
    h1.general-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    
    
    h2.general-title,
    h2.general-title.smaller {
        font-size: 24px;
        line-height: 32px;
    }
    
    h3.general-title {
        font-size: 20px;
        line-height: 26px;
    }
    
    h2.general-title br {
        display: none;
    }
    
}


@media (max-width: 768px) {
    .container {
        padding-right: 24px;
        padding-left: 24px;
    }
    
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-12 {
        padding: 0px;
    }
    
    .col {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    
    p,
    p.larger {
        font-size: 14px;
        line-height: 20px;
    }
}


@media (max-width: 576px) {
    .container:not(.container-with-swiper) {
        width: 100% !important;
    }
}




/* Section: Hero */
.section-hero {
    background: #000;
    color: #fff;
    padding-top: 210px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
}
.section-hero .container {
    z-index: 3;
    position: relative;
}
.section-hero .col-text {
    padding-right: 0;
}
.section-hero :is(p, h1, li ) {
    color: #fff;
}
.section-hero .above-title {
    margin-bottom: 12px;
}
.section-hero h1.general-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; /* 48px */
    margin-bottom: 30px;
}
.section-hero h1.general-title b,
.section-hero h1.general-title strong {
    font-weight: 600;
}
.section-hero .icon-list-item {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 132%; /* 23.76px */
    max-width: 618px;
}
.section-hero .icon-list-item .icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transform: translatey(5px);
}
.section-hero .request-demo {
    margin-top: 30px;
}

.section-hero .hero-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 15px);
    width: auto;
    object-fit: cover;
    z-index: 1;
}

@media (min-width:992px) {
    .section-hero .hero-bg-image.mobile {
        display: none;
    }
}
@media (max-width:991px) {
    .section-hero {
        padding-top:80px;
        padding-bottom: 50px;
    }
    .section-hero .hero-bg-image {
        position: relative;
        height: auto;
        width: 100%;
    }
    .section-hero .hero-bg-image.mobile + .hero-bg-image {
        display: none;
    }
    .section-hero h1.general-title {
        font-size: 28px;
        line-height: 132%; /* 36.96px */
        margin-bottom: 16px;
    }
    .section-hero .icon-list-item {
        font-size: 14px;
        line-height: 148%; /* 20.72px */
    }
    .section-hero .icon-list-item .icon {
        transform: translateY(4px);
        width: 18px;
        height: 18px;
    }
}


/*Section hero logos */
.col-text-logos {
    margin-top: 160px;
}
.col-text-logos p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.28px;
    margin-bottom: 46px;
    text-align: center;
}
.col-logos .logos-wrapper {
    overflow: hidden;
}
.logo-grid {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    animation: 60s linear 0s infinite normal none running infiniteLoop;
    gap: 0 60px;
    flex-wrap: nowrap;
    padding-right: 60px;
    padding-left: 30px;
}

.logo-brands-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    mix-blend-mode: screen;
    opacity: .9;
}
.logo-brands-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 200px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
}
.logo-brands-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    width: 200px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
}

.logo-grid img {
    display: block;
    width: auto;
    height: auto;
    max-height: 40px;
}
@media (max-width: 991px) {
    .col-text-logos {
        margin-top: 50px;
        padding-top: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.30);
    }
    .col-text-logos p {
        text-align: left;
        line-height: 24px; /* 171.429% */
    }
    .col-logos .logo-grid {
        gap: 30px;
        padding: 0 15px;
    }
    .logo-grid img {
        display: block;
        max-height: 30px;
        width: auto;
    }
    
    .logo-brands-wrapper::before,
    .logo-brands-wrapper::after {
        width: 50px;
    }
}


@keyframes infiniteLoop {
    from {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    to {
        -webkit-transform: translateX(calc(-100%));
        -ms-transform: translateX(calc(-100%));
        transform: translateX(calc(-100%))
    }
}


/* Section: Benefits */

.section-benefits {
    background: #000;
}

.section-benefits .row::before,
.section-benefits .row::after {
    display: none;
}
.section-benefits .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.section-benefits :is(h2, p) {
    color: #fff;
}

.section-benefits h2.general-title {
    margin-bottom: 20px;
}

.section-benefits .btn {
    padding: 10px 32px !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 0.4px;
    margin-top: 30px;
}

.section-benefits .col-benefits {
    position: relative;
    height: 100%;
}
.section-benefits .col-benefits .circle-bg {
    width: 639px;
}
.section-benefits .col-benefits .upward-arrow {
    position: absolute;
    top: 53%;
    left: 54%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 85%;
}

.section-benefits .benefit > div {
    position: relative;
    z-index: 3;
}

.section-benefits .benefit {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 220px;
    position: absolute;
    z-index: 3;
}
.section-benefits .benefit .title {
    color: #1F7EF6;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%; /* 48px */
}
.section-benefits .benefit .text {
    color: #556171;
    font-size: 16px;
    font-weight: 400;
    line-height: 148%; /* 23.68px */
}
.section-benefits .benefit .logo {
    max-width: 130px;
    max-height: 45px;
}
.section-benefits .benefit .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    filter: brightness(.65);
    display: block;
}

.section-benefits .benefit:nth-child(1) {
    bottom: 37%;
    left: 7%;
}
.section-benefits .benefit:nth-child(2) {
    bottom: 61%;
    right: 17%;
}
.section-benefits .benefit:nth-child(3) {
    top: 70%;
    left: 62%;
}

@media (max-width:1060px) {
    .section-benefits .benefit .title {
        font-size: 38px;
    }
    .section-benefits .benefit .text {
        font-size: 15px;
    }
    .section-benefits .benefit .logo {
        max-width: 120px;
        max-height: 40px;
    }
    .section-benefits .benefit:nth-child(1) {
        bottom: 39%;
        left: 7%;
    }
    .section-benefits .benefit:nth-child(2) {
        bottom: 61%;
        right: 14%;
    }
    .section-benefits .benefit:nth-child(3) {
        top: 65%;
        left: 62%;
    }
}

@media (max-width:991px) {
    
    .section-benefits {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .section-benefits .col-benefits .circle-bg {
        width: 100%;
    }
    .section-benefits .col-benefits .upward-arrow {
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        width: 90%;
    }
    .section-benefits .benefit .title {
        font-size: 40px;
    }
    .section-benefits .benefit .text {
        font-size: 16px;
    }
    .section-benefits .benefit .logo {
        max-width: 130px;
        max-height: 45px;
    }

    .section-benefits .benefit:nth-child(1) {
        bottom: 39%;
        left: 10%;
    }
    .section-benefits .benefit:nth-child(2) {
        bottom: 61%;
        right: 20%;
    }
    .section-benefits .benefit:nth-child(3) {
        top: 70%;
        left: 62%;
    }
}
@media (max-width:768px) {
    .section-benefits .col-benefits .upward-arrow {
        width: 100%;
    }
    .section-benefits .benefit .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        filter: brightness(.65);
    }
    .section-benefits .benefit:nth-child(1) {
        bottom: 39%;
        left: 10%;
    }
    .section-benefits .benefit:nth-child(2) {
        bottom: 61%;
        right: 20%;
    }
    .section-benefits .benefit:nth-child(3) {
        top: 70%;
        left: 62%;
    }
}
@media (max-width:600px) {
    
    .section-benefits .benefit {
        gap: 8px;
        max-width: 130px;
    }
    .section-benefits .benefit .title {
        font-size: 33px;
        line-height: 132%; /* 42.24px */
    }
    .section-benefits .benefit .text {
        font-size: 13px;
        line-height: 148%; /* 17.76px */
    }
    .section-benefits .benefit .logo {
        max-width: 92px;
        height: 30px;
    }
    .section-benefits .benefit:nth-child(1) {
        bottom: 39%;
        left: 9%;
    }
    .section-benefits .benefit:nth-child(3) {
        max-width: 145px;
    }
}
@media (max-width:450px) {
    .section-benefits .benefit:nth-child(1) {
        bottom: 39%;
        left: 8.5%;
    }
    .section-benefits .benefit:nth-child(2) {
        bottom: 60%;
        right: 15%;
    }
    .section-benefits .benefit:nth-child(3) {
        top: 70%;
        left: 55%;
    }
}





/* Section: Boxes */

.section-boxes {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.section-boxes::after {
    content: '';
    display: block;
    width: 2025px;
    height: 526px;
    border-radius: 2025px;
    opacity: 0.24;
    background: linear-gradient(267deg, #0995E3 0%, #096BE1 100%);
    filter: blur(225px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -25%);
    z-index: 2;
}
.section-boxes .container {
    position: relative;
    z-index: 3;
}
.section-boxes .container-boxes {
    z-index: 2;
}

.section-boxes :is(h2,p) {
    color: #fff;
}

.section-boxes .row-intro {
    text-align: center;
}

.section-boxes h2.general-title {
    margin-bottom: 12px;
}
.section-boxes p.larger {
    font-size: 18px;
    line-height: 28px; /* 155.556% */
    margin-bottom: 0;
    max-width: 705px;
    margin-left: auto;
    margin-right: auto;
}

.section-boxes .row-boxes {
    margin-top: 100px;
}
.section-boxes .row-boxes::before,
.section-boxes .row-boxes::after {
    width: calc((100vw - 1100px) / 2);
    content: '';
    display: block;
    top: -120px;
    bottom: -120px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.section-boxes .row-boxes::before {
    background: linear-gradient(90deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) );
    left: 0;
    transform: translatex(calc(-100% + 40px));
}
.section-boxes .row-boxes::after {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
    right: 0;
    transform: translatex(calc(100% - 40px));
}

.section-boxes .swiper-boxes {
    overflow: visible;
}

.section-boxes .swiper-slide {
    height: auto;
}

.section-boxes .swiper-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.section-boxes .swiper-button-next, 
.section-boxes .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 40px;
    margin-top: 0;
}



.section-boxes .box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section-boxes .box .img {
    background: linear-gradient(0deg, rgba(98, 122, 153, 0.16) 16.86%, rgba(98, 122, 153, 0.16) 58.35%, rgba(98, 122, 153, 0.16) 80.38%);
    flex-shrink: 0;
}
.section-boxes .box .box-content {
    border: 1px solid #212F41;
    background: linear-gradient(0deg, rgba(98, 122, 153, 0.30) 0%, rgba(98, 122, 153, 0.30) 100%), #000;
    padding: 26px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section-boxes .box .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 132%; /* 26.4px */
    margin-bottom: 0;
}
.section-boxes .box .subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 132%; /* 18.48px */
    margin-top: -8px;
    margin-bottom: 0;
}
.section-boxes .box .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-bottom: 0;
    color: #F4F3F1;
}
.section-boxes .btn-arrow {
    margin-top: auto;
}
@media (max-width: 1230px) {
    .section-boxes .row-boxes::before,
    .section-boxes .row-boxes::after {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-boxes {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-boxes .row-boxes {
        margin-top: 60px;
    }

    .section-boxes h2.general-title {
        font-size: 24px;
        line-height: 140%; /* 33.6px */
    }
    .section-boxes p.larger {
        font-size: 12px;
        line-height: 148%; /* 17.76px */
    }
}

@media (max-width: 768px) {
    .section-boxes {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-boxes .row-intro {
        text-align: left;
    }
    .section-boxes .row-boxes {
        margin-top: 32px;
    }
    .section-boxes .box .box-content {
        padding: 20px;
    }
    .section-boxes .box .title {
        font-size: 16px;
        line-height: 148%; /* 23.68px */
    }
    .section-boxes .box .text,
    .section-boxes .box .subtitle {
        font-size: 12px;
        line-height: 148%; /* 17.76px */
    }
    .section-boxes .swiper-navigation {
        display: none;
    }
}



/* Section: tabs */
.section-tabs {
   padding-top: 120px;
   padding-bottom: 120px;
   overflow: hidden;
   position: relative;
   background: linear-gradient(180deg, #FFF 0%, #F1F2F5 100%);
}
.section-tabs .container {
   position: relative;
   z-index: 2;
}
.section-tabs .row-intro .col {
   display: flex;
   flex-direction: column;
}
.section-tabs h2.general-title {
   color: #000;
   margin-bottom: 20px;
}
.section-tabs .row-intro p.larger {
    margin-bottom: 0;
    max-width: 766px;
    font-size: 18px;
    line-height: 152%; /* 27.36px */
}

.section-tabs .tabs-container {
   position: relative;
}


.section-tabs .tabs-nav-wrapper {
   display: flex;
   justify-content: flex-start;
   overflow-x: scroll;
   gap: 24px;
   -ms-overflow-style: none;
   scrollbar-width: none;
   margin-top: 50px;
   margin-bottom: 50px;
   position: relative;
   z-index: 2;
}

.section-tabs .tabs-nav-wrapper::-webkit-scrollbar {
   display: none;
}


.section-tabs .tabs-nav {
   cursor: pointer;
   min-width: max-content;
}


.section-tabs .icon-list-item {
    display: flex;
    align-items: baseline;
    gap: 19px;
    margin-bottom: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 148%; /* 23.68px */
}
.section-tabs .icon-list-item .icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transform: translatey(7px);
}


.section-tabs .tabs-nav p {
   padding-bottom: 12px;
   letter-spacing: .02em;
   color: #000;
   margin-bottom: 0;
   font-weight: 400;
   position: relative;
}
.section-tabs .tabs-nav.active  p{
   font-weight: 600;
} 
.section-tabs .tabs-nav p::after {
   content: '';
   display: block;
   background: #E1EEFF;
   background-size: cover;
   overflow: hidden;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 2px;
}


.section-tabs .tabs-nav:hover p::after,
.section-tabs .tabs-nav.active p::after {
   background: linear-gradient(267deg,#0995E3 0%, #096BE1 100%);
}

.section-tabs .swiper-slide {
   overflow: hidden;
   position: relative;
   flex-direction: column;
   padding: 60px 60px 30px 60px;
   background-color: #fff;
}
.section-tabs .swiper-slide .row-tab-content {
    width: 100%;
}

.section-tabs .swiper-slide .btn {
    padding: 10px 20px !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 0.4px;
    margin-top: 24px;
}
.section-tabs .swiper-slide p {
   position: relative;
   z-index: 2;
}
.section-tabs .swiper-slide .col-image {
    padding: 0;
}
.section-tabs .swiper-slide .col-image img {
    width: 557px;
    margin-top: -20px;
}
@media (max-width: 1200px) {
    .section-tabs .swiper-slide .col-image img {
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
   .section-tabs .tabs-nav-wrapper {
      justify-content: flex-start;
      gap: 35px;
      padding-left: 24px;
      padding-right: 24px;
      margin-inline: -24px;
   }
   .section-tabs .swiper-slide {
      padding: 30px;
   }
}

@media (max-width: 991px) {
   .section-tabs {
       padding-top: 80px;
       padding-bottom: 80px;
   }

   .section-tabs::before {
      width: 863px;
      height: 456px;
   }

   .section-tabs .swiper-slide {
      padding: 30px 15px 15px 15px;
   }

    .section-tabs .icon-list-item {
        font-size: 14px;
        line-height: 148%; /* 20.72px */
    }
   .section-tabs .row-intro .col {
      align-items: flex-start;
      text-align: left;
   }
   .section-tabs h2.general-title {
      margin-bottom: 16px;
   }
   
   .section-tabs .tabs-nav-wrapper {
      margin-bottom: 32px;
      margin-top: 32px;
   }
   
}
@media (max-width: 768px) {
   .section-tabs {
       padding-top: 40px;
       padding-bottom: 40px;
   }
   .section-tabs .tabs-nav-wrapper {
      gap: 16px;
   }
   .section-tabs .row-intro p.larger {
    font-size: 12px;
   }
    .section-tabs .swiper-slide .btn {
        padding: 6px 20px !important;
        font-size: 16px;
        margin-bottom: 18px;
    }
}






/* Section: testimonials */
.section-testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #000;
    overflow: hidden;
}
.section-testimonials .row-intro {
    text-align: center;
}
.section-testimonials :is(h2,p) {
    color: #fff;
}
.section-testimonials h2.general-title {
    margin-bottom: 20px;
}

.section-testimonials p.larger {
    font-size: 18px;
    line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

.section-testimonials .row-testimonials {
    margin-top: 32px;
}

.section-testimonials .swiper-testimonials {
    overflow: visible;
}
.section-testimonials .swiper-slide {
    height: auto;
}

.section-testimonials .testimonial > img {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.section-testimonials .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    min-height: 485px;
}
.section-testimonials .testimonial > div {
    display: flex;
    flex-direction: column;
    background: rgba(14, 19, 27, 0.80);
    backdrop-filter: blur(6px);
    padding: 32px;
    gap: 16px;
    position: relative;
    z-index: 2;
    min-height: 310px;
}
.section-testimonials .testimonial .title {
    font-size: 60px;
    font-weight: 600;
    line-height: 120%; /* 72px */
    background: linear-gradient(267deg, #0995E3 0%, #1F7EF6 51.56%, #096BE1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.section-testimonials .testimonial .subtitle {
    color: #1F7EF6;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
    margin-bottom: 0;
}
.section-testimonials .testimonial .text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 148%; /* 23.68px */
    margin-bottom: 0;
    opacity: .6;
}
.section-testimonials .testimonial .logo {
    max-width: 130px;
    max-height: 30px;
    margin-top: auto;
}
.section-testimonials .testimonial .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

@media (max-width:991px) {
    .section-testimonials {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-testimonials .testimonial > div,
    .section-testimonials .testimonial {
        padding: 16px;
    }
}
@media (max-width:768px) {
    .section-testimonials {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-testimonials .row-intro {
        text-align: left;
    }
    .section-testimonials h2.general-title {
        margin-bottom: 16px;
    }

    .section-testimonials p.larger {
        font-size: 14px;
        line-height: 148%; /* 20.72px */
    }
    .section-testimonials .testimonial > div {
        min-height: 0;
    }
    .section-testimonials .testimonial .title {
        font-size: 36px;
        line-height: 132%; /* 47.52px */
    }
    .section-testimonials .testimonial .subtitle {
        font-size: 16px;
        line-height: 140%; /* 22.4px */
    }
    .section-testimonials .testimonial .text {
        font-size: 12px;
        line-height: 148%; /* 17.76px */
    }
    .section-testimonials .testimonial .logo {
        max-width: 98px;
        max-height: 25px;
        margin-top: auto;
    }
}
























/*Section resources / Posts*/
.section-resources {
   padding-top: 120px;
   padding-bottom: 120px;
   background-color: #080b11;
}

.section-resources .row-intro {
    text-align: center;
}
.section-resources .row-intro .col {
   padding-left: 0;
   padding-right: 0;
}
.section-resources .row-main {
   margin-top: 80px;
}

.section-resources h2.general-title {
    color: #fff;
}

.section-resources .specific-posts .specific-posts-wrapper {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
   gap: 48px;
}
.swiper-related-posts {
    overflow: visible;
}
.swiper-related-posts .swiper-pagination {
    display: none;
}

.learn-more-post .dt-img {
   position: relative;
}

.learn-more-post .dt-img img {
   transition: transform 0.5s ease;
}

.learn-more-post:hover .dt-img img {
   transform: scale(1.1);
}

.learn-more-post p.tag {
   background: rgba(183, 187, 188, 0.24);
   /*backdrop-filter: blur(8px);*/
   color: white;
   width: max-content;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   padding: 4px 12px;
   border-radius: 20px;
   position: absolute;
   left: 4%;
   bottom: 8%;
   margin-bottom: 0px;
}

.learn-more-post p.tag .blur {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-backdrop-filter: blur(8px);
   backdrop-filter: blur(8px);
   z-index: 1;
   border-radius: 20px;
}

.learn-more-post p.tag .title {
   position: relative;
   z-index: 10;
}

.learn-more-post p.title {
   font-weight: 400;
   font-size: 22px;
   line-height: 34px;
   color: #F1F2F5;
   margin-top: 32px;
   margin-bottom: 0px;
}

.learn-more-post .read-more {
   margin-top: 26px;
   display: flex;
   align-items: center;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: .02em;
   text-transform: uppercase;
   color: #fff;
   transition: color 0.1s ease-in 0s, transform 0.25s ease-in-out 0s;
}

.learn-more-post svg {
   position: relative;
   left: 0;
   margin-left: 12px;
   transition: transform 0.5s ease;
}

.learn-more-post .read-more:hover {
   transform: translateX(3px);
}

.learn-more-post .read-more:hover svg {
   transform: translateX(12px);
}

.learn-more-post svg path {
   transition: all 0.3s ease-in-out;
}

.specific-posts {
   display: none !important;
}

.specific-posts.active {
   display: block !important;
}

.specific-posts.active .specific-posts-wrapper {
   display: grid !important;
}

.load-more-wrapper {
   margin-top: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.load-more-wrapper .load-more-button {
   display: inline-block;
   padding: 6px 20px;
   border-radius: 30px;
   color: #ffffff;
   background: #212F41;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   font-weight: 400;
   cursor: pointer;
   transition: background .2s;
}

.load-more-button:hover {
   background: #000000;
}

.specific-posts.active .learn-more-post:nth-child(n+7) {
   display: none;
}

.specific-posts.active.show-more .learn-more-post:nth-child(n+7) {
   display: block;
}

.posts-navigation:not(.disabled-navigation) {
   display: flex;
   gap: 40px;
   margin-bottom: 50px;
   -ms-overflow-style: none;
   scrollbar-width: none;
}

.posts-navigation::-webkit-scrollbar {
   display: none;
}

.posts-navigation .item-nav {
   cursor: pointer;
   transition: all 0.3s;
   min-width: max-content;
}

.posts-navigation .item-nav .nav-title {
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   letter-spacing: 0.02em;
}

.posts-navigation .item-nav.active .nav-title {
   font-weight: 600;
}

.posts-navigation .item-nav .border {
   display: block;
   width: 100%;
   height: 2px;
   background: #E1EEFF;
   margin-top: 12px;
   transition: all 0.3s;
}

.posts-navigation .item-nav.active .border,
.posts-navigation .item-nav:hover .border {
   background: #0995E3;
   background: linear-gradient(267.29deg, #0995E3 0%, #096BE1 100%);
}


@media (max-width:991px) {
    .section-resources {
        padding-top: 80px;
        padding-bottom: 150px;
    }

    .section-resources .row-intro .col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .learn-more-post p.title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 24px;
    }

    .learn-more-post .read-more {
        margin-top: 14px;
        font-size: 14px;
    }
}

@media (min-width: 769px) {
   .specific-posts.mobile {
      display: none !important;
   }

}


@media (max-width:768px) {
    .section-resources {
      padding-top: 40px;
      padding-bottom: 80px;
   }
    .section-resources .row-intro {
        text-align: left;
    }
   .specific-posts.mobile.active {
      display: block !important;
   }

   .specific-posts.desktop,
   .specific-posts.desktop.active {
      display: none !important;
   }

   .learn-more-post p.tag {
      font-size: 12px;
      padding: 2px 12px;
   }

   .posts-navigation:not(.disabled-navigation) {
      display: flex;
      gap: 24px;
      margin-bottom: 30px;
   }

   .posts-navigation .item-nav .nav-title {
      font-size: 12px;
      line-height: 24px;
   }

   .swiper-related-posts .swiper-pagination {
      padding-top: 13px;
   }

   .swiper-related-posts .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #0250BF !important;
   }

   .swiper-related-posts .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
      margin-right: 8px;
   }

   .swiper-related-posts .swiper-pagination .swiper-pagination-bullet {
      background: #E8EDF9 !important;
      opacity: 1;
   }

   .section-resources .row-main {
      margin-top: 40px;
   }
}



/* Section: pardot form */
.section-form {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.section-form::before {
    content: '';
    display: block;
    width: 1866px;
    height: 1461px;
    border-radius: 1866px;
    background: #071525;
    filter: blur(190px);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    transform: translate(-50%, -70%);
}
.section-form .container {
    position: relative;
    z-index: 2;
}

.section-form :is(p, h2) {
    color: #fff;
    margin-bottom: 24px;
}

.section-form p.above-title {
    font-size: 14px;
}
.section-form h2.general-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 132%; /* 36.96px */
}
.section-form p.text {
    font-size: 18px;
    line-height: 152%; /* 27.36px */
}

@media (min-width: 992px) {
    .section-form .col-text {
        padding-right: 40px;
    }
    .section-form .col-form {
        padding-left: 0px;
    }
}
@media (max-width: 991px) {
    .section-form {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-form .col-form {
        padding: 0;
    }
    .section-form p.above-title {
        margin-bottom: 16px;
    }
    .section-form h2.general-title {
        margin-bottom: 16px;
        font-size: 24px;
        font-weight: 600;
        line-height: 140%; /* 33.6px */
    }
    .section-form p.text {
        font-size: 16px;
        line-height: 25px; /* 156.25% */
    }
}
@media (max-width: 768px) {
    .section-form {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .section-form p.above-title {
        font-weight: 400;
    }
    
}