.about-page {
    --ab-navy: #071f34;
    --ab-blue: #0b6084;
    --ab-teal: #21355a;
    --ab-gold: #c79a52;
    --ab-text: #273d4b;
    --ab-muted: #71828d;
    --ab-line: #e1e9ed;
    --ab-soft: #f5f8f9;
    background: #fff;
    color: var(--ab-text);
    overflow: hidden
}

    .about-page * {
        box-sizing: border-box
    }

    .about-page a {
        text-decoration: none
    }

.about-hero {
    color: #fff;
    height: 465px;
    overflow: hidden;
    position: relative
}

    .about-hero:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        height: 330px;
        pointer-events: none;
        background: linear-gradient( 180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    }

.about-hero__image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.about-hero__overlay {
    background: linear-gradient(90deg, rgba(4, 30, 44, .7) 0%, rgba(4, 30, 44, .66) 52%, rgba(4, 30, 44, .28) 100%);
    inset: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-hero__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-top: 68px;
    position: relative;
    z-index: 2
}

.about-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, .7);
    display: flex;
    font-size: 12px;
    gap: 10px;
    margin-bottom: 42px;
    display: none;
}

    .about-breadcrumb a {
        color: inherit
    }

        .about-breadcrumb a:hover {
            color: #fff
        }

    .about-breadcrumb i {
        font-size: 7px;
        opacity: .5
    }

.about-eyebrow {
    align-items: center;
    color: #85e1e1;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.about-eyebrow--dark {
    color: var(--ab-teal)
}

.about-hero h1 {
    color: #21355a;
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.4;
    margin: 15px 0;
    max-width: 790px
}

.about-hero__content > p {
    color: #fff;
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
    max-width: 690px
}

.about-hero__actions {
    display: flex;
    gap: 10px;
    margin-top: 32px;
    display: none;
}

    .about-hero__actions a {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, .32);
        border-radius: 9px;
        color: #fff;
        display: flex;
        font-size: 14px;
        font-weight: 800;
        gap: 9px;
        padding: 13px 17px
    }

        .about-hero__actions a:first-child {
            background: #fff;
            border-color: #fff;
            color: var(--ab-blue)
        }

.about-hero__mark {
    bottom: -42px;
    color: rgba(255, 255, 255, .055);
    font-size: 190px;
    font-weight: 900;
    letter-spacing: -.08em;
    position: absolute;
    right: 4%;
    z-index: 1
}

.about-facts {
    background: #fff;
    border-bottom: 1px solid var(--ab-line);
    box-shadow: 0 8px 25px rgba(15, 39, 55, .05)
}

    .about-facts > div {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .about-facts article {
        align-items: center;
        border-right: 1px solid var(--ab-line);
        display: flex;
        gap: 14px;
        padding: 21px 25px
    }

        .about-facts article:last-child {
            border-right: 0
        }

        .about-facts article > span {
            align-items: center;
            background: #eaf6f6;
            border-radius: 11px;
            color: var(--ab-teal);
            display: flex;
            flex: 0 0 44px;
            font-size: 18px;
            height: 44px;
            justify-content: center
        }

    .about-facts strong,
    .about-facts small {
        display: block
    }

    .about-facts strong {
        color: var(--ab-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 23px;
    }

    .about-facts small {
        color: var(--ab-muted);
        font-size: 13px;
        margin-top: 4px;
        text-transform: uppercase
    }

.about-story {
    padding: 100px 0
}

.about-story__grid {
    align-items: center;
    display: grid;
    gap: 85px;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr)
}

.about-story__visual {
    min-height: 570px;
    position: relative
}

.about-story__frame {
    border-radius: 3px 80px 3px 3px;
    height: 540px;
    overflow: hidden;
    position: relative
}

    .about-story__frame:after {
        border: 1px solid rgba(255, 255, 255, .55);
        border-radius: 2px 65px 2px 2px;
        content: "";
        inset: 17px;
        position: absolute
    }

    .about-story__frame img {
        height: 100%;
        object-fit: cover;
        transition: .6s;
        width: 100%
    }

.about-story__visual:hover img {
    transform: scale(1.025)
}

.about-story__badge {
    align-items: center;
    background: var(--ab-navy);
    bottom: 0;
    color: #fff;
    display: flex;
    gap: 13px;
    padding: 20px 23px;
    position: absolute;
    right: -28px
}

    .about-story__badge strong {
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 37px;
    }

        .about-story__badge strong i {
            color: var(--ab-gold);
            font-size: 13px
        }

    .about-story__badge span {
        border-left: 1px solid rgba(255, 255, 255, .2);
        color: rgba(255, 255, 255, .7);
        font-size: 13px;
        line-height: 1.5;
        padding-left: 13px;
        text-transform: uppercase
    }

.about-story__line {
    background: var(--ab-gold);
    height: 3px;
    left: -30px;
    position: absolute;
    top: 65px;
    width: 90px
}

.about-story__copy h2 {
    color: var(--ab-navy);
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    margin: 12px 0 20px;
    text-transform: uppercase;
}

.about-story__lead {
    color: var(--ab-muted);
    font-size: 15px;
    line-height: 1.85;
    margin: 0;
    text-align: justify;
}

.about-story__signature {
    align-items: center;
    background: var(--ab-soft);
    border-left: 3px solid var(--ab-gold);
    display: flex;
    gap: 13px;
    margin: 26px 0;
    padding: 15px
}

    .about-story__signature > span {
        align-items: center;
        background: #fff;
        border-radius: 50%;
        color: var(--ab-blue);
        display: flex;
        height: 40px;
        justify-content: center;
        width: 40px
    }

    .about-story__signature small,
    .about-story__signature strong {
        display: block
    }

    .about-story__signature small {
        color: #91a0a9;
        font-size: 12px;
        text-transform: uppercase
    }

    .about-story__signature strong {
        color: #405664;
        font-size: 13px;
        line-height: 1.45;
        margin-top: 3px
    }

.about-text-link {
    align-items: center;
    color: var(--ab-blue);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px
}

.about-values {
    background: var(--ab-soft);
    padding: 88px 0
}

.about-section-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    background: transparent;
    position: unset;
}

    .about-section-heading h2 {
        color: var(--ab-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 32px;
        font-weight: 500;
        margin: 9px 0 0;
        line-height: 1.3;
    }

    .about-section-heading > p {
        color: var(--ab-muted);
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
        max-width: 470px;
        text-align: right
    }

.about-values__grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.about-values article {
    background: #fff;
    border: 1px solid var(--ab-line);
    border-radius: 13px;
    min-height: 260px;
    padding: 25px;
    position: relative;
    transition: .25s
}

    .about-values article:hover {
        box-shadow: 0 14px 32px rgba(15, 39, 55, .09);
        transform: translateY(-4px)
    }

    .about-values article > span {
        color: var(--ab-teal);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 19px;
        position: absolute;
        right: 19px;
        top: 17px
    }

    .about-values article > i {
        align-items: center;
        background: #e9f5f5;
        border-radius: 12px;
        color: var(--ab-teal);
        display: flex;
        font-size: 22px;
        height: 52px;
        justify-content: center;
        width: 52px
    }

.about-values h3 {
    color: var(--ab-navy);
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 23px;
    font-weight: 500;
    margin: 16px 0 9px;
    line-height: 1.5;
}

.about-values p {
    color: var(--ab-muted);
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
}

.about-detail {
    padding: 95px 0
}

.about-detail__layout {
    align-items: start;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 370px
}

.about-detail article > header {
    border-bottom: 1px solid var(--ab-line);
    margin-bottom: 28px;
    padding-bottom: 20px
}

    .about-detail article > header h2 {
        color: var(--ab-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 35px;
        font-weight: 500;
        margin: 5px 0 0;
        line-height: 1.5;
    }

.about-richtext {
    color: #3d5563;
    font-size: 16px;
    line-height: 1.85;
    text-align: justify;
}

    .about-richtext h2,
    .about-richtext h3,
    .about-richtext h4 {
        color: var(--ab-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-weight: 500;
        line-height: 1.4
    }

    .about-richtext h2 {
        font-size: 29px
    }

    .about-richtext h3 {
        font-size: 23px
    }

    .about-richtext p {
        margin: 0 0 16px
    }

    .about-richtext img {
        border-radius: 10px;
        height: auto !important;
        max-width: 100% !important
    }

    .about-richtext ul {
        padding-left: 20px
    }

.about-detail__aside {
    background: linear-gradient(145deg, #08253b, #0b6875);
    border-radius: 15px;
    color: #fff;
    padding: 29px;
    position: sticky;
    top: 95px
}

    .about-detail__aside > span {
        align-items: center;
        background: rgba(255, 255, 255, .12);
        border-radius: 11px;
        color: #8ce2e2;
        display: flex;
        font-size: 21px;
        height: 48px;
        justify-content: center;
        width: 48px
    }

    .about-detail__aside h3 {
        color: #fff;
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.35;
        margin: 18px 0 12px
    }

    .about-detail__aside .about-richtext {
        color: rgba(255, 255, 255, .9);
        font-size: 14px;
    }

        .about-detail__aside .about-richtext span {
            color: inherit !important;
            font-size: inherit !important
        }

    .about-detail__aside > a {
        border-top: 1px solid rgba(255, 255, 255, .18);
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 800;
        margin-top: 19px;
        padding-top: 15px
    }

.about-experiences {
    background: var(--ab-navy);
    padding: 90px 0
}

.about-section-heading--light h2 {
    color: #fff
}

.about-section-heading--light > p {
    color: rgba(255, 255, 255, .58)
}

.about-experience-grid {
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

    .about-experience-grid article {
        height: 430px;
        overflow: hidden;
        position: relative
    }

        .about-experience-grid article > a {
            color: #fff;
            display: block;
            height: 100%
        }

    .about-experience-grid img {
        height: 100%;
        object-fit: cover;
        transition: .6s;
        width: 100%
    }

.about-experience__shade {
    background: linear-gradient(0deg, rgba(3, 19, 31, .94), rgba(3, 19, 31, .08) 75%);
    inset: 0;
    position: absolute
}

.about-experience-grid article > a > div {
    bottom: 0;
    left: 0;
    padding: 23px;
    position: absolute;
    right: 0
}

    .about-experience-grid article > a > div > i {
        align-items: center;
        background: rgba(255, 255, 255, 0.33);
        border-radius: 9px;
        color: #e0000e;
        display: flex;
        font-size: 18px;
        height: 41px;
        justify-content: center;
        margin-bottom: 17px;
        width: 41px;
    }

.about-experience-grid small {
    color: #8ee0e1;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.about-experience-grid h3 {
    color: #fff;
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 21px;
    font-weight: 500;
    margin: 5px 0 8px
}

.about-experience-grid p {
    color: rgba(255, 255, 255, .64);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    min-height: 47px
}

.about-experience-grid strong {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
    gap: 7px;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(8px);
    transition: .25s;
    font-weight: normal;
}

.about-experience-grid article:hover img {
    transform: scale(1.06)
}

.about-experience-grid article:hover strong {
    opacity: 1;
    transform: none
}

.about-contact {
    padding: 78px 0
}

    .about-contact > div {
        align-items: center;
        display: grid;
        gap: 60px;
        grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr)
    }

    .about-contact h2 {
        color: var(--ab-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 31px;
        font-weight: 500;
        line-height: 1.3;
        margin: 9px 0
    }

    .about-contact p {
        color: var(--ab-muted);
        font-size: 18px;
        line-height: 1.65
    }

.about-contact__details {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr 1fr
}

    .about-contact__details > a {
        align-items: center;
        background: var(--ab-soft);
        border: 1px solid var(--ab-line);
        border-radius: 10px;
        color: var(--ab-text);
        display: flex;
        gap: 10px;
        padding: 13px
    }

        .about-contact__details > a > i {
            color: var(--ab-teal)
        }

    .about-contact__details small,
    .about-contact__details strong {
        display: block
    }

    .about-contact__details small {
        color: #91a0a8;
        font-size: 13px;
        text-transform: uppercase
    }

    .about-contact__details strong {
        font-size: 15px;
        margin-top: 0px;
        overflow-wrap: anywhere
    }

    .about-contact__details .about-contact__button {
        background: var(--ab-blue);
        border-color: var(--ab-blue);
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        grid-column: 1/-1;
        justify-content: center
    }

.about-contact__button i {
    color: #fff !important
}

@media(max-width:1023px) {
    .about-hero {
        height: 650px
    }

        .about-hero h1 {
            font-size: 50px;
            color: #edcd83;
        }

        .about-hero:before {
            content: "";
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
            left: 0;
            height: 330px;
            pointer-events: none;
            background: linear-gradient( 180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
        }

    .about-story__grid {
        gap: 50px
    }

    .about-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .about-detail__layout {
        grid-template-columns: minmax(0, 1fr) 320px
    }

    .about-experience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .about-contact > div {
        gap: 30px
    }
}

@media(max-width:767px) {
    .about-hero {
        height: 436px;
        padding-bottom: 20px;
    }

    .about-story__signature strong {
        font-size: 15px;
    }

    .about-detail article > header h2 {
        font-size: 28px;
    }

    .about-hero__overlay {
        background: linear-gradient(90deg, rgba(4, 30, 44, .7) 0%, rgba(4, 30, 44, .66) 52%, rgba(4, 30, 44, .18) 100%);
    }

    .about-hero__content {
        justify-content: flex-end;
        padding-bottom: 58px
    }

    .about-breadcrumb {
        margin-bottom: 25px
    }

    .about-hero h1 {
        font-size: 26px;
    }

    .about-hero__content > p {
        font-size: 14px;
    }

    .about-hero__actions {
        align-items: stretch;
        flex-direction: column
    }

        .about-hero__actions a {
            justify-content: center
        }

    .about-hero__mark {
        font-size: 100px
    }

    .about-facts > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0
    }

    .about-facts article {
        border-bottom: 1px solid var(--ab-line);
        padding: 16px
    }

        .about-facts article:nth-child(2) {
            border-right: 0
        }

    .about-story {
        padding: 30px 0;
    }

    .about-story__grid {
        display: flex;
        flex-direction: column;
        gap: 42px
    }

    .about-story__visual {
        min-height: 440px;
        width: 100%
    }

    .about-story__frame {
        height: 420px
    }

    .about-story__badge {
        right: 0
    }

    .about-story__copy h2 {
        font-size: 21px;
    }

    .about-section-heading {
        align-items: flex-start;
        display: block
    }

        .about-section-heading h2 {
            font-size: 22px;
        }

        .about-section-heading > p {
            margin-top: 10px;
            text-align: justify;
            font-size: 15px;
        }

    .about-values {
        padding: 31px 0;
    }

    .about-values__grid {
    }

    .about-values article {
        min-height: 220px
    }

    .about-detail {
        padding: 33px 0;
    }

    .about-values h3 {
        font-size: 16px;
    }

    .about-detail__layout {
        display: block
    }

    .about-detail__aside {
        margin-top: 32px;
        position: static
    }

    .about-experiences {
        padding: 65px 0 25px;
    }

    .about-experience-grid {
        grid-template-columns: 1fr
    }

        .about-experience-grid article {
            height: 390px
        }

    .about-contact {
        padding: 60px 0 90px
    }

        .about-contact > div {
            display: block
        }

        .about-contact h2 {
            font-size: 23px;
        }

    .about-contact__details {
        margin-top: 26px
    }

        .about-contact__details > a {
            grid-column: 1/-1
        }
}

@media(max-width:420px) {
    .about-hero h1 {
        font-size: 18px;
    }

    .about-facts strong {
        font-size: 18px
    }

    .about-facts article {
        gap: 9px
    }

        .about-facts article > span {
            flex-basis: 38px;
            height: 38px
        }

    .about-story__visual {
        min-height: 390px
    }

    .about-story__frame {
        height: 370px
    }

    .about-story__badge {
        padding: 15px
    }

    .about-story__copy h2 {
        font-size: 18px;
    }

    .about-contact__details {
        grid-template-columns: 1fr
    }
}