@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --font-family: "Poppins", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

html {
    margin: 0 !important;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.primary-button {
    background: #00FFCE;
    padding: 0.9375rem 3.75rem;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
    color: #000000;
}

.primary-button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: #002C36;
    color: white;
}

.primary-button:hover::before {
    width: 100%;
}

.primary-button:hover span {
    position: relative;
    z-index: 999;
    color: white;
}

.primary-button img {
    position: relative;
    right: -100%;
}

.primary-button:hover img {
    right: 0;
}

.primary-button,
.primary-button span,
.primary-button::before,
.primary-button img {
    transition: all 0.4s linear;
    transform-origin: top right;
    transform-box: border-box;
}


.heading-one-typography {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 3.125rem;
    line-height: 4.6875rem;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
}

.animate-char .char {
    /* opacity: 0; */
    display: none;
}

.animate-char .hidden {
    display: none;
}

.heading-one-typography span {
    background: linear-gradient(91.45deg, #FFFFFF -55.61%, #00FFCE 158.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading-two-typography {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #002C36;
}

/* header */
header {
    /* position: fixed; */
    position: absolute;
    width: 100%;
    top: 1.5rem;
    z-index: 99999;
}

header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    background: #FFFFFF33;
    backdrop-filter: blur(15px);
}



/* hero section  */
.hero-section {
    background: url("../img/hero-bg-img  1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    height: 100%;
    align-content: center;
    padding-top: 6rem;
    padding-bottom: 2rem;
}

@media (min-width:2500px) {
    .hero-section {
        min-height: 900px;
    }
}

.hero-section .hero-section-container {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
    align-items: self-start;
}

.hero-section .hero-section-container .hero-section-top {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: self-start;
}

.hero-section .hero-section-container .hero-section-top p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}




/* what-is-new-section */

.what-is-new-section {
    padding: 6.25rem 0;
}

.what-is-new-section .what-is-new-col-left {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-heading {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: self-start;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-heading span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #5D6E72;
    border-bottom: 0.125rem solid #5D6E72;
    padding-bottom: 0.3125rem;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-heading p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5D6E72;
}

.what-is-new-section .what-is-new-col-left .what-is-new-mid-col {
    margin-bottom: 1.5rem;
    gap: 0.625rem;
    border-radius: 0.625rem;
    padding: 1.25rem;
    background-color: #F0F5F6;
}

.what-is-new-section .what-is-new-col-left .what-is-new-mid-col p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5D6E72;
}

.hero-section .hero-section-container .hero-section-top video {
    width: 157px;
    border-radius: 119px;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-content {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    align-items: self-start;
    border-radius: 1.25rem;
    padding: 1.25rem;
    background-color: #F0F5F6;
    transition: all 0.4s linear;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-content:hover {
    background-color: #002C36;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-content .hover-img {
    display: none;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-content:hover .hover-img {
    display: block;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-content:hover .default-img {
    display: none;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-content:hover h4 {
    color: white;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-content:hover p {
    color: rgba(255, 255, 255, 0.515);
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-content h4 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #000000;
}

.what-is-new-section .what-is-new-col-left .what-is-new-col-content p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0.5%;
    color: #5D6E72;
}

.what-is-new-section .what-is-new-col-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.what-is-new-section .what-is-new-col-right img {
    border-radius: 1.25rem;
}

.what-is-new-section .what-is-new-col-right .what-is-new-col-right-content {
    gap: 1.25rem;
    border-radius: 1.25rem;
    padding: 1.25rem;
    background-color: #002C36;
}

.what-is-new-section .what-is-new-col-right .what-is-new-col-right-content p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0%;
    color: #FFFFFF99;

}



/* how-we-transform */


.how-we-transform .how-we-transform-heading {
    margin-bottom: 3.125rem;
}

.how-we-transform .how-we-transform-heading h2 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 140%;
    letter-spacing: 0%;

}

.how-we-transform .how-we-transform-heading h2 span {
    font-weight: 500;
}

.how-we-transform-col {
    border-radius: 1.25rem;
    background: #f0f5f6;
}

.how-we-transform-col img {
    width: 100%;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

.how-we-transform-col .how-we-transform-col-content {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 1.25rem;
    background: #F0F5F6;
    backdrop-filter: blur(1.25rem);
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;

}

.how-we-transform-col .how-we-transform-col-content h5 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #002C36;
}

.how-we-transform-col .how-we-transform-col-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: 0%;
    color: #5D6E72CC;
}

/* underwriting-transformation-section */
.underwriting-transformation-section {
    padding: 6.25rem 0;
}

.underwriting-transformation-section .underwriting-transformation-container {
    background: #F0F5F6;
    border-radius: 1.25rem;
}

.underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-col {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-image {
    position: relative;
}

.underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-image img {
    position: absolute;
    bottom: 0;
}

.underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-heading {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-heading span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #5D6E72;
}

.underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-heading h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 3rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #002C36;
}

.underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 1.25rem;
    padding: 1.25rem;
    background: #FFFFFF;
}

.underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5D6E72CC;
}

/* what-we-do-section */
.what-we-do-section {
    padding: 6.25rem 0;
}

.what-we-do-section .what-we-do-left-col {
    border-radius: 2.5rem;
    background: #002C36;
    padding: 3.75rem;
}

.what-we-do-section .what-we-do-left-col,
.what-we-do-section .what-we-do-left-col .what-we-do-col-top,
.what-we-do-col-top .what-we-do-content .what-we-do-content-heading-and-point .what-we-do-content-heading,
.what-we-do-col-top .what-we-do-content .what-we-do-content-heading-and-point .what-we-do-content-point {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;

}

.what-we-do-section .what-we-do-left-col span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #00FFCE;
}

.what-we-do-col-top .what-we-do-content .what-we-do-content-heading-and-point h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 3rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.what-we-do-col-top .what-we-do-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFFB2;
}

.what-we-do-col-top .what-we-do-content a {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 202%;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.what-we-do-col-top .what-we-do-content span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1rem;
    line-height: 202%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.what-we-do-section .what-we-do-left-col .what-we-do-col-top .what-we-do-content {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
}

.what-we-do-col-top .what-we-do-content .what-we-do-content-heading-and-point {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.what-we-do-section .what-we-do-right-col {
    border-radius: 2.5rem;
    background: #F0F5F6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* get-in-touch-section */
.get-in-touch-section {
    padding: 6.25rem 0;
}

.get-in-touch-section .get-in-touch-container {
    background: url('https://cura-x.ai/wp-content/themes/twentytwentyone-child/img/Rectangle\ 339.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 1.875rem;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-left-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 8.938rem 0 3.125rem 6.25rem;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-left-col h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 2.75rem;
    line-height: 3.75rem;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-left-col p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF80;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col {
    border-radius: 1.25rem;
    background: #FFFFFF;
    box-shadow: 0px 80.6px 105.7px 0px #3333331A;
    padding: 2.5rem;
    top: -17%;
    position: relative;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: self-start;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col .form-input-group {
    width: 100%;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col .form-input-group input {
    border-radius: 0.313rem;
    border-width: 1.5px;
    background: #FFFFFF;
    border: 1.5px solid #0a142f57;
    height: 3.75rem;
    padding: 0 1rem;
    width: 100%;
    outline: none;
    font-family: var(--font-family);
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col textarea {
    border-radius: 0.313rem;
    border-width: 1.5px;
    background: #FFFFFF;
    border: 1.5px solid #0a142f57;
    padding: 1rem;
    width: 100%;
    outline: none;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col .form-input-check {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col .form-input-check input {
    width: 1.375rem;
    height: 1.375rem;
    border: 1.5px solid #0a142f57;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col .form-input-check label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #303030;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col .form-input-check label a {
    color: #0088FF;
}

.get-in-touch-section .get-in-touch-container .get-in-touch-right-col button {
    background: #00FFCE;
    padding: 0.9375rem;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    color: #002C36;
}

/* footer */
footer {
    padding: 6.25rem 0 1.5rem 0;
}

footer .footer-container {
    border-radius: 0.938rem;
    padding: 3.125rem;
    background: #F0F5F6;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

footer .footer-container .footer-container-top {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: self-start;
}

footer .footer-container .footer-container-top p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: 0px;
    color: #5D6E72;
}

footer .footer-container .footer-container-bottom {
    display: flex;
    flex-direction: column;
    gap: 0.938rem;
    align-items: self-start;
}

footer .footer-container .footer-container-bottom .social-link {
    display: flex;
    gap: 0.625rem;
    align-items: self-start;
}

footer .footer-container .footer-container-bottom .social-link .social-link-inner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

footer .footer-container .footer-container-bottom .social-link a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0px;
    color: #5D6E72;
    text-decoration: none;
}

footer .footer-container .footer-container-bottom .social-link img {
    margin-top: 0.438rem;
}

footer .footer-usefull-links {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 2.93rem;
}

.footer-container-right {
    border-radius: 0.938rem;
    padding: 3.125rem;
    background-color: #F0F5F6;
    height: 100%;
}

footer .footer-usefull-links h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.179rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #002C36;
    border-bottom: 1.17px solid #D8E6E8;
    padding-bottom: 0.5rem;
}

.footer-container-right {
    position: relative;
}

/* .footer-overflow-img {
    position: relative;
} */

.footer-overflow-img img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 120%;
}

@media (max-width:991px) {
    .footer-overflow-img img {
        display: none;
    }

    .features-container .features-slide-inner {
        height: 100%;
    }


}

@media (max-width: 991px) and (min-width: 768px) {}

footer .footer-usefull-links ul {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    padding: 0;
    list-style: none;
}

footer .footer-usefull-links ul li a {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #5D6E72;
    text-decoration: none;
}

.copyright-section {
    padding: 2.5rem 3.125rem;
    border-radius: 0.733rem;
    background: #F0F5F6;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.copyright-section p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.051rem;
    letter-spacing: 0px;
    text-align: center;

}


/*  features-section */
.features-section {
    padding: 6.25rem 0;
}

.features-section .features-sec-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.features-section .features-sec-heading span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #5D6E72;
}

.features-section .features-sec-heading h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 3rem;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #002C36;

}

.features-section .features-container .features-container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}



.features-container .features-slide-inner {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    height: 578px;
}

.features-container .features-slide-inner img {
    width: 100%;
}

.features-column {
    padding-bottom: 3rem;
}

.features-container .features-slide-inner .features-slide-inner-content {
    border-radius: 1.25rem;
    padding: 1.25rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: self-start;
    justify-content: left;
    position: absolute;
    bottom: 1.25rem;
    width: 94%;
    margin: 0 3%;
    height: 231px;
}

.features-section .features-container .features-slide-inner .feature-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-container .features-slide-inner .features-slide-inner-content img {
    width: 2.9375rem !important;
    height: 2.403rem;
}

.features-container .features-slide-inner .features-slide-inner-content h5 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0.5rem;
}

.features-container .features-slide-inner .features-slide-inner-content h5 span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
    letter-spacing: 0%;
}

.features-container .features-slide-inner .features-slide-inner-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5D6E72;
}

@media (max-width:768px) {
    .get-in-touch-section .get-in-touch-container {
        background: #002c36 !important;
        padding: 2.5rem 1.5rem;
    }

    .get-in-touch-section .get-in-touch-container .get-in-touch-left-col {
        padding: 0rem;
    }

    .get-in-touch-section .get-in-touch-container .get-in-touch-right-col {
        top: 0;
        padding: 2rem 1.5rem;
    }

    .what-we-do-section .what-we-do-left-col {
        margin-bottom: 3rem;
        padding: 3.75rem 1.75rem;
    }

    .underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-image img {
        display: none;
    }

    .what-is-new-section .what-is-new-col-left {
        margin-bottom: 3rem;
    }

    /* .get-in-touch-section .get-in-touch-container .get-in-touch-left-col img {
        display: none;
    } */



    .copyright-section {
        flex-direction: column;
    }

    .what-we-do-section .what-we-do-right-col {
        padding: 3rem 0;
    }

    .heading-one-typography {
        font-size: 2.125rem;
        line-height: 2.9rem;
    }

    .heading-two-typography {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .how-we-transform .how-we-transform-heading h2,
    .underwriting-transformation-section .underwriting-transformation-container .underwriting-transformation-heading h2,
    .what-we-do-col-top .what-we-do-content .what-we-do-content-heading-and-point h2,
    .features-section .features-sec-heading h2,
    .get-in-touch-section .get-in-touch-container .get-in-touch-left-col h2 {
        font-size: 1.75rem;
    }

    .get-in-touch-section,
    .features-section,
    .what-we-do-section,
    .underwriting-transformation-section,
    .how-we-transform,
    .what-is-new-section,
    .hero-section,
    footer {
        overflow: hidden;
    }

    .hero-section {
        height: 730px;
    }

}

@media (max-width:991px) {
    .hero-section {
        /* padding: 8rem 0; */
    }

    .what-is-new-section .what-is-new-col-left .what-is-new-col-content {
        margin-bottom: 2rem;
    }
}

@media (max-width:1200px) {
    .footer-overflow-img img {
        display: none;
    }
}

.get-in-touch-section,
.features-section,
.what-we-do-section,
.underwriting-transformation-section,
.how-we-transform,
.what-is-new-section,
.hero-section,
footer {
    overflow: hidden;
}



/* Privacy Policy */

.privacy-header {
    padding-top: 6rem !important;
    background-color: #f0f5f6;
    padding: 4rem 0;
    margin-bottom: 2rem;
}

.section-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: 0%;
    /* text-align: center; */
    color: #002C36;
    margin-bottom: 1.5rem;
}

.info-item {
    margin-bottom: 1.5rem;
    border-radius: 0.938rem;
    padding: 2.125rem;
    background-color: #F0F5F6;
    height: 100%;
}

.info-item h5 {
    font-weight: 600;
    margin-bottom: 16px;
}

.rights-list {
    list-style-type: none;
    padding-left: 0;
}

.info-item ul {
    padding-left: 17px;

}

.lawful-basis-section {
    font-family: var(--font-family);
}

.lawful-basis-section .card-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5D6E72;
    margin-bottom: 12px;
}

.lawful-basis-section .card-text strong {
    color: #000000b3;
}

.info-item ul li {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5D6E72;
    margin-bottom: 6px;
}

.rights-list li {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5D6E72;
    position: relative;
}

.rights-list li strong {
    color: #000000b3;
}

.data-sources-section {
    font-family: var(--font-family);
}

.primary-font-family {
    font-family: var(--font-family);
}

.combined-sections-row h5 {
    margin-bottom: 14px;
}

.combined-sections-row h5,
.combined-sections-row p,
.combined-sections-row li {
    font-family: var(--font-family);
}

.rights-section p.right-list-head {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-family);
    color: #002C36;
}

.rights-section ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rights-section p {
    font-size: 16px;
    color: #5D6E72;
}

.complaints-section .complaints-card {
    margin-top: 20px;
}

.complaints-section p {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-family);
    color: #5D6E72;
}

.complaints-section address {
    line-height: 170%;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-family);
}


header.entry-header.alignwide {
    display: none;
}


/* V1 css  */

.hero-section-v1 {
    position: relative;
    background: url("../img/bg-imag-v1 1.webp");
}

.hero-section-v1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 44, 54, 0) 0%, #002C36 110.45%);
}

.hero-section-v1 .hero-section-container .hero-section-top span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.underwriting-transformation-section-v1 .underwriting-transformation-container {
    background: #FFFFFF !important;
}

.underwriting-transformation-section-v1 .underwriting-transformation-container .underwriting-transformation-col {
    background: #F0F5F6;
    border-radius: 1.25rem;
    height: 100%;
}

.underwriting-transformation-section-v1 .underwriting-transformation-container .underwriting-transformation-content a {
    color: #005EFF;
}

.copyright-section {
    padding: 2.5rem 3.125rem;
    border-radius: 0.733rem;
    background: #F0F5F6;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.features-container-v1 .features-slide-inner {
    position: relative;
}

.features-container .features-slide-inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 43%;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 60%);
}



/* V2 css  */
.hero-section-v2 {
    background: url("../img/hero-bg-v2.webp");
}