/*
 Demand Planning template - SG
 */


/* General styles */
.page-content-wrap {
    position: relative;
}
@media (min-width: 1250px) {
    .container {
        width: 1230px !important;
    }
}
@media (max-width: 576px) {
    .container:not(.container-with-swiper) {
        width: 100% !important;
    }
}

.request-demo,
.request-demo:hover {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: linear-gradient(267deg, #0995E3 0%, #096BE1 100%);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 0.4px;
    transition: transform 0.4s ease 0s, background-color, border-color, background, color;
}
.request-demo:hover {
    transform: translateY(-3px);
}
@media (max-width: 991px) {
    .request-demo,
    .request-demo:hover {
        font-size: 16px;
    }
}

.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;
}

.above-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px; /* 160% */
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .above-title {
        font-size: 14px;
    }
}


h2.general-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 132%; /* 42.24px */
    margin-bottom: 24px;
}
h2.general-title.bigger {
    font-size: 36px;
}
@media (max-width: 991px) {
    h2.general-title,
    h2.general-title.bigger {
        font-size: 24px;
        line-height: 140%; /* 33.6px */
        margin-bottom: 16px;
    }
}

p.text {
    font-size: 16px;
    line-height: 150%; /* 24px */
    color: #212F41;
}
p.text.bigger {
    font-size: 18px;
}
@media (max-width: 991px) {
    p.text,
    p.text.bigger {
        font-size: 14px;
    }
}


/* Section: Hero */
.section-hero {
    background: #000;
    color: #fff;
    padding-top: 210px;
    padding-bottom: 165px;
    overflow: hidden;
    position: relative;
}
.section-hero::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 1866px;
    height: 1424px;
    border-radius: 1866px;
    background: #071525;
    filter: blur(190px);
    left: 50%;
    top: 0;
    transform: translate(-50%, -60%);
}
.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 {
    font-size: 54px;
    font-weight: 600;
    line-height: 124%; /* 66.96px */
    margin-bottom: 22px;
}
.section-hero .icon-list-item {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;

    font-size: 16px;
    font-weight: 300;
    line-height: 148%; /* 23.68px */
}
.section-hero .icon-list-item .icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transform: translatey(2px);
}
.section-hero .request-demo {
    margin-top: 34px;
}

.section-hero .hero-image {
    width: 719px;
    max-width: 719px;
}
.section-hero .hero-image.mobile {
    width: 100%;
}

.section-hero .background {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 50%;
    width: 1620px;
    transform: translatex(88%);
    pointer-events: none;
}

@media (min-width:992px) {
    .section-hero .hero-image.mobile {
        display: none;
    }
}
@media (max-width:1400px) {
    .section-hero .hero-image {
        max-width: 100%;
    }
    .section-hero h1 {
        font-size: 50px;
    }
}
@media (max-width:1200px) {
    .section-hero h1 {
        font-size: 44px;
    }
    .section-hero .col-image {
        padding-top: 100px;
    }
    .section-hero .background {
        width: 1100px;
        transform: translatex(52%);
    }
}
@media (max-width:991px) {
    .section-hero {
        padding-top:163px;
        padding-bottom: 60px;
    }
    .section-hero .hero-image.mobile + .hero-image {
        display: none;
    }
    .section-hero h1 {
        font-size: 34px;
    }
    .section-hero .col-image {
        padding-top: 40px;
    }
    .section-hero .icon-list-item {
        font-size: 14px;
    }
    .section-hero .icon-list-item .icon {
        transform: translateY(4px);
    }
}
@media (max-width:768px) {
    .section-hero h1 {
        font-size: 28px;
    }
    .section-hero .background {
        width: 840px;
    }
    .section-hero .request-demo {
        margin-top: 20px;
    }
}
@media (max-width:480px) {
    .section-hero {
        padding-bottom: 40px;
    }
    .section-hero h1 {
        font-size: 24px;
    }
    .section-hero .hero-image.mobile {
        margin-left: -13px;
        margin-right: -13px;
    }
    .section-hero .background {
        width: 577px;
        right: 0;
        transform: translatex(50%);
    }
}


/* Section Slider */
.section-slider {
    padding-top: 120px;
    padding-bottom: 100px;
}

.section-slider :is(h2, p) {
    text-align: center;
}

.section-slider .col-text {
    margin-left: auto;
    margin-right: auto;
}

.section-slider .slider-headings {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 140%; /* 28px */
    margin-top: 40px;
    margin-bottom: 20px;
}
.section-slider .slider {
    position: relative;
    background: #f1f2f5;
    height: 445px;
}
.section-slider .slider-side {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.section-slider .slider-left {
    background: #f1f2f5;
    left: 0;
    width: 50%;
    z-index: 2;
    border-right: 2px solid #fff;
    transition: width .1s ease-out;
}
.section-slider .slider-right {
    background: #e1eeff;
    right: 0;
    z-index: 1;
    width: 100%;
}

.section-slider .slider-handle {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 0;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
}
.section-slider .slider-handle::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 100%;
    background: transparent;
    cursor: grab;
}
.section-slider .slider-handle-button {
    width: 50px;
    height: 57px;
    border-radius: 10px;
    flex-shrink: 0;
    background-color: #fff;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left .1s ease-out;
}

.section-slider .grid-bg {
    position: absolute;
    top: 0;
    height: 115%;
    left: -200px;
    z-index: 1;
    transition: transform 1.5s ease-out;
}
.section-slider .slider-right .grid-bg {
    left: auto;
    right: -200px;
}

.section-slider .inactive .grid-bg {
    transform: translatex(30px);
}
.section-slider .slider-right.inactive .grid-bg {
    transform: translatex(-30px);
}

.section-slider .clothing-wrapper {
    display: flex;
    gap: 26px;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    left: 308px;
    z-index: 2;
    transition: transform 2s ease-out;
}
.section-slider .slider-right .clothing-wrapper {
    right: 308px;
    left: auto; 
}
.section-slider .blank-wrapper {
    display: flex;
    gap: 26px;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.section-slider .active .blank-wrapper {
    opacity: 1;
}
.section-slider .slider-left.active .clothing-wrapper > .clothing {
    opacity: 0;
}


.section-slider .active .clothing-wrapper {
    transform: translatex(135px);
}
.section-slider .slider-right.active .clothing-wrapper {
    transform: translatex(-135px);
}


.section-slider .clothing { 
    width: 123px;
    height: 1010.5px;
    transition: transform 9s ease-in-out;
}
.section-slider .slider-left .clothing {
    transition: transform 9s ease-in-out .5s, opacity 1s ease-in-out;

}

.section-slider .slider-right .clothing.col-3,
.section-slider .slider-left .clothing.col-1 {
    height: 1016.5px;
}


.section-slider .slider-left .clothing:is(.col-2) {
    transform: translateY(-50%);
} 
.section-slider .slider-right .clothing:is(.col-1, .col-3) {
    transform: translateY(-50%);
} 

.section-slider .active .clothing { 
    transform: translateY(-50%);
}
.section-slider .slider-left.active .clothing:is(.col-2) {
    transform: translateY(0);
} 
.section-slider .slider-right.active .clothing:is(.col-1, .col-3) {
    transform: translateY(0);
} 

.section-slider .slider-left .clothing {
    filter: grayscale(100);
    opacity: 0.6;
}

.section-slider .slider-side-labels {
    position: absolute;
    z-index: 10;
    left: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: max-content;
    transition: transform 2s ease-out;
}
.section-slider .slider-right .slider-side-labels {
    left: auto;
    right: 15px;
    align-items: flex-end;
}

.section-slider .active .slider-side-labels  {
    transform: translatex(100px);
}
.section-slider .slider-right.active .slider-side-labels  {
    transform: translatex(-100px);
}

.section-slider .slider-side-label {
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 12px 5px 12px;
}
.section-slider .slider-side-label img {
    width: 24px;
    height: auto;
}
.section-slider .slider-right .slider-side-label {
    text-align: right;
}

@media (max-width:991px) {
    .section-slider {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .section-slider .slider {
        height: 380px;
    }
    .section-slider :is(h2, p) {
        text-align: left;
    }
    .section-slider .slider-headings {
        font-size: 12px;
        margin-top: 32px;
        margin-bottom: 10px;
    }
    .section-slider .slider-side-label {
        font-size: 12px;
    }
    .section-slider .slider-side-label img {
        width: 12px;
    }
    .section-slider .grid-bg {
        left: -300px;
    }
    .section-slider .slider-right .grid-bg {
        left: auto;
        right: -300px;
    }
    .section-slider .clothing-wrapper {
        gap: 18px;
        left: 220px;
    }
    .section-slider .slider-right .clothing-wrapper {
        right: 220px;
        left: auto; 
    }
}
@media (max-width:768px) {
    .section-slider .slider {
        height: 330px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-slider .grid-bg {
        left: -25vw;
    }
    .section-slider .slider-right .grid-bg {
        left: auto;
        right: -25vw;
    }
    .section-slider .clothing { 
        width: 86px;
        height: 710px;
        transition: transform 9s ease-in-out;
    }
    .section-slider .slider-right .clothing.col-3,
    .section-slider .slider-left .clothing.col-1 {
        height: 715px;
    }
    .section-slider .clothing-wrapper {
        left: 36.5vw;
    }
    .section-slider .slider-right .clothing-wrapper {
        right: 36.5vw;
        left: auto; 
    }
    
    .section-slider .active .slider-side-labels  {
        transform: translatex(20px);
    }
    .section-slider .slider-right.active .slider-side-labels  {
        transform: translatex(-20px);
    }
    
    .section-slider .active .clothing-wrapper {
        transform: translatex(30px);
    }
    .section-slider .slider-right.active .clothing-wrapper {
        transform: translatex(-30px);
    }
}
@media (max-width:480px) {
    .section-slider .slider-side-label {
        font-size: 10px;
    }
    .section-slider .slider {
        height: 226px;
    }
    .section-slider .active .slider-side-labels  {
        transform: translatex(0px);
    }
    .section-slider .slider-right.active .slider-side-labels  {
        transform: translatex(0px);
    }
    
    .section-slider .active .clothing-wrapper {
        transform: translatex(0px);
    }
    .section-slider .slider-right.active .clothing-wrapper {
        transform: translatex(0px);
    }
    .section-slider .clothing-wrapper {
        left: 24.5vw;
    }
    .section-slider .slider-right .clothing-wrapper {
        right: 24.5vw;
        left: auto; 
    }
}




/* Section: why it matters */
.section-why {
    padding-top: 140px;
    padding-bottom: 140px;
    background: #010306;
    color: #fff
}
.section-why .row-intro {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.section-why .row-main {
    margin-left: auto;
    margin-right: auto;
}

.section-why .row-intro h2.general-title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}

.section-why .row-intro p.text {
    color: #fff;
}

.section-why .tabs-wrapper > div:nth-child(even) {
    margin-top: 40px;
}

.section-why .tabs-wrapper > div:nth-child(odd) {
    margin-bottom: 40px;
}

.section-why .tabs-wrapper {
    display: flex;
    gap: 16px;
}

.section-why .specific-tab {
    padding: 30px 20px 40px 20px;
    background: #1F252D;
    border-radius: 0;
}

.section-why .specific-tab img {
    height: 64px;
    width: auto;
    margin-bottom: 16px;
}

.section-why .specific-tab p.title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%; /* 28px */
    margin-bottom: 16px;
}

.section-why .specific-tab p.text {
    color: #fff;
}

.section-why .tabs-wrapper div {
    flex-basis: 0;
    flex-grow: 1;
}
@media (max-width: 1200px) {
    .section-why .tabs-wrapper {
        display: grid;
        gap: 0 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
   .section-why div.row.row-main div.col.col-tabs {
      padding: 0;
   }
}
@media (max-width: 991px) {
    .section-why {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 768px) {
    .section-why {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-why .row-intro h2.general-title {
        font-size: 24px;
        line-height: 28px;
    }

    .section-why .row-intro p.text {
        font-size: 14px;
        line-height: 24px;
    }

    .section-why .row-intro {
        margin-bottom: 48px;
    }

    .section-why .tabs-wrapper {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
     }

    .section-why .specific-tab {
        padding: 28px 20px 40px;
    }

    .section-why .specific-tab img {
        margin-bottom: 12px;
        height: 52px;
        margin-top: 0;
    }
    .section-why .specific-tab p.title {
        font-size: 16px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .section-why .specific-tab p.text {
        font-size: 14px;
    }

    .section-why .tabs-wrapper {
        gap: 16px;
        flex-direction: column;
    }

    .section-why .tabs-wrapper,
    .section-why .tabs-wrapper > div:nth-child(odd),
    .section-why .tabs-wrapper > div:nth-child(even) {
        margin: 0;
    }


    .section-why .text-center.col.col-12 {
        text-align: left;
    }
  
}



/* Section: banner cta */
.section-banner {
    background: #096BE1;
    background: linear-gradient(267.29deg, #096BE1 0%, #004AB9 100%);
    padding-top: 104px;
    padding-bottom: 104px;
    color: #fff;
}
.section-banner .general-title {
    color: #fff;
}
.section-banner .row-intro {
    max-width: 895px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .section-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 768px) {
    .section-banner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 576px) {
    .section-banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
 


/* Section: end-to-end */
.section-e2e {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}
.section-e2e .row{
    margin-left: 0;
    margin-right: 0;
}
.section-e2e .row-intro p.text {
    margin-bottom: 36px;
}
.section-e2e .row-main {
    position: relative;
}

.section-e2e img.bg-image {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 534px;
    z-index: -1;
}
.section-e2e img.bg-image-mobile {
    position: absolute;
    top: 60%;
    right: 0px;
    transform: translate(50%, -50%);
    width: 268.5px;
    z-index: -1;
}
 
 
.section-e2e .box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 137px 496px;
    padding: 50px 0;
}
.section-e2e .box {
    display: flex;
    align-items: center;
}
.section-e2e .box > div {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFF;
    padding: 20px;
    width: 100%;
}
.section-e2e .box .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    background: linear-gradient(267deg, #0995E3 0%, #096BE1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
}
 
@media (min-width: 992px) {
    .section-e2e img.bg-image-mobile  {
       display: none;
    }
}

@media (max-width: 1300px) {
    .section-e2e .box-wrapper {
        gap: 137px 300px;
        padding: 60px 0;
    }
}
@media (max-width: 1150px) {
    .section-e2e .box-wrapper {
        gap: 130px 250px;
    }
}
@media (max-width: 1050px) {
    .section-e2e .box-wrapper {
        gap: 130px 200px;
    }
}

@media (max-width: 991px) {
    .section-e2e {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-e2e .row-main {
        margin-top: 40px;
    }
    .section-e2e .text-center {
        text-align: left;
    }
    .section-e2e img.bg-image {
        display: none;
    }
    .section-e2e .box-wrapper {
        grid-template-columns: 1fr !important;
        gap: 20px;
        padding-top: 0;
        padding-right: 30px;
    }
    .section-e2e .box .title {
       font-size: 14px;
       line-height: 140%; /* 19.6px */
    }
    .section-e2e .box .text {
       font-size: 12px;
       line-height: 148%; /* 17.76px */
    }
}



/* Section: more related */
.section-more {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f1f2f5;
    overflow: hidden;
}
.section-more .row {
    margin-left: auto;
    margin-right: auto;
}

.section-more h2.general-title {
    margin-bottom: 60px;
    text-align: center;
}

.section-more .related-post {
    width: 386px;
    max-width: 100%;
}

.section-more .related-post a {
    aspect-ratio: 5 / 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 32px;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}
.section-more .related-post a>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: transform .3s ease-out;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.section-more .related-post a:hover>img {
    transform: scale(1.15);
}
.section-more .related-post .tag {
    border-radius: 20px;
    background: rgba(7, 20, 35, 0.20);
    color: #fff;
    backdrop-filter: blur(4px);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    padding: 4px 12px;
}
.section-more .related-post .title {
    margin-top: auto;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 132%; /* 31.68px */
    margin-bottom: 0;
}
.section-more .related-post .btn-arrow {
    margin-top: 0
}

@media (max-width: 991px) {
    .section-more h2.general-title {
        margin-bottom: 30px;
        text-align: left;
    }
    .section-more .related-post .title {
        font-size: 20px;
    }
    .section-more .related-post a {
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .section-more {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Section: brands logos */
.section-brands {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-brands .row {
    margin-left: auto;
    margin-right: auto;
}
.section-brands h2.general-title {
    text-align: center;
}

.section-brands .logos-wrapper {
    overflow: hidden;
}
.section-brands .logo-grid {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: 40s linear 0s infinite normal none running infiniteLoop;
    gap: 0 15px;
    flex-wrap: wrap;
    padding-right: 15px;
}

.section-brands .logo-brands-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transform: translateX(-25%);
}
.section-brands .col-logos {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}
.section-brands .col-logos::before,
.section-brands .col-logos::after {
    content: '';
    display: block;
    height: 100%;
    top: 0;
    width: 80px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 75%);
    position: absolute;
    z-index: 10;
    left: 0;
}
.section-brands .col-logos::after {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 75%);
}

.section-brands .logo-grid img {
    display: block;
    width: 118px;
}

@media (max-width: 991px) {
    .section-brands {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-brands h2.general-title {
        text-align: left;
    }
    .section-brands .col-logos {
        margin-top: 50px;
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.30);
    }
}
@media (max-width: 768px) {
    .section-brands {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-brands .col-logos::before,
    .section-brands .col-logos::after {
        width: 30px;
    }
}


@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: 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;
}

.section-form .bottom-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 124%; /* 29.76px */
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #fff;
    margin-bottom: 20px;
}
.section-form .bottom-text {
    font-size: 16px;
    line-height: 27px; /* 168.75% */
    opacity: .6;
}
.section-form .customer-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    max-width: 420px
}
.section-form .customer-grid > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-form .customer-grid img {
    max-width: 100%;
    max-height: 48px;
    width: auto;
    height: auto;
}

@media (min-width: 992px) {
    .section-form .col-text {
        padding-right: 80px;
    }
    .section-form .col-form {
        padding-left: 0px;
    }
}
@media (max-width: 991px) {
    .section-form {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-form .col-text {
        margin-bottom: 36px;
    }
    .section-form .bottom-title {
        margin-top: 15px;
        padding-top: 15px;
        font-size: 20px;
    }
    .section-form .bottom-text {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .section-form {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-form .customer-grid {
        gap: 30px 40px;
    }
    .section-form .customer-grid img {
        max-height: 38px;
    }
}