/* Hero Banner */
.hero-area__content {
    position: relative;
    padding: 30px 0;
}
.hero-area__content .content {
    flex-wrap: wrap;
}
.hero-area__content .content-details {
    max-width: 508px;
    width: 100%;
}
.hero-area__content .content-details > span {
    font-family: var(--ff-cp-medium);
    color: var(--s-color);
    font-size: 18px;
}
.hero-area__content .content-details h1 {
    color: var(--p-color);
    font-size: 40px;
    line-height: 50px;
}
.hero-area__content .content-details h1 span {
    color: var(--s-color);
}
.hero-area__content .content-details p {
    color: var(--p-color);
    font-size: 16px;
    max-width: 100%;
    font-family: var(--ff-body);
}
.hero-area__content .content-asset, .hero-area__content .content-asset iframe {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: relative;
}

.hero-area__content .content-asset .content-asset__placeholder {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.hero-area__content .content-asset iframe {
    opacity: 0;
    margin: 0;
}
.hero-area__content .content-asset .content-asset__placeholder .content-asset__placeholder > img {
    width: 100%;
    height: 100%;
}
.hero-area__content .content-asset .content-asset__placeholder button {
    cursor: pointer;
    position: absolute;
    background: linear-gradient(90deg, #00BCF4 0%, #03FFFF 100%);
    border-radius: 50%;
    transition: ease-out;
    border: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-area__content .content-asset .content-asset__placeholder button img {
    position: relative;
    right: -1px;
    width: 18px;
    height: 18px;
}

.hero-area__content .content-asset iframe {
    width: 100%;
    height: 100%;
}

/* Overview */
.hero-area__overview {
    margin-top: 80px;
}

.hero-area__overview > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 24px;
}

.hero-area__overview .container picture {
    width: 100%;
    height: 100%;
}

.hero-area__overview .container picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-area__overview .container .details {
    width: 100%;
}

.hero-area__overview .container h2 {
    font-size: 40px;
    font-weight: 400;
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
    margin-top: 0;
}

.hero-area__overview .container h2 > span {
    color: var(--s-color);
}

.hero-area__overview .container p {
    padding: 0;
    color: #425466;
    font-family: var(--ff-body);
}

/* Testimonials */
.hero-area__testimonials .outsourced-slider-scroll_content {
    overflow: visible !important;
}

.hero-area__testimonials .outsourced-slider-scroll_content .outsourced-slider-scroll_items {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    /* display: inline-block; */
    margin-right: 0;
}

.hero-area__testimonials .outsourced-slider-scroll_content .scroll-item {
    cursor: pointer;
    width: 320px;
    float: left;
}

.hero-area__testimonials .outsourced-slider-scroll_content .scroll-item .wrapper {
    background: #FFF;
    border-radius: 18px;
    width: calc(100% - 16px);
    height: 100%;
    padding: 24px;
}

.hero-area__testimonials .outsourced-slider-scroll_content .scroll-item .details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.hero-area__testimonials .outsourced-slider-scroll_content .scroll-item .details h3 {
    margin: 0;
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
    font-size: 20px;
    line-height: 100%;
}

.hero-area__testimonials .outsourced-slider-scroll_content .scroll-item h4 {
    color: var(--s-color);
    font-family: var(--ff-cp-medium);
    font-size: 16px;
    line-height: 100%;
}

.hero-area__testimonials .outsourced-slider-scroll_content .scroll-item p {
    padding: 0;
    color: #425466;
    font-family: var(--ff-body);
    padding-bottom: 0;
}

.hero-area__testimonials .outsourced-slider-scroll_content .scroll-item .details img{
    min-width: 115px;
    height: 115px;
    object-fit: cover;
    border-radius: 50%;
}


.hero-area__testimonials .outsourced-slider-scrollbar {
    width: 100%;
    height: 18px;
    background: #C8DFE6;
    border-radius: 130px;
    margin-top: 30px;
    border: 4px solid #C8DFE6;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

.hero-area__testimonials .outsourced-slider-scrollbar .outsourced-slider-handle.dragged {
    background: #00BCF4;
    height: 10px;
    border-radius: 130px;
}

.hero-area__testimonials .outsourced-slider-scrollbar .outsourced-slider-handle {
    background: #00BCF4;
    height: 10px;
    border-radius: 130px;
}

.hero-area__testimonials {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 30px;
}

/* Skewed Background */
.hero-area__skewed-bg {
    background: var(--t1-color);
    position: absolute;
    width: 100%;
    height: calc(100% + 900px);
    z-index: -1;
    transform: skewY(-10deg);
    top: -75px;
}

.hero-area__below-the-fold {
    position: relative;
}

/* Text with Image */
.text-with-image {
    background: #fff;
}

.text-with-image .container {
    padding-top: 50px;
}

.text-with-image .container > .details {
    margin-bottom: 30px;
}

.text-with-image .container > .details img {
    height: 70px;
    width: 250px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.text-with-image .container > .details h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
    margin-bottom: 0;
}

.text-with-image .container > .details h2 span {
    color: var(--s-color);
}

.text-with-image__content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.text-with-image__content .details {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.text-with-image__content .details > div{
    width: 100%;
}

.text-with-image__content .details > picture{
    width: 100%;
    height: auto;
}

.text-with-image__content .details > picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-with-image__content .details > div span {
    color: var(--s-color);
    font-family: var(--ff-cp-medium);
    font-size: 20px;
    line-height: 100%;
}

.text-with-image__content .details > div h3 {
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
    line-height: 100%;
}

.text-with-image__content .details > div p {
    padding: 0;
    color: #425466;
    font-family: var(--ff-body);
    margin: 0;
}

.text-with-image__content .details > div p > a {
    color: var(--s-color);
    text-decoration: underline;
}

@media screen and (min-width: 767px) {
    .hero-area__content .content-asset, .hero-area__content .content-asset iframe {
        height: 320px;
    }
}

@media screen and (min-width: 1024px) {
    .hero-area__testimonials .outsourced-slider-scroll_content .outsourced-slider-scroll_items .scroll-item:last-of-type {
        width: 480px;
    }
    
    .hero-area__testimonials .outsourced-slider-scroll_content .scroll-item {
        width: 510px;
    }

    .hero-area__testimonials .outsourced-slider-scroll_content .scroll-item .details h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-area__content .content {
        flex-wrap: nowrap;
        gap: 16px;
    }

    .hero-area .content-details h1 {
        font-size: 56px;
        line-height: 61px;
    }

    .hero-area__content .content-details p {
        max-width: 480px;
    }

    .hero-area__content .content-asset .content-asset__placeholder button img {
        position: relative;
        right: -5px;
        width: unset;
        height: unset;
    }    

    .hero-area__content .content-asset .content-asset__placeholder button {
        width: 95px;
        height: 95px;
    }

    .text-with-image .container > .details h2 {
        font-size: 40px;
    }

    .text-with-image .container > .details {
        margin-bottom: 100px;
    }

    .hero-area__content .content-asset, .hero-area__content .content-asset ifram {
        height: 350px;
        width: 620px;
    }

    .hero-area__skewed-bg {
        top: -185px;
    }

    .hero-area__testimonials {
        margin-top: 95px;
        padding-bottom: 95px;
    }

    .hero-area__overview > .container {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .hero-area__overview .container picture {
        width: 560px;
        height: 286px;
    }

    .hero-area__overview .container .details {
        max-width: 500px;
    }
    
    .text-with-image .container {
        padding-top: 100px;
        padding-block: 50px;
    }

    .text-with-image__content .details {
        flex-wrap: nowrap;
    }

    .text-with-image__content .details > div{
        max-width: 507px;
    }

    .text-with-image__content .details > picture{
        width: 565px;
    }

    .text-with-image__content .details.left {
        flex-direction: row-reverse;
    }
    
    .text-with-image__content .details.right {
        flex-direction: row;
    }

    .text-with-image__content {
        gap: 150px;
    }
}