/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 1.6;
    color: #515156;
}

/* Main container */
.main-container {
    width: 100%;
}

/* Hero Section */
.hero-section {
    width: 100%;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .hero-section {
        max-width: 100%;
        white-space: initial;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 900px;
    width: 100%;
    padding-bottom: 316px;
}

@media (max-width: 991px) {
    .hero-content {
        max-width: 100%;
        padding-bottom: 100px;
        white-space: initial;
    }
}

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

/* Header */
.main-header {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    color: var(--Color-Neutral-100, #515156);
    font-weight: 400;
    justify-content: center;
    padding: 12px 70px;
}

@media (max-width: 991px) {
    .main-header {
        max-width: 100%;
        white-space: initial;
        padding: 0 20px;
    }
}

.header-container {
    display: flex;
    margin-left: 27px;
    width: 100%;
    max-width: 1049px;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-container {
        max-width: 100%;
        white-space: initial;
    }
}

.nav-section {
    display: flex;
    align-items: stretch;
    gap: 40px 100px;
    font-size: 16px;
    letter-spacing: 0.16px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .nav-section {
        max-width: 100%;
        white-space: initial;
    }
}

.company-logo {
    aspect-ratio: 2.53;
    object-fit: contain;
    object-position: center;
    width: 119px;
    flex-shrink: 0;
    max-width: 100%;
}

.main-navigation {
    align-items: center;
    border-radius: 8px;
    display: flex;
    gap: 36px;
    justify-content: start;
    flex-wrap: wrap;
    margin: auto 0;
}

@media (max-width: 991px) {
    .main-navigation {
        max-width: 100%;
        white-space: initial;
    }
}

.nav-link {
    text-decoration: none;
    color: inherit;
    align-self: stretch;
    margin: auto 0;
}

.nav-link.active {
    color: var(--Color-Primary-60, #0074a5);
    font-weight: 700;
    margin-left: 4px;
}

.nav-link:nth-child(2) {
    text-align: center;
}

.nav-link:nth-child(3) {
    margin-left: 7px;
}

.nav-link:nth-child(4),
.nav-link:nth-child(5) {
    margin-left: 4px;
}

.language-selector {
    display: flex;
    align-items: stretch;
    gap: 11px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin: auto 0;
}

@media (max-width: 991px) {
    .language-selector {
        white-space: initial;
    }
}

.language-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 16px;
    flex-shrink: 0;
}

/* Hero text section */
.hero-text-section {
    position: relative;
    display: flex;
    width: 539px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    font-weight: 700;
    margin: 270px 0 -63px 164px;
}

@media (max-width: 991px) {
    .hero-text-section {
        white-space: initial;
        margin: 40px 0 10px;
    }
}

.hero-title {
    color: #fff;
    font-size: 60px;
    letter-spacing: 0.6px;
}

@media (max-width: 991px) {
    .hero-title {
        max-width: 100%;
        font-size: 40px;
    }
}

.cta-button {
    justify-content: center;
    align-items: center;
    border-radius: var(--Radius-lg, 8px);
    background-color: var(--Color-Primary-50, #0298d8);
    align-self: start;
    display: flex;
    margin-top: 54px;
    gap: 10px;
    overflow: hidden;
    font-size: 16px;
    color: var(--Color-Neutral-00, #fff);
    text-align: center;
    letter-spacing: 0.16px;
    padding: 20px;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .cta-button {
        margin-top: 40px;
        white-space: initial;
    }
}

.button-text {
    align-self: stretch;
    margin: auto 0;
}

/* About Section */
.about-section {
    width: 100%;
    max-width: 1438px;
    overflow: hidden;
    padding: 73px 152px;
}

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

.about-title {
    color: var(--Color-Primary-50, #0298d8);
    letter-spacing: 0.48px;
    font: 700 48px Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .about-title {
        max-width: 100%;
        font-size: 40px;
    }
}

.timeline-container {
    width: 100%;
}

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

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

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

.timeline-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 64%;
    margin-left: 0px;
}

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

.timeline-item {
    margin-top: 159px;
}

@media (max-width: 991px) {
    .timeline-item {
        max-width: 100%;
        margin-top: 40px;
    }
}

.timeline-row {
    gap: 20px;
    display: flex;
}

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

.timeline-image-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
    margin-left: 0px;
}

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

.timeline-image {
    aspect-ratio: 0.93;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 4px;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .timeline-image {
        margin-top: 16px;
    }
}

.timeline-text-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
    margin-left: 20px;
}

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

.info-card {
    max-width: 500px;
    justify-content: center;
    align-items: stretch;
    border-radius: var(--Spacing-2xl, 28px);
    border: 1px solid var(--Neutral-White, #fff);
    box-shadow: 0 7px 13.6px var(--Spacing-none, 0) rgba(128, 128, 128, 0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
    width: 100%;
    padding: var(--Spacing-l, 20px) var(--Spacing-xl, 24px);
    gap: var(--Spacing-xs, 8px);
    flex-grow: 0;
    margin-top: -3px;
}

@media (max-width: 991px) {
    .info-card {
        margin-top: 12px;
        padding: 0 20px;
    }
}

.card-content {
    width: 100%;
    gap: var(--Spacing-s, 12px);
    margin-bottom: 64px;
}

.card-title {
    color: var(--Color-Neutral-110, #45454a);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.24px;
}

.card-description {
    display: flex;
    margin-top: 12px;
    width: 100%;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    color: var(--Color-Neutral-60, #a8a8a8);
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0.2px;
    justify-content: start;
}

@media (max-width: 991px) {
    .card-description {
        white-space: initial;
    }
}

.description-text {
    color: var(--Color-Neutral-60, #a8a8a8);
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    font-weight: 600;
    margin: auto;
}

.timeline-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 36%;
    margin-left: 20px;
}

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

.timeline-right-content {
    z-index: 10;
    display: flex;
    align-items: stretch;
    gap: 32px;
    font-family: Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .timeline-right-content {
        margin: 33px -3px 0 0;
    }
}

.timeline-divider {
    aspect-ratio: 0.01;
    object-fit: contain;
    object-position: center;
    width: 3px;
    stroke-width: 3px;
    stroke: var(--Color-Neutral-20, #eeeeef);
    flex-shrink: 0;
    margin: auto 0;
}

.timeline-cards {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    width: fit-content;
}

.establishment-card {
    max-width: 386px;
    justify-content: center;
    align-items: stretch;
    border-radius: var(--Spacing-2xl, 28px);
    border: 1px solid var(--Neutral-White, #fff);
    box-shadow: 0 7px 13.6px var(--Spacing-none, 0) rgba(128, 128, 128, 0.1);
    background-color: #fff;
    display: flex;
    min-height: 179px;
    flex-direction: column;
    padding: var(--Spacing-l, 20px) var(--Spacing-xl, 24px);
    gap: var(--Spacing-xs, 8px);
    padding-right: 57px;
    min-width: 200px;
    width: auto;
    align-self: stretch;
    margin-top: 9px;
}

@media (max-width: 991px) {
    .establishment-card {
        margin-right: 3px;
        padding-left: 20px;
    }
}

.establishment-content {
    width: 100%;
    max-width: 348px;
    gap: var(--Spacing-s, 12px);
}

.establishment-year {
    color: var(--Color-Neutral-110, #45454a);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.24px;
}

.establishment-description {
    display: flex;
    margin-top: 12px;
    width: 100%;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    color: var(--Color-Neutral-60, #a8a8a8);
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0.2px;
    justify-content: start;
}

@media (max-width: 991px) {
    .establishment-description {
        white-space: initial;
    }
}

.establishment-text {
    color: var(--Color-Neutral-60, #a8a8a8);
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
}

.consulting-card {
    max-width: 1125px;
    justify-content: center;
    align-items: stretch;
    border-radius: var(--Spacing-2xl, 28px);
    border: 1px solid var(--Neutral-White, #fff);
    box-shadow: 0 7px 13.6px var(--Spacing-none, 0) rgba(128, 128, 128, 0.1);
    background-color: #fff;
    display: flex;
    margin-top: 96px;
    flex-direction: column;
    white-space: nowrap;
    padding: var(--Spacing-l, 20px) var(--Spacing-xl, 24px);
    gap: var(--Spacing-xs, 8px);
}

@media (max-width: 991px) {
    .consulting-card {
        margin-top: 40px;
        white-space: initial;
        padding: 0 20px;
    }
}

.consulting-content {
    width: 100%;
    gap: var(--Spacing-s, 12px);
}

@media (max-width: 991px) {
    .consulting-content {
        white-space: initial;
    }
}

.consulting-title {
    color: var(--Color-Neutral-110, #45454a);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.24px;
}

.consulting-description {
    display: flex;
    margin-top: 12px;
    width: 100%;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    color: var(--Color-Neutral-60, #a8a8a8);
    font-weight: 400;
    letter-spacing: 0.2px;
    justify-content: start;
}

@media (max-width: 991px) {
    .consulting-description {
        white-space: initial;
    }
}

.consulting-text {
    color: var(--Color-Neutral-60, #a8a8a8);
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
}

/* Space Walk Section */
.space-walk-section {
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    font-family: Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    padding: 114px 80px 181px;
}

@media (max-width: 991px) {
    .space-walk-section {
        max-width: 100%;
        white-space: initial;
        padding: 100px 20px;
    }
}

.space-walk-container {
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 25px -5px rgba(81, 81, 86, 0.1),
        0 10px 10px -5px rgba(81, 81, 86, 0.04);
    overflow: hidden;
    position: relative;
    min-height: 552px;
    margin-bottom: -36px;
    width: 1093px;
    max-width: 100%;
    align-items: end;
    padding: 351px 80px 0;
}

@media (max-width: 991px) {
    .space-walk-container {
        margin-bottom: 10px;
        white-space: initial;
        padding: 100px 0 0 20px;
    }
}

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

.space-walk-content {
    position: relative;
    align-items: stretch;
    border-radius: var(--Radius-xl, 12px);
    background: linear-gradient(
        307deg,
        rgba(2, 152, 216, 0.8) 1.58%,
        rgba(2, 152, 216, 0) 103.92%
    );
    box-shadow: 0 20px 24px -4px rgba(17, 24, 39, 0.1),
        0 8px 8px -4px rgba(17, 24, 39, 0.04);
    z-index: 10;
    display: flex;
    width: 581px;
    max-width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    margin: 0 -43px -69px 0;
    padding: 49px 50px;
}

@media (max-width: 991px) {
    .space-walk-content {
        margin-bottom: 10px;
        white-space: initial;
        padding: 0 20px;
    }
}

.space-walk-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

@media (max-width: 991px) {
    .space-walk-text {
        max-width: 100%;
        white-space: initial;
    }
}

.space-walk-title {
    font-size: 48px;
    letter-spacing: 0.48px;
}

@media (max-width: 991px) {
    .space-walk-title {
        max-width: 100%;
        font-size: 40px;
    }
}

.space-walk-subtitle {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-top: 20px;
}

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

.app-button {
    justify-content: center;
    align-items: center;
    align-self: end;
    border-radius: var(--Radius-lg, 8px);
    background-color: var(--Color-Neutral-00, #fff);
    display: flex;
    margin-top: 31px;
    gap: 10px;
    overflow: hidden;
    font-size: 14px;
    color: var(--Color-Primary-40, #1ab8fc);
    text-align: center;
    letter-spacing: 0.14px;
    padding: 16px 83px 16px 88px;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .app-button {
        white-space: initial;
    }
}

.app-button-text {
    align-self: stretch;
    margin: auto 0;
}

/* Keywords Section */
.keywords-section {
    align-items: stretch;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    font-family: Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    justify-content: center;
    padding: var(--Spacing-7xl, 56px) 152px;
    background-color: var(--Color-Neutral-10, #fafafa);
}

@media (max-width: 991px) {
    .keywords-section {
        max-width: 100%;
        white-space: initial;
        padding: 0 20px;
    }
}

.keywords-container {
    align-items: center;
    display: flex;
    gap: var(--Spacing-s, 12px);
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .keywords-container {
        max-width: 100%;
        white-space: initial;
    }
}

.keywords-content {
    align-self: stretch;
    min-width: 240px;
    width: 925px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .keywords-content {
        max-width: 100%;
        white-space: initial;
    }
}

.keywords-main {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 32px;
    justify-content: start;
}

@media (max-width: 991px) {
    .keywords-main {
        max-width: 100%;
        white-space: initial;
    }
}

.keywords-tags {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 32px;
    font-size: 30px;
    color: #0298d8;
    letter-spacing: 0.3px;
    justify-content: start;
    flex-wrap: wrap;
    margin: auto 0 auto 96px;
}

@media (max-width: 991px) {
    .keywords-tags {
        max-width: 100%;
        white-space: initial;
    }
}

.keyword-tag {
    justify-content: center;
    border-radius: var(--Radius-full, 9999px);
    background-color: rgba(26, 184, 252, 0.2);
    align-self: stretch;
    display: flex;
    gap: 10px;
    padding: var(--Spacing-m, 16px);
    align-items: center;
    overflow: hidden;
    margin: -3px 0 auto;
}

.keyword-tag.highlighted {
    margin: -3px 0 auto -1px;
}

.keyword-tag:nth-child(4) {
    margin: -3px 0 auto;
}

.keyword-tag:nth-child(6),
.keyword-tag:nth-child(7) {
    margin: -3px 0 auto -2px;
}

@media (max-width: 991px) {
    .keyword-tag {
        white-space: initial;
    }
}

.keyword-text {
    align-self: stretch;
    margin: auto 0;
}

.keyword-tag.highlighted .keyword-text {
    margin-bottom: auto;
}

.keywords-spacer {
    color: var(--Color-Neutral-100, #515156);
    font-size: 36px;
    letter-spacing: 0.36px;
    align-self: stretch;
    width: 241px;
    margin: auto 0;
}

.keywords-quote {
    color: var(--Color-Neutral-100, #515156);
    font-size: 36px;
    letter-spacing: 0.36px;
    margin: 24px 126px 0 200px;
}

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

.keywords-image {
    aspect-ratio: 0.72;
    object-fit: contain;
    object-position: center;
    width: 211px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0 auto 69px;
}

/* Services Section */
.services-section {
    justify-content: center;
    align-items: stretch;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--Color-Neutral-10, #fafafa);
    padding: 67px 80px 109px;
}

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

.services-title {
    color: #000;
    text-align: center;
    letter-spacing: 0.3px;
    align-self: center;
    font: 700 30px Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
}

.services-container {
    margin: 37px 0 -22px;
}

@media (max-width: 991px) {
    .services-container {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

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

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

.service-card {
    border-radius: var(--Radius-2xl, 16px);
    box-shadow: 0 7px 13px -3px rgba(57, 57, 62, 0.03);
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    font-family: Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
    white-space: nowrap;
    text-align: center;
    width: 33.333%;
    padding: 39px 30px 63px;
}

@media (max-width: 991px) {
    .service-card {
        width: 100%;
        margin-top: 32px;
        white-space: initial;
        padding: 0 20px;
    }
}

.service-card:nth-child(2) {
    padding: 39px 35px 73px;
}

.service-card:nth-child(3) {
    padding: 47px 26px;
}

.service-title {
    color: #0298d8;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    align-self: center;
    margin-top: 3px;
}

.service-card:nth-child(2) .service-title {
    margin-top: 0;
}

.service-card:nth-child(3) .service-title {
    margin-top: 0;
}

.service-description {
    color: var(--Color-Neutral-90, #66666a);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    margin-top: 42px;
}

.service-card:nth-child(2) .service-description {
    margin-top: 26px;
}

.service-card:nth-child(3) .service-description {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .service-description {
        margin-top: 40px;
    }

    .service-card:nth-child(2) .service-description {
        margin: 40px 6px 0 0;
    }
}

/* Contact Section */
.contact-section {
    align-items: end;
    display: flex;
    width: 100%;
    justify-content: start;
    overflow: hidden;
    flex-wrap: wrap;
    background-color: var(--Neutral-White, #fff);
    padding: 72px 152px;
}

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

.contact-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-info-left {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: start;
    color: var(--Color-Neutral-100, #515156);
    letter-spacing: 0.2px;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    font: 400 20px Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.company-address {
    display: flex;
    align-items: start;
    gap: 13px;
    justify-content: start;
    font-style: normal;
}

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

.address-text {
    color: var(--Color-Neutral-100, #515156);
}

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

.contact-info-center {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: start;
    color: var(--Color-Neutral-100, #515156);
    letter-spacing: 0.2px;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    font: 400 20px Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.english-address {
    display: flex;
    align-items: start;
    gap: 13px;
    justify-content: start;
    font-style: normal;
}

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

.english-address-text {
    color: var(--Color-Neutral-100, #515156);
}

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

.contact-phone,
.contact-email {
    display: flex;
    margin-top: 32px;
    align-items: start;
    gap: 34px;
    white-space: nowrap;
    justify-content: start;
}

@media (max-width: 991px) {
    .contact-phone,
    .contact-email {
        white-space: initial;
    }
}

.phone-number {
    color: var(--Color-Neutral-100, #515156);
}

.email-link {
    color: var(--Color-Neutral-100, #515156);
    text-decoration: none;
}

.contact-map {
    aspect-ratio: 2.55;
    object-fit: contain;
    object-position: center;
    width: 143px;
    margin-top: 32px;
    max-width: 100%;
}

.social-links {
    align-items: center;
    display: flex;
    gap: var(--Spacing-xl, 24px);
    justify-content: start;
}

.social-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

/* Footer */
.main-footer {
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2px;
    font: 400 20px Helvetica Neue, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.footer-content {
    background-color: rgba(2, 152, 216, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 70px;
}

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

.copyright-text {
    margin: 0;
}

.space-walk-container {
  position: relative;
  cursor: pointer;
}

.card-link-overlay {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  background: transparent;
}

.card-link-overlay:focus-visible {
  outline: 2px solid #4c9ffe;
  outline-offset: 2px;
}