:root {
    --color-silver: #8a929c;
}


.nav-list {
    gap: 1.675rem;
}

.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
}

.hero-page {
    --container-max: 100%;
    --container-padding: 5%;
    padding-top: var(--spacing-lg);
}
.hero .lead {
    margin-left: 0;
    max-width: 1040px;
}
@media (min-width: 1475px) {
    .hero-subhead {
        font-size: 1.375rem;
        line-height: 1.75;
    }
}
@media (max-width: 768px) {
    .hero-subhead {
        white-space: normal;
    }
    .hero-subhead br {
        display: none;
    }
}

@media (min-width: 576px) {
    .cta-buttons .btn {
        width: 340px;
        max-width: 100%;
    }
}

.advantage-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--color-white);
    margin-top: -2rem;
}
.advantage-quote {
    opacity: 1;
    font-size: 10rem;
    pointer-events: none;
}
.advantage-quote-close {
    text-align: center;
    line-height: 1;
    margin-bottom: -3rem;
}

.team-modal-wrapper {
    overflow: unset;
    max-width: 840px;
}
.team-member-title {
    margin: 0;
    text-align: center;
}
.team-member-photo {
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 4/5;
    border-radius: 4px;
    background: #efefef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 6px 6px 0 6px;
}
.team-member-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    image-rendering: auto;
    filter: contrast(1.03) brightness(1.01);
}
.team-member-name {
    text-align: center;
}
.team-modal-photo {
    aspect-ratio: 4/5;
    background: #2a2a2a;
    padding: 8px 8px 0 8px;
}
.team-modal-left {
    background: #2a2a2a;
    align-items: flex-start;
}
.team-modal-content {
    grid-template-columns: 210px 1fr;
}
.team-modal-prev {
    left: -90px;
}
.team-modal-next {
    right: -90px;
}


.force-break {
    display: none;
}

@media (max-width: 1199px) {
    .menu-toggle {
        display: flex;
    }
    .nav {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        bottom: auto;
        background-color: var(--color-white);
        flex-direction: column;
        justify-content: flex-start;
        padding: var(--spacing-md);
        transform: translateX(100%);
        transition: transform var(--transition-medium);
    }
    .nav.active {
        transform: translateX(0);
    }
    .nav-dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .header-search-btn {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 1007px) {
    .force-break {
        display: block;
        width: 100%;
        height: 1px;
    }
    .stats-circles {
        grid-row-gap: 1rem;
    }
}
@media (min-width: 769px) {
    .team-modal-right {
        min-height: 630px;
    }
}
@media (max-width: 992px) {
    .team-modal-wrapper {
        padding-top: 50px;
    }
    .team-modal-close {
        top: 45px;
        right: 0;
    }
    .team-modal-prev, .team-modal-next {
        top: 0;
        bottom: auto;
    }
    .team-modal-prev {
        left: 0;
    }
    .team-modal-next {
        right: 0;
    }
}
@media (max-width: 768px) {
    .hero-video-bg {
        display: block;
    }
    .hero-headline-italic em {
        display: inline;
    }
    .stat-circle {
        width: 220px;
        height: 220px;
    }
}
@media (max-width: 575px) {
    body:has(.team-modal.active) {
        height: 100dvh;
        width: 100dvw;
        overflow: clip;
    }
    .team-modal-close {
        color: var(--color-white);
    }
    .team-member-photo {
        width: 80%;
    }
    .team-modal-content {
        grid-template-columns: 1fr;
        max-height: 90dvh;
        overflow: auto;
    }
    .team-modal-photo {
        width: 60%;
    }
    .team-modal-right {
        padding: var(--spacing-md);
    }
}

@media (min-width: 769px) {
    #lmm .two-col {
        display: flex;
        align-items: flex-start;
    }
    #lmm .two-col > div:last-child {
        flex: 1 0 60%;
        max-width: 60%;
    }
    .market-opportunity-graph {
        padding-top: 12%;
    }
}
@media (min-width: 1170px) {
    #lmm .two-col > div:last-child {
        flex: 1 0 auto;
        max-width: 665px;
    }
}


.strategies-diagram {
    transform: scale(1.25);
}