.hero-section-with-curve {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Left Side Content */
.hero-section-with-curve .hero-content {
    flex: 1;
    z-index: 2;
}

.hero-section-with-curve .hero-section-inner {
    max-width: 519px;
}

.hero-section-with-curve .hero-content h1 {
    color: #0F5372 !important;
    font-family: Lato !important;
    font-size: 27px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    line-height: 111.1% !important;
    /* 29.997px */
    text-transform: uppercase;
}

.hero-section-with-curve .hero-text {
    font-size: 16px;
    color: #666;
}

.hero-section-with-curve .white-block {
    background-color: #f4f4f4;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 400px;
}

.hero-section-with-curve .curve-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    z-index: 1;
    object-fit: contain;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-section-with-curve {
        flex-direction: column;
        text-align: center;
        min-height: unset;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hero-section-with-curve .hero-content {
        max-width: 100%;
    }

    .hero-section-with-curve .curve-shape {
        display: none;
    }
}




/* Gray block with image split */
.gray-block-with-image-split {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 611px;
    background-color: #DEDEDE;
    padding-left: 0px;
    padding-right: 0px;
}

.gray-block-with-image-split h3 {
    color: #1F4367;
    font-family: Lato;
    font-size: 27px;
    font-style: italic;
    font-weight: 300;
    line-height: 111.1%;
    text-transform: uppercase;
}

.gray-block-with-image-split .content-section {
    flex: 1;
    z-index: 2;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.gray-block-with-image-split .content-text {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.gray-block-with-image-split .image-section {
    flex: 1;
    aspect-ratio: 1 / 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: end;
}

.gray-block-with-image-split .vector-img {
    margin-bottom: -42px;
    object-fit: contain;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .gray-block-with-image-split {
        flex-direction: column;
        text-align: left;
        padding: 0px;
        height: auto;
    }

    .gray-block-with-image-split .content-section {
        max-width: 100%;
        padding: 0;
        padding: 20px;
    }

    .gray-block-with-image-split .image-section {
        max-width: unset;
        height: 500px;
    }

    .gray-block-with-image-split .vector-img {
        width: 100%;
        height: 100%;
    }
}


/* Blue block with image split */
.blue-block-with-image-split {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 511px;
    padding-left: 0px;
    padding-right: 0px;
}

.blue-block-with-image-split h3 {
    color: #1F4367;
    font-family: Lato;
    font-size: 27px;
    font-style: italic;
    font-weight: 300;
    line-height: 111.1%;
    text-transform: uppercase;
}

.blue-block-with-image-split .content-section {
    flex: 1;
    z-index: 2;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0F5372;
    color: #fff !important;
    height: 100%;
}

.blue-block-with-image-split .content-section h1,
.blue-block-with-image-split .content-section h2,
.blue-block-with-image-split .content-section h3,
.blue-block-with-image-split .content-section h4,
.blue-block-with-image-split .content-section p {
    color: #fff !important;
}

.blue-block-with-image-split .content-text {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.blue-block-with-image-split .image-section {
    flex: 1;
    flex-direction: column;
    height: 100%;
    background-size: cover;
    display: flex;
}

.blue-block-with-image-split .image-section h3 {
    padding-top: 53px;
    padding-left: 53px;
    padding-bottom: 10px;
}

.blue-block-with-image-split .vector-img {
    object-fit: contain;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .blue-block-with-image-split {
        flex-direction: column;
        text-align: left;
        padding: 0px;
        height: auto;
    }

    .blue-block-with-image-split .content-section {
        max-width: 100%;
        padding: 0;
        padding: 20px;
    }

    .blue-block-with-image-split .image-section {
        max-width: unset;
        height: 500px;
    }

    .blue-block-with-image-split .vector-img {
        width: 100%;
        height: 100%;
    }
}


/* Extras */
.rich-text {
    color: #565656;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.1%;
}

.rich-text h3 {
    color: #0F5372;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 136.1%;
    text-transform: unset;
}

.rich-text a {
    text-decoration: underline;
}

.rich-text strong {
    color: #0F5372;
}

.remove-b-padding {
    margin-bottom: 0;
}

.text-white,
.text-white * {
    color: #fff !important;
}

.parent-container {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
}

@media (max-width: 768px) {
    .parent-container {
        flex-direction: column !important;
    }
}


/* Blue Info Strip */
.blue-info-strip {
    display: flex;
    align-items: center;
    align-items: center;
    background-color: #0F5372;
    color: #fff;
    padding: 37px;
    position: relative;
    overflow: hidden;
    height: 245px;
}

.blue-info-strip .curve-img {
    position: absolute;
    top: 0;
    left: 75px;
    object-fit: contain;
    z-index: 0;
    height: 100%;
}

.blue-info-strip .content-section {
    position: relative;
    z-index: 1;
    margin-left: 192px;
}

.blue-info-strip .content-section h3 {
    color: #FFF;
    font-family: Lato;
    font-size: 27px;
    font-style: italic;
    font-weight: 300;
    line-height: 111.1%;
    text-transform: uppercase;
}

.blue-info-strip .content-section p {
    color: #FFF;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.1%;
}

.blue-info-strip .icon-cont {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .blue-info-strip {
        flex-direction: column;
        padding: 25px;
        gap: 30px;
        height: auto;
    }

    .blue-info-strip .curve-img {
        left: 155px;
    }

    .blue-info-strip .content-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: 0px;
    }
}

/* Gray Info Strip */
.gray-info-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    background-color: #DEDEDE;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.gray-info-strip .content-section {
    width: 50%;
    flex: 1;
    padding: 37px;
}

.gray-info-strip .content-section h3 {
    color: #1F4367;
    font-family: Lato;
    font-size: 27px;
    font-style: italic;
    font-weight: 300;
    line-height: 111.1%;
    /* 29.997px */
    text-transform: uppercase;
}

.gray-info-strip .content-section p {
    color: #565656;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.1%;
    /* 20.415px */
}

.gray-info-strip .img-cont {
    width: 50%;
    flex: 1;
}

@media (max-width: 768px) {
    .gray-info-strip {
        flex-direction: column;
    }

    .gray-info-strip .img-cont {
        width: 100%;
    }

    .gray-info-strip .img-cont img {
        height: 250px;
        object-fit: cover;
    }

    .gray-info-strip .content-section {
        height: auto;
        width: 100%;
        padding: 25px;
    }
}

/* Gray Block with Icons */
.gray-block-with-icons {
    background-color: #DEDEDE;
    padding: 65px 0;
    text-align: center;
}

.gray-block-with-icons .block-heading {
    color: #1F4367;
    text-align: center;
    font-family: Lato;
    font-size: 27px;
    font-style: italic;
    font-weight: 300;
    line-height: 111.1%;
    text-transform: uppercase;
}

.gray-block-with-icons .block-description {
    color: #565656;
    text-align: center;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.1%;
    margin-bottom: 35px;
}

.gray-block-with-icons .block-subheading {
    color: #0F5372;
    text-align: center;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 136.1%;
    margin-bottom: 30px;
}

.gray-block-with-icons .icons-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
}

.gray-block-with-icons .icon-item {
    text-align: center;
    max-width: 267px;
}

.gray-block-with-icons .icon-item img {
    width: 152px;
    height: 152px;
    margin-bottom: 20px;
}

.gray-block-with-icons .icon-item p {
    font-size: 14px;
    color: #444;
}

@media (max-width: 768px) {
    .gray-block-with-icons .icons-container {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }
}

/* Gray Block with badges */
.gray-block-with-badges {
    background-color: #DEDEDE;
    padding: 65px 0;
    text-align: center;
}

.gray-block-with-badges .block-heading {
    color: #1F4367;
    text-align: center;
    font-family: Lato;
    font-size: 27px;
    font-style: italic;
    font-weight: 300;
    line-height: 111.1%;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.gray-block-with-badges .block-description {
    color: #565656;
    text-align: center;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.1%;
    margin-bottom: 35px;
}

.gray-block-with-badges .block-subheading {
    color: #0F5372;
    text-align: center;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 136.1%;
    margin-bottom: 30px;
}

.gray-block-with-badges .icons-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
}

.gray-block-with-badges .icon-item {
    text-align: center;
    max-width: 267px;
}

.gray-block-with-badges .icon-item img {
    width: 152px;
    height: 152px;
    margin-bottom: 20px;
    object-fit: contain;
}

.gray-block-with-badges .icon-item p {
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

@media (max-width: 768px) {
    .gray-block-with-badges .icons-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}