.hg-home {
    --hg-electric: #d8f17f;
    --hg-mint: #c9eee0;
    --hg-lilac: #dbdaf3;
    --hg-peach: #f2d7bd;
    --hg-night: #0d201a;
    position: relative;
}

.hg-interactive-canvas {
    --pointer-x: 50%;
    --pointer-y: 50%;
}

.hg-motion-ready [data-hg-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}

.hg-motion-ready [data-hg-reveal].is-visible {
    opacity: 1;
    transform: none;
}

.hg-home-rail {
    position: fixed;
    z-index: 90;
    top: 50%;
    right: 18px;
    display: grid;
    gap: 9px;
    padding: 13px 9px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .8);
    border: 1px solid var(--hg-line);
    border-radius: 30px;
    box-shadow: 0 14px 38px rgba(13, 32, 26, .09);
    backdrop-filter: blur(15px);
}

.hg-home-rail > span {
    position: absolute;
    right: 32px;
    top: 50%;
    color: var(--hg-muted);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
    transform: translateY(-50%) rotate(-90deg);
}

.hg-home-rail a {
    display: grid;
    width: 11px;
    height: 11px;
    place-items: center;
    border-radius: 50%;
}

.hg-home-rail i {
    width: 5px;
    height: 5px;
    background: rgba(23, 33, 27, .28);
    border-radius: 50%;
    transition: width .2s ease, height .2s ease, background-color .2s ease;
}

.hg-home-rail a.is-active i,
.hg-home-rail a:hover i {
    width: 9px;
    height: 9px;
    background: var(--hg-green);
}

.hg-proof-strip {
    padding: 0;
    background: #fff;
}

.hg-proof-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--hg-line);
    border-radius: 18px;
    overflow: hidden;
    transform: translateY(-22px);
    box-shadow: 0 24px 65px rgba(16, 55, 43, .09);
}

.hg-proof-strip article {
    min-height: 105px;
    padding: 23px;
    background: rgba(255, 255, 255, .96);
    border-right: 1px solid var(--hg-line);
}

.hg-proof-strip article:last-child {
    border-right: 0;
}

.hg-proof-strip strong,
.hg-proof-strip span {
    display: block;
}

.hg-proof-strip strong {
    margin-bottom: 8px;
    color: var(--hg-green);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.035em;
}

.hg-proof-strip span {
    color: var(--hg-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hg-route-finder {
    position: relative;
    padding: clamp(75px, 9vw, 135px) 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle 480px at var(--pointer-x) var(--pointer-y), rgba(216, 241, 127, .13), transparent 70%),
        linear-gradient(145deg, #0c1d18, #143a2f 70%, #0d281f);
}

.hg-route-finder::before,
.hg-lms-stage::before,
.hg-organisations::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background-image: radial-gradient(rgba(216, 241, 127, .18) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
}

.hg-route-finder__heading {
    position: relative;
    display: grid;
    margin-bottom: 52px;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 50px;
    align-items: end;
}

.hg-route-finder .hg-eyebrow,
.hg-lms-stage .hg-eyebrow,
.hg-organisations .hg-eyebrow {
    color: var(--hg-electric);
}

.hg-route-finder__heading h2,
.hg-training-preview__heading h2,
.hg-lms-stage__intro h2,
.hg-organisations__intro h2,
.hg-home-faq__intro h2 {
    margin: 10px 0 0;
    font-size: clamp(38px, 5.4vw, 76px);
    font-weight: 650;
    letter-spacing: -.065em;
    line-height: .98;
}

.hg-home .hg-route-finder__heading h2,
.hg-home .hg-route-finder__results h3,
.hg-home .hg-lms-stage__intro h2,
.hg-home .hg-organisations__intro h2 {
    color: #fff;
}

.hg-route-finder__heading > p {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.75;
}

.hg-route-finder__experience {
    position: relative;
    display: grid;
    grid-template-columns: minmax(310px, .78fr) minmax(420px, 1.22fr);
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 28px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .22);
    overflow: hidden;
    backdrop-filter: blur(18px);
}

.hg-route-finder__choices {
    padding: 15px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.hg-route-finder__choices button {
    display: grid;
    width: 100%;
    min-height: 76px;
    padding: 13px 15px;
    grid-template-columns: 37px 1fr auto;
    gap: 13px;
    align-items: center;
    color: rgba(255, 255, 255, .68);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    border-radius: 13px;
    text-align: left;
    transition: color .25s ease, background-color .25s ease;
}

.hg-route-finder__choices button:last-child {
    border-bottom: 0;
}

.hg-route-finder__choices button > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    font-size: 10px;
}

.hg-route-finder__choices button strong {
    font-size: 13px;
    font-weight: 600;
}

.hg-route-finder__choices button > i {
    opacity: 0;
    transform: translateX(-7px);
    transition: opacity .2s ease, transform .2s ease;
}

.hg-route-finder__choices button:hover,
.hg-route-finder__choices button.is-active {
    color: #fff;
    background: rgba(216, 241, 127, .1);
}

.hg-route-finder__choices button.is-active > span {
    color: var(--hg-night);
    background: var(--hg-electric);
    border-color: var(--hg-electric);
}

.hg-route-finder__choices button.is-active > i {
    opacity: 1;
    transform: none;
}

.hg-route-finder__results {
    min-height: 510px;
}

.hg-route-finder__results article {
    position: relative;
    height: 100%;
    min-height: 510px;
    padding: clamp(32px, 5vw, 68px);
    overflow: hidden;
}

.hg-route-finder__results article::after {
    position: absolute;
    right: -130px;
    bottom: -160px;
    width: 430px;
    height: 430px;
    content: "";
    border: 1px solid rgba(216, 241, 127, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(216, 241, 127, .03), 0 0 0 110px rgba(216, 241, 127, .02);
}

.hg-route-finder__result-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 38px;
    place-items: center;
    color: var(--hg-night);
    background: var(--hg-electric);
    border-radius: 16px;
    font-size: 21px;
    transform: rotate(-5deg);
}

.hg-route-finder__recommendation {
    color: var(--hg-electric);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hg-route-finder__results h3 {
    max-width: 620px;
    margin: 12px 0 15px;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 650;
    letter-spacing: -.05em;
    line-height: 1.04;
}

.hg-route-finder__results p {
    max-width: 580px;
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    line-height: 1.7;
}

.hg-route-finder__results ul {
    display: flex;
    padding: 0;
    margin: 26px 0 45px;
    gap: 9px;
    flex-wrap: wrap;
    list-style: none;
}

.hg-route-finder__results li {
    padding: 8px 12px;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 30px;
    font-size: 10px;
}

.hg-route-finder__results li i {
    margin-right: 6px;
    color: var(--hg-electric);
}

.hg-route-finder__result-footer {
    position: absolute;
    z-index: 1;
    right: clamp(32px, 5vw, 68px);
    bottom: 35px;
    left: clamp(32px, 5vw, 68px);
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.hg-route-finder__result-footer small,
.hg-route-finder__result-footer strong {
    display: block;
}

.hg-route-finder__result-footer small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hg-route-finder__result-footer strong {
    font-size: 14px;
}

.hg-orbit-button {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    color: var(--hg-night);
    background: var(--hg-electric);
    border-radius: 50%;
    text-decoration: none;
    transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}

.hg-orbit-button span {
    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
}

.hg-orbit-button i {
    position: absolute;
    margin: 28px 0 0 31px;
}

.hg-orbit-button:hover {
    color: var(--hg-night);
    transform: rotate(8deg) scale(1.06);
}

.hg-route-finder__advisor {
    position: relative;
    display: grid;
    max-width: 900px;
    margin: 30px auto 0;
    padding: 17px 20px;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
    align-items: center;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50px;
}

.hg-route-finder__advisor > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--hg-night);
    background: var(--hg-electric);
    border-radius: 50%;
}

.hg-route-finder__advisor strong,
.hg-route-finder__advisor span {
    display: block;
}

.hg-route-finder__advisor strong {
    font-size: 12px;
}

.hg-route-finder__advisor span {
    margin-top: 3px;
    color: rgba(255, 255, 255, .55);
    font-size: 10px;
}

.hg-route-finder__advisor a {
    color: var(--hg-electric);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.hg-training-preview {
    position: relative;
    padding: clamp(75px, 9vw, 125px) 0;
    overflow: hidden;
    background:
        radial-gradient(circle 420px at var(--pointer-x) var(--pointer-y), rgba(36, 107, 85, .08), transparent 70%),
        #fff;
}

.hg-training-preview__heading {
    display: grid;
    margin-bottom: 50px;
    grid-template-columns: 1.15fr .6fr;
    gap: clamp(45px, 9vw, 140px);
    align-items: end;
}

.hg-training-preview__heading h2,
.hg-home-faq__intro h2 {
    color: var(--hg-ink);
}

.hg-training-preview__heading > div:last-child p {
    color: var(--hg-muted);
    font-size: 14px;
    line-height: 1.7;
}

.hg-training-preview__list {
    border-top: 1px solid var(--hg-line);
}

.hg-training-date {
    display: grid;
    min-height: 145px;
    padding: 23px 15px;
    grid-template-columns: 110px minmax(270px, 1.35fr) minmax(210px, .75fr) 145px;
    gap: 24px;
    align-items: center;
    color: var(--hg-ink);
    border-bottom: 1px solid var(--hg-line);
    text-decoration: none;
    transition: padding .3s ease, color .2s ease, background-color .2s ease;
}

.hg-training-date:hover {
    padding-right: 25px;
    padding-left: 25px;
    color: var(--hg-ink);
    background: var(--hg-cream);
}

.hg-training-date time {
    display: flex;
    align-items: end;
    gap: 7px;
}

.hg-training-date time strong {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -.06em;
    line-height: .9;
}

.hg-training-date time span {
    color: var(--hg-muted);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hg-training-date__title > span {
    color: var(--hg-green);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hg-training-date__title h3 {
    margin: 8px 0 0;
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 650;
    letter-spacing: -.035em;
}

.hg-training-date__facts {
    display: grid;
    gap: 8px;
    color: var(--hg-muted);
    font-size: 11px;
}

.hg-training-date__facts i {
    margin-right: 8px;
    color: var(--hg-green);
}

.hg-training-date__action {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: end;
    font-size: 11px;
    font-weight: 700;
}

.hg-training-date__action i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: var(--hg-green);
    border-radius: 50%;
    transition: transform .25s ease;
}

.hg-training-date:hover .hg-training-date__action i {
    transform: rotate(8deg) scale(1.06);
}

.hg-lms-stage {
    position: relative;
    padding: clamp(80px, 10vw, 145px) 0;
    overflow: hidden;
    color: #fff;
    background: var(--hg-night);
}

.hg-lms-stage > .container-fluid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(290px, .68fr) minmax(600px, 1.32fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
}

.hg-lms-stage__intro p {
    max-width: 470px;
    margin: 26px 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.75;
}

.hg-lms-stage__intro .hg-text-link {
    color: var(--hg-electric);
}

.hg-lms-stage__notes {
    display: grid;
    margin-top: 45px;
    gap: 11px;
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
}

.hg-lms-stage__notes i {
    margin-right: 9px;
    color: var(--hg-electric);
}

.hg-lms-window {
    position: relative;
    background:
        radial-gradient(circle 300px at var(--pointer-x) var(--pointer-y), rgba(216, 241, 127, .12), transparent 70%),
        #edf1ed;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 24px;
    box-shadow: 0 55px 120px rgba(0, 0, 0, .38);
    overflow: hidden;
    transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
    transition: transform .4s ease;
}

.hg-lms-window:hover {
    transform: perspective(1400px) rotateY(0) rotateX(0);
}

.hg-lms-window__chrome {
    display: grid;
    height: 43px;
    padding: 0 17px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    color: #526159;
    background: #fff;
    border-bottom: 1px solid rgba(23, 33, 27, .1);
    font-size: 8px;
}

.hg-lms-window__chrome > span {
    display: flex;
    gap: 5px;
}

.hg-lms-window__chrome > span i {
    width: 7px;
    height: 7px;
    background: #d8ddd9;
    border-radius: 50%;
}

.hg-lms-window__chrome > i {
    justify-self: end;
}

.hg-lms-window__body {
    display: grid;
    min-height: 535px;
    grid-template-columns: 64px 1fr;
    color: var(--hg-ink);
}

.hg-lms-window__body > aside {
    display: flex;
    padding: 15px 10px;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    background: var(--hg-forest);
}

.hg-lms-window__mark {
    display: grid;
    width: 34px;
    height: 34px;
    margin-bottom: 24px;
    place-items: center;
    color: var(--hg-night);
    background: var(--hg-electric);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 800;
}

.hg-lms-window aside button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: rgba(255, 255, 255, .5);
    background: transparent;
    border: 0;
    border-radius: 10px;
    font-size: 13px;
}

.hg-lms-window aside button:hover,
.hg-lms-window aside button.is-active {
    color: var(--hg-night);
    background: var(--hg-electric);
}

.hg-lms-window__workspace {
    padding: clamp(20px, 3vw, 34px);
}

.hg-lms-window__workspace > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hg-lms-window__workspace header small,
.hg-lms-window__workspace header strong {
    display: block;
}

.hg-lms-window__workspace header small {
    color: var(--hg-muted);
    font-size: 8px;
    text-transform: uppercase;
}

.hg-lms-window__workspace header strong {
    margin-top: 3px;
    font-size: 15px;
}

.hg-lms-window__workspace header > span {
    display: flex;
    gap: 9px;
    align-items: center;
}

.hg-lms-window__workspace header b,
.hg-lms-window__workspace header > span > i {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    background: #fff;
    border: 1px solid var(--hg-line);
    border-radius: 50%;
    font-size: 9px;
}

.hg-lms-window__course {
    display: grid;
    min-height: 150px;
    padding: 24px;
    margin-top: 25px;
    grid-template-columns: 1fr auto;
    align-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 82% 16%, rgba(216, 241, 127, .24), transparent 24%),
        var(--hg-forest);
    border-radius: 19px;
}

.hg-lms-window__course span {
    color: var(--hg-electric);
    font-size: 7px;
    font-weight: 750;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.hg-lms-window__course h3 {
    margin: 8px 0;
    font-size: clamp(18px, 2.4vw, 27px);
    font-weight: 600;
    letter-spacing: -.04em;
}

.hg-lms-window__course p {
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: 8px;
}

.hg-lms-progress {
    position: relative;
    display: grid;
    width: 80px;
    height: 80px;
    place-items: center;
    border: 6px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.hg-lms-progress::before {
    position: absolute;
    inset: -6px;
    content: "";
    border: 6px solid var(--hg-electric);
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(25deg);
}

.hg-lms-progress strong,
.hg-lms-progress small {
    position: absolute;
}

.hg-lms-progress strong {
    margin-top: -10px;
    font-size: 17px;
}

.hg-lms-progress small {
    margin-top: 21px;
    color: rgba(255, 255, 255, .5);
    font-size: 6px;
    text-transform: uppercase;
}

.hg-lms-window__dashboard {
    display: grid;
    margin-top: 15px;
    grid-template-columns: 1.4fr .6fr;
    gap: 15px;
}

.hg-lms-window__modules,
.hg-lms-window__activity {
    padding: 17px;
    background: #fff;
    border: 1px solid rgba(23, 33, 27, .08);
    border-radius: 16px;
}

.hg-lms-window__panel-title {
    display: flex;
    margin-bottom: 13px;
    align-items: center;
    justify-content: space-between;
}

.hg-lms-window__panel-title strong {
    font-size: 10px;
}

.hg-lms-window__panel-title span {
    color: var(--hg-green);
    font-size: 7px;
    font-weight: 700;
}

.hg-lms-window__modules article {
    display: grid;
    padding: 10px 0;
    grid-template-columns: auto 1fr auto;
    gap: 9px;
    align-items: center;
    border-top: 1px solid rgba(23, 33, 27, .08);
}

.hg-lms-window__modules article > i {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    color: var(--hg-muted);
    background: var(--hg-cream);
    border-radius: 8px;
    font-size: 9px;
}

.hg-lms-window__modules article.is-current > i {
    color: var(--hg-night);
    background: var(--hg-electric);
}

.hg-lms-window__modules small,
.hg-lms-window__modules strong {
    display: block;
}

.hg-lms-window__modules small {
    color: var(--hg-muted);
    font-size: 6px;
}

.hg-lms-window__modules strong {
    margin-top: 2px;
    font-size: 8px;
}

.hg-lms-window__modules em {
    color: var(--hg-muted);
    font-size: 6px;
    font-style: normal;
}

.hg-lms-ring {
    display: grid;
    width: 75px;
    height: 75px;
    margin: 15px auto;
    place-items: center;
    background: var(--hg-cream);
    border: 1px dashed var(--hg-green);
    border-radius: 50%;
}

.hg-lms-ring span,
.hg-lms-ring small {
    position: absolute;
}

.hg-lms-ring span {
    margin-top: -11px;
    color: var(--hg-green);
    font-size: 22px;
    font-weight: 700;
}

.hg-lms-ring small {
    margin-top: 24px;
    color: var(--hg-muted);
    font-size: 6px;
    text-transform: uppercase;
}

.hg-lms-window__activity p {
    display: flex;
    margin: 0;
    padding: 9px 0;
    gap: 8px;
    border-top: 1px solid rgba(23, 33, 27, .08);
}

.hg-lms-window__activity p > i {
    color: var(--hg-green);
    font-size: 10px;
}

.hg-lms-window__activity p strong,
.hg-lms-window__activity p small {
    display: block;
    font-size: 7px;
}

.hg-lms-window__activity p small {
    margin-top: 2px;
    color: var(--hg-muted);
}

.hg-learner-stories,
.hg-home-insights {
    padding: clamp(75px, 9vw, 120px) 0;
}

.hg-learner-stories {
    background: var(--hg-cream);
}

.hg-learner-stories__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.hg-learner-stories__grid article {
    min-height: 310px;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--hg-line);
    border-radius: 20px;
}

.hg-learner-stories__grid article > i {
    color: var(--hg-green);
    font-size: 26px;
}

.hg-learner-stories__grid article > p {
    min-height: 150px;
    margin: 28px 0;
    font-size: 13px;
    line-height: 1.65;
}

.hg-learner-stories__grid article > div {
    display: grid;
    grid-template-columns: 37px 1fr;
    align-items: center;
}

.hg-learner-stories__grid article > div > span {
    display: grid;
    width: 32px;
    height: 32px;
    grid-row: span 2;
    place-items: center;
    color: #fff;
    background: var(--hg-green);
    border-radius: 50%;
    font-size: 10px;
}

.hg-learner-stories__grid article strong {
    font-size: 11px;
}

.hg-learner-stories__grid article small {
    color: var(--hg-muted);
    font-size: 8px;
}

.hg-partners-section {
    padding: clamp(70px, 8vw, 110px) 0;
    background: #fff;
}

.hg-partners-section__heading {
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: 1.1fr .6fr;
    gap: 60px;
    align-items: end;
}

.hg-partners-section__heading h2 {
    max-width: 700px;
    margin: 8px 0 0;
}

.hg-partners-section__heading > p {
    margin: 0;
    color: var(--hg-muted);
    font-size: 13px;
    line-height: 1.7;
}

.hg-partners {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    border: 1px solid var(--hg-line);
    border-radius: 22px;
    overflow: hidden;
}

.hg-partners > div {
    display: grid;
    min-height: 170px;
    padding: 25px;
    place-items: center;
    background: #fff;
    border-right: 1px solid var(--hg-line);
}

.hg-partners img {
    width: auto;
    max-width: 145px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .72;
    transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}

.hg-partners > div:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.04);
}

.hg-partners > div span {
    margin-top: 15px;
    color: var(--hg-muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .07em;
    text-align: center;
    text-transform: uppercase;
}

.hg-organisations {
    position: relative;
    padding: clamp(80px, 9vw, 130px) 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle 430px at var(--pointer-x) var(--pointer-y), rgba(216, 241, 127, .12), transparent 70%),
        var(--hg-forest);
}

.hg-organisations__shell {
    position: relative;
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(50px, 8vw, 120px);
    align-items: center;
}

.hg-organisations__intro p {
    max-width: 470px;
    margin: 25px 0;
    color: rgba(255, 255, 255, .63);
    font-size: 14px;
    line-height: 1.75;
}

.hg-organisations__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hg-organisations .hg-btn-primary {
    color: var(--hg-night);
    background: var(--hg-electric);
}

.hg-organisations .hg-btn-ghost,
.hg-organisations .hg-text-link {
    color: #fff;
}

.hg-organisations__bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}

.hg-organisations__bento article {
    min-height: 190px;
    padding: 24px;
    color: var(--hg-ink);
    background: #fff;
    border-radius: 20px;
}

.hg-organisations__bento article > span {
    color: var(--hg-green);
    font-size: 9px;
    font-weight: 750;
}

.hg-organisations__bento article > strong {
    display: block;
    margin: 40px 0 10px;
    font-size: 13px;
}

.hg-organisations__bento article > p {
    margin: 0;
    color: var(--hg-muted);
    font-size: 10px;
    line-height: 1.55;
}

.hg-organisations__bento .hg-organisations__bento-main {
    position: relative;
    min-height: 270px;
    grid-column: 1 / -1;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(13, 32, 26, .14), transparent),
        #24745a;
    overflow: hidden;
}

.hg-organisations__bento-main::after {
    position: absolute;
    top: -85px;
    right: -45px;
    width: 260px;
    height: 260px;
    content: "";
    border: 1px solid rgba(216, 241, 127, .35);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(216, 241, 127, .05), 0 0 0 84px rgba(216, 241, 127, .03);
}

.hg-organisations__bento-main > i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--hg-night);
    background: var(--hg-electric);
    border-radius: 15px;
    font-size: 20px;
}

.hg-organisations__bento-main > span {
    display: block;
    margin-top: 27px;
    color: var(--hg-electric) !important;
}

.hg-organisations__bento-main > strong {
    margin: 8px 0 24px !important;
    font-size: clamp(27px, 3.6vw, 44px) !important;
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.03;
}

.hg-organisations__bento-main > div {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.hg-organisations__bento-main b {
    padding: 7px 10px;
    color: rgba(255, 255, 255, .75);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    font-size: 8px;
}

.hg-home-insights {
    background: var(--hg-cream);
}

.hg-home-insights__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
}

.hg-home-insights .hg-insight-card {
    background: #fff;
}

.hg-home-insights .hg-insight-card h2 {
    font-size: clamp(19px, 2.2vw, 26px);
}

.hg-home-insights .hg-insight-card__placeholder {
    position: relative;
    display: flex;
    padding: 24px;
    align-items: flex-end;
    justify-content: space-between;
    color: var(--hg-night);
    background:
        radial-gradient(circle at 74% 26%, rgba(36, 107, 85, .18), transparent 24%),
        linear-gradient(145deg, var(--hg-peach), var(--hg-electric));
    overflow: hidden;
}

.hg-home-insights .hg-insight-card:nth-child(2) .hg-insight-card__placeholder {
    background:
        radial-gradient(circle at 72% 20%, rgba(36, 107, 85, .2), transparent 25%),
        linear-gradient(145deg, var(--hg-mint), var(--hg-lilac));
}

.hg-home-insights .hg-insight-card:nth-child(3) .hg-insight-card__placeholder {
    background:
        radial-gradient(circle at 77% 25%, rgba(216, 241, 127, .28), transparent 24%),
        linear-gradient(145deg, var(--hg-lilac), var(--hg-forest));
}

.hg-home-insights .hg-insight-card__placeholder::before {
    position: absolute;
    top: -75px;
    right: -55px;
    width: 220px;
    height: 220px;
    content: "";
    border: 1px solid rgba(13, 32, 26, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(255, 255, 255, .08), 0 0 0 70px rgba(255, 255, 255, .05);
}

.hg-home-insights .hg-insight-card__placeholder span {
    position: absolute;
    top: 22px;
    left: 24px;
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hg-home-insights .hg-insight-card__placeholder strong {
    font-size: clamp(64px, 8vw, 108px);
    font-weight: 300;
    letter-spacing: -.09em;
    line-height: .75;
    opacity: .72;
}

.hg-home-insights .hg-insight-card__placeholder > i {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    background: rgba(255, 255, 255, .6);
    border-radius: 50%;
    font-size: 14px;
}

.hg-home-faq {
    padding: clamp(80px, 10vw, 140px) 0;
    background: #fff;
}

.hg-home-faq > .container-fluid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(60px, 9vw, 150px);
}

.hg-home-faq__intro {
    position: sticky;
    top: 145px;
    align-self: start;
}

.hg-home-faq__intro p {
    max-width: 400px;
    margin: 24px 0;
    color: var(--hg-muted);
    font-size: 14px;
    line-height: 1.7;
}

.hg-home-faq__list {
    border-top: 1px solid var(--hg-line);
}

.hg-home-faq details {
    border-bottom: 1px solid var(--hg-line);
}

.hg-home-faq summary {
    display: grid;
    min-height: 100px;
    padding: 20px 5px;
    grid-template-columns: 35px 1fr auto;
    gap: 16px;
    align-items: center;
    cursor: pointer;
    list-style: none;
}

.hg-home-faq summary::-webkit-details-marker {
    display: none;
}

.hg-home-faq summary > span {
    color: var(--hg-green);
    font-size: 9px;
    font-weight: 750;
}

.hg-home-faq summary strong {
    font-size: clamp(15px, 1.8vw, 21px);
    font-weight: 600;
    letter-spacing: -.025em;
}

.hg-home-faq summary > i {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    background: var(--hg-cream);
    border-radius: 50%;
    transition: transform .25s ease, background-color .25s ease;
}

.hg-home-faq details[open] summary > i {
    color: var(--hg-night);
    background: var(--hg-electric);
    transform: rotate(45deg);
}

.hg-home-faq details > p {
    max-width: 700px;
    padding: 0 55px 30px;
    margin: 0;
    color: var(--hg-muted);
    font-size: 13px;
    line-height: 1.75;
}

@media (max-width: 1199.98px) {
    .hg-home-rail {
        display: none;
    }

    .hg-lms-stage > .container-fluid,
    .hg-organisations__shell {
        grid-template-columns: 1fr;
    }

    .hg-lms-stage__intro {
        max-width: 650px;
    }

    .hg-lms-window {
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .hg-proof-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hg-proof-strip article:nth-child(2) {
        border-right: 0;
    }

    .hg-proof-strip article:nth-child(-n+2) {
        border-bottom: 1px solid var(--hg-line);
    }

    .hg-route-finder__heading,
    .hg-training-preview__heading,
    .hg-partners-section__heading,
    .hg-home-faq > .container-fluid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hg-route-finder__experience {
        grid-template-columns: 1fr;
    }

    .hg-route-finder__choices {
        display: flex;
        padding: 10px;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        scrollbar-width: none;
    }

    .hg-route-finder__choices button {
        min-width: 210px;
        border-right: 1px solid rgba(255, 255, 255, .09);
        border-bottom: 0;
    }

    .hg-training-date {
        grid-template-columns: 90px 1fr auto;
    }

    .hg-training-date__facts {
        display: none;
    }

    .hg-learner-stories__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hg-home-insights__grid {
        grid-template-columns: 1fr;
    }

    .hg-home-faq__intro {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .hg-proof-strip__grid {
        transform: translateY(-10px);
    }

    .hg-proof-strip article {
        min-height: 92px;
        padding: 18px;
    }

    .hg-proof-strip strong {
        font-size: 18px;
    }

    .hg-route-finder__results,
    .hg-route-finder__results article {
        min-height: 590px;
    }

    .hg-route-finder__results article {
        padding: 31px 24px;
    }

    .hg-route-finder__result-footer {
        right: 24px;
        bottom: 25px;
        left: 24px;
    }

    .hg-route-finder__advisor {
        border-radius: 18px;
    }

    .hg-route-finder__advisor span {
        display: none;
    }

    .hg-training-date {
        min-height: 170px;
        padding: 20px 5px;
        grid-template-columns: 70px 1fr;
        gap: 15px;
    }

    .hg-training-date__action {
        grid-column: 2;
        justify-content: start;
    }

    .hg-training-date time {
        align-self: start;
        flex-direction: column;
        align-items: start;
    }

    .hg-lms-window__body {
        min-height: auto;
        grid-template-columns: 48px 1fr;
    }

    .hg-lms-window__workspace {
        padding: 15px;
    }

    .hg-lms-window__course {
        min-height: 130px;
        padding: 17px;
    }

    .hg-lms-progress {
        width: 66px;
        height: 66px;
    }

    .hg-lms-window__dashboard {
        grid-template-columns: 1fr;
    }

    .hg-lms-window__activity {
        display: none;
    }

    .hg-organisations__bento {
        grid-template-columns: 1fr;
    }

    .hg-organisations__bento .hg-organisations__bento-main {
        grid-column: auto;
    }

    .hg-learner-stories__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .hg-proof-strip__grid {
        border-radius: 14px;
    }

    .hg-proof-strip strong {
        font-size: 16px;
    }

    .hg-proof-strip span {
        font-size: 8px;
    }

    .hg-route-finder__heading h2,
    .hg-training-preview__heading h2,
    .hg-lms-stage__intro h2,
    .hg-organisations__intro h2,
    .hg-home-faq__intro h2 {
        font-size: 39px;
    }

    .hg-route-finder__advisor {
        grid-template-columns: auto 1fr;
    }

    .hg-route-finder__advisor a {
        grid-column: 2;
    }

    .hg-lms-window__chrome {
        grid-template-columns: 1fr auto;
    }

    .hg-lms-window__chrome > strong {
        display: none;
    }

    .hg-lms-window__course p,
    .hg-lms-window__workspace > header > span > i {
        display: none;
    }

    .hg-home-faq summary {
        min-height: 88px;
        grid-template-columns: 25px 1fr auto;
        gap: 9px;
    }

    .hg-home-faq details > p {
        padding-right: 0;
        padding-left: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hg-motion-ready [data-hg-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .hg-lms-window,
    .hg-orbit-button,
    .hg-training-date {
        transition: none;
    }
}
