/* =========================================================
   ABOUT TOP BANNER
========================================================= */

section[data-module="about-top-banner"] {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(17, 76, 146, 0.1);
    background: #ffffff;
    color: #13213a;
}

section[data-module="about-top-banner"] *,
section[data-module="about-top-banner"] *::before,
section[data-module="about-top-banner"] *::after {
    box-sizing: border-box;
}


/* =========================================================
   BACKGROUND
========================================================= */

section[data-module="about-top-banner"] .aboutbanner-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

section[data-module="about-top-banner"] .aboutbanner-grid {
    position: absolute;
    inset: 0;
    opacity: 0.52;
    background-image: linear-gradient(rgba(17, 76, 146, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 76, 146, 0.028) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 27%, #000 72%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 27%, #000 72%, transparent 100%);
}

section[data-module="about-top-banner"] .aboutbanner-orb {
    position: absolute;
    display: block;
    border-radius: 50%;
}

section[data-module="about-top-banner"] .aboutbanner-orb-one {
    top: -360px;
    right: -160px;
    width: 660px;
    height: 660px;
    background: radial-gradient(circle, rgba(69, 183, 238, 0.14) 0%, rgba(69, 183, 238, 0) 70%);
}

section[data-module="about-top-banner"] .aboutbanner-orb-two {
    bottom: -430px;
    left: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(29, 209, 197, 0.1) 0%, rgba(29, 209, 197, 0) 70%);
}


/* =========================================================
   BREADCRUMB
========================================================= */

section[data-module="about-top-banner"] .aboutbanner-breadcrumb-bar {
    position: relative;
    z-index: 2;
    width: 100%;
    border-bottom: 1px solid rgba(17, 76, 146, 0.09);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

section[data-module="about-top-banner"] .aboutbanner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(92%, 1240px);
    min-height: 48px;
    margin: 0 auto;
    color: #1d2b42;
    font-family: var(--font-body, "Open Sans", sans-serif);
    font-size: 13px;
    line-height: 1.45;
}

section[data-module="about-top-banner"] .aboutbanner-breadcrumb a {
    color: #738097;
    text-decoration: none;
    transition: color 0.25s ease;
}

section[data-module="about-top-banner"] .aboutbanner-breadcrumb a:hover,
section[data-module="about-top-banner"] .aboutbanner-breadcrumb a:focus-visible {
    color: var(--color-primary-light, #45b7ee);
    outline: none;
}

section[data-module="about-top-banner"] .aboutbanner-breadcrumb-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a5afbd;
}

section[data-module="about-top-banner"] .aboutbanner-breadcrumb-arrow svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   CONTENT
========================================================= */

section[data-module="about-top-banner"] .aboutbanner-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(92%, 1320px);
    min-height: 355px;
    margin: 0 auto;
    padding: 64px 0 70px;
}

section[data-module="about-top-banner"] .aboutbanner-content {
    width: min(100%, 1120px);
    margin: 0 auto;
    text-align: center;
}

section[data-module="about-top-banner"] .aboutbanner-content h1 {
    margin: 0;
    color: #101f38;
    font-family: var(--font-heading, "Montserrat", sans-serif);
    font-size: clamp(45px, 4.5vw, 65px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.045em;
    animation: aboutBannerTitleIn 0.7s ease both;
}

section[data-module="about-top-banner"] .aboutbanner-title-normal,
section[data-module="about-top-banner"] .aboutbanner-title-highlight {
    display: inline;
}

section[data-module="about-top-banner"] .aboutbanner-title-highlight {
    position: relative;
    margin-left: 0.14em;
    color: var(--color-primary-light, #45b7ee);
    background: linear-gradient(105deg, var(--color-primary-dark, #114c92) 0%, var(--color-primary-light, #45b7ee) 48%, var(--color-secondary-turquoise, #1dd1c5) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section[data-module="about-top-banner"] .aboutbanner-title-highlight::after {
    content: "";
    position: absolute;
    right: 2%;
    bottom: -7px;
    left: 2%;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(17, 76, 146, 0), rgba(69, 183, 238, 0.52), rgba(29, 209, 197, 0.52), rgba(29, 209, 197, 0));
    transform: scaleX(0);
    transform-origin: left center;
    animation: aboutBannerLineIn 0.7s 0.45s ease forwards;
}

section[data-module="about-top-banner"] .aboutbanner-description {
    max-width: 820px;
    margin: 23px auto 0;
    color: #58677e;
    font-family: var(--font-body, "Open Sans", sans-serif);
    font-size: 17px;
    line-height: 1.7;
    animation: aboutBannerDescriptionIn 0.65s 0.16s ease both;
}

section[data-module="about-top-banner"] .aboutbanner-description p {
    margin: 0;
}

section[data-module="about-top-banner"] .aboutbanner-description a {
    color: var(--color-primary-dark, #114c92);
    font-weight: 600;
    text-decoration-color: rgba(17, 76, 146, 0.3);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes aboutBannerTitleIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutBannerDescriptionIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutBannerLineIn {
    to {
        transform: scaleX(1);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
    section[data-module="about-top-banner"] .aboutbanner-wrapper {
        min-height: 330px;
        padding: 58px 0 64px;
    }

    section[data-module="about-top-banner"] .aboutbanner-content h1 {
        font-size: clamp(42px, 6vw, 56px);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    section[data-module="about-top-banner"] .aboutbanner-breadcrumb {
        width: calc(100% - 34px);
        min-height: 44px;
        gap: 8px;
        font-size: 12px;
    }

    section[data-module="about-top-banner"] .aboutbanner-wrapper {
        align-items: flex-start;
        width: calc(100% - 34px);
        min-height: 0;
        padding: 50px 0 54px;
    }

    section[data-module="about-top-banner"] .aboutbanner-content {
        text-align: left;
    }

    section[data-module="about-top-banner"] .aboutbanner-content h1 {
        font-size: 38px;
        line-height: 1.12;
        letter-spacing: -0.035em;
    }

    section[data-module="about-top-banner"] .aboutbanner-title-highlight {
        margin-left: 0.1em;
    }

    section[data-module="about-top-banner"] .aboutbanner-title-highlight::after {
        bottom: -5px;
        height: 4px;
    }

    section[data-module="about-top-banner"] .aboutbanner-description {
        margin-top: 19px;
        font-size: 15px;
        line-height: 1.65;
    }

    section[data-module="about-top-banner"] .aboutbanner-grid {
        background-size: 34px 34px;
    }

    section[data-module="about-top-banner"] .aboutbanner-orb-one {
        top: -420px;
        right: -400px;
    }

    section[data-module="about-top-banner"] .aboutbanner-orb-two {
        bottom: -520px;
        left: -420px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    section[data-module="about-top-banner"] .aboutbanner-content h1 {
        font-size: 35px;
    }

    section[data-module="about-top-banner"] .aboutbanner-wrapper {
        padding: 44px 0 49px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    section[data-module="about-top-banner"] .aboutbanner-content h1,
    section[data-module="about-top-banner"] .aboutbanner-description,
    section[data-module="about-top-banner"] .aboutbanner-title-highlight::after {
        animation: none;
    }

    section[data-module="about-top-banner"] .aboutbanner-title-highlight::after {
        transform: scaleX(1);
    }
}
