/* =========================================================
   HG Bootstrap 5 Utilities
   For existing Bootstrap 3.3 websites
   Prefix: None - Bootstrap 5 utility naming
   Excludes: .row, .col-*, Bootstrap components
   ========================================================= */
:root {
    --hgit-navy: #062B66;
    --hgit-navy2: #041E49;
    --hgit-blue: #0A3D8F;
    --hgit-yellow: #FFC107;
    --hgit-bg: #F5F7FA;
    --hgit-white: #fff;
    --hgit-text: #18212f;
    --hgit-muted: #687386;
    --hgit-border: #e5eaf1;
    --hgit-shadow: 0 18px 55px rgba(6,43,102,.10);
}
* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}
.hgit-container {
    max-width: 1220px
}

.hgit-topbar {
    background: var(--hgit-navy2);
    color: #cbd5e1;
    font-size: 12px;
    padding: 8px 0
}

    .hgit-topbar a {
        color: #fff
    }

.hgit-header {
    background: #fff;
    border-bottom: 1px solid rgba(6,43,102,.08);
    position: sticky;
    top: 0;
    z-index: 1030
}

.hgit-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--hgit-navy);
    font-family: ;
    font-weight: 800;
    font-size: 22px
}

.hgit-brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--hgit-navy);
    display: grid;
    place-items: center;
    color: var(--hgit-yellow);
    font-weight: 800
}

.hgit-menu {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0
}

    .hgit-menu > li {
        position: relative
    }

        .hgit-menu > li > a {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 29px 13px;
            color: #344054;
            font-size: 13px;
            font-weight: 700
        }

            .hgit-menu > li > a:hover {
                color: var(--hgit-navy)
            }

.hgit-submenu {
    list-style: none;
    padding: 9px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 240px;
    background: #fff;
    border: 1px solid var(--hgit-border);
    border-radius: 12px;
    box-shadow: var(--hgit-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s;
    z-index: 20
}

.hgit-menu li:hover > .hgit-submenu {
    opacity: 1;
    visibility: visible;
    transform: none
}

.hgit-submenu li {
    position: relative
}

.hgit-submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 8px;
    color: #344054;
    font-size: 13px;
    font-weight: 600
}

    .hgit-submenu a:hover {
        background: #f4f7fb;
        color: var(--hgit-navy)
    }

.hgit-submenu .hgit-submenu {
    left: calc(100% + 6px);
    top: -9px
}

.hgit-cta {
    background: var(--hgit-yellow);
    color: var(--hgit-navy);
    padding: 11px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap
}

.hgit-hero {
    background: radial-gradient(circle at 82% 25%,rgba(30,108,213,.38),transparent 34%),linear-gradient(135deg,var(--hgit-navy2),var(--hgit-navy));
    color: #fff;
    position: relative;
    overflow: hidden
}

    .hgit-hero:after {
        content: "";
        position: absolute;
        width: 480px;
        height: 480px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 50%;
        right: -180px;
        bottom: -220px
    }

.hgit-eyebrow {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--hgit-yellow)
}

.hgit-hero h1 {
    font-size: clamp(42px,5.8vw,60px);
    line-height: 1.02;
    max-width: 800px;
    color:#fff;
}

.hgit-hero p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,.78);
    max-width: 720px
}

.hgit-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--hgit-yellow);
    color: var(--hgit-navy);
    font-weight: 800;
    padding: 14px 22px;
    border-radius: 30px;
    transition: .3s linear;
}
.hgit-btn-primary:hover {
    background-color:#fff;
    color:#000;


}
    .hgit-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    font-weight: 700;
    padding: 13px 21px;
    border-radius: 30px;
     transition: .3s linear;
}
    .hgit-btn-ghost:hover {
        color: var(--hgit-yellow);
    }

    .hgit-tag {
        display: flex;
        flex-direction: column;
        gap: 16px;
        border: 1px solid rgba(255,255,255,.24);
        color: #fff;
        border-radius: 20px;
        background: rgba(255,255,255,.06);
        padding: 22px;
        width: 100%
    }

.hgit-tag-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700
}

    .hgit-tag-row i {
        color: var(--hgit-yellow);
        font-size: 16px
    }

.hgit-hero-card {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    padding: 27px;
    backdrop-filter: blur(8px)
}

    .hgit-hero-card h3 {
        font-size: 21px;
        color: #fff
    }

.hgit-mini {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,.12)
}

    .hgit-mini i {
        color: var(--hgit-yellow);
        font-size: 18px
    }

    .hgit-mini strong {
        display: block;
        font-size: 13px;
        color: #fff
    }

    .hgit-mini span {
        display: block;
        font-size: 11px;
        color: #b8c3d2;
        margin-top: 2px
    }

.hgit-section {
    padding: 50px 0
}

.hgit-section-alt {
    background: var(--hgit-bg)
}

.hgit-kicker {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--hgit-blue);
    font-weight: 800
}

.hgit-title {
    font-size: clamp(34px,4vw,50px);
    line-height: 1.08;
    font-weight:bold;
}

.hgit-lead {
    color: var(--hgit-muted);
    line-height: 1.8;
    max-width: 750px
}

.hgit-service {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--hgit-border);
    border-radius: 16px;
    background: #fff;
    transition: .25s
}

    .hgit-service:hover {
        transform: translateY(-5px);
        box-shadow: var(--hgit-shadow);
        border-color: #cdd8e8
    }

.hgit-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #edf3fb;
    color: var(--hgit-navy);
    display: grid;
    place-items: center;
    font-size: 21px;
    margin-bottom: 10px
}

.hgit-service h3 {
    font-size: 21px;
    font-weight:bold;
    margin-bottom:0px;
}

.hgit-service p {
    color: var(--hgit-muted);
    font-size: 13px;
    line-height: 1.7
}

.hgit-link {
    font-size: 12px;
    font-weight: 800;
    color: var(--hgit-blue)
}

.hgit-product {
    background: var(--hgit-navy);
    color: #fff;
    border-radius: 18px;
    padding: 30px;
    height: 100%
}

    .hgit-product h3 {
        color: #fff;
        font-size: 22px;
        font-weight:bold;
        margin-bottom:0px;
    }

    .hgit-product p {
        color: #c4cfdd;
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 10px;
    }

.hgit-pill {
    display: inline-block;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--hgit-yellow);
    font-weight: 800;
    margin-bottom: 0px
}

.hgit-industry {
    border: 1px solid var(--hgit-border);
    border-radius: 16px;
    padding: 28px;
    background: #fff;
    height: 100%
}

    .hgit-industry h3, .hgit-case h3 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .hgit-industry p {
        font-size: 13px;
        color: var(--hgit-muted);
        line-height: 1.7
    }

.hgit-remote {
    background: linear-gradient(135deg,#041e49,#0a3d8f);
    border-radius: 24px;
    color: #fff;
    overflow: hidden;
    position: relative
}

    .hgit-remote h2 {
        font-size: clamp(34px,4vw,52px);
        color: #fff
    }

    .hgit-remote p {
        color: #c9d3df;
        line-height: 1.8
    }

.hgit-remote-card {
    height: 100%;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    border-radius: 14px;
    padding: 20px
}

    .hgit-remote-card strong {
        color: #fff;
        font-size: 14px
    }

    .hgit-remote-card span {
        display: block;
        color: #aeb9c7;
        font-size: 12px;
        margin-top: 5px
    }

.hgit-case {
    border-top: 1px solid var(--hgit-border);
    padding-top: 20px
}

    .hgit-case b {
        color: var(--hgit-navy);
        font-size: 13px
    }

    .hgit-case span {
        display: block;
        color: var(--hgit-muted);
        font-size: 12px;
        margin-top: 5px
    }

.hgit-cta-band {
    background: var(--hgit-yellow)
}

    .hgit-cta-band h2 {
        font-size: 38px
    }



/* =========================================================
   DISPLAY
   ========================================================= */

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-inline-grid {
    display: inline-grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}


/* =========================================================
   FLEX DIRECTION
   ========================================================= */

.flex-row {
    flex-direction: row !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}


/* =========================================================
   FLEX WRAP
   ========================================================= */

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}


/* =========================================================
   JUSTIFY CONTENT
   ========================================================= */

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}


/* =========================================================
   ALIGN ITEMS
   ========================================================= */

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}


/* =========================================================
   ALIGN SELF
   ========================================================= */

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}


/* =========================================================
   ALIGN CONTENT
   ========================================================= */

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}


/* =========================================================
   FLEX GROW / SHRINK
   ========================================================= */

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}


/* =========================================================
   FLEX BASIS
   ========================================================= */

.flex-basis-auto {
    flex-basis: auto !important;
}

.flex-basis-0 {
    flex-basis: 0 !important;
}

.flex-basis-25 {
    flex-basis: 25% !important;
}

.flex-basis-50 {
    flex-basis: 50% !important;
}

.flex-basis-75 {
    flex-basis: 75% !important;
}

.flex-basis-100 {
    flex-basis: 100% !important;
}


/* =========================================================
   ORDER
   ========================================================= */

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}


/* =========================================================
   GAP
   ========================================================= */

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}


/* =========================================================
   ROW GAP
   ========================================================= */

.row-gap-0 {
    row-gap: 0 !important;
}

.row-gap-1 {
    row-gap: 0.25rem !important;
}

.row-gap-2 {
    row-gap: 0.5rem !important;
}

.row-gap-3 {
    row-gap: 1rem !important;
}

.row-gap-4 {
    row-gap: 1.5rem !important;
}

.row-gap-5 {
    row-gap: 3rem !important;
}


/* =========================================================
   COLUMN GAP
   ========================================================= */

.column-gap-0 {
    column-gap: 0 !important;
}

.column-gap-1 {
    column-gap: 0.25rem !important;
}

.column-gap-2 {
    column-gap: 0.5rem !important;
}

.column-gap-3 {
    column-gap: 1rem !important;
}

.column-gap-4 {
    column-gap: 1.5rem !important;
}

.column-gap-5 {
    column-gap: 3rem !important;
}


/* =========================================================
   MARGIN
   ========================================================= */

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}


/* AUTO MARGINS */

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-auto {
    margin-left: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}


/* =========================================================
   PADDING
   ========================================================= */

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}


/* =========================================================
   WIDTH
   ========================================================= */

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}


/* =========================================================
   HEIGHT
   ========================================================= */

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}


/* =========================================================
   MAX WIDTH / HEIGHT
   ========================================================= */

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}


/* =========================================================
   TEXT ALIGNMENT
   ========================================================= */

.text-start {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}


/* =========================================================
   FONT SIZE
   ========================================================= */

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}


/* =========================================================
   FONT WEIGHT
   ========================================================= */

.fw-lighter {
    font-weight: lighter !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}


/* =========================================================
   FONT STYLE
   ========================================================= */

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}


/* =========================================================
   TEXT TRANSFORM
   ========================================================= */

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}


/* =========================================================
   TEXT DECORATION
   ========================================================= */

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}


/* =========================================================
   WHITE SPACE
   ========================================================= */

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}


/* =========================================================
   TEXT BREAK
   ========================================================= */

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}


/* =========================================================
   VERTICAL ALIGN
   ========================================================= */

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}


/* =========================================================
   POSITION
   ========================================================= */

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}


/* =========================================================
   POSITION VALUES
   ========================================================= */

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}


/* =========================================================
   TRANSLATE
   ========================================================= */

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}


/* =========================================================
   BORDER
   ========================================================= */

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}


/* =========================================================
   BORDER WIDTH
   ========================================================= */

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}


/* =========================================================
   BORDER RADIUS
   ========================================================= */

.rounded {
    border-radius: 0.375rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.375rem !important;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.rounded-5 {
    border-radius: 2rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}

.rounded-end {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

.rounded-start {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}


/* =========================================================
   SHADOW
   ========================================================= */

.shadow-none {
    box-shadow: none !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}


/* =========================================================
   OVERFLOW
   ========================================================= */

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}


/* =========================================================
   VISIBILITY
   ========================================================= */

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}


/* =========================================================
   OPACITY
   ========================================================= */

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}


/* =========================================================
   OBJECT FIT
   ========================================================= */

.object-fit-contain {
    object-fit: contain !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.object-fit-fill {
    object-fit: fill !important;
}

.object-fit-none {
    object-fit: none !important;
}


/* =========================================================
   USER SELECT
   ========================================================= */

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}


/* =========================================================
   POINTER EVENTS
   ========================================================= */

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}


/* =========================================================
   CURSOR
   ========================================================= */

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}


/* =========================================================
   BACKGROUND
   ========================================================= */

.bg-transparent {
    background-color: transparent !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}


/* =========================================================
   RESPONSIVE - SM
   min-width: 576px
   ========================================================= */

@media (min-width: 576px) {

    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}


/* =========================================================
   RESPONSIVE - MD
   min-width: 768px
   ========================================================= */

@media (min-width: 768px) {

    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}


/* =========================================================
   RESPONSIVE - LG
   min-width: 992px
   ========================================================= */

@media (min-width: 992px) {

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}


/* =========================================================
   RESPONSIVE - XL
   min-width: 1200px
   ========================================================= */

@media (min-width: 1200px) {

    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-center {
        text-align: center !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}


/* =========================================================
   RESPONSIVE - XXL
   min-width: 1400px
   ========================================================= */

@media (min-width: 1400px) {

    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .w-xxl-25 {
        width: 25% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }
}
/* About-page specific, built on the same tokens */
.hgit-quote-card {
    background: var(--hgit-navy);
    border-radius: 20px;
    padding: 44px;
    color: #fff;
    position: relative
}

    .hgit-quote-card i.bi-quote {
        font-size: 34px;
        color: var(--hgit-yellow)
    }

    .hgit-quote-card p {
        font-size: 22px;
        line-height: 1.55;
        font-family: ;
        font-weight: 700;
        max-width: 820px;
        margin: 14px 0 0
    }

.hgit-step {
    height: 100%;
    padding: 26px;
    border: 1px solid var(--hgit-border);
    border-radius: 16px;
    background: #fff
}

    .hgit-step .hgit-step-num {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: var(--hgit-navy);
        color: var(--hgit-yellow);
        font-family: ;
        font-weight: 800;
        font-size: 15px;
        display: grid;
        place-items: center;
        margin-bottom: 18px
    }

    .hgit-step h3 {
        font-size: 17px;
        margin-bottom:0px;
    }

    .hgit-step p {
        color: var(--hgit-muted);
        font-size: 13px;
        line-height: 1.7;
        margin: 0
    }

.hgit-flow {
    border: 1px solid var(--hgit-border);
    border-radius: 16px;
    background: #fff;
    padding: 26px;
    height: 100%;
    position: relative
}

    .hgit-flow .hgit-flow-num {
        font-family: ;
        font-weight: 800;
        font-size: 12px;
        color: var(--hgit-blue);
        letter-spacing: .08em
    }

    .hgit-flow h3 {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom:0px;
    }

    .hgit-flow p {
        color: var(--hgit-muted);
        font-size: 13px;
        line-height: 1.7;
        margin: 0
    }

.hgit-cap {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--hgit-border)
}

.hgit-cap-box {
    background: #fff;
    border: 1px solid var(--hgit-border);
    border-radius: 20px;
    padding: 12px 28px;
    box-shadow: var(--hgit-shadow)
}

.hgit-cap:last-child {
    border-bottom: 0
}

.hgit-cap .hgit-icon {
    margin-bottom: 0;
    flex: none
}

.hgit-cap h3 {
    font-size: 16px;
    margin-bottom: 4px
}

.hgit-cap p {
    color: var(--hgit-muted);
    font-size: 13px;
    line-height: 1.6;
    margin: 0
}

.hgit-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.hgit-chip {
    border: 1px solid var(--hgit-border);
    background: #fff;
    color: var(--hgit-navy);
    font-size: 13px;
    font-weight: 700;
    padding: 11px 18px;
    border-radius: 30px
}

.hgit-value {
    border-left: 3px solid var(--hgit-yellow);
    padding: 6px 0 6px 20px
}

    .hgit-value b {
        display: block;
        color: var(--hgit-navy);
        font-family: ;
        font-size: 16px;
        margin-bottom: 6px
    }

    .hgit-value span {
        display: block;
        color: var(--hgit-muted);
        font-size: 13px;
        line-height: 1.7
    }

.hgit-delivery-card {
    border: 1px solid var(--hgit-border);
    border-radius: 16px;
    padding: 28px;
    background: #fff;
    height: 100%
}

    .hgit-delivery-card .hgit-eyebrow {
        color: var(--hgit-blue)
    }

    .hgit-delivery-card h3 {
        font-size: 19px;
        margin-top: 8px
    }

    .hgit-delivery-card p {
        color: var(--hgit-muted);
        font-size: 13px;
        line-height: 1.7;
        margin: 0
    }



/* ====== Remote Office page  ====== */
.hgit-stat-card {
    border: 1px solid var(--hgit-border);
    border-radius: 16px;
    background: #fff;
    padding: 26px;
    height: 100%;
    text-align: center
}

    .hgit-stat-card .hgit-stat-num {
        
        font-weight: 800;
        font-size: clamp(26px,3vw,34px);
        color: var(--hgit-navy)
    }

    .hgit-stat-card .hgit-stat-label {
        color: var(--hgit-muted);
        font-size: 12px;
        margin-top: 6px;
        line-height: 1.5
    }

.hgit-problem-card {
    height: 100%;
    padding: 26px;
    border: 1px solid var(--hgit-border);
    border-radius: 16px;
    background: #fff
}

    .hgit-problem-card .hgit-icon {
        background: #fdecec;
        color: #c62828
    }

    .hgit-problem-card h3 {
        font-size: 17px
    }

    .hgit-problem-card p {
        color: var(--hgit-muted);
        font-size: 13px;
        line-height: 1.7;
        margin: 0
    }

.hgit-check-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .hgit-check-list li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        padding: 8px 0;
        color: var(--hgit-text);
        font-size: 14px;
        line-height: 1.6
    }

        .hgit-check-list li i {
            color: #1a8f4c;
            font-size: 16px;
            margin-top: 3px;
            flex: none
        }

.hgit-check-band {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 30px;
    border: 1px solid var(--hgit-border);
    background: #fff;
    border-radius: 16px;
    padding: 22px 26px
}

    .hgit-check-band span {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 700;
        color: var(--hgit-navy)
    }

    .hgit-check-band i {
        color: #1a8f4c;
        font-size: 16px
    }

.hgit-quote-card {
    background: var(--hgit-navy);
    border-radius: 20px;
    padding: 36px 40px;
    color: #fff
}

    .hgit-quote-card p {
        font-size: 19px;
        line-height: 1.5;
        
        font-weight: 700;
        margin: 0;
        max-width: 760px
    }

.hgit-tier-card {
    border: 1px solid var(--hgit-border);
    border-radius: 18px;
    background: #fff;
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column
}

    .hgit-tier-card .hgit-tier-range {
        color: var(--hgit-blue);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase
    }

    .hgit-tier-card h3 {
        font-size: 19px;
        margin: 6px 0 2px
    }

    .hgit-tier-card .hgit-tier-audience {
        color: var(--hgit-muted);
        font-size: 13px;
        margin-bottom: 16px
    }

    .hgit-tier-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
        flex: 1
    }

        .hgit-tier-card ul li {
            display: flex;
            gap: 8px;
            align-items: flex-start;
            font-size: 13px;
            color: var(--hgit-text);
            padding: 6px 0;
            border-top: 1px solid var(--hgit-border)
        }

            .hgit-tier-card ul li:first-child {
                border-top: 0
            }

            .hgit-tier-card ul li i {
                color: var(--hgit-blue);
                font-size: 13px;
                margin-top: 4px;
                flex: none
            }

.hgit-compare-wrap {
    overflow-x: auto;
    border: 1px solid var(--hgit-border);
    border-radius: 18px;
    background: #fff
}

.hgit-compare {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px
}

    .hgit-compare th, .hgit-compare td {
        padding: 16px 20px;
        font-size: 13px;
        text-align: left;
        border-bottom: 1px solid var(--hgit-border)
    }

    .hgit-compare thead th {
        background: var(--hgit-bg);
        color: var(--hgit-navy);
        
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .04em
    }

    .hgit-compare tbody th {
        color: var(--hgit-navy);
        font-weight: 700;
        background: #fafbfd;
        white-space: nowrap
    }

    .hgit-compare td.hgit-compare-highlight {
        background: #fff9e6;
        font-weight: 700;
        color: var(--hgit-navy)
    }

    .hgit-compare tbody tr:last-child td, .hgit-compare tbody tr:last-child th {
        border-bottom: 0
    }

.hgit-timeline {
    border-left: 2px solid var(--hgit-border);
    margin-left: 6px
}

.hgit-timeline-item {
    position: relative;
    padding: 0 0 34px 30px
}

    .hgit-timeline-item:last-child {
        padding-bottom: 0
    }

    .hgit-timeline-item:before {
        content: "";
        position: absolute;
        left: -7px;
        top: 2px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--hgit-yellow);
        border: 3px solid var(--hgit-navy)
    }

    .hgit-timeline-item .hgit-timeline-range {
        color: var(--hgit-blue);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .05em;
        text-transform: uppercase
    }

    .hgit-timeline-item h3 {
        font-size: 17px;
        margin: 4px 0 4px
    }

    .hgit-timeline-item p {
        color: var(--hgit-muted);
        font-size: 13px;
        line-height: 1.7;
        margin: 0
    }

.hgit-fit-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .hgit-fit-list li {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 12px 0;
        border-bottom: 1px solid var(--hgit-border);
        font-size: 14px;
        line-height: 1.6
    }

        .hgit-fit-list li:last-child {
            border-bottom: 0
        }

        .hgit-fit-list li i {
            color: #1a8f4c;
            font-size: 18px;
            margin-top: 2px;
            flex: none
        }

.hgit-case-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 26px
}

    .hgit-case-stats div strong {
        display: block;
        
        font-weight: 800;
        font-size: 24px;
        color: var(--hgit-yellow)
    }

    .hgit-case-stats div span {
        display: block;
        color: #c9d3df;
        font-size: 12px;
        margin-top: 3px
    }


