body {
    background: #FEFAFA;
    color: #051118;
    font-family: "Crimson Text", serif;
    padding-top: 3.75rem;
}
::selection {
    background-color: #001F3F; /* Sets the background color of the selected text */
    color: #FEFAFA; /* Sets the text color of the selected text */
}
/* For Firefox compatibility */
::-moz-selection {
    background-color: #001F3F;
    color: #FEFAFA;
}

.container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 95rem;
    padding: 0 1rem;
    width: 100%;
}

header {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 14rem;
    max-width: 95rem;
    overflow: hidden;
    padding: 3.75rem 0 0;
}
header h1 {
    font-size: 10rem;
    font-weight: 400;
    letter-spacing: -0.5rem;
    line-height: 85%;
    margin: 0;
    text-align: center;
    width: 100%;
}
.banner {
    align-items: center;
    align-self: stretch;
    background: #001F3F;
    border-radius: 1.875rem;
    display: flex;
    height: 22.625rem;
    justify-content: center;
    padding: 0 9rem;
}
.banner .banner-border {
    align-items: center;
    background: #000000;
    border: 2px solid rgba(255, 255, 255, 0.50);
    border-bottom: none;
    border-radius: 1.5rem;
    box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    height: 40.25rem;
    justify-content: center;
    padding: 1.15rem 1.16rem;
    width: 56.68rem;
}
.banner img {
    background-color: #000;
    border-radius: 1rem;
    flex-shrink: 0;
    height: 38rem;
    max-height: 100%;
    width: 54rem;
}

.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1.25rem 2.5rem;
    align-self: stretch;
    flex-wrap: wrap;
}

.logo-row a {
    display: flex;
    width: 10rem;
    height: 10rem;
    padding: 1.25rem;
    flex-direction: column;
    justify-content: center;
}

/* Main Section */
.company-row {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: 1.25rem;
    padding-bottom: 7.5rem;
}
.company-row.inverse {
    flex-direction: row-reverse;
}
.company-row img {
    border-radius: 1.875rem;
    display: flex;
    padding: 0 0.625rem 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    flex: 1 0 0;
    aspect-ratio: 2 / 3;
    max-width: 50%;
}
.company-row section {
    display: flex;
    padding-left: 3.125rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3.125rem;
    flex: 1 0 0;
    align-self: stretch;
    border-top: 1px solid #E9E9E9;
}
.company-row section .company-description {
    font-size: 2.5rem;
    letter-spacing: -0.1rem;
}
.company-link a {
    background-color: #8C92AC;
    color: #FEFAFA;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
}
.company-link a:hover {
    background-color: #001F3F;
}

/* Footer Styles */
footer {
    align-self: stretch;
    border-top: 1px solid #E9E9E9;
}
footer a {
    color: #8C92AC;
    text-decoration: none;
    font-size: 1.5rem;
}
footer a:hover {
    color: #001F3F;
    text-decoration: underline;
}



/* Mobile Styles */
@media (max-width: 767px) {
    header {
        align-items: center;
        gap: 9rem;
    }
    header h1 {
        font-size: 4.75rem;
        letter-spacing: -0.2rem;
    }
    .banner {
        flex-direction: column;
        padding: 0 2.25rem;
    }
    .banner .banner-border {
        border-radius: 2.2rem;
        border-width: 1px;
        box-shadow: 0 -2.3px 11.7px 0 rgba(0, 0, 0, 0.10);
        height: 33.9rem;
        padding: 0.6rem 0.7rem;
        width: 16.875rem;
    }
    .banner img {
        border-radius: 1.7rem;
        display: flex;
        height: 32.6rem;
        width: 15.5rem;
    }
    .logo-row {
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #E9E9E9;;
    }
    .logo-row a {
        display: flex;
        width: 10rem;
        height: 4rem;
        padding: 1rem;
    }
    /* Main Section */
    .container .company-row.first-row {
        padding-top: 3rem;
    }
    .company-row,
    .company-row.inverse {
        flex-direction: column;
        gap: 2.5rem;
        padding: 0 1rem 3rem;
    }
    .company-row img {
        max-width: 100%;
        padding: 0;
        width: 100%;
        max-height: 80vw;
        object-fit: cover;
    }
    .company-row section {
        padding: 0 0 3.125rem;
        gap: 1.875rem;
        border-top: none;
        border-bottom: 1px solid #E9E9E9;
    }
    .company-row.last-row section {
        border-bottom: none;
        padding-bottom: 1rem;
    }
    .company-row section .company-description {
        font-size: 1.875rem;
        letter-spacing: auto;
        padding: 0;
    }
    .company-link a {
        font-size: 0.875rem;
        padding: 0.875rem 1.25rem;
        border-radius: 2rem;
    }
}



/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {
    header {
        gap: 8rem;
    }
    header h1 {
        font-size: 8.75rem;
        letter-spacing: -0.4375rem;
    }
    .banner {
        height: 22.625rem;
        padding: 0 1.35rem;
    }
    .banner .banner-border {
        border-radius: 1.12rem;
        border-width: 1.5px;
        box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, 0.10);
        height: auto;
        padding: 0.9rem 1rem;
        width: 42.28rem;
    }
    .banner img {
        border-radius: 0.75rem;
        height: 28.32rem;
        width: 40.55rem;
    }
    /* Main Section */
    .company-row section {
        gap: 2.5rem;
    }
    .company-row section .company-description {
        font-size: 1.875rem;
        letter-spacing: auto;
    }
    .company-link a {
        font-size: 0.875rem;
        padding: 0.875rem 1.25rem;
        border-radius: 2rem;
    }
}
