:root {
    --white: white;
    --black: black;
}

body {
    color: #000;
    background-color: #000;
    font-family: Aeonik, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
}

h4 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: underline;
}

.page-wrapper {
    z-index: 0;
    position: relative;
}

.section-hero {
    position: relative;
}

.container {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.padding-vertical-xxlarge {
    padding-top: 160px;
    padding-bottom: 160px;
}

.timeline-hero_heading-wrapper {
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.background-layer {
    z-index: 0;
    background-color: #d8d5d1;
    background-image: url('../images/Grain-Background.png'), url('../images/Gaussian-Blur---Brighter.svg');
    background-position: 0 0, 50% 80%;
    background-repeat: repeat, no-repeat;
    background-size: 300px 300px, cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.text-underline {
    background-image: url('../images/Underline.svg');
    background-position: 50% 110%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -8px;
    margin-bottom: -8px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
}

.margin-bottom-medium {
    margin-bottom: 32px;
}

.paragraph-large {
    font-size: 20px;
}

.section-timeline-heading {
    color: #000;
    background-color: #000;
}

.padding-vertical-xlarge {
    padding-top: 120px;
    padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
    color: #fff;
    text-align: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.timeline_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.timeline_item {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 180px 1fr;
    grid-auto-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
    display: grid;
    position: relative;
}

.timeline_item.hidden {
    display: none;
}

.timeline_left {
    text-align: right;
    justify-content: flex-end;
    align-items: stretch;
}

.timeline_centre {
    justify-content: center;
    display: flex;
}

.timeline_date-text {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.timeline_text {
    color: #8c8c8c;
    font-family: Aeonik, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.timeline_circle {
    background-color: #fff;
    border-radius: 100%;
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
    box-shadow: 0 0 0 8px #000;
}

.timeline_progress {
    z-index: -2;
    background-color: #414141;
    width: 3px;
    height: 100%;
    position: absolute;
}

.timeline_progress-bar {
    z-index: -999;
    background-color: #414141;
    background-image: linear-gradient(rgba(15, 39, 243, 0), #0f27f3);
    width: 3px;
    height: 50vh;
    position: fixed;
    top: 0;
    bottom: 50vh;
    left: auto;
    right: auto;
}

.section-timeline {
    z-index: -3;
    background-color: #000;
    position: relative;
}

.section-timeline-cta {
    background-color: #000;
}

.margin-bottom-xlarge {
    margin-bottom: 56px;
}

.timeline_image-wrapper {
    background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-radius: 12px;
    overflow: hidden;
}

.timeline_link {
    opacity: .6;
    color: #fff;
    letter-spacing: .8px;
    text-transform: uppercase;
    border-radius: 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: opacity .3s;
    display: flex;
}

.timeline_link:hover {
    opacity: 1;
}

.link-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.inline-block {
    display: inline-block;
}

.text-colour-lightgrey {
    color: #8c8c8c;
}

.timeline_quote-wrapper {
    border: 2px solid #fff;
    border-radius: 16px;
    align-items: flex-start;
    padding: 24px;
    display: flex;
}

.timeline_quote-image {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    margin-right: 24px;
}

.timeline_quote-text-wrapper {
    flex: 1;
}

.timeline_quote {
    color: #fff;
    margin-bottom: 16px;
    font-size: 14px;
}

.timeline_quote-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.timeline_badge {
    color: #fff;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    display: inline-block;
}

.timeline_definition-wrapper {
    background-color: rgba(255, 255, 255, .05);
    border-radius: 16px;
    padding: 16px;
}

.text-colour-white {
    color: #fff;
}

.timeline_milestone-badge {
    color: #161616;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    display: inline-block;
}

.button-inverted {
    color: #fff;
    background-color: #0f27f3;
    border-radius: 12px;
    margin: 8px;
    padding: 16px 32px;
    font-weight: 400;
    line-height: 20px;
    transition: all .4s;
}

.button-inverted:hover {
    transform: translate(0, -4px);
}

.button-inverted.outline {
    background-color: #000;
    border: 1px solid #0f27f3;
}

.overlay-fade-top {
    background-image: linear-gradient(#000, rgba(10, 10, 10, 0));
    height: 80px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.overlay-fade-bottom {
    background-image: linear-gradient(0deg, #000, rgba(10, 10, 10, 0));
    height: 80px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.margin-bottom-small {
    margin-bottom: 24px;
}

.button-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    position: relative;
}

.button-icon-small {
    z-index: 500;
    color: #fff;
    letter-spacing: .8px;
    text-transform: uppercase;
    background-color: #0a0a0a;
    border: 2px solid #0a0a0a;
    border-radius: 8px;
    align-items: center;
    padding: 12px 20px 12px 18px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .4s;
    display: flex;
}

.button-icon-small:hover {
    transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
    margin-right: 16px;
}

.margin-bottom-large {
    margin-bottom: 40px;
}

.button-wrapper {
    justify-content: center;
    display: flex;
}

.button-icon-small-secondary {
    z-index: 500;
    color: #161616;
    letter-spacing: .8px;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #0a0a0a;
    border-radius: 8px;
    align-items: center;
    padding: 12px 20px 12px 18px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .4s;
    display: flex;
}

.button-icon-small-secondary:hover {
    transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
    margin-right: 16px;
}

.section-footer {
    position: relative;
}

.footer_text-wrapper {
    text-align: center;
    max-width: 640px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer_credits-wrapper {
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.text-link {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
}

.padding-vertical-footer {
    padding-top: 120px;
    padding-bottom: 40px;
}

.hero-nav {
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.relume-link {
    width: 124px;
    height: 33.33px;
    position: relative;
}

.relume-logo-primary {
    z-index: 0;
    color: #000;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.relume-logo-secondary {
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.hero-nav_button-wrapper {
    display: flex;
}

.heading-h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.dot, .text-span-2 {
    color: #0f27f3;
}

.blue {
    color: #fff;
    text-align: center;
    border: 2px solid #0f27f3;
    border-radius: 48px;
    margin-bottom: 0;
    padding: 10px 16px 12px;
    font-size: 16px;
    display: inline-block;
}

.text-align-center {
    text-align: center;
}

.logo {
    height: 64px;
}

.image {
    border-radius: 8px;
    width: 100%;
}

.section-quarter {
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
}

.heading-quarter {
    color: #fff;
    text-align: center;
    font-size: 48px;
}

.head-outro {
    font-size: 56px;
    line-height: 1.2;
}

.head-outro.small {
    font-size: 32px;
}

.video {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
}

.background-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.progress {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: rgba(15, 39, 243, .25);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    padding: 12px;
    display: inline-flex;
}

.progress.scheduled {
    background-color: rgba(255, 255, 255, .17);
}

.text-small {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.progress-icon {
    width: 8px;
    height: 8px;
}

.dot-progress {
    background-color: #0f27f3;
    border-radius: 8px;
    width: 8px;
    height: 8px;
}

.dot-progress.scheduled {
    background-color: #fff;
}

.sticky-div {
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 64px;
    }

    .button-icon-small, .button-icon-small-secondary {
        position: static;
        top: 16px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 40px;
    }

    h4 {
        font-size: 24px;
    }

    .padding-vertical-xxlarge {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .background-layer {
        background-position: 0 0, 50% 100%;
        background-size: 300px 300px, auto;
    }

    .paragraph-large {
        font-size: 18px;
    }

    .padding-vertical-xlarge {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .timeline_item {
        grid-template-columns: 64px 1fr;
        width: 100%;
    }

    .timeline_left {
        text-align: left;
    }

    .timeline_centre {
        justify-content: flex-start;
    }

    .timeline_date-text {
        margin-bottom: 24px;
        font-size: 36px;
    }

    .timeline_text {
        font-size: 20px;
    }

    .timeline_progress {
        left: 6px;
    }

    .margin-bottom-xlarge {
        margin-bottom: 48px;
    }

    .timeline_quote-wrapper {
        flex-direction: column-reverse;
    }

    .timeline_quote-image {
        margin-top: 24px;
        margin-right: 0;
    }

    .button-inverted {
        padding: 14px 24px;
    }

    .margin-bottom-small {
        margin-bottom: 24px;
    }

    .button-icon-small {
        padding: 10px 16px 10px 14px;
    }

    .button-icon-small.hide-mobile {
        display: none;
    }

    .button-icon-small-secondary {
        padding: 10px 16px 10px 14px;
    }

    .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
        margin-right: 0;
    }

    .footer_credits-wrapper {
        flex-direction: column-reverse;
    }

    .text-link.text-light-grey.privacy-policy {
        margin-bottom: 16px;
    }

    .padding-vertical-footer {
        padding-top: 80px;
        padding-bottom: 64px;
    }

    .hero-nav {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .section-quarter {
        background-color: #000;
        justify-content: flex-start;
        align-items: center;
        padding-left: 32px;
        padding-right: 32px;
    }

    .heading-quarter {
        text-align: center;
    }

    .head-outro {
        font-size: 40px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    h4 {
        font-size: 22px;
    }

    .margin-bottom-medium {
        margin-bottom: 24px;
    }

    .paragraph-large {
        font-size: 16px;
    }

    .timeline_item {
        grid-template-columns: 48px 1fr;
    }

    .timeline_date-text {
        margin-bottom: 0;
        font-size: 24px;
    }

    .timeline_text {
        font-size: 16px;
    }

    .button-inverted {
        width: 100%;
    }

    .button-icon {
        display: none;
    }

    .button-icon-small, .button-icon-small-secondary {
        padding: 10px 14px;
        font-size: 13px;
        top: 18px;
    }

    .head-outro {
        font-size: 36px;
    }

    .head-outro.small {
        font-size: 24px;
    }

    .background-video {
        width: auto;
        height: auto;
    }

    .sticky-div {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646bf9-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646bfc-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646bfe-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c05-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c08-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c0a-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c11-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c14-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c16-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_576c5317-c0ee-bfe3-6a0a-4fcff2e351c2-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_576c5317-c0ee-bfe3-6a0a-4fcff2e351cd-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_576c5317-c0ee-bfe3-6a0a-4fcff2e351cf-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c1b-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c21-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c23-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c2a-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c2d-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c2f-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c36-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c39-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c3b-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c42-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c45-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_9d6de5b1-6626-cb74-6191-103a1e646c47-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-f7cd8447-21b6-b46d-e25d-c6cedbd246c0-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-f7cd8447-21b6-b46d-e25d-c6cedbd246c3-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-f7cd8447-21b6-b46d-e25d-c6cedbd246c5-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fb2-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fb5-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fb7-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fbe-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fc1-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fc3-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fca-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fcd-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fcf-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fd4-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fda-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fdc-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fe3-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fe6-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fe8-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55fef-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55ff2-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55ff4-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55ffb-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d55ffe-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_16a9087d-063f-eb1e-d40c-48b431d56000-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-cea91ecc-2bf6-4659-62e6-2995bc76a59d-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-cea91ecc-2bf6-4659-62e6-2995bc76a5a0-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-cea91ecc-2bf6-4659-62e6-2995bc76a5a2-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_755a5018-65d2-f6b3-6542-440d480ca823-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-_755a5018-65d2-f6b3-6542-440d480ca826-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_755a5018-65d2-f6b3-6542-440d480ca828-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667102-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc66710b-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc66710d-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667114-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc66711a-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc66711c-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667123-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667126-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667128-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc66712d-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667130-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667132-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667139-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc66713c-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc66713e-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667143-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667146-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667148-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc66714d-2263fee4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667150-2263fee4 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-f8f1cd46-6d16-93b5-6343-917acc667152-2263fee4 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}