@font-face {
    font-family: 'gs';
    src: url("/a/pgs/Fonts/ir-icons/gs.ttf?eb6kdh") format("truetype"), url("/a/pgs/Fonts/ir-icons/gs.woff?eb6kdh") format("woff"), url("/a/pgs/Fonts/ir-icons/gs.svg?eb6kdh#gs") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* line 97, app/scss/_fonts.scss */
.program-finder [class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gs', Arial, sans-serif;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 112, app/scss/_fonts.scss */
.icon-close:before {
    content: "\e90c";
}

/* line 115, app/scss/_fonts.scss */
.icon-team-grid:before {
    content: "\e90a";
}

/* line 118, app/scss/_fonts.scss */
.icon-team-slider:before {
    content: "\e90b";
}

/* line 121, app/scss/_fonts.scss */
.icon-video-small:before {
    content: "\e909";
}

/* line 124, app/scss/_fonts.scss */
.icon-grid:before {
    content: "\e907";
}

/* line 127, app/scss/_fonts.scss */
.icon-slider:before {
    content: "\e908";
}

/* line 130, app/scss/_fonts.scss */
.icon-audio:before {
    content: "\e901";
}

/* line 133, app/scss/_fonts.scss */
.icon-video:before {
    content: "\e904";
}

/* line 136, app/scss/_fonts.scss */
.icon-accordion-1:before {
    content: "\e905";
}

/* line 139, app/scss/_fonts.scss */
.icon-accordion-2:before {
    content: "\e906";
}

/* line 142, app/scss/_fonts.scss */
.icon-accordion-3:before {
    content: "\e928";
}

/* line 145, app/scss/_fonts.scss */
.icon-accordion-4:before {
    content: "\e929";
}

/* line 148, app/scss/_fonts.scss */
.icon-accordion-5:before {
    content: "\e92a";
}

/* line 151, app/scss/_fonts.scss */
.icon-accordion-6:before {
    content: "\e92b";
}

/* line 154, app/scss/_fonts.scss */
.icon-accordion-7:before {
    content: "\e92c";
}

/* line 157, app/scss/_fonts.scss */
.icon-arrow-top:before {
    content: "\e902";
}

/* line 160, app/scss/_fonts.scss */
.icon-explore:before {
    content: "\e903";
}

/* line 163, app/scss/_fonts.scss */
.icon-lg:before {
    content: "\e900";
}

/* line 166, app/scss/_fonts.scss */
.icon-checkmark:before {
    content: "\e911";
}

/* line 169, app/scss/_fonts.scss */
.icon-quote:before {
    content: "\e90d";
}

/* line 172, app/scss/_fonts.scss */
.icon-audio-sound:before {
    content: "\e90e";
}

/* line 175, app/scss/_fonts.scss */
.icon-file-pdf:before {
    content: "\e90f";
}

/* line 178, app/scss/_fonts.scss */
.icon-link-arrow:before {
    content: "\e910";
}

/* line 181, app/scss/_fonts.scss */
.icon-document:before {
    content: "\e912";
}

/* line 184, app/scss/_fonts.scss */
.icon-arrow-left:before {
    content: "\e913";
}

/* line 187, app/scss/_fonts.scss */
.icon-arrow-right:before {
    content: "\e914";
}

/* line 190, app/scss/_fonts.scss */
.icon-arrow-bottom:before {
    content: "\e915";
}

/* line 193, app/scss/_fonts.scss */
.icon-calendar:before {
    content: "\e916";
}

/* line 196, app/scss/_fonts.scss */
.icon-watch-video:before {
    content: "\e917";
}

/* line 199, app/scss/_fonts.scss */
.icon-waterdrop:before {
    content: "\e918";
}

/* line 202, app/scss/_fonts.scss */
.icon-plastic-bottle:before {
    content: "\e919";
}

/* line 205, app/scss/_fonts.scss */
.icon-paper-stack:before {
    content: "\e91a";
}

/* line 4, app/scss/_grid.scss */
.gs-grid {
    max-width: 1120px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    margin: 0 1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-grid > * {
        margin: calc(0.75rem/2) calc(0.75rem/2);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-grid > * {
        width: calc((100% / 8) - 0.75rem);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        width: 100%;
    }
}

@media all and (min-width: 768px) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 1.5rem;
        gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        row-gap: 1.5rem;
        margin: 0 2.75rem;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-grid > * {
        margin: calc(1.5rem/2) calc(1.5rem/2);
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-grid > * {
        width: calc((100% / 8) - 1.5rem);
    }
}

@media all and (min-width: 992px) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 2rem;
        gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 2rem;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-grid > * {
        margin: calc(2rem/2) calc(2rem/2);
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-grid > * {
        width: calc((100% / 12) - 2rem);
    }
}

@media all and (min-width: 1200px) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        margin: 0 auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-1 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 1) + (0.75rem * 1 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-2 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 2) + (0.75rem * 2 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-3 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 3) + (0.75rem * 3 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-4 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 4) + (0.75rem * 4 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-5 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 5) + (0.75rem * 5 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-6 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 6) + (0.75rem * 6 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-7 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 7) + (0.75rem * 7 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-8 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-9 {
        grid-column: auto/span 9;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-9 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 9) + (0.75rem * 9 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-9 {
        width: calc((9 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-10 {
        grid-column: auto/span 10;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-10 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 10) + (0.75rem * 10 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-10 {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-11 {
        grid-column: auto/span 11;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-11 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 11) + (0.75rem * 11 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-11 {
        width: calc((11 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-12 {
        grid-column: auto/span 12;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-12 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 12) + (0.75rem * 12 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-12 {
        width: calc((12 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-1 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 1) + (1.5rem * 1 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-2 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 2) + (1.5rem * 2 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-3 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 3) + (1.5rem * 3 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-4 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 4) + (1.5rem * 4 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-5 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 5) + (1.5rem * 5 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-6 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 6) + (1.5rem * 6 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-7 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 7) + (1.5rem * 7 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-8 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-9 {
        grid-column: auto/span 9;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-9 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 9) + (1.5rem * 9 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-9 {
        width: calc((9 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-10 {
        grid-column: auto/span 10;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-10 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 10) + (1.5rem * 10 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-10 {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-11 {
        grid-column: auto/span 11;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-11 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 11) + (1.5rem * 11 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-11 {
        width: calc((11 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-12 {
        grid-column: auto/span 12;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-12 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 12) + (1.5rem * 12 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-12 {
        width: calc((12 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-1 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 1) + (2rem * 1 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-2 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 2) + (2rem * 2 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-3 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 3) + (2rem * 3 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-4 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 4) + (2rem * 4 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-5 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 5) + (2rem * 5 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-6 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 6) + (2rem * 6 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-7 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 7) + (2rem * 7 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-8 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 8) + (2rem * 8 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-9 {
        grid-column: auto/span 9;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-9 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 9) + (2rem * 9 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-9 {
        width: calc((9 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-10 {
        grid-column: auto/span 10;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-10 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 10) + (2rem * 10 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-10 {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-11 {
        grid-column: auto/span 11;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-11 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 11) + (2rem * 11 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-11 {
        width: calc((11 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-12 {
        grid-column: auto/span 12;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-12 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 12) + (2rem * 12 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-12 {
        width: calc((12 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-1 {
    grid-column: auto/span 1;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 1) + (0.75rem * 1 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 1) + (1.5rem * 1 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 1) + (2rem * 1 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-2 {
    grid-column: auto/span 2;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 2) + (0.75rem * 2 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 2) + (1.5rem * 2 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 2) + (2rem * 2 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-3 {
    grid-column: auto/span 3;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 3) + (0.75rem * 3 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 3) + (1.5rem * 3 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 3) + (2rem * 3 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-4 {
    grid-column: auto/span 4;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 4) + (0.75rem * 4 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 4) + (1.5rem * 4 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 4) + (2rem * 4 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-5 {
    grid-column: auto/span 5;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 5) + (0.75rem * 5 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 5) + (1.5rem * 5 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 5) + (2rem * 5 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-6 {
    grid-column: auto/span 6;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 6) + (0.75rem * 6 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 6) + (1.5rem * 6 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 6) + (2rem * 6 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-7 {
    grid-column: auto/span 7;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 7) + (0.75rem * 7 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 7) + (1.5rem * 7 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 7) + (2rem * 7 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-8 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 8) + (2rem * 8 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-9 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        grid-column: auto/span 9;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 9) + (2rem * 9 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc((9 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-10 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        grid-column: auto/span 10;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 10) + (2rem * 10 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-11 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        grid-column: auto/span 11;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 11) + (2rem * 11 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc((11 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-12 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        grid-column: auto/span 12;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 12) + (2rem * 12 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc((12 * 100%) / 12);
        margin: auto;
    }
}

/* line 75, app/scss/_grid.scss */
.gs-grid .gs-grid-no-gutters {
    width: calc(100% + (0.75rem * 2));
    transform: translateX(calc(0.75rem * -1));
}

@media (min-width: 768px) {
    /* line 75, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-gutters {
        width: calc(100% + (1.5rem * 2));
        transform: translateX(calc(1.5rem * -1));
    }
}

@media (min-width: 992px) {
    /* line 75, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-gutters {
        width: calc(100% + (2rem * 2));
        transform: translateX(calc(2rem * -1));
    }
}

/* line 84, app/scss/_grid.scss */
.gs-grid .gs-grid-no-left-gutter {
    width: calc(100% + 0.75rem);
    transform: translateX(-0.75rem);
}

@media (min-width: 768px) {
    /* line 84, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-left-gutter {
        width: calc(100% + 1.5rem);
        transform: translateX(-1.5rem);
    }
}

@media (min-width: 992px) {
    /* line 84, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-left-gutter {
        width: calc(100% + 2rem);
        transform: translateX(-2rem);
    }
}

/* line 93, app/scss/_grid.scss */
.gs-grid .gs-grid-no-right-gutter {
    width: calc(100% + 0.75rem);
}

@media (min-width: 768px) {
    /* line 93, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-right-gutter {
        width: calc(100% + 1.5rem);
    }
}

@media (min-width: 992px) {
    /* line 93, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-right-gutter {
        width: calc(100% + 2rem);
    }
}

/* line 30, app/scss/_btn.scss */
.gs-btn, .gs-btn-white {
    overflow: visible;
}

/* line 32, app/scss/_btn.scss */
.gs-btn:after, .gs-btn-white:after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border: 1px solid #241d1d;
    top: 0px;
    left: 0px;
    z-index: 0;
}

@media (min-width: 992px) {
    /* line 38, app/scss/_btn.scss */
    .gs-btn:hover:after, .gs-btn-white:hover:after, .gs-btn:focus:after, .gs-btn-white:focus:after {
        border-width: 4px;
        top: -3px;
        left: -3px;
    }
}

/* line 47, app/scss/_btn.scss */
.gs-btn {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: "gsmedium" !important;
    font-size: 14px !important;
    line-height: 22px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 24px !important;
    min-width: 160px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #fff;
    background: #241d1d;
}

/* line 470, app/scss/_mixins.scss */
.gs-btn:focus-visible {
    outline: 2px dashed #7399c6;
    outline-offset: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 475, app/scss/_mixins.scss */
    .gs-btn:focus {
        outline: 2px dashed #7399c6;
        outline-offset: 4px;
    }
}

/* line 196, app/scss/_mixins.scss */
.gs-btn:before {
    font-size: 9px;
    transform: translateY(0px);
    margin-right: 16px;
}

/* line 53, app/scss/_btn.scss */
.gs-btn .gs-btn--disabled {
    background: #434343;
    pointer-events: none;
}

/* line 56, app/scss/_btn.scss */
.gs-btn .gs-btn--disabled:after {
    display: none;
}

/* line 63, app/scss/_btn.scss */
.gs-btn-white {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: "gsmedium" !important;
    font-size: 14px !important;
    line-height: 22px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 24px !important;
    min-width: 160px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #241d1d;
    background: #fff;
}

/* line 470, app/scss/_mixins.scss */
.gs-btn-white:focus-visible {
    outline: 2px dashed #7399c6;
    outline-offset: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 475, app/scss/_mixins.scss */
    .gs-btn-white:focus {
        outline: 2px dashed #7399c6;
        outline-offset: 4px;
    }
}

/* line 196, app/scss/_mixins.scss */
.gs-btn-white:before {
    font-size: 9px;
    transform: translateY(0px);
    margin-right: 16px;
}

/* line 69, app/scss/_btn.scss */
.gs-btn-white:after {
    border-color: #fff;
}

/* line 73, app/scss/_btn.scss */
.gs-btn-white .gs-btn-white--disabled {
    color: #434343;
    background: #f7f7f7;
    pointer-events: none;
}

/* line 77, app/scss/_btn.scss */
.gs-btn-white .gs-btn-white--disabled:after {
    display: none;
}

/* line 84, app/scss/_btn.scss */
.gs-btn-secondary, .gs-btn-secondary-white {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: "gsmedium" !important;
    font-size: 14px !important;
    line-height: 22px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 24px !important;
    min-width: 160px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #241d1d;
    overflow: visible;
}

/* line 470, app/scss/_mixins.scss */
.gs-btn-secondary:focus-visible, .gs-btn-secondary-white:focus-visible {
    outline: 2px dashed #7399c6;
    outline-offset: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 475, app/scss/_mixins.scss */
    .gs-btn-secondary:focus, .gs-btn-secondary-white:focus {
        outline: 2px dashed #7399c6;
        outline-offset: 4px;
    }
}

/* line 196, app/scss/_mixins.scss */
.gs-btn-secondary:before, .gs-btn-secondary-white:before {
    font-size: 9px;
    transform: translateY(0px);
    margin-right: 16px;
}

/* line 89, app/scss/_btn.scss */
.gs-btn-secondary:after, .gs-btn-secondary-white:after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border: 1px solid #241d1d;
    top: 0px;
    left: 0px;
    z-index: 0;
}

@media (min-width: 992px) {
    /* line 95, app/scss/_btn.scss */
    .gs-btn-secondary:hover:after, .gs-btn-secondary-white:hover:after, .gs-btn-secondary:focus-visible:after, .gs-btn-secondary-white:focus-visible:after {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: -3px;
        left: -3px;
        border-width: 2px;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    /* line 107, app/scss/_btn.scss */
    .gs-btn-secondary:after, .gs-btn-secondary-white:after {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: -3px;
        left: -3px;
        border-width: 2px;
    }
}

/* line 122, app/scss/_btn.scss */
.gs-btn-secondary-white {
    color: #fff;
}

/* line 125, app/scss/_btn.scss */
.gs-btn-secondary-white:after {
    border-color: #fff;
}

/* line 131, app/scss/_btn.scss */
.gs-btn-investors-gsFont {
    font-family: "gsmedium";
}

/* line 135, app/scss/_btn.scss */
.gs-btn-investors-basisFont {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}

/* line 139, app/scss/_btn.scss */
.gs-btn-investors-white {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    line-height: 18px;
    width: 11.25rem;
    height: 2.75rem;
    background: #fff;
    border: 2px solid #fff;
    color: #241d1d;
    transition: background 0.3s ease-in-out;
}

/* line 25, app/scss/_btn.scss */
.gs-btn-investors-white::before {
    padding-right: 1.25rem;
}

/* line 147, app/scss/_btn.scss */
.gs-btn-investors-white:hover {
    background: transparent;
    color: #fff;
}

/* line 153, app/scss/_btn.scss */
.gs-btn-investors-dark {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    line-height: 18px;
    width: 11.25rem;
    height: 2.75rem;
    background: #fff;
    border: 2px solid #241d1d;
    color: #241d1d;
    transition: background 0.3s ease-in-out;
}

/* line 25, app/scss/_btn.scss */
.gs-btn-investors-dark::before {
    padding-right: 1.25rem;
}

/* line 161, app/scss/_btn.scss */
.gs-btn-investors-dark.hover-bold:hover {
    font-weight: 600;
}

/* line 165, app/scss/_btn.scss */
.gs-btn-investors-dark.hover-black:hover {
    background: #241d1d;
    border-color: #241d1d;
    color: #fff;
}

/* line 171, app/scss/_btn.scss */
.gs-btn-investors-dark.hover-blue:hover {
    background: #2471d6;
    border-color: #2471d6;
    color: #fff;
}

/* line 178, app/scss/_btn.scss */
.gs-btn-investors-darkBlue {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    line-height: 18px;
    width: 11.25rem;
    height: 2.75rem;
    width: 10rem;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: 500;
    background: #16294A;
    color: #fff;
    transition: background 0.3s ease-in-out;
}

/* line 25, app/scss/_btn.scss */
.gs-btn-investors-darkBlue::before {
    padding-right: 1.25rem;
}

/* line 188, app/scss/_btn.scss */
.gs-btn-investors-darkBlue.hover-bold:hover {
    font-weight: 600;
}

/* line 192, app/scss/_btn.scss */
.gs-btn-investors-darkBlue.hover-black:hover {
    background: #241d1d;
    border-color: #241d1d;
    color: #fff;
}

/* line 198, app/scss/_btn.scss */
.gs-btn-investors-darkBlue.hover-blue:hover {
    background: #2471d6;
    border-color: #2471d6;
    color: #fff;
}

/* line 205, app/scss/_btn.scss */
.gs-btn-investors-transparent {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    line-height: 18px;
    width: 11.25rem;
    height: 2.75rem;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    transition: background 0.3s ease-in-out;
}

/* line 25, app/scss/_btn.scss */
.gs-btn-investors-transparent::before {
    padding-right: 1.25rem;
}

/* line 212, app/scss/_btn.scss */
.gs-btn-investors-transparent:hover {
    background: #fff;
    color: #1A3B71;
}

/* line 217, app/scss/_btn.scss */
.gs-btn-investors-transparent-dark {
    color: #241d1d;
    border: 2px solid #241d1d;
}

/* line 222, app/scss/_btn.scss */
.gs-btn-investors-transparent-white {
    color: #fff;
    border: 2px solid #fff;
}

/* line 3, app/scss/_types.scss */
.gs-heading-display {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 68px;
    line-height: 80px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 3, app/scss/_types.scss */
    .gs-heading-display {
        font-size: 100px;
        line-height: 120px;
        letter-spacing: -2px;
    }
}

/* line 5, app/scss/_types.scss */
.gs-heading-display.center {
    text-align: center;
}

/* line 9, app/scss/_types.scss */
.gs-heading-1 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 36px;
    line-height: 44px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 9, app/scss/_types.scss */
    .gs-heading-1 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (min-width: 992px) {
    /* line 9, app/scss/_types.scss */
    .gs-heading-1 {
        font-size: 68px;
        line-height: 82px;
    }
}

/* line 11, app/scss/_types.scss */
.gs-heading-1.center {
    text-align: center;
}

/* line 15, app/scss/_types.scss */
.gs-heading-2 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 30px;
    line-height: 36px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 15, app/scss/_types.scss */
    .gs-heading-2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {
    /* line 15, app/scss/_types.scss */
    .gs-heading-2 {
        font-size: 48px;
        line-height: 58px;
    }
}

/* line 17, app/scss/_types.scss */
.gs-heading-2.center {
    text-align: center;
}

/* line 21, app/scss/_types.scss */
.gs-heading-3 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 24px;
    line-height: 30px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 21, app/scss/_types.scss */
    .gs-heading-3 {
        font-size: 36px;
        line-height: 44px;
    }
}

/* line 23, app/scss/_types.scss */
.gs-heading-3.center {
    text-align: center;
}

/* line 27, app/scss/_types.scss */
.gs-heading-4 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 30px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 27, app/scss/_types.scss */
    .gs-heading-4 {
        font-size: 30px;
        line-height: 36px;
    }
}

/* line 29, app/scss/_types.scss */
.gs-heading-4.center {
    text-align: center;
}

/* line 33, app/scss/_types.scss */
.gs-heading-5 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 20px;
    line-height: 24px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 33, app/scss/_types.scss */
    .gs-heading-5 {
        font-size: 24px;
        line-height: 30px;
    }
}

/* line 35, app/scss/_types.scss */
.gs-heading-5.center {
    text-align: center;
}

/* line 39, app/scss/_types.scss */
.gs-heading-6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gsregular";
    font-size: 20px;
    line-height: 24px;
    color: #241d1d;
}

@media (min-width: 768px) {
    /* line 39, app/scss/_types.scss */
    .gs-heading-6 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    /* line 39, app/scss/_types.scss */
    .gs-heading-6 {
        font-size: 24px;
        line-height: 30px;
    }
}

/* line 41, app/scss/_types.scss */
.gs-heading-6.center {
    text-align: center;
}

/* line 45, app/scss/_types.scss */
.gs-heading-7 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gsregular";
    font-size: 18px;
    line-height: 23px;
    color: #241d1d;
}

@media (min-width: 992px) {
    /* line 45, app/scss/_types.scss */
    .gs-heading-7 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* line 47, app/scss/_types.scss */
.gs-heading-7.center {
    text-align: center;
}

/* line 54, app/scss/_types.scss */
.gs-body-1 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gslight";
    font-size: 18px;
    line-height: 28px;
    color: #434343;
}

/* line 57, app/scss/_types.scss */
.gs-body-2 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gslight";
    font-size: 16px;
    line-height: 24px;
    color: #434343;
}

/* line 62, app/scss/_types.scss */
.gs-descriptive {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gslight";
    font-size: 14px;
    line-height: 22px;
    color: #434343;
}

/* line 66, app/scss/_types.scss */
.gs-eyebrow {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gsregular";
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #434343;
}

/* line 70, app/scss/_types.scss */
.gs-cta {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: "gsmedium";
    font-size: 14px;
    line-height: 22px;
    color: #3173b5;
    cursor: pointer;
}

/* line 168, app/scss/_mixins.scss */
.gs-cta:hover {
    text-decoration: underline;
}

/* line 74, app/scss/_types.scss */
.gs-paragraph {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gsregular";
    font-size: 14px;
    line-height: 18px;
    color: #434343;
}

/* line 1, app/scss/_divider.scss */
.gs-divider-1, .gs-divider-2, .gs-divider-3, .gs-divider-4, .gs-divider-5, .gs-divider-6, .gs-divider-7, .gs-divider-8 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
}

/* line 8, app/scss/_divider.scss */
.gs-divider-1 {
    max-width: 1120px;
}

/* line 12, app/scss/_divider.scss */
.gs-divider-2 {
    max-width: 832px;
}

/* line 16, app/scss/_divider.scss */
.gs-divider-3 {
    max-width: 736px;
}

/* line 20, app/scss/_divider.scss */
.gs-divider-4 {
    max-width: 680px;
}

/* line 24, app/scss/_divider.scss */
.gs-divider-5 {
    max-width: 544px;
}

/* line 28, app/scss/_divider.scss */
.gs-divider-6 {
    max-width: 504px;
}

/* line 32, app/scss/_divider.scss */
.gs-divider-7 {
    max-width: 340px;
}

/* line 36, app/scss/_divider.scss */
.gs-divider-8 {
    max-width: 328px;
}

/* line 676, app/scss/_mixins.scss */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 694, app/scss/_mixins.scss */
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* line 16, app/scss/global.scss */
.gs-bg-grey {
    background: #f7f7f7;
}

/* line 20, app/scss/global.scss */
.gs-showcase-10-6-cols {
    grid-column: 1 / 9;
    grid-row: 1 / 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(((100% - ((12 - 1) * 32px)) / 12 * 8) + (32px * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(100% - 32px);
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        grid-column: 2 / 8;
        grid-row: 1 / 2;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(((100% - ((12 - 1) * 32px)) / 12 * 6) + (32px * 6 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(((100% - (24px * 7)) / 8 * 6) + (24px * 5));
    }
}

@media (min-width: 992px) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        grid-column: 2 / 12;
        grid-row: 1 / 2;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(((100% - ((12 - 1) * 32px)) / 12 * 10) + (32px * 10 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: 100%;
        max-width: 1120px;
    }
}

/* line 676, app/scss/_mixins.scss */
.list-links a, .list-links img, .list-links ul, .list-links li {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 721, app/scss/_mixins.scss */
.list-links a {
    text-decoration: none;
}

/* line 700, app/scss/_mixins.scss */
.list-links ul {
    list-style: none;
}

/* line 4, app/scss/lists/list-links.scss */
.list-links .item-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* line 10, app/scss/lists/list-links.scss */
.list-links .item-container a::before {
    width: 0.75rem;
    padding-right: 0.75rem;
}

/* line 17, app/scss/lists/list-links.scss */
.list-links__subtitle {
    padding-bottom: 32px;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

/* line 25, app/scss/lists/list-links.scss */
.list-links.list-links-spaced ul li {
    position: relative;
    padding: 0 0 32px 0;
}

/* line 29, app/scss/lists/list-links.scss */
.list-links.list-links-spaced ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 2px solid #5565F1;
    bottom: 16px;
}

/* line 40, app/scss/lists/list-links.scss */
.list-links.list-links-dark [class^="icon-"]::before, .list-links.list-links-dark ul li a {
    color: #fff;
}

/* line 43, app/scss/lists/list-links.scss */
.list-links.list-links-dark.list-links-spaced ul li:not(:last-child):after {
    border-top-color: rgba(255, 255, 255, 0.8);
}

/* line 49, app/scss/lists/list-links.scss */
.list-links.list-links-light [class^="icon-"]::before, .list-links.list-links-light ul li a {
    color: #000;
}

/* line 52, app/scss/lists/list-links.scss */
.list-links.list-links-light.list-links-spaced ul li:not(:last-child):after {
    border-top-color: rgba(47, 108, 214, 0.4);
}

/* line 57, app/scss/lists/list-links.scss */
.list-links [class^="icon-"]::before, .list-links ul li a {
    color: #2471d6;
}

/* line 61, app/scss/lists/list-links.scss */
.list-links ul {
    padding: 0px;
    list-style: none;
}

/* line 65, app/scss/lists/list-links.scss */
.list-links ul li {
    padding: 0 0 16px 0px;
}

/* line 68, app/scss/lists/list-links.scss */
.list-links ul li:last-child {
    padding-bottom: 0;
}

/* line 72, app/scss/lists/list-links.scss */
.list-links ul li a {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #2471d6;
    font-weight: 300;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: normal;
    transform: translateY(1px);
    transition: color 0.3s ease-in-out;
}

/* line 79, app/scss/lists/list-links.scss */
.list-links ul li a.hover-bold:hover {
    font-weight: 600;
}

/* line 83, app/scss/lists/list-links.scss */
.list-links ul li a.hover-blue:hover {
    color: #2471d6;
}

/* line 1, app/scss/lists/quick-links.scss */
.quick-links {
    padding: 2.875rem 0;
}

/* line 676, app/scss/_mixins.scss */
.quick-links img, .quick-links ul, .quick-links li, .quick-links h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 700, app/scss/_mixins.scss */
.quick-links ul {
    list-style: none;
}

@media (min-width: 992px) {
    /* line 1, app/scss/lists/quick-links.scss */
    .quick-links {
        padding: 6rem 0;
    }
}

/* line 9, app/scss/lists/quick-links.scss */
.quick-links-w-bg {
    background: #F1F4F9;
}

/* line 13, app/scss/lists/quick-links.scss */
.quick-links-w-bg ul li:hover a.quick-links__item {
    background: #2471d6 !important;
    border-top-color: #b9b9b9 !important;
}

/* line 17, app/scss/lists/quick-links.scss */
.quick-links-w-bg ul li:hover a.quick-links__item span, .quick-links-w-bg ul li:hover a.quick-links__item [class^="icon-"]::before {
    color: white;
}

/* line 23, app/scss/lists/quick-links.scss */
.quick-links__title {
    color: #241d1d;
    padding-bottom: 24px;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}

@media (min-width: 992px) {
    /* line 23, app/scss/lists/quick-links.scss */
    .quick-links__title {
        padding-bottom: 12px;
        -webkit-padding-end: 32px;
        padding-inline-end: 32px;
    }
}

/* line 34, app/scss/lists/quick-links.scss */
.quick-links__title h3 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 700;
}

@media (min-width: 768px) {
    /* line 34, app/scss/lists/quick-links.scss */
    .quick-links__title h3 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (min-width: 992px) {
    /* line 37, app/scss/lists/quick-links.scss */
    .quick-links__title h3.break-word {
        word-spacing: 100vw;
    }
}

/* line 45, app/scss/lists/quick-links.scss */
.quick-links ul {
    padding: 0rem;
    list-style: none;
}

/* line 676, app/scss/_mixins.scss */
.quick-links ul a {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 721, app/scss/_mixins.scss */
.quick-links ul a {
    text-decoration: none;
}

/* line 51, app/scss/lists/quick-links.scss */
.quick-links ul + a {
    margin-top: 1.375rem;
}

@media (min-width: 992px) {
    /* line 51, app/scss/lists/quick-links.scss */
    .quick-links ul + a {
        margin-top: 2rem;
    }
}

/* line 59, app/scss/lists/quick-links.scss */
.quick-links ul li {
    cursor: pointer;
}

/* line 62, app/scss/lists/quick-links.scss */
.quick-links ul li a:hover {
    background: #F1F4F9;
    border-top-color: #2471d6;
}

/* line 68, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.4375rem 0.5rem 1.5rem;
    border-top: 0.0625rem solid #b9b9b9;
    transition: background .5s ease-in-out, border-top-color .5s ease-in-out;
}

@media (min-width: 992px) {
    /* line 68, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item {
        padding: 1.25rem 1rem 2rem;
    }
}

/* line 83, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.simple-link {
    padding-top: 1.5rem;
}

/* line 86, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.simple-link span {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000;
    font-weight: normal;
    padding-left: 0;
}

@media (min-width: 992px) {
    /* line 86, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item.simple-link span {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    /* line 86, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item.simple-link span {
        width: 60%;
    }
}

/* line 95, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.simple-link a {
    color: #2471d6;
}

/* line 100, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.with-images {
    padding-top: 1.5rem;
    padding-left: 0;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    /* line 100, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item.with-images {
        flex-wrap: nowrap;
    }
}

/* line 109, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.with-images .quick-links__item-title {
    order: 1;
    flex: 0 1 100%;
}

@media (min-width: 992px) {
    /* line 109, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item.with-images .quick-links__item-title {
        order: initial;
    }
}

/* line 119, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible {
    padding: 1.5rem 0 2rem 0;
}

@media (min-width: 992px) {
    /* line 119, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item.collapsible {
        padding: 1.5rem 0 2.375rem 0;
    }
}

/* line 127, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-container {
    width: 100%;
}

/* line 131, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-toggle {
    display: none;
}

/* line 135, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-toggle:not(:checked) + .quick-links__item-main + .quick-links__item-secondary {
    max-height: 0 !important;
    pointer-events: none;
    visibility: collapse;
}

/* line 144, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-toggle:checked + .quick-links__item-main [class^="icon"]::before {
    transform: rotate(180deg);
}

/* line 151, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-main span, .quick-links ul .quick-links__item.collapsible .quick-links__item-secondary span {
    font-family: "gslight";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #241d1d;
    display: inline-block;
    width: 100%;
}

@media (min-width: 992px) {
    /* line 151, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item.collapsible .quick-links__item-main span, .quick-links ul .quick-links__item.collapsible .quick-links__item-secondary span {
        width: 90%;
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}

/* line 166, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-main {
    display: flex;
    flex-direction: row;
    width: 100%;
    cursor: pointer;
}

/* line 172, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-main [class^="icon"]::before {
    transform-origin: 50%;
}

/* line 176, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-main span {
    color: #241d1d;
}

/* line 181, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-secondary {
    padding-top: 0.875rem;
    max-height: 12.5rem;
    overflow-y: hidden;
    transition: max-height 500ms ease-in-out;
}

/* line 187, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item.collapsible .quick-links__item-secondary span {
    color: #747576;
}

/* line 194, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item .icon-link-arrow {
    padding-top: 0.125rem;
}

/* line 198, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item span {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #000;
    font-weight: 300;
    transform: translateY(0.0625rem);
    transition: color .5s ease-in-out;
}

@media (min-width: 768px) {
    /* line 198, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item span {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    /* line 198, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item span {
        line-height: 44px;
    }
}

@media (min-width: 992px) {
    /* line 198, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item span {
        line-height: 2.125rem;
    }
}

/* line 208, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item time {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.25px;
    color: #6d6e6e;
    text-transform: uppercase;
    font-weight: normal;
}

/* line 212, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item [class^="icon-"] {
    padding: 0 0 0 0.5rem;
}

@media (min-width: 992px) {
    /* line 212, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item [class^="icon-"] {
        padding: 0 0 0 1.5rem;
    }
}

/* line 219, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item [class^="icon-"]::before {
    display: inline-block;
    transform: translateY(0.125rem);
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #2471d6;
    transition: color .5s ease-in-out, transform .5s ease-in-out;
}

@media (min-width: 992px) {
    /* line 219, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item [class^="icon-"]::before {
        font-size: 1.5rem;
    }
}

/* line 233, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item [class^="icon-"].small::before {
    font-size: 1rem;
}

/* line 238, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item-pictures {
    display: flex;
    flex-direction: row;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
}

@media (min-width: 992px) {
    /* line 238, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item-pictures {
        margin-bottom: 0;
    }
}

/* line 249, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item-pictures > * {
    margin-right: 1rem;
    max-width: 4.75rem;
    max-height: 4.75rem;
}

@media (min-width: 992px) {
    /* line 249, app/scss/lists/quick-links.scss */
    .quick-links ul .quick-links__item-pictures > * {
        max-width: 7.8125rem;
        max-height: 7.8125rem;
    }
}

/* line 260, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item-pictures > * img {
    width: auto;
    height: 100%;
}

/* line 267, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item-pictures .picture-item img {
    border-radius: 50%;
}

/* line 273, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item-title {
    display: flex;
    flex-direction: column;
}

/* line 277, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item-title > * {
    margin-bottom: 0.5rem;
}

/* line 282, app/scss/lists/quick-links.scss */
.quick-links ul .quick-links__item-spaced {
    max-width: 31.25rem;
}

/* line 1, app/scss/lists/list-details.scss */
.gs-details-list {
    margin: 56px 0;
}

/* line 676, app/scss/_mixins.scss */
.gs-details-list ul, .gs-details-list li, .gs-details-list p, .gs-details-list h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 700, app/scss/_mixins.scss */
.gs-details-list ul {
    list-style: none;
}

@media (min-width: 768px) {
    /* line 1, app/scss/lists/list-details.scss */
    .gs-details-list {
        margin: 72px 0;
    }
}

/* line 10, app/scss/lists/list-details.scss */
.gs-details-list .gs-grid {
    row-gap: 1rem;
}

/* line 13, app/scss/lists/list-details.scss */
.gs-details-list .gs-grid h6 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #2471d6;
    text-transform: uppercase;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-top: 0;
}

/* line 25, app/scss/lists/list-details.scss */
.gs-details-list .gs-grid p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: 16px;
    color: #241d1d;
}

@media (min-width: 768px) {
    /* line 25, app/scss/lists/list-details.scss */
    .gs-details-list .gs-grid p {
        padding-bottom: 0;
    }
}

/* line 37, app/scss/lists/list-details.scss */
.gs-details-list .gs-grid ul,
.gs-details-list .gs-grid li {
    grid-column: 1/13;
}

@media (min-width: 768px) {
    /* line 37, app/scss/lists/list-details.scss */
    .gs-details-list .gs-grid ul,
    .gs-details-list .gs-grid li {
        display: contents;
    }
}

/* line 47, app/scss/lists/list-details.scss */
.gs-details-list .gs-grid li:not(:first-of-type) {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    /* line 52, app/scss/lists/list-details.scss */
    .gs-details-list .gs-grid li h6 {
        grid-column: 1/4;
    }
    /* line 56, app/scss/lists/list-details.scss */
    .gs-details-list .gs-grid li p {
        grid-column: 4/13;
        margin-bottom: 12px;
    }
}

/* line 62, app/scss/lists/list-details.scss */
.gs-details-list .gs-grid li span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* line 70, app/scss/lists/list-details.scss */
.gs-details-list .gs-grid li .divider {
    width: 100%;
    height: 1px;
    background-color: #b9b9b9;
    display: block;
    margin-top: 32px;
}

@media (min-width: 768px) {
    /* line 70, app/scss/lists/list-details.scss */
    .gs-details-list .gs-grid li .divider {
        grid-column: 1/13;
    }
}

/* line 1, app/scss/lists/list-simple.scss */
.gs-simple-list {
    color: #241d1d;
    padding: 5rem 0;
}

/* line 676, app/scss/_mixins.scss */
.gs-simple-list ul, .gs-simple-list li, .gs-simple-list p, .gs-simple-list h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 700, app/scss/_mixins.scss */
.gs-simple-list ul {
    list-style: none;
}

@media (min-width: 992px) {
    /* line 1, app/scss/lists/list-simple.scss */
    .gs-simple-list {
        padding: 7.5rem 0;
    }
}

/* line 783, app/scss/_mixins.scss */
.gs-simple-list {
    position: relative;
}

/* line 787, app/scss/_mixins.scss */
.gs-simple-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
}

/* line 12, app/scss/lists/list-simple.scss */
.gs-simple-list h3 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    grid-column: 1/12;
    text-transform: none;
}

@media (min-width: 992px) {
    /* line 12, app/scss/lists/list-simple.scss */
    .gs-simple-list h3 {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
}

/* line 25, app/scss/lists/list-simple.scss */
.gs-simple-list p {
    grid-column: 1/12;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 48px;
}

@media (min-width: 768px) {
    /* line 25, app/scss/lists/list-simple.scss */
    .gs-simple-list p {
        grid-column: 1/3;
    }
}

/* line 36, app/scss/lists/list-simple.scss */
.gs-simple-list p.blue {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #2471d6;
    font-weight: bold;
}

/* line 44, app/scss/lists/list-simple.scss */
.gs-simple-list .gs-simple-list-container {
    grid-column: 1/12;
}

@media (min-width: 768px) {
    /* line 44, app/scss/lists/list-simple.scss */
    .gs-simple-list .gs-simple-list-container {
        grid-column: 4/13;
    }
}

/* line 50, app/scss/lists/list-simple.scss */
.gs-simple-list .gs-simple-list-container ul {
    width: 100%;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    margin: 0 0 32px 0;
}

@media (min-width: 992px) {
    /* line 50, app/scss/lists/list-simple.scss */
    .gs-simple-list .gs-simple-list-container ul {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 56px;
        column-gap: 56px;
        -moz-column-fill: balance;
        column-fill: balance;
    }
}

/* line 64, app/scss/lists/list-simple.scss */
.gs-simple-list .gs-simple-list-container ul li {
    padding: 12px 0 32px;
    border-top: 1px solid #b9b9b9;
    display: inline-block;
    width: 100%;
}

@media (min-width: 992px) {
    /* line 64, app/scss/lists/list-simple.scss */
    .gs-simple-list .gs-simple-list-container ul li {
        height: 70px;
        padding: 12px 0 0;
    }
}

/* line 1, app/scss/lists/list-card-application.scss */
.card-application-list {
    background-color: #F1F4F9;
    padding: 3rem 0;
}

/* line 5, app/scss/lists/list-card-application.scss */
.card-application-list__normal {
    margin: 0rem 0 0rem;
}

@media (min-width: 992px) {
    /* line 5, app/scss/lists/list-card-application.scss */
    .card-application-list__normal {
        margin: 0rem 0 0rem;
    }
}

/* line 9, app/scss/lists/list-card-application.scss */
.card-application-list__detailv1 {
    margin: 3.75rem 0 2.5rem;
}

@media (min-width: 992px) {
    /* line 9, app/scss/lists/list-card-application.scss */
    .card-application-list__detailv1 {
        margin: 4.9375rem 0 5rem;
    }
}

/* line 13, app/scss/lists/list-card-application.scss */
.card-application-list__detailv2 {
    margin: 4.375rem 0 2.5rem;
}

@media (min-width: 992px) {
    /* line 13, app/scss/lists/list-card-application.scss */
    .card-application-list__detailv2 {
        margin: 5.1875rem 0 5rem;
    }
}

@media (min-width: 992px) {
    /* line 1, app/scss/lists/list-card-application.scss */
    .card-application-list {
        padding: 4.625rem 0 6.8125rem;
    }
}

/* line 21, app/scss/lists/list-card-application.scss */
.card-application-list__card {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    /* line 21, app/scss/lists/list-card-application.scss */
    .card-application-list__card {
        margin-bottom: 0;
    }
}

/* line 29, app/scss/lists/list-card-application.scss */
.card-application-list__title {
    font-size: 1.5rem;
    line-height: 36px;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #241d1d;
}

@media (min-width: 992px) {
    /* line 29, app/scss/lists/list-card-application.scss */
    .card-application-list__title {
        font-size: 2.25rem;
        line-height: 44px;
        margin-bottom: 3.3125rem;
    }
}

/* line 1, app/scss/lists/media-list.scss */
.media-list {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}

@media (min-width: 992px) {
    /* line 1, app/scss/lists/media-list.scss */
    .media-list {
        padding-top: 7.5rem;
        padding-bottom: 1.5rem;
    }
}

/* line 10, app/scss/lists/media-list.scss */
.media-list__title {
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    /* line 10, app/scss/lists/media-list.scss */
    .media-list__title {
        margin-bottom: 7.5rem;
    }
}

/* line 17, app/scss/lists/media-list.scss */
.media-list__title h3 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #241d1d;
    font-size: 1.5rem;
    line-height: 36px;
    margin: 0;
}

@media (min-width: 992px) {
    /* line 17, app/scss/lists/media-list.scss */
    .media-list__title h3 {
        font-size: 2.125rem;
        line-height: 44px;
        font-weight: 700;
    }
}

/* line 33, app/scss/lists/media-list.scss */
.media-list__description {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    color: #241d1d;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 24px;
    margin-right: 0;
    margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
    /* line 33, app/scss/lists/media-list.scss */
    .media-list__description {
        font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 32px;
        margin-right: 6.125rem;
        margin-bottom: 0;
    }
}

/* line 52, app/scss/lists/media-list.scss */
.media-list ul {
    margin: 0;
    padding: 0;
}

/* line 56, app/scss/lists/media-list.scss */
.media-list ul li {
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    /* line 56, app/scss/lists/media-list.scss */
    .media-list ul li {
        margin-bottom: 7.5rem;
    }
}

@media (min-width: 992px) {
    /* line 63, app/scss/lists/media-list.scss */
    .media-list ul li:last-child {
        margin-bottom: 6rem;
    }
}

.cta-margin {
    margin-top: 7rem;
}