@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-tabs [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 1, app/scss/tabs/_component_tabs.scss */
.tab-page-container {
    position: relative;
}

/* line 4, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs {
    border-bottom: 1px #e1e1e1 solid;
}

@media (max-width: 767px) {
    /* line 7, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs.tabs__bg-mobile {
        border-bottom: none;
        background-color: #F1F4F9;
    }
}

/* line 14, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs .gs-grid {
    grid-gap: 0;
}

/* line 18, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs__items {
    margin-top: 4.75rem;
    display: flex;
    flex-direction: row;
    padding: 0;
    overflow-x: scroll;
}

/* line 25, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs__items::-webkit-scrollbar {
    display: none;
}

@media (min-width: 992px) {
    /* line 18, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs__items {
        overflow-x: hidden;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 18, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs__items {
        overflow-x: hidden;
    }
}

/* line 38, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs__item {
    position: relative;
    min-width: 9.375rem;
    width: 38%;
}

@media (max-width: 360px) {
    /* line 38, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs__item {
        min-width: 12.5rem;
    }
}

@media (min-width: 768px) {
    /* line 38, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs__item {
        margin: 0 2.75rem;
        width: 38%;
    }
}

@media (min-width: 992px) {
    /* line 38, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs__item {
        position: relative;
        margin: 0;
        width: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 38, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs__item {
        position: relative;
        width: 100%;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    /* line 38, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs__item {
        position: relative;
        margin: 0;
        width: 25%;
    }
}

/* line 70, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs .tablinks {
    width: 100%;
}

/* line 74, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs button {
    background-color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.875rem 0;
    transition: 0.3s;
    border-bottom: transparent 2px solid;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 0.75rem;
    color: #707070;
    width: 100%;
}

@media (min-width: 992px) {
    /* line 74, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs button {
        padding: 0.875rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

/* line 96, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs button:hover {
    color: #241d1d;
}
.tab-page-container .tabs button:focus-within {
    color: #241d1d;
}
/* line 100, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

/* line 105, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs .active {
    color: #2471d6;
    border-bottom: #2471d6 2px solid;
}

/* line 110, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs__pageContent {
    display: none;
    border-top: none;
    background-color: #F1F4F9;
}

/* line 115, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs__pageContent.active {
    -webkit-animation: changeTab 500ms ease-in-out;
    animation: changeTab 500ms ease-in-out;
    display: block;
}

@-webkit-keyframes changeTab {
    0% {
        display: none;
    }
    1% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@keyframes changeTab {
    0% {
        display: none;
    }
    1% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    /* line 134, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs__desktop {
        display: none;
    }
}

/* line 140, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs__mobile {
    padding-top: 4.75rem;
}

/* line 143, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs__mobile .filter-feed {
    margin: 0;
    width: 100%;
}

/* line 147, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs__mobile .filter-feed form {
    padding: 0 !important;
}

/* line 150, app/scss/tabs/_component_tabs.scss */
.tab-page-container .tabs__mobile .filter-feed form select {
    opacity: 1;
    visibility: initial;
    display: initial;
}

@media (min-width: 768px) {
    /* line 140, app/scss/tabs/_component_tabs.scss */
    .tab-page-container .tabs__mobile {
        display: none;
    }
}

.dropDown:focus{
    outline-width: 1px;
    outline-style: solid;
    outline-color: #2471d6;
}