.about-us-container {
    /*background-color: #fff;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*!* overflow: hidden; *!*/
    /*!* margin-top: 2rem; *!*/
    /*background-color: #fff;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*overflow: hidden;*/
    /*!* margin-top: 2rem; *!*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*gap: 104px;*/
    /*width: 1440px;*/
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Open Sans, sans-serif;
    overflow-x: hidden !important;
}

/*@media (width >=1440px) {*/
/*    body {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/

/*}*/

.entertainment-industry-section {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*gap: 104px;*/
    /*width: 1440px;*/
}

/*@media (width >=1440px) {*/
/*    .entertainment-industry-section {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/

/*}*/

.main-nav {
    justify-content: space-between;
    align-items: center;
    background: #242933;
    backdrop-filter: blur(2px);
    display: flex;
    width: 100%;
    gap: 40px 100px;
    flex-wrap: wrap;
    padding: 23px 72px;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.nav-left {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 32px;
}

.logo {
    width: 119px;
    height: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.nav-link:hover,
.nav-link:focus {
    opacity: 0.8;
}

.nav-right {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 16px;
}

.language-button {
    background: none;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 8px;
}

.language-text {
    margin: 0 4px;
}

.btn-signup,
.btn-signin {
    border-radius: 14px;
    padding: 8px 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-signup {
    background-color: #c52121;
    color: #fff;
    border: none;
}

.btn-signin {
    background-color: transparent;
    color: #c52121;
    border: 1px solid #c52121;
}

.btn-signup:hover,
.btn-signin:hover {
    opacity: 0.9;
}

/*.hero-container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    border-radius: 32px;*/
/*}*/

.hero-background {
    /* position: absolute; */
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content {
    position: relative;
    display: flex;
    width: 848px;
    max-width: 100%;
    flex-direction: column;
    justify-content: start;
}

.hero-title {
    letter-spacing: 0.56px;
    font: 800 56px Open Sans, sans-serif;
}

.hero-description {
    margin-top: 4px;
    font: 400 24px/2 Inter, sans-serif;
}

@media (max-width: 991px) {
    /*.hero-container {*/
    /*    padding: 100px 20px;*/
    /*}*/

    .hero-title {
        max-width: 100%;
        font-size: 40px;
    }

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

.mission-section {
    /* margin: 2rem 0; */
}

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

.mission-image {
    aspect-ratio: 1.06;
    object-fit: contain;
    object-position: center;
    /*width: 246px;*/
    max-width: 100%;
    flex-grow: 1;
}

.mission-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    margin: auto 0;
}

.mission-title {
    color: rgb(6, 14, 29);
    text-align: center;
    font: 800 32px Open Sans, sans-serif;
}

.mission-description {
    color: rgb(69, 73, 82);
    text-align: center;
    margin-top: 17px;
    font: 500 20px/30px Inter, sans-serif;
}

.mission-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 18%;
}

.mission-text-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    /*width: 63%;*/
    /*margin-left: 20px;*/
}

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

@media (max-width: 991px) {
    .mission-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .mission-image-column,
    .mission-text-column,
    .mission-image-column-right {
        width: 100%;
        margin-left: 0;
    }

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

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

@media (max-width: 991px) {
    .main-nav {
        padding: 16px 20px;
    }

}

/* Focus styles for accessibility */
:focus {
    outline: 2px solid #c52121;
    outline-offset: 2px;
}

/* Skip to main content link for keyboard users */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #c52121;
    color: white;
    padding: 8px;
    z-index: 100;
    transition: top 0.2s;
}

.skip-link:focus {
    top: 0;
}

.banner-cards {
    gap: 20px;
    display: flex;
}

.card {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 23px rgba(101, 115, 143, 0.32);
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 16px;
}

.card-number {
    color: #c52121;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
    line-height: 2;
    z-index: 1;
}

.card-title {
    background-color: #fff;
    border-top: 1px solid rgba(197, 33, 33, 0.16);
    margin-top: 4px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    color: #060e1d;
    font-size: 24px;
    font-weight: 800;
    padding: 16px;
}

.card-indicator {
    border-radius: 8px 8px 0 0;
    background-color: #b62328;
    position: absolute;
    z-index: 0;
    min-height: 8px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.card-column-small {
    display: flex;
    flex-direction: column;
    width: 16%;
}

.card-column-medium {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-left: 20px;
}

.card-column-large {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-left: 20px;
}

.cards-row {
    display: flex;
    width: 100%;
}

.cards-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.inner-column-left {
    display: flex;
    flex-direction: column;
    width: 42%;
}

.inner-column-right {
    display: flex;
    flex-direction: column;
    width: 58%;
    margin-left: 20px;
}

.card-offset {
    margin-top: 53px;
}

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

@media (max-width: 991px) {
    .banner-cards {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .card-column-small,
    .card-column-medium,
    .card-column-large,
    .inner-column-left,
    .inner-column-right {
        width: 100%;
        margin-left: 0;
    }

    .card {
        margin-top: 40px;
    }

    .card-title {
        white-space: normal;
    }
}

.save-month-container {
    max-width: none !important;
}

.hero-section {
    display: flex;
    padding: 47px 0 0;
    flex-direction: column;
    line-height: 2;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 362px;
    width: 100%;
    align-items: center;
    padding: 0 80px 122px;
}

.background-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.content-inner {
    display: flex;
    width: 100%;
    /* max-width: 1027px; */
    flex-direction: column;
    /* margin: -47px 0 -24px; */
}

.logo-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 128px;
    align-self: center;
}

.text-container {
    display: flex;
    margin: 41px 0 0;
    flex-direction: column;
    justify-content: start;
}

.main-heading {
    color: #fff;
    letter-spacing: 0.48px;
    text-align: center;
    font: 800 48px Open Sans, sans-serif;
}

.motto-text {
    color: #c52121;
    letter-spacing: 0.18px;
    text-align: center;
    margin: 16px 0 0;
    font: 500 18px Inter, sans-serif;
}

@media (max-width: 991px) {
    .content-wrapper {
        max-width: 100%;
        padding: 0 20px 100px;
    }

    .content-inner {
        max-width: 100%;
        margin-bottom: 10px;
    }

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

    .main-heading {
        max-width: 100%;
        font-size: 40px;
    }

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

.community-section {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.community-header {
    align-self: center;
    display: flex;
    width: 100%;
    max-width: 856px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.community-title {
    color: rgb(6, 14, 29);
    font-weight: 800;
    font-size: 32px;
}

.community-subtitle {
    color: rgb(69, 73, 82);
    /*margin: 16px 0 0;*/
    font: 600 18px/2 Inter, sans-serif;
}

.community-image {
    aspect-ratio: 2.53;
    object-fit: contain;
    object-position: center;
    width: 100%;
    /* margin: 32px 0 0; */
}

@media (max-width: 991px) {

    .community-header,
    .community-subtitle,
    .community-image {
        max-width: 100%;
    }
}

:root {
    --variable-collection-navbar-color: rgba(22, 28, 39, 0.8);
    --variable-collection-white-transparency-24: rgba(255, 255, 255, 0.24);
    --variable-collection-primary-color: rgba(197, 33, 33, 1);
    --variable-collection-secondary-color: rgba(36, 41, 51, 1);
    --variable-collection-light-mode-100: rgba(6, 14, 29, 1);
    --variable-collection-light-mode-80: rgba(69, 73, 82, 1);
    --variable-collection-light-mode-60: rgba(171, 171, 171, 1);
    --variable-collection-dark-mode-100: rgba(255, 255, 255, 1);
    --variable-collection-dark-mode-80: rgba(208, 210, 212, 1);
    --variable-collection-dark-mode-60: rgba(162, 164, 169, 1);
    --variable-collection-tertiary-color: rgba(35, 42, 55, 1);
    --variable-collection-white-transparency-56: rgba(255, 255, 255, 0.58);
    --variable-collection-primary-transparency-16: rgba(197, 33, 33, 0.16);
    --variable-collection-BG-dark: rgba(22, 28, 39, 1);
}

.process-bar {
    /* margin-top: 2rem; */
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 42px;
}


.process-bar .card-header {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.process-bar .card-title {
    position: relative;
    width: fit-content;
    font-weight: 800;
    color: var(--variable-collection-light-mode-100);
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .subheadline {
    position: relative;
    /*width: 438px;*/
    /*height: 30px;*/
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--variable-collection-light-mode-80);
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 30px;
    white-space: nowrap;
}

.process-bar .overlap-group {
    position: absolute;
    /*width: 1440px;*/
    height: 24px;
    top: 522px;
    left: 0;
}

.process-bar .group {
    width: 24px;
    left: 210px;
    border-radius: 12px / 12.03px;
    position: absolute;
    height: 24px;
    top: 0;
    background-color: var(--variable-collection-dark-mode-100);
    box-shadow: 0px 0px 4px #00000040;
}

.process-bar .ellipse {
    position: relative;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 4px;
    background-color: #eba04e;
    border-radius: 7.5px / 7.52px;
}

.process-bar .ellipse-wrapper {
    width: 24px;
    left: 72px;
    border-radius: 12px;
    position: absolute;
    height: 24px;
    top: 0;
    background-color: var(--variable-collection-dark-mode-100);
    box-shadow: 0px 0px 4px #00000040;
}

.process-bar .div {
    width: 15px;
    left: 4px;
    background-color: #f0b751;
    border-radius: 7.5px;
    position: relative;
    height: 15px;
    top: 4px;
}

.process-bar .div-wrapper {
    width: 24px;
    left: 486px;
    border-radius: 12px;
    position: absolute;
    height: 24px;
    top: 0;
    background-color: var(--variable-collection-dark-mode-100);
    box-shadow: 0px 0px 4px #00000040;
}

.process-bar .ellipse-2 {
    width: 15px;
    left: 4px;
    background-color: #b94e95;
    border-radius: 7.5px;
    position: relative;
    height: 15px;
    top: 4px;
}

.process-bar .group-2 {
    width: 24px;
    left: 762px;
    border-radius: 12px;
    position: absolute;
    height: 24px;
    top: 0;
    background-color: var(--variable-collection-dark-mode-100);
    box-shadow: 0px 0px 4px #00000040;
}

.process-bar .ellipse-3 {
    width: 15px;
    left: 4px;
    background-color: #7868b7;
    border-radius: 7.5px;
    position: relative;
    height: 15px;
    top: 4px;
}

.process-bar .group-3 {
    width: 26px;
    left: 1038px;
    border-radius: 12.81px / 12px;
    position: absolute;
    height: 24px;
    top: 0;
    background-color: var(--variable-collection-dark-mode-100);
    box-shadow: 0px 0px 4px #00000040;
}

.process-bar .ellipse-4 {
    width: 16px;
    left: 5px;
    background-color: #50add3;
    border-radius: 8.01px / 7.5px;
    position: relative;
    height: 15px;
    top: 4px;
}

.process-bar .group-4 {
    width: 24px;
    left: 1178px;
    border-radius: 12px;
    position: absolute;
    height: 24px;
    top: 0;
    background-color: var(--variable-collection-dark-mode-100);
    box-shadow: 0px 0px 4px #00000040;
}

.process-bar .ellipse-5 {
    width: 15px;
    left: 5px;
    background-color: #45621a;
    border-radius: 7.5px;
    position: relative;
    height: 15px;
    top: 4px;
}

.process-bar .group-5 {
    width: 24px;
    left: 348px;
    border-radius: 12px;
    position: absolute;
    height: 24px;
    top: 0;
    background-color: var(--variable-collection-dark-mode-100);
    box-shadow: 0px 0px 4px #00000040;
}

.process-bar .ellipse-6 {
    width: 15px;
    left: 4px;
    background-color: #d27268;
    border-radius: 7.5px;
    position: relative;
    height: 15px;
    top: 4px;
}

.process-bar .group-6 {
    width: 24px;
    left: 624px;
    border-radius: 12px;
    position: absolute;
    height: 24px;
    top: 0;
    background-color: var(--variable-collection-dark-mode-100);
    box-shadow: 0px 0px 4px #00000040;
}

.process-bar .ellipse-7 {
    width: 15px;
    left: 4px;
    background-color: #90539e;
    border-radius: 7.5px;
    position: relative;
    height: 15px;
    top: 4px;
}

.process-bar .group-7 {
    width: 24px;
    left: 900px;
    border-radius: 12px;
    position: absolute;
    height: 24px;
    top: 0;
    background-color: var(--variable-collection-dark-mode-100);
    box-shadow: 0px 0px 4px #00000040;
}

.process-bar .ellipse-8 {
    width: 15px;
    left: 4px;
    background-color: #689ad6;
    border-radius: 7.5px;
    position: relative;
    height: 15px;
    top: 4px;
}

.process-bar .rectangle {
    position: absolute;
    /*width: 1440px;*/
    height: 8px;
    top: 8px;
    left: 0;
    background-color: var(--variable-collection-dark-mode-80);
}

.process-bar .overlap-2 {
    position: absolute;
    width: 1319px;
    height: 446px;
    top: 83px;
    left: 56px;
}

.process-bar .frame {
    display: flex;
    flex-direction: column;
    width: 178px;
    height: 331px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 102px;
    left: 138px;
}

.process-bar .frame-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 110px;
}

.process-bar .union {
    position: absolute;
    width: 178px;
    height: 110px;
    top: 0;
    left: 0;
}

.process-bar .frame-3 {
    display: flex;
    flex-direction: column;
    width: 75px;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.process-bar .frame-4 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.process-bar .stage {
    position: relative;
    width: 24px;
    height: 26px;
}

.process-bar .frame-5 {
    display: flex;
    flex-direction: column;
    width: 43px;
    align-items: flex-start;
    position: relative;
}

.process-bar .headline {
    align-self: stretch;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: #eba04e;
    font-size: 18px;
    text-align: right;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .description {
    position: relative;
    width: fit-content;
    margin-right: -30.00px;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 30px;
    white-space: nowrap;
}

.process-bar .headline-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 0px 0px 32px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.process-bar .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    margin-right: -2.00px;
    font-family: "Open Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--variable-collection-light-mode-60);
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .line {
    position: absolute;
    width: 1px;
    height: 213px;
    top: 118px;
    left: 28px;
    object-fit: cover;
}

.process-bar .frame-6 {
    display: flex;
    flex-direction: column;
    width: 178px;
    height: 150px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 283px;
    left: 0;
}

.process-bar .frame-7 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.process-bar .img {
    position: relative;
    width: 24px;
    height: 24px;
}

.process-bar .headline-2 {
    align-self: stretch;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: #f0b751;
    font-size: 18px;
    text-align: right;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .description-2 {
    position: relative;
    align-self: stretch;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.process-bar .headline-3 {
    flex: 1;
    font-family: "Open Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--variable-collection-light-mode-60);
    font-size: 12px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .line-2 {
    height: 33px;
    top: 118px;
    left: 28px;
    position: absolute;
    width: 1px;
    object-fit: cover;
}

.process-bar .frame-8 {
    display: flex;
    flex-direction: column;
    width: 181px;
    height: 363px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 70px;
    left: 418px;
}

.process-bar .frame-9 {
    position: relative;
    width: 167px;
    height: 110px;
}

.process-bar .union-2 {
    width: 167px;
    position: absolute;
    height: 110px;
    top: 0;
    left: 0;
}

.process-bar .headline-4 {
    align-self: stretch;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: #b94e95;
    font-size: 18px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .description-3 {
    position: relative;
    width: fit-content;
    margin-right: -56.00px;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    white-space: nowrap;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.process-bar .headline-5 {
    width: fit-content;
    font-family: "Open Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--variable-collection-light-mode-60);
    font-size: 12px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .line-3 {
    height: 246px;
    top: 118px;
    left: 24px;
    position: absolute;
    width: 1px;
    object-fit: cover;
}

.process-bar .frame-10 {
    display: flex;
    flex-direction: column;
    width: 178px;
    height: 335px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 98px;
    left: 690px;
}

.process-bar .frame-11 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 110.23px;
}

.process-bar .headline-6 {
    align-self: stretch;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: #7868b7;
    font-size: 18px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .description-4 {
    position: relative;
    width: fit-content;
    margin-right: -65.00px;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    white-space: nowrap;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.process-bar .line-4 {
    height: 222px;
    top: 114px;
    left: 28px;
    position: absolute;
    width: 1px;
    object-fit: cover;
}

.process-bar .frame-12 {
    display: flex;
    flex-direction: column;
    width: 178px;
    height: 221px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 212px;
    left: 275px;
}

.process-bar .headline-7 {
    align-self: stretch;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: #d27268;
    font-size: 18px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .description-5 {
    position: relative;
    width: fit-content;
    margin-right: -74.00px;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    white-space: nowrap;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.process-bar .line-5 {
    height: 104px;
    top: 118px;
    left: 28px;
    position: absolute;
    width: 1px;
    object-fit: cover;
}

.process-bar .frame-13 {
    display: flex;
    flex-direction: column;
    width: 178px;
    height: 194px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 239px;
    left: 551px;
}

.process-bar .headline-8 {
    align-self: stretch;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: #90539e;
    font-size: 18px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .description-6 {
    position: relative;
    width: fit-content;
    margin-right: -63.00px;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    white-space: nowrap;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.process-bar .line-6 {
    height: 77px;
    top: 118px;
    left: 28px;
    position: absolute;
    width: 1px;
    object-fit: cover;
}

.process-bar .frame-14 {
    display: flex;
    flex-direction: column;
    width: 214px;
    height: 433px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 0;
    left: 1105px;
}

.process-bar .frame-15 {
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.process-bar .union-3 {
    width: 214px;
    position: absolute;
    height: 110px;
    top: 0;
    left: 0;
}

.process-bar .headline-9 {
    align-self: stretch;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: #45621a;
    font-size: 18px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .description-7 {
    position: relative;
    width: fit-content;
    margin-right: -121.00px;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    white-space: nowrap;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.process-bar .headline-10 {
    width: fit-content;
    margin-right: -19.00px;
    font-family: "Open Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--variable-collection-light-mode-60);
    font-size: 12px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .line-7 {
    height: 316px;
    top: 118px;
    left: 28px;
    position: absolute;
    width: 1px;
    object-fit: cover;
}

.process-bar .frame-16 {
    display: flex;
    flex-direction: column;
    width: 260px;
    height: 295px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 138px;
    left: 966px;
}

.process-bar .union-4 {
    width: 260px;
    position: absolute;
    height: 110px;
    top: 0;
    left: 0;
}

.process-bar .headline-11 {
    align-self: stretch;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: #50add3;
    font-size: 18px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .description-8 {
    position: relative;
    width: fit-content;
    margin-right: -169.00px;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    white-space: nowrap;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.process-bar .line-8 {
    height: 178px;
    top: 118px;
    left: 28px;
    position: absolute;
    width: 1px;
    object-fit: cover;
}

.process-bar .frame-17 {
    display: flex;
    flex-direction: column;
    width: 229px;
    height: 175px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 258px;
    left: 822px;
}

.process-bar .union-5 {
    width: 229px;
    position: absolute;
    height: 110px;
    top: 0;
    left: 0;
}

.process-bar .headline-12 {
    align-self: stretch;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: #689ad6;
    font-size: 18px;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: 0;
    line-height: normal;
}

.process-bar .description-9 {
    position: relative;
    width: fit-content;
    margin-right: -133.00px;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    white-space: nowrap;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.process-bar .line-9 {
    height: 58px;
    top: 118px;
    left: 34px;
    position: absolute;
    width: 1px;
    object-fit: cover;
}

.process-bar .description-10 {
    position: absolute;
    top: 416px;
    left: 1175px;
    color: var(--variable-collection-light-mode-60);
    font-size: 16px;
    white-space: nowrap;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}

.life-section {
    display: flex;
    flex-direction: column;
}

.header-container {
    align-self: center;
    display: flex;
    width: 856px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.title {
    color: rgb(6, 14, 29);
    font: 800 32px Open Sans, sans-serif;
}

.location {
    color: rgb(69, 73, 82);
    margin-top: 16px;
    font: 600 18px/2 Inter, sans-serif;
}

.image-grid {
    display: flex;
    margin: 71px 0 0;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.office-image {
    aspect-ratio: 1.06;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 8px;
}

.team-image {
    aspect-ratio: 2.26;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 8px;
    margin: auto 0;
}

.culture-image {
    aspect-ratio: 0.95;
    object-fit: contain;
    object-position: center;
    width: 196px;
    border-radius: 8px;
    align-self: start;
    max-width: 100%;
}

.detail-image {
    aspect-ratio: 0.22;
    object-fit: contain;
    object-position: center;
    width: 47px;
    border-radius: 8px;
    align-self: end;
    margin-top: 132px;
}

@media (max-width: 991px) {
    .location {
        max-width: 100%;
    }

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

    .team-image {
        max-width: 100%;
    }

    .detail-image {
        margin-top: 40px;
    }
}
.image-container {
    position: relative;
    display: inline-block;
}

/*.image-container img {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Dark transparent overlay */
    backdrop-filter: blur(1px); /* Blur effect */
    -webkit-backdrop-filter: blur(1px); /* For Safari support */
    z-index: 1;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    text-align: center;
    font-size: 1.5rem;
}
.blue-box {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    text-align: center;
    min-width: 300px;
}
