/* =========================================================
   ARPIVA TECHNOLOGIES
   BUSINESS INTELLIGENCE & DATA ANALYTICS
========================================================= */

.arpiva-bi-page {

    --bi-navy: #06183f;
    --bi-deep: #03112d;
    --bi-blue: #1976e5;
    --bi-blue-light: #69b0ff;
    --bi-cyan: #19bfe8;
    --bi-orange: #ff9f1c;

    --bi-text: #12213f;
    --bi-muted: #64748b;
    --bi-light: #f5f8fc;
    --bi-border: #e3ebf5;
    --bi-white: #ffffff;

    width: 100%;
    overflow: hidden;
}

.arpiva-bi-page *,
.arpiva-bi-page *::before,
.arpiva-bi-page *::after {
    box-sizing: border-box;
}

.arpiva-bi-page .container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.arpiva-bi-page img {
    display: block;
    max-width: 100%;
}


/* =========================================================
   HERO
========================================================= */

.bi-hero {

    position: relative;

    min-height: 620px;
    height: 620px;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: #fff;

    background-color: var(--bi-navy);

    background-image:
        linear-gradient(
            90deg,
            rgba(3,17,45,.97) 0%,
            rgba(3,17,45,.91) 30%,
            rgba(3,17,45,.57) 60%,
            rgba(3,17,45,.12) 100%
        ),
        url("../images/business-intelligence-hero.png");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bi-hero-overlay {

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 76% 48%,
            rgba(25,191,232,.20),
            transparent 38%
        );

    pointer-events: none;
}

.bi-hero .container {
    position: relative;
    z-index: 2;
}

.bi-hero-content {

    width: min(690px, 64%);

    animation: biHeroIn .8s ease both;
}

@keyframes biHeroIn {

    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.bi-eyebrow {

    display: inline-flex;
    align-items: center;

    padding: 7px 14px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;

    color: #d9e6f7;

    background: rgba(255,255,255,.055);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1.7px;

    backdrop-filter: blur(8px);
}

.bi-eyebrow::before {

    content: "";

    width: 7px;
    height: 7px;

    margin-right: 8px;

    border-radius: 50%;

    background: #42dc86;

    box-shadow: 0 0 14px rgba(66,220,134,.45);
}

.bi-kicker {

    display: block;

    margin: 18px 0 10px;

    color: var(--bi-orange);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2.8px;
}

.bi-hero h1 {

    margin: 0;

    color: #fff;

    font-size: clamp(46px, 5.3vw, 68px);

    line-height: .98;

    font-weight: 800;

    letter-spacing: -3px;
}

.bi-hero h1 span {

    display: block;

    margin-top: 7px;

    color: var(--bi-blue-light);
}

.bi-hero-content > p {

    max-width: 650px;

    margin: 22px 0 0;

    color: #c4d3e8;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   BUTTONS
========================================================= */

.bi-hero-actions,
.bi-final-actions {

    display: flex;

    gap: 12px;

    margin-top: 26px;
}

.bi-primary-button,
.bi-secondary-button {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 49px;

    padding: 0 22px;

    border-radius: 9px;

    text-decoration: none !important;

    font-size: 10px;
    font-weight: 700;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.bi-primary-button {

    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            #ffab27,
            #ff8500
        );

    box-shadow:
        0 13px 30px rgba(255,133,0,.22);
}

.bi-primary-button:hover {

    color: #fff !important;

    transform: translateY(-3px);

    box-shadow:
        0 18px 38px rgba(255,133,0,.32);
}

.bi-secondary-button {

    color: #fff !important;

    border: 1px solid rgba(255,255,255,.23);

    background: rgba(255,255,255,.055);

    backdrop-filter: blur(8px);
}

.bi-secondary-button:hover {

    color: #fff !important;

    transform: translateY(-3px);

    background: rgba(255,255,255,.11);
}

.bi-primary-button span,
.bi-secondary-button span {

    font-size: 16px;

    transition: transform .25s ease;
}

.bi-primary-button:hover span,
.bi-secondary-button:hover span {
    transform: translateX(4px);
}


/* =========================================================
   TRUST
========================================================= */

.bi-trust {

    display: flex;
    flex-wrap: wrap;

    gap: 18px;

    margin-top: 17px;
}

.bi-trust span {

    position: relative;

    padding-left: 11px;

    color: #9db2cf;

    font-size: 8px;
    font-weight: 600;
}

.bi-trust span::before {

    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 4px;
    height: 4px;

    transform: translateY(-50%);

    border-radius: 50%;

    background: var(--bi-orange);
}


/* =========================================================
   SCROLL
========================================================= */

.bi-scroll {

    position: absolute;

    left: 50%;
    bottom: 18px;

    z-index: 4;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 6px;

    transform: translateX(-50%);

    color: rgba(255,255,255,.42);

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 1.8px;
}

.bi-scroll i {

    width: 1px;
    height: 25px;

    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,.65),
            transparent
        );
}


/* =========================================================
   GLOBAL SECTIONS
========================================================= */

.bi-intro,
.bi-services,
.bi-technology,
.bi-analytics,
.bi-process,
.bi-industries,
.bi-intelligence,
.bi-governance,
.bi-consulting {

    padding: 100px 0;

    background: #fff;
}

.bi-analytics,
.bi-governance {

    background: #f7f9fc;
}

.bi-final-cta,
.bi-modernization {

    position: relative;

    padding: 100px 0;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #03122f,
            #06183f
        );

    color: #fff;
}


/* =========================================================
   HEADINGS
========================================================= */

.bi-heading {

    max-width: 800px;

    margin: 0 auto 55px;

    text-align: center;
}

.bi-heading > span,
.bi-label {

    display: block;

    color: var(--bi-orange);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2.6px;
}

.bi-heading > span {
    margin-bottom: 13px;
}

.bi-label {
    margin-bottom: 13px;
}

.bi-heading h2 {

    margin: 0;

    color: var(--bi-navy);

    font-size: clamp(32px, 4vw, 49px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.8px;
}

.bi-heading h2 strong {

    display: block;

    color: var(--bi-blue);
}

.bi-heading p {

    max-width: 720px;

    margin: 18px auto 0;

    color: var(--bi-muted);

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   INTRO
========================================================= */

.bi-intro-grid {

    display: grid;

    grid-template-columns: 1fr .75fr;

    gap: 80px;

    align-items: center;
}

.bi-intro-content {

    max-width: 650px;
}

.bi-intro-content h2 {

    margin: 0 0 18px;

    color: var(--bi-navy);

    font-size: clamp(32px, 3.7vw, 48px);

    line-height: 1.08;

    letter-spacing: -1.5px;
}

.bi-intro-content h2 strong {

    display: block;

    color: var(--bi-blue);
}

.bi-intro-content > p {

    margin: 0 0 12px;

    color: var(--bi-muted);

    font-size: 13px;

    line-height: 1.8;
}

.bi-flow {

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 9px;

    margin-top: 27px;
}

.bi-flow span {

    padding: 8px 11px;

    border: 1px solid var(--bi-border);
    border-radius: 7px;

    color: var(--bi-navy);

    background: #fbfcfe;

    font-size: 8px;
    font-weight: 800;
}

.bi-flow b {

    color: var(--bi-blue);

    font-size: 14px;
}

.bi-intro-card {

    position: relative;

    min-height: 380px;

    padding: 42px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    overflow: hidden;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #0b3c86,
            #03122f
        );

    box-shadow:
        0 25px 60px rgba(6,24,63,.16);
}

.bi-card-glow {

    position: absolute;

    width: 350px;
    height: 350px;

    top: -130px;
    right: -130px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(25,191,232,.30),
            transparent 67%
        );
}

.bi-intro-card > span,
.bi-intro-card > strong,
.bi-intro-card > small {

    position: relative;
    z-index: 2;
}

.bi-intro-card > span {

    color: var(--bi-orange);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2.4px;
}

.bi-intro-card > strong {

    margin-top: 22px;

    color: #fff;

    font-size: clamp(35px, 4vw, 52px);

    line-height: 1;

    letter-spacing: -2px;
}

.bi-intro-card > small {

    max-width: 280px;

    margin-top: 24px;

    color: #a9c0dc;

    font-size: 10px;

    line-height: 1.7;
}


/* =========================================================
   SERVICE CARDS
========================================================= */

.bi-service-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;
}

.bi-service-card {

    min-height: 220px;

    padding: 24px;

    border: 1px solid var(--bi-border);

    border-radius: 16px;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.bi-service-card:hover {

    transform: translateY(-7px);

    border-color: rgba(25,118,229,.25);

    box-shadow:
        0 18px 40px rgba(6,24,63,.08);
}

.bi-service-card small {

    color: #a5b5c9;

    font-size: 9px;
    font-weight: 800;
}

.bi-service-card > span {

    display: block;

    margin-top: 19px;

    color: var(--bi-blue);

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 1.4px;
}

.bi-service-card h3 {

    margin: 8px 0 10px;

    color: var(--bi-navy);

    font-size: 16px;
}

.bi-service-card p {

    margin: 0;

    color: var(--bi-muted);

    font-size: 10px;

    line-height: 1.7;
}


/* =========================================================
   TECHNOLOGY
========================================================= */

.bi-technology {

    background: #f7f9fc;
}

.bi-tech-group {

    margin-bottom: 42px;
}

.bi-tech-group-heading {

    margin-bottom: 18px;
}

.bi-tech-group-heading > span {

    display: block;

    color: var(--bi-orange);

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 2px;
}

.bi-tech-group-heading h3 {

    margin: 6px 0 0;

    color: var(--bi-navy);

    font-size: 20px;
}

.bi-logo-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
}

.bi-logo-card {

    min-height: 190px;

    padding: 25px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    border: 1px solid var(--bi-border);

    border-radius: 15px;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.bi-logo-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 18px 40px rgba(6,24,63,.09);
}

.bi-logo-card img {

    width: auto;

    max-width: 145px;
    height: 62px;

    object-fit: contain;

    margin-bottom: 15px;
}

.bi-logo-card strong {

    color: var(--bi-navy);

    font-size: 13px;
}

.bi-logo-card small {

    margin-top: 5px;

    color: var(--bi-muted);

    font-size: 8px;
}

.bi-capability-strip {

    display: flex;
    flex-wrap: wrap;

    justify-content: center;

    gap: 9px;

    margin-top: 35px;
}

.bi-capability-strip span {

    padding: 9px 13px;

    border: 1px solid #dce6f1;
    border-radius: 999px;

    color: #536780;

    background: #fff;

    font-size: 8px;
    font-weight: 700;
}


/* =========================================================
   ANALYTICS TYPES
========================================================= */

.bi-analytics-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;
}

.bi-analytics-card {

    min-height: 245px;

    padding: 26px;

    border: 1px solid var(--bi-border);

    border-radius: 16px;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.bi-analytics-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 18px 40px rgba(6,24,63,.08);
}

.bi-analytics-card > span {

    color: var(--bi-orange);

    font-size: 9px;
    font-weight: 800;
}

.bi-analytics-card h3 {

    margin: 22px 0 9px;

    color: var(--bi-navy);

    font-size: 17px;
}

.bi-analytics-card > strong {

    display: block;

    color: var(--bi-blue);

    font-size: 10px;
}

.bi-analytics-card p {

    margin: 12px 0 0;

    color: var(--bi-muted);

    font-size: 10px;

    line-height: 1.7;
}


/* =========================================================
   PROCESS
========================================================= */

.bi-process-grid {

    display: grid;

    grid-template-columns: 1.08fr .92fr;

    gap: 70px;

    align-items: center;
}

.bi-process-image {

    overflow: hidden;

    border-radius: 19px;

    box-shadow:
        0 25px 60px rgba(6,24,63,.14);
}

.bi-process-image img {

    width: 100%;

    transition: transform .7s ease;
}

.bi-process-image:hover img {
    transform: scale(1.025);
}

.bi-process-content h2 {

    margin: 0 0 17px;

    color: var(--bi-navy);

    font-size: clamp(31px, 3.7vw, 48px);

    line-height: 1.08;

    letter-spacing: -1.5px;
}

.bi-process-content h2 strong {

    display: block;

    color: var(--bi-blue);
}

.bi-process-content > p {

    margin: 0;

    color: var(--bi-muted);

    font-size: 13px;

    line-height: 1.8;
}

.bi-process-list {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0 18px;

    margin-top: 22px;
}

.bi-process-list > div {

    display: grid;

    grid-template-columns: 31px 1fr;

    column-gap: 10px;

    padding: 11px 0;

    border-bottom: 1px solid var(--bi-border);
}

.bi-process-list span {

    grid-row: span 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;

    border-radius: 50%;

    color: #fff;

    background: var(--bi-blue);

    font-size: 7px;
    font-weight: 800;
}

.bi-process-list strong {

    color: var(--bi-navy);

    font-size: 10px;
}

.bi-process-list small {

    margin-top: 4px;

    color: var(--bi-muted);

    font-size: 8px;

    line-height: 1.5;
}


/* =========================================================
   INDUSTRIES
========================================================= */

.bi-industry-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
}

.bi-industry-grid > div {

    min-height: 200px;

    padding: 25px;

    border: 1px solid var(--bi-border);

    border-radius: 15px;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.bi-industry-grid > div:hover {

    transform: translateY(-6px);

    box-shadow:
        0 18px 40px rgba(6,24,63,.08);
}

.bi-industry-grid span {

    color: var(--bi-orange);

    font-size: 9px;
    font-weight: 800;
}

.bi-industry-grid h3 {

    margin: 20px 0 9px;

    color: var(--bi-navy);

    font-size: 16px;
}

.bi-industry-grid p {

    margin: 0;

    color: var(--bi-muted);

    font-size: 10px;

    line-height: 1.7;
}


/* =========================================================
   INTELLIGENCE
========================================================= */

.bi-intelligence {

    background: var(--bi-light);
}

.bi-intelligence-grid {

    display: grid;

    grid-template-columns: .82fr 1.18fr;

    gap: 70px;

    align-items: center;
}

.bi-intelligence-content h2 {

    margin: 0 0 17px;

    color: var(--bi-navy);

    font-size: clamp(32px, 3.7vw, 48px);

    line-height: 1.08;

    letter-spacing: -1.5px;
}

.bi-intelligence-content h2 strong {

    display: block;

    color: var(--bi-blue);
}

.bi-intelligence-content > p {

    color: var(--bi-muted);

    font-size: 13px;

    line-height: 1.8;
}

.bi-intelligence-list {

    margin-top: 22px;
}

.bi-intelligence-list > div {

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 12px 0;

    border-bottom: 1px solid var(--bi-border);
}

.bi-intelligence-list span {

    color: var(--bi-blue);

    font-size: 8px;
    font-weight: 800;
}

.bi-intelligence-list strong {

    color: var(--bi-navy);

    font-size: 10px;
}

.bi-intelligence-image {

    overflow: hidden;

    border-radius: 19px;

    box-shadow:
        0 25px 60px rgba(6,24,63,.13);
}

.bi-intelligence-image img {

    width: 100%;

    transition: transform .7s ease;
}

.bi-intelligence-image:hover img {
    transform: scale(1.025);
}


/* =========================================================
   GOVERNANCE
========================================================= */

.bi-governance-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;
}

.bi-governance-grid > div {

    min-height: 190px;

    padding: 25px;

    border: 1px solid var(--bi-border);

    border-radius: 15px;

    background: #fff;
}

.bi-governance-grid span {

    color: var(--bi-orange);

    font-size: 9px;
    font-weight: 800;
}

.bi-governance-grid h3 {

    margin: 20px 0 9px;

    color: var(--bi-navy);

    font-size: 15px;
}

.bi-governance-grid p {

    margin: 0;

    color: var(--bi-muted);

    font-size: 10px;

    line-height: 1.7;
}


/* =========================================================
   MODERNIZATION
========================================================= */

.bi-modernization {

    background:
        linear-gradient(
            135deg,
            #03112d,
            #08265b
        );
}

.bi-modernization-content {

    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}

.bi-modernization-content > span {

    color: var(--bi-orange);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2.5px;
}

.bi-modernization-content h2 {

    margin: 14px 0 17px;

    color: #fff;

    font-size: clamp(34px, 4vw, 51px);

    line-height: 1.06;

    letter-spacing: -2px;
}

.bi-modernization-content h2 strong {

    display: block;

    color: var(--bi-blue-light);
}

.bi-modernization-content > p {

    max-width: 700px;

    margin: 0 auto;

    color: #aabed8;

    font-size: 12px;

    line-height: 1.8;
}

.bi-modernization-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 12px;

    margin: 30px 0;
}

.bi-modernization-grid > div {

    min-height: 105px;

    padding: 20px 12px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 5px;

    border: 1px solid rgba(255,255,255,.10);

    border-radius: 12px;

    background: rgba(255,255,255,.045);
}

.bi-modernization-grid strong {

    color: #b6c7dd;

    font-size: 9px;
}

.bi-modernization-grid span {

    color: var(--bi-orange);

    font-size: 16px;
}

.bi-modernization-grid b {

    color: #fff;

    font-size: 10px;
}


/* =========================================================
   CONSULTING
========================================================= */

.bi-consulting-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;
}

.bi-consulting-grid > div {

    min-height: 205px;

    padding: 25px;

    border: 1px solid var(--bi-border);

    border-radius: 15px;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.bi-consulting-grid > div:hover {

    transform: translateY(-6px);

    box-shadow:
        0 18px 40px rgba(6,24,63,.08);
}

.bi-consulting-grid span {

    color: var(--bi-orange);

    font-size: 9px;
    font-weight: 800;
}

.bi-consulting-grid h3 {

    margin: 20px 0 9px;

    color: var(--bi-navy);

    font-size: 16px;
}

.bi-consulting-grid p {

    margin: 0;

    color: var(--bi-muted);

    font-size: 10px;

    line-height: 1.7;
}


/* =========================================================
   FINAL CTA
========================================================= */

.bi-final-glow {

    position: absolute;

    left: 50%;
    top: 50%;

    width: 650px;
    height: 650px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(25,118,229,.20),
            transparent 68%
        );
}

.bi-final-content {

    position: relative;
    z-index: 2;

    max-width: 800px;

    margin: 0 auto;

    text-align: center;
}

.bi-final-content > span {

    display: block;

    margin-bottom: 13px;

    color: var(--bi-orange);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2.5px;
}

.bi-final-content h2 {

    margin: 0;

    color: #fff;

    font-size: clamp(36px, 4.5vw, 56px);

    line-height: 1.05;

    letter-spacing: -2px;
}

.bi-final-content h2 strong {

    display: block;

    color: var(--bi-blue-light);
}

.bi-final-content p {

    max-width: 670px;

    margin: 18px auto 0;

    color: #a9bdd8;

    font-size: 13px;

    line-height: 1.8;
}

.bi-final-actions {

    justify-content: center;

    margin-top: 28px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .bi-hero-content {
        width: 68%;
    }

    .bi-service-grid,
    .bi-analytics-grid,
    .bi-governance-grid,
    .bi-consulting-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .arpiva-bi-page .container {
        width: 92%;
    }

    .bi-hero {

        min-height: 700px;
        height: 700px;

        align-items: flex-start;

        padding-top: 55px;

        background-position: center;
    }

    .bi-hero-content {
        width: 100%;
    }

    .bi-hero h1 {

        font-size: 43px;

        letter-spacing: -2px;
    }

    .bi-hero-content > p {
        font-size: 12px;
    }

    .bi-hero-actions,
    .bi-final-actions {
        flex-direction: column;
    }

    .bi-primary-button,
    .bi-secondary-button {
        width: 100%;
    }

    .bi-scroll {
        display: none;
    }

    .bi-intro,
    .bi-services,
    .bi-technology,
    .bi-analytics,
    .bi-process,
    .bi-industries,
    .bi-intelligence,
    .bi-governance,
    .bi-modernization,
    .bi-consulting,
    .bi-final-cta {

        padding: 75px 0;
    }

    .bi-intro-grid,
    .bi-process-grid,
    .bi-intelligence-grid {

        grid-template-columns: 1fr;

        gap: 45px;
    }

    .bi-service-grid,
    .bi-logo-grid,
    .bi-analytics-grid,
    .bi-industry-grid,
    .bi-governance-grid,
    .bi-modernization-grid,
    .bi-consulting-grid {

        grid-template-columns: 1fr;
    }

    .bi-process-list {
        grid-template-columns: 1fr;
    }

    .bi-flow {
        align-items: flex-start;
        flex-direction: column;
    }

    .bi-flow b {
        transform: rotate(90deg);
    }

    .bi-capability-strip {
        justify-content: flex-start;
    }

    .bi-modernization-grid {
        gap: 10px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bi-hero-content {
        animation: none !important;
    }

}