.hero-container {
    align-self: center;
    margin-top: 69px;
    width: 100%;
    max-width: 1500px;
}

.hero-content {
    gap: 20px;
    display: flex;
    width: 1136px;
    max-width: 100%;
    margin: 0 auto;
}

.image-gallery-left {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
}

.gallery-wrapper {
    flex-grow: 1;
}

.gallery-grid {
    gap: 20px;
    display: flex;
}

.left-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 36%;
}

.image-stack-left {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.hero-image {
    aspect-ratio: 1.09;
    object-fit: contain;
    object-position: center;
    width: 165px;
    border-radius: 75px 0 0 0;
    box-shadow: 0 3px 5px rgba(192, 189, 189, 0.25);
}

.hero-image-small {
    aspect-ratio: 1.03;
    object-fit: contain;
    object-position: center;
    width: 112px;
    border-radius: 0 0 0 38px;
    box-shadow: 0 3px 5px rgba(192, 189, 189, 0.25);
    align-self: end;
    margin-top: 35px;
    max-width: 100%;
}

.hero-image-bottom {
    aspect-ratio: 1.17;
    object-fit: contain;
    object-position: center;
    width: 115px;
    border-radius: 0 0 0 68px;
    box-shadow: 0 3px 5px rgba(192, 189, 189, 0.25);
    margin-top: 35px;
    max-width: 100%;
}

.right-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 64%;
    margin-left: 20px;
}

.image-stack-right {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.top-images {
    align-self: start;
    display: flex;
    gap: 37px;
}

.small-round {
    aspect-ratio: 1.38;
    object-fit: contain;
    object-position: center;
    width: 73px;
    border-radius: 18px;
    box-shadow: 0 3px 5px rgba(192, 189, 189, 0.25);
    margin: auto 0;
}

.corner-round {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 80px;
    border-radius: 0 38px 0 0;
    box-shadow: 0 3px 5px rgba(192, 189, 189, 0.25);
}

.bottom-images {
    display: flex;
    margin-top: 28px;
    gap: 22px;
}

.image-stack-bottom {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.large-corner {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 137px;
    border-radius: 0 75px 0 0;
    box-shadow: 0 3px 5px rgba(192, 189, 189, 0.25);
}

.medium-corner {
    aspect-ratio: 1.54;
    object-fit: contain;
    object-position: center;
    width: 131px;
    border-radius: 0 0 45px 0;
    box-shadow: 0 3px 5px rgba(192, 189, 189, 0.25);
    margin-top: 45px;
}

.bottom-corner {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 125px;
    border-radius: 0 0 68px 0;
    box-shadow: 0 3px 5px rgba(192, 189, 189, 0.25);
    align-self: end;
    margin-top: 116px;
    max-width: 100%;
}

.content-right {
    display: flex;
    flex-direction: column;
    line-height: normal;
    max-width: 50%;
    margin-left: 20px;
}

.text-content {
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    font-family: Inter, sans-serif;
    color: rgba(0, 0, 0, 1);
}

.hero-title {
    font-size: 54px;
    font-weight: 600;
    align-self: start;
}

.hero-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-top: 42px;
}

.mission-section {
    background-color: rgba(244, 244, 244, 1);
    display: flex;
    margin: 52px 0 0;
    width: 100%;
    padding: 108px 0 0;
    flex-direction: column;
    overflow: hidden;
}

.mission-wrapper {
    background-color: rgba(248, 241, 235, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 70px 74px;
}

.mission-content {
    border-radius: 12px 12px 0 0;
    background-color: rgba(255, 255, 255, 1);
    margin-top: -108px;
    width: 1136px;
    max-width: 100%;
    padding: 45px 77px;
}

.mission-container {
    gap: 20px;
    display: flex;
}

.mission-text-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 60%;
    margin-left: 0;
}

.mission-text-wrapper {
    display: flex;
    flex-direction: column;
    font-family: Inter, sans-serif;
    color: rgba(0, 0, 0, 1);
}

.mission-heading {
    font-size: 54px;
    font-weight: 600;
    align-self: start;
}

.mission-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-top: 51px;
}

.mission-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 40%;
    margin-left: 20px;
}

.mission-image {
    aspect-ratio: 1.32;
    object-fit: contain;
    object-position: center;
    width: 100%;
    flex-grow: 1;
}

.number {
    color: rgba(109, 109, 109, 0.46);
    font-size: 86px;
    font-weight: 600;
    width: 48px;
}

.section-container {
    background-color: rgba(248, 241, 235, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    font-family: Inter, sans-serif;
    padding: 0 80px 51px;
}

.content-wrapper {
    display: flex;
    width: 100%;
    max-width: 1500px;
    flex-direction: column;
}


.section-header {
    align-self: center;
    display: flex;
    width: 691px;
    max-width: 100%;
    flex-direction: column;
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    text-align: center;
}

.section-title {
    width: 100%;
}

.features-grid {
    display: flex;
    min-height: 263px;
    width: 100%;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 23px 34px 0 0;
    gap: 20px;
}

.feature-item {
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 11px;
}

.feature-content {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    color: rgba(0, 0, 0, 1);
    width: 328px;
}

.feature-title {
    font-size: 26px;
    font-weight: 600;
}

.feature-description {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 9px;
}

.features-bottom {
    display: flex;
    margin-top: 40px;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.newsletter-section {
    background-color: #fff;
    display: flex;
    margin-top: 74px;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    padding: 22px 70px 108px;
}

.newsletter-container {
    width: 100%;
    max-width: 1136px;
    margin: 0 auto;
}

.newsletter-content {
    gap: 20px;
    display: flex;
}

.newsletter-left-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 56%;
    margin-left: 0;
}

.newsletter-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    font-family: Inter, sans-serif;
    color: #000;
    font-weight: 600;
}

.newsletter-title {
    font-size: 54px;
    align-self: stretch;
}

.newsletter-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    align-self: stretch;
    margin-top: 27px;
}

.newsletter-form {
    display: flex;
    margin-top: 47px;
    width: 407px;
    max-width: 100%;
    gap: 20px;
    font-size: 16px;
    color: var(--Dark, #0a142f);
    font-weight: 400;
    justify-content: space-between;
}

.email-input {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 16px;
    color: #0a142f;
}

.email-icon {
    aspect-ratio: 1.19;
    object-fit: contain;
    object-position: center;
    width: 19px;
    align-self: start;
    margin-top: 4px;
}

.form-divider {
    opacity: 0.2;
    background-color: #0a142f;
    margin-top: 32px;
    width: 406px;
    max-width: 100%;
    height: 1px;
    border: 1px solid #0a142f;
}

.privacy-notice {
    font-size: 12px;
    margin-top: 15px;
}

.newsletter-right-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 44%;
    margin-left: 20px;
}

.newsletter-image {
    aspect-ratio: 1.34;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 12px;
    align-self: stretch;
    margin: auto 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 991px) {
    .newsletter-section {
        max-width: 100%;
        margin-top: 40px;
        padding: 0 20px 100px;
    }

    .newsletter-container {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .newsletter-content {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .newsletter-left-column {
        width: 100%;
    }

    .newsletter-info {
        max-width: 100%;
        margin-top: 40px;
    }

    .newsletter-title {
        max-width: 100%;
        margin-right: 10px;
        font-size: 40px;
    }

    .newsletter-description {
        max-width: 100%;
    }

    .newsletter-form {
        margin-top: 40px;
    }

    .newsletter-right-column {
        width: 100%;
        margin-left: 0;
    }

    .newsletter-image {
        max-width: 100%;
        margin-top: 40px;
    }

    .features-bottom {
        max-width: 100%;
    }

    .mission-section {
        max-width: 100%;
        padding-top: 100px;
        margin-top: 40px;
    }

    .mission-wrapper {
        max-width: 100%;
        padding: 0 20px;
    }

    .mission-content {
        padding: 0 20px;
    }

    .mission-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .mission-text-column {
        width: 100%;
    }

    .mission-text-wrapper {
        max-width: 100%;
        margin-top: 40px;
    }

    .mission-heading {
        font-size: 40px;
    }

    .mission-description {
        max-width: 100%;
        margin-top: 40px;
    }

    .mission-image-column {
        width: 100%;
    }

    .mission-image {
        margin-top: 40px;
    }

    .hero-container {
        max-width: 100%;
        margin-top: 40px;
    }

    .hero-content {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .image-gallery-left {
        width: 100%;
        display: none;
    }

    .gallery-wrapper {
        max-width: 100%;
        margin-top: 40px;
    }

    .gallery-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .left-column {
        width: 100%;
    }

    .image-stack-left {
        margin-top: 18px;
    }

    .gallery-grid {
        display: none;
    }

    .right-column {
        width: 100%;
    }

    .image-stack-right {
        margin-top: 18px;
    }

    .large-corner {
        margin-left: 8px;
    }

    .medium-corner {
        margin-top: 40px;
    }

    .bottom-corner {
        margin-top: 40px;
    }

    .content-right {
        width: 100%;
        max-width: 100%;
    }

    .text-content {
        max-width: 100%;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-description {
        max-width: 100%;
        margin-top: 40px;
    }

    .features-grid {
        max-width: 100%;
    }

    .section-title {
        max-width: 100%;
    }

    .content-wrapper {
        max-width: 100%;
    }

    .section-container {
        max-width: 100%;
        padding: 0 20px;
    }

    .number {
        font-size: 40px;
    }
}
