.page-hero-container {
    display: flex;
    width: 100%;
    padding-top: 160px;
    padding-right: 60px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.page-hero-img {
    width: 579px;
    height: 577px;
    flex-shrink: 0;
}
.page-hero-title-box {
    display: flex;
    width: 461px;
    flex-direction: column;
    align-items: center;
    gap: 38px;
    flex-shrink: 0;
}
.page-hero-title-box p {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 174px; /* 116% */
}
.social-contact-boxes-container {
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    gap: 46px;
    align-self: stretch;
    background: #fff;
}
.social-contact-boxes-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
}
.left-box {
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    background: #0fba89;
    box-shadow: 6px 11px 15.3px 0 rgba(0, 0, 0, 0.25);
}
.header-box {
    display: flex;
    align-items: center;
}
.header-box img {
    width: 69px;
    height: 69px;
}
.header-box p {
    color: #fff;
    text-align: right;
    font-family: Cairo;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.left-box > p {
    display: flex;
    height: 206px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.left-box > p span {
    font-weight: 700;
}
.cta-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.cta-box a {
    display: flex;
    padding: 13.676px 20.514px;
    justify-content: center;
    align-items: center;
    gap: 7.598px;
    align-self: stretch;
    border: 3px solid #fff;
    color: #fff;
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}
.left-box > img {
    display: flex;
    width: 296.35px;
    height: 296.35px;
    padding: 6.735px 0 6.736px 0;
    justify-content: center;
    align-items: center;
}

.right-boxes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    flex: 1 0 0;
    align-self: stretch;
}
.box-1,
.box-2 {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
    border: 5px solid #313131;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 51, 0.08);
}
.box-1 p,
.box-2 p {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 141.667% */
}

.social-media-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    align-self: stretch;
}
.social-media-icons img {
    width: 45px;
    height: 45px;
    aspect-ratio: 1/1;
}
.box-2 a {
    align-self: stretch;
    color: #368bcb;
    text-align: center;
    font-family: Cairo;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 141.667% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.end-page-cta-container {
    display: flex;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: #155789;
}

.ripple-wrapper {
    position: relative;
    display: inline-block;
}

.ripple-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* or fixed size */
    height: auto;
}

.ripple-1 {
    transform: translate(7px, 7px);
    opacity: 0.3;
}

.ripple-2 {
    transform: translate(14px, 14px);
    opacity: 0.6;
    animation-delay: 1.25s;
}

.main-text {
    position: relative;
    z-index: 2;
}
.ripple-1,
.ripple-2 {
    animation: rippleFade 2.5s ease-in-out infinite;
}

@keyframes rippleFade {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}
.end-page-cta-container p {
    align-self: stretch;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    font-family: Cairo;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 100% */
    margin-top: 32px;
    margin-bottom: 24px;
}
.end-page-cta-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}
.end-page-cta-box a:first-child {
    display: flex;
    padding: 13.676px 20.514px;
    justify-content: center;
    align-items: center;
    gap: 7.598px;
    align-self: stretch;
    color: #0fba89;
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    background: #fff;
}
.end-page-cta-box a:nth-child(2) {
    display: flex;
    padding: 13.676px 20.514px;
    justify-content: center;
    align-items: center;
    gap: 7.598px;
    align-self: stretch;
    border: 3px solid #fff;
    color: #fff;
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}

.svg-marquee-container {
    width: 100%;
    overflow: hidden;
    background: transparent;
    height: 80px;
    position: relative;
    margin-top: 16px;
}

.svg-marquee-track {
    display: flex;
    width: max-content;
    gap: 32px; /* spacing between logos */
    align-items: center;
    will-change: transform;
}

.svg-box {
    flex-shrink: 0;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-box.small {
    width: 30px;
    height: 30px;
}

.svg-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media only screen and (max-width: 768px) {
    .page-hero-container {
        margin-top: 120px;
        display: flex;
        padding: 40px 0px 0 0px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }
    .page-hero-img {
        width: 100%;
        height: auto;
        flex-shrink: 0;
    }
    .page-hero-title-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }
    .page-hero-title-box p {
        font-size: 80px;
        line-height: normal; /* 116% */
    }
    .social-contact-boxes-container {
        padding: 40px 32px;
        flex-wrap: wrap;
    }
    .social-contact-boxes-wrapper {
        flex-wrap: wrap;
    }
    .left-box {
        padding: 24px;
        gap: 10px;
        align-self: stretch;
        width: 100%;
    }
    .header-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        align-self: stretch;
    }
    .left-box > p {
        height: auto;
        text-align: right;
        line-height: 39px;
    }
    .cta-box {
        align-self: stretch;
    }
    .left-box > img {
        width: 207px;
        height: 207px;
    }
}
