.grid-container {
    padding-right: .75rem;
    padding-left: .75rem;
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48em) {
    .grid-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.grid-container.fluid {
    padding-right: .75rem;
    padding-left: .75rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48em) {
    .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.auto {
    width: auto
}

.grid-x>.shrink {
    width: auto
}

.grid-x>.small-shrink, .grid-x>.small-full, .grid-x>.small-1, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 36em) {
    .grid-x>.smedium-shrink, .grid-x>.smedium-full, .grid-x>.smedium-1, .grid-x>.smedium-2, .grid-x>.smedium-3, .grid-x>.smedium-4, .grid-x>.smedium-5, .grid-x>.smedium-6, .grid-x>.smedium-7, .grid-x>.smedium-8, .grid-x>.smedium-9, .grid-x>.smedium-10, .grid-x>.smedium-11, .grid-x>.smedium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 48em) {
    .grid-x>.medium-shrink, .grid-x>.medium-full, .grid-x>.medium-1, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 62em) {
    .grid-x>.large-shrink, .grid-x>.large-full, .grid-x>.large-1, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-x>.xlarge-shrink, .grid-x>.xlarge-full, .grid-x>.xlarge-1, .grid-x>.xlarge-2, .grid-x>.xlarge-3, .grid-x>.xlarge-4, .grid-x>.xlarge-5, .grid-x>.xlarge-6, .grid-x>.xlarge-7, .grid-x>.xlarge-8, .grid-x>.xlarge-9, .grid-x>.xlarge-10, .grid-x>.xlarge-11, .grid-x>.xlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-x>.xxlarge-shrink, .grid-x>.xxlarge-full, .grid-x>.xxlarge-1, .grid-x>.xxlarge-2, .grid-x>.xxlarge-3, .grid-x>.xxlarge-4, .grid-x>.xxlarge-5, .grid-x>.xxlarge-6, .grid-x>.xxlarge-7, .grid-x>.xxlarge-8, .grid-x>.xxlarge-9, .grid-x>.xxlarge-10, .grid-x>.xxlarge-11, .grid-x>.xxlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 96.25em) {
    .grid-x>.xxxlarge-shrink, .grid-x>.xxxlarge-full, .grid-x>.xxxlarge-1, .grid-x>.xxxlarge-2, .grid-x>.xxxlarge-3, .grid-x>.xxxlarge-4, .grid-x>.xxxlarge-5, .grid-x>.xxxlarge-6, .grid-x>.xxxlarge-7, .grid-x>.xxxlarge-8, .grid-x>.xxxlarge-9, .grid-x>.xxxlarge-10, .grid-x>.xxxlarge-11, .grid-x>.xxxlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x>.small-1, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.small-1 {
    width: 8.3333333333%
}

.grid-x>.small-2 {
    width: 16.6666666667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.3333333333%
}

.grid-x>.small-5 {
    width: 41.6666666667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.3333333333%
}

.grid-x>.small-8 {
    width: 66.6666666667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.3333333333%
}

.grid-x>.small-11 {
    width: 91.6666666667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print, screen and (min-width: 36em) {
    .grid-x>.smedium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.smedium-shrink, .grid-x>.smedium-1, .grid-x>.smedium-2, .grid-x>.smedium-3, .grid-x>.smedium-4, .grid-x>.smedium-5, .grid-x>.smedium-6, .grid-x>.smedium-7, .grid-x>.smedium-8, .grid-x>.smedium-9, .grid-x>.smedium-10, .grid-x>.smedium-11, .grid-x>.smedium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.smedium-shrink {
        width: auto
    }

    .grid-x>.smedium-1 {
        width: 8.3333333333%
    }

    .grid-x>.smedium-2 {
        width: 16.6666666667%
    }

    .grid-x>.smedium-3 {
        width: 25%
    }

    .grid-x>.smedium-4 {
        width: 33.3333333333%
    }

    .grid-x>.smedium-5 {
        width: 41.6666666667%
    }

    .grid-x>.smedium-6 {
        width: 50%
    }

    .grid-x>.smedium-7 {
        width: 58.3333333333%
    }

    .grid-x>.smedium-8 {
        width: 66.6666666667%
    }

    .grid-x>.smedium-9 {
        width: 75%
    }

    .grid-x>.smedium-10 {
        width: 83.3333333333%
    }

    .grid-x>.smedium-11 {
        width: 91.6666666667%
    }

    .grid-x>.smedium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 48em) {
    .grid-x>.medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.medium-shrink, .grid-x>.medium-1, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.medium-shrink {
        width: auto
    }

    .grid-x>.medium-1 {
        width: 8.3333333333%
    }

    .grid-x>.medium-2 {
        width: 16.6666666667%
    }

    .grid-x>.medium-3 {
        width: 25%
    }

    .grid-x>.medium-4 {
        width: 33.3333333333%
    }

    .grid-x>.medium-5 {
        width: 41.6666666667%
    }

    .grid-x>.medium-6 {
        width: 50%
    }

    .grid-x>.medium-7 {
        width: 58.3333333333%
    }

    .grid-x>.medium-8 {
        width: 66.6666666667%
    }

    .grid-x>.medium-9 {
        width: 75%
    }

    .grid-x>.medium-10 {
        width: 83.3333333333%
    }

    .grid-x>.medium-11 {
        width: 91.6666666667%
    }

    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 62em) {
    .grid-x>.large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.large-shrink, .grid-x>.large-1, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.large-shrink {
        width: auto
    }

    .grid-x>.large-1 {
        width: 8.3333333333%
    }

    .grid-x>.large-2 {
        width: 16.6666666667%
    }

    .grid-x>.large-3 {
        width: 25%
    }

    .grid-x>.large-4 {
        width: 33.3333333333%
    }

    .grid-x>.large-5 {
        width: 41.6666666667%
    }

    .grid-x>.large-6 {
        width: 50%
    }

    .grid-x>.large-7 {
        width: 58.3333333333%
    }

    .grid-x>.large-8 {
        width: 66.6666666667%
    }

    .grid-x>.large-9 {
        width: 75%
    }

    .grid-x>.large-10 {
        width: 83.3333333333%
    }

    .grid-x>.large-11 {
        width: 91.6666666667%
    }

    .grid-x>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .grid-x>.xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.xlarge-shrink, .grid-x>.xlarge-1, .grid-x>.xlarge-2, .grid-x>.xlarge-3, .grid-x>.xlarge-4, .grid-x>.xlarge-5, .grid-x>.xlarge-6, .grid-x>.xlarge-7, .grid-x>.xlarge-8, .grid-x>.xlarge-9, .grid-x>.xlarge-10, .grid-x>.xlarge-11, .grid-x>.xlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.xlarge-shrink {
        width: auto
    }

    .grid-x>.xlarge-1 {
        width: 8.3333333333%
    }

    .grid-x>.xlarge-2 {
        width: 16.6666666667%
    }

    .grid-x>.xlarge-3 {
        width: 25%
    }

    .grid-x>.xlarge-4 {
        width: 33.3333333333%
    }

    .grid-x>.xlarge-5 {
        width: 41.6666666667%
    }

    .grid-x>.xlarge-6 {
        width: 50%
    }

    .grid-x>.xlarge-7 {
        width: 58.3333333333%
    }

    .grid-x>.xlarge-8 {
        width: 66.6666666667%
    }

    .grid-x>.xlarge-9 {
        width: 75%
    }

    .grid-x>.xlarge-10 {
        width: 83.3333333333%
    }

    .grid-x>.xlarge-11 {
        width: 91.6666666667%
    }

    .grid-x>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-x>.xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.xxlarge-shrink, .grid-x>.xxlarge-1, .grid-x>.xxlarge-2, .grid-x>.xxlarge-3, .grid-x>.xxlarge-4, .grid-x>.xxlarge-5, .grid-x>.xxlarge-6, .grid-x>.xxlarge-7, .grid-x>.xxlarge-8, .grid-x>.xxlarge-9, .grid-x>.xxlarge-10, .grid-x>.xxlarge-11, .grid-x>.xxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.xxlarge-shrink {
        width: auto
    }

    .grid-x>.xxlarge-1 {
        width: 8.3333333333%
    }

    .grid-x>.xxlarge-2 {
        width: 16.6666666667%
    }

    .grid-x>.xxlarge-3 {
        width: 25%
    }

    .grid-x>.xxlarge-4 {
        width: 33.3333333333%
    }

    .grid-x>.xxlarge-5 {
        width: 41.6666666667%
    }

    .grid-x>.xxlarge-6 {
        width: 50%
    }

    .grid-x>.xxlarge-7 {
        width: 58.3333333333%
    }

    .grid-x>.xxlarge-8 {
        width: 66.6666666667%
    }

    .grid-x>.xxlarge-9 {
        width: 75%
    }

    .grid-x>.xxlarge-10 {
        width: 83.3333333333%
    }

    .grid-x>.xxlarge-11 {
        width: 91.6666666667%
    }

    .grid-x>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 96.25em) {
    .grid-x>.xxxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.xxxlarge-shrink, .grid-x>.xxxlarge-1, .grid-x>.xxxlarge-2, .grid-x>.xxxlarge-3, .grid-x>.xxxlarge-4, .grid-x>.xxxlarge-5, .grid-x>.xxxlarge-6, .grid-x>.xxxlarge-7, .grid-x>.xxxlarge-8, .grid-x>.xxxlarge-9, .grid-x>.xxxlarge-10, .grid-x>.xxxlarge-11, .grid-x>.xxxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.xxxlarge-shrink {
        width: auto
    }

    .grid-x>.xxxlarge-1 {
        width: 8.3333333333%
    }

    .grid-x>.xxxlarge-2 {
        width: 16.6666666667%
    }

    .grid-x>.xxxlarge-3 {
        width: 25%
    }

    .grid-x>.xxxlarge-4 {
        width: 33.3333333333%
    }

    .grid-x>.xxxlarge-5 {
        width: 41.6666666667%
    }

    .grid-x>.xxxlarge-6 {
        width: 50%
    }

    .grid-x>.xxxlarge-7 {
        width: 58.3333333333%
    }

    .grid-x>.xxxlarge-8 {
        width: 66.6666666667%
    }

    .grid-x>.xxxlarge-9 {
        width: 75%
    }

    .grid-x>.xxxlarge-10 {
        width: 83.3333333333%
    }

    .grid-x>.xxxlarge-11 {
        width: 91.6666666667%
    }

    .grid-x>.xxxlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-padding-x .grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.grid-padding-x>.cell {
    padding-right: .375rem;
    padding-left: .375rem
}

@media print, screen and (min-width: 48em) {
    .grid-padding-x>.cell {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.3333333333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.6666666667%
}

.small-up-7>.cell {
    width: 14.2857142857%
}

.small-up-8>.cell {
    width: 12.5%
}

@media print, screen and (min-width: 36em) {
    .smedium-up-1>.cell {
        width: 100%
    }

    .smedium-up-2>.cell {
        width: 50%
    }

    .smedium-up-3>.cell {
        width: 33.3333333333%
    }

    .smedium-up-4>.cell {
        width: 25%
    }

    .smedium-up-5>.cell {
        width: 20%
    }

    .smedium-up-6>.cell {
        width: 16.6666666667%
    }

    .smedium-up-7>.cell {
        width: 14.2857142857%
    }

    .smedium-up-8>.cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 48em) {
    .medium-up-1>.cell {
        width: 100%
    }

    .medium-up-2>.cell {
        width: 50%
    }

    .medium-up-3>.cell {
        width: 33.3333333333%
    }

    .medium-up-4>.cell {
        width: 25%
    }

    .medium-up-5>.cell {
        width: 20%
    }

    .medium-up-6>.cell {
        width: 16.6666666667%
    }

    .medium-up-7>.cell {
        width: 14.2857142857%
    }

    .medium-up-8>.cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 62em) {
    .large-up-1>.cell {
        width: 100%
    }

    .large-up-2>.cell {
        width: 50%
    }

    .large-up-3>.cell {
        width: 33.3333333333%
    }

    .large-up-4>.cell {
        width: 25%
    }

    .large-up-5>.cell {
        width: 20%
    }

    .large-up-6>.cell {
        width: 16.6666666667%
    }

    .large-up-7>.cell {
        width: 14.2857142857%
    }

    .large-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-up-1>.cell {
        width: 100%
    }

    .xlarge-up-2>.cell {
        width: 50%
    }

    .xlarge-up-3>.cell {
        width: 33.3333333333%
    }

    .xlarge-up-4>.cell {
        width: 25%
    }

    .xlarge-up-5>.cell {
        width: 20%
    }

    .xlarge-up-6>.cell {
        width: 16.6666666667%
    }

    .xlarge-up-7>.cell {
        width: 14.2857142857%
    }

    .xlarge-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-up-1>.cell {
        width: 100%
    }

    .xxlarge-up-2>.cell {
        width: 50%
    }

    .xxlarge-up-3>.cell {
        width: 33.3333333333%
    }

    .xxlarge-up-4>.cell {
        width: 25%
    }

    .xxlarge-up-5>.cell {
        width: 20%
    }

    .xxlarge-up-6>.cell {
        width: 16.6666666667%
    }

    .xxlarge-up-7>.cell {
        width: 14.2857142857%
    }

    .xxlarge-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width: 96.25em) {
    .xxxlarge-up-1>.cell {
        width: 100%
    }

    .xxxlarge-up-2>.cell {
        width: 50%
    }

    .xxxlarge-up-3>.cell {
        width: 33.3333333333%
    }

    .xxxlarge-up-4>.cell {
        width: 25%
    }

    .xxxlarge-up-5>.cell {
        width: 20%
    }

    .xxxlarge-up-6>.cell {
        width: 16.6666666667%
    }

    .xxxlarge-up-7>.cell {
        width: 14.2857142857%
    }

    .xxxlarge-up-8>.cell {
        width: 12.5%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
}

@media print, screen and (min-width: 36em) {
    .smedium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .smedium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 48em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 62em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 75em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xxlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 96.25em) {
    .xxxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xxxlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + .375rem)
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.3333333333% + .375rem)
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.6666666667% + .375rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .375rem)
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.3333333333% + .375rem)
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.6666666667% + .375rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .375rem)
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.3333333333% + .375rem)
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.6666666667% + .375rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .375rem)
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.3333333333% + .375rem)
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.6666666667% + .375rem)
}

@media print, screen and (min-width: 36em) {
    .smedium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.smedium-offset-0 {
        margin-left: calc(0% + .375rem)
    }

    .smedium-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.smedium-offset-1 {
        margin-left: calc(8.3333333333% + .375rem)
    }

    .smedium-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.smedium-offset-2 {
        margin-left: calc(16.6666666667% + .375rem)
    }

    .smedium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.smedium-offset-3 {
        margin-left: calc(25% + .375rem)
    }

    .smedium-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.smedium-offset-4 {
        margin-left: calc(33.3333333333% + .375rem)
    }

    .smedium-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.smedium-offset-5 {
        margin-left: calc(41.6666666667% + .375rem)
    }

    .smedium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.smedium-offset-6 {
        margin-left: calc(50% + .375rem)
    }

    .smedium-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.smedium-offset-7 {
        margin-left: calc(58.3333333333% + .375rem)
    }

    .smedium-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.smedium-offset-8 {
        margin-left: calc(66.6666666667% + .375rem)
    }

    .smedium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.smedium-offset-9 {
        margin-left: calc(75% + .375rem)
    }

    .smedium-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.smedium-offset-10 {
        margin-left: calc(83.3333333333% + .375rem)
    }

    .smedium-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.smedium-offset-11 {
        margin-left: calc(91.6666666667% + .375rem)
    }
}

@media print, screen and (min-width: 48em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.3333333333% + .625rem)
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.6666666667% + .625rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.3333333333% + .625rem)
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.6666666667% + .625rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.3333333333% + .625rem)
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.6666666667% + .625rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.3333333333% + .625rem)
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.6666666667% + .625rem)
    }
}

@media print, screen and (min-width: 62em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.3333333333% + .625rem)
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.6666666667% + .625rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.3333333333% + .625rem)
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.6666666667% + .625rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.3333333333% + .625rem)
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.6666666667% + .625rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.3333333333% + .625rem)
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.6666666667% + .625rem)
    }
}

@media screen and (min-width: 75em) {
    .xlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.xlarge-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(8.3333333333% + .625rem)
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(16.6666666667% + .625rem)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(33.3333333333% + .625rem)
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(41.6666666667% + .625rem)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(58.3333333333% + .625rem)
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(66.6666666667% + .625rem)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(83.3333333333% + .625rem)
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(91.6666666667% + .625rem)
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.xxlarge-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .xxlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.xxlarge-offset-1 {
        margin-left: calc(8.3333333333% + .625rem)
    }

    .xxlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.xxlarge-offset-2 {
        margin-left: calc(16.6666666667% + .625rem)
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xxlarge-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .xxlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.xxlarge-offset-4 {
        margin-left: calc(33.3333333333% + .625rem)
    }

    .xxlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.xxlarge-offset-5 {
        margin-left: calc(41.6666666667% + .625rem)
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xxlarge-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .xxlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.xxlarge-offset-7 {
        margin-left: calc(58.3333333333% + .625rem)
    }

    .xxlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.xxlarge-offset-8 {
        margin-left: calc(66.6666666667% + .625rem)
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xxlarge-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .xxlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.xxlarge-offset-10 {
        margin-left: calc(83.3333333333% + .625rem)
    }

    .xxlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.xxlarge-offset-11 {
        margin-left: calc(91.6666666667% + .625rem)
    }
}

@media screen and (min-width: 96.25em) {
    .xxxlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.xxxlarge-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .xxxlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.xxxlarge-offset-1 {
        margin-left: calc(8.3333333333% + .625rem)
    }

    .xxxlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.xxxlarge-offset-2 {
        margin-left: calc(16.6666666667% + .625rem)
    }

    .xxxlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xxxlarge-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .xxxlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.xxxlarge-offset-4 {
        margin-left: calc(33.3333333333% + .625rem)
    }

    .xxxlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.xxxlarge-offset-5 {
        margin-left: calc(41.6666666667% + .625rem)
    }

    .xxxlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xxxlarge-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .xxxlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.xxxlarge-offset-7 {
        margin-left: calc(58.3333333333% + .625rem)
    }

    .xxxlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.xxxlarge-offset-8 {
        margin-left: calc(66.6666666667% + .625rem)
    }

    .xxxlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xxxlarge-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .xxxlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.xxxlarge-offset-10 {
        margin-left: calc(83.3333333333% + .625rem)
    }

    .xxxlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.xxxlarge-offset-11 {
        margin-left: calc(91.6666666667% + .625rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    height: auto;
    max-height: none
}

.grid-y>.auto {
    height: auto
}

.grid-y>.shrink {
    height: auto
}

.grid-y>.small-shrink, .grid-y>.small-full, .grid-y>.small-1, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 36em) {
    .grid-y>.smedium-shrink, .grid-y>.smedium-full, .grid-y>.smedium-1, .grid-y>.smedium-2, .grid-y>.smedium-3, .grid-y>.smedium-4, .grid-y>.smedium-5, .grid-y>.smedium-6, .grid-y>.smedium-7, .grid-y>.smedium-8, .grid-y>.smedium-9, .grid-y>.smedium-10, .grid-y>.smedium-11, .grid-y>.smedium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 48em) {
    .grid-y>.medium-shrink, .grid-y>.medium-full, .grid-y>.medium-1, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 62em) {
    .grid-y>.large-shrink, .grid-y>.large-full, .grid-y>.large-1, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-y>.xlarge-shrink, .grid-y>.xlarge-full, .grid-y>.xlarge-1, .grid-y>.xlarge-2, .grid-y>.xlarge-3, .grid-y>.xlarge-4, .grid-y>.xlarge-5, .grid-y>.xlarge-6, .grid-y>.xlarge-7, .grid-y>.xlarge-8, .grid-y>.xlarge-9, .grid-y>.xlarge-10, .grid-y>.xlarge-11, .grid-y>.xlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-y>.xxlarge-shrink, .grid-y>.xxlarge-full, .grid-y>.xxlarge-1, .grid-y>.xxlarge-2, .grid-y>.xxlarge-3, .grid-y>.xxlarge-4, .grid-y>.xxlarge-5, .grid-y>.xxlarge-6, .grid-y>.xxlarge-7, .grid-y>.xxlarge-8, .grid-y>.xxlarge-9, .grid-y>.xxlarge-10, .grid-y>.xxlarge-11, .grid-y>.xxlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 96.25em) {
    .grid-y>.xxxlarge-shrink, .grid-y>.xxxlarge-full, .grid-y>.xxxlarge-1, .grid-y>.xxxlarge-2, .grid-y>.xxxlarge-3, .grid-y>.xxxlarge-4, .grid-y>.xxxlarge-5, .grid-y>.xxxlarge-6, .grid-y>.xxxlarge-7, .grid-y>.xxxlarge-8, .grid-y>.xxxlarge-9, .grid-y>.xxxlarge-10, .grid-y>.xxxlarge-11, .grid-y>.xxxlarge-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y>.small-1, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y>.small-1 {
    height: 8.3333333333%
}

.grid-y>.small-2 {
    height: 16.6666666667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.3333333333%
}

.grid-y>.small-5 {
    height: 41.6666666667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.3333333333%
}

.grid-y>.small-8 {
    height: 66.6666666667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.3333333333%
}

.grid-y>.small-11 {
    height: 91.6666666667%
}

.grid-y>.small-12 {
    height: 100%
}

@media print, screen and (min-width: 36em) {
    .grid-y>.smedium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.smedium-shrink, .grid-y>.smedium-1, .grid-y>.smedium-2, .grid-y>.smedium-3, .grid-y>.smedium-4, .grid-y>.smedium-5, .grid-y>.smedium-6, .grid-y>.smedium-7, .grid-y>.smedium-8, .grid-y>.smedium-9, .grid-y>.smedium-10, .grid-y>.smedium-11, .grid-y>.smedium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.smedium-shrink {
        height: auto
    }

    .grid-y>.smedium-1 {
        height: 8.3333333333%
    }

    .grid-y>.smedium-2 {
        height: 16.6666666667%
    }

    .grid-y>.smedium-3 {
        height: 25%
    }

    .grid-y>.smedium-4 {
        height: 33.3333333333%
    }

    .grid-y>.smedium-5 {
        height: 41.6666666667%
    }

    .grid-y>.smedium-6 {
        height: 50%
    }

    .grid-y>.smedium-7 {
        height: 58.3333333333%
    }

    .grid-y>.smedium-8 {
        height: 66.6666666667%
    }

    .grid-y>.smedium-9 {
        height: 75%
    }

    .grid-y>.smedium-10 {
        height: 83.3333333333%
    }

    .grid-y>.smedium-11 {
        height: 91.6666666667%
    }

    .grid-y>.smedium-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 48em) {
    .grid-y>.medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.medium-shrink, .grid-y>.medium-1, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.medium-shrink {
        height: auto
    }

    .grid-y>.medium-1 {
        height: 8.3333333333%
    }

    .grid-y>.medium-2 {
        height: 16.6666666667%
    }

    .grid-y>.medium-3 {
        height: 25%
    }

    .grid-y>.medium-4 {
        height: 33.3333333333%
    }

    .grid-y>.medium-5 {
        height: 41.6666666667%
    }

    .grid-y>.medium-6 {
        height: 50%
    }

    .grid-y>.medium-7 {
        height: 58.3333333333%
    }

    .grid-y>.medium-8 {
        height: 66.6666666667%
    }

    .grid-y>.medium-9 {
        height: 75%
    }

    .grid-y>.medium-10 {
        height: 83.3333333333%
    }

    .grid-y>.medium-11 {
        height: 91.6666666667%
    }

    .grid-y>.medium-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 62em) {
    .grid-y>.large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.large-shrink, .grid-y>.large-1, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.large-shrink {
        height: auto
    }

    .grid-y>.large-1 {
        height: 8.3333333333%
    }

    .grid-y>.large-2 {
        height: 16.6666666667%
    }

    .grid-y>.large-3 {
        height: 25%
    }

    .grid-y>.large-4 {
        height: 33.3333333333%
    }

    .grid-y>.large-5 {
        height: 41.6666666667%
    }

    .grid-y>.large-6 {
        height: 50%
    }

    .grid-y>.large-7 {
        height: 58.3333333333%
    }

    .grid-y>.large-8 {
        height: 66.6666666667%
    }

    .grid-y>.large-9 {
        height: 75%
    }

    .grid-y>.large-10 {
        height: 83.3333333333%
    }

    .grid-y>.large-11 {
        height: 91.6666666667%
    }

    .grid-y>.large-12 {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .grid-y>.xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.xlarge-shrink, .grid-y>.xlarge-1, .grid-y>.xlarge-2, .grid-y>.xlarge-3, .grid-y>.xlarge-4, .grid-y>.xlarge-5, .grid-y>.xlarge-6, .grid-y>.xlarge-7, .grid-y>.xlarge-8, .grid-y>.xlarge-9, .grid-y>.xlarge-10, .grid-y>.xlarge-11, .grid-y>.xlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.xlarge-shrink {
        height: auto
    }

    .grid-y>.xlarge-1 {
        height: 8.3333333333%
    }

    .grid-y>.xlarge-2 {
        height: 16.6666666667%
    }

    .grid-y>.xlarge-3 {
        height: 25%
    }

    .grid-y>.xlarge-4 {
        height: 33.3333333333%
    }

    .grid-y>.xlarge-5 {
        height: 41.6666666667%
    }

    .grid-y>.xlarge-6 {
        height: 50%
    }

    .grid-y>.xlarge-7 {
        height: 58.3333333333%
    }

    .grid-y>.xlarge-8 {
        height: 66.6666666667%
    }

    .grid-y>.xlarge-9 {
        height: 75%
    }

    .grid-y>.xlarge-10 {
        height: 83.3333333333%
    }

    .grid-y>.xlarge-11 {
        height: 91.6666666667%
    }

    .grid-y>.xlarge-12 {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-y>.xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.xxlarge-shrink, .grid-y>.xxlarge-1, .grid-y>.xxlarge-2, .grid-y>.xxlarge-3, .grid-y>.xxlarge-4, .grid-y>.xxlarge-5, .grid-y>.xxlarge-6, .grid-y>.xxlarge-7, .grid-y>.xxlarge-8, .grid-y>.xxlarge-9, .grid-y>.xxlarge-10, .grid-y>.xxlarge-11, .grid-y>.xxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.xxlarge-shrink {
        height: auto
    }

    .grid-y>.xxlarge-1 {
        height: 8.3333333333%
    }

    .grid-y>.xxlarge-2 {
        height: 16.6666666667%
    }

    .grid-y>.xxlarge-3 {
        height: 25%
    }

    .grid-y>.xxlarge-4 {
        height: 33.3333333333%
    }

    .grid-y>.xxlarge-5 {
        height: 41.6666666667%
    }

    .grid-y>.xxlarge-6 {
        height: 50%
    }

    .grid-y>.xxlarge-7 {
        height: 58.3333333333%
    }

    .grid-y>.xxlarge-8 {
        height: 66.6666666667%
    }

    .grid-y>.xxlarge-9 {
        height: 75%
    }

    .grid-y>.xxlarge-10 {
        height: 83.3333333333%
    }

    .grid-y>.xxlarge-11 {
        height: 91.6666666667%
    }

    .grid-y>.xxlarge-12 {
        height: 100%
    }
}

@media screen and (min-width: 96.25em) {
    .grid-y>.xxxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.xxxlarge-shrink, .grid-y>.xxxlarge-1, .grid-y>.xxxlarge-2, .grid-y>.xxxlarge-3, .grid-y>.xxxlarge-4, .grid-y>.xxxlarge-5, .grid-y>.xxxlarge-6, .grid-y>.xxxlarge-7, .grid-y>.xxxlarge-8, .grid-y>.xxxlarge-9, .grid-y>.xxxlarge-10, .grid-y>.xxxlarge-11, .grid-y>.xxxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.xxxlarge-shrink {
        height: auto
    }

    .grid-y>.xxxlarge-1 {
        height: 8.3333333333%
    }

    .grid-y>.xxxlarge-2 {
        height: 16.6666666667%
    }

    .grid-y>.xxxlarge-3 {
        height: 25%
    }

    .grid-y>.xxxlarge-4 {
        height: 33.3333333333%
    }

    .grid-y>.xxxlarge-5 {
        height: 41.6666666667%
    }

    .grid-y>.xxxlarge-6 {
        height: 50%
    }

    .grid-y>.xxxlarge-7 {
        height: 58.3333333333%
    }

    .grid-y>.xxxlarge-8 {
        height: 66.6666666667%
    }

    .grid-y>.xxxlarge-9 {
        height: 75%
    }

    .grid-y>.xxxlarge-10 {
        height: 83.3333333333%
    }

    .grid-y>.xxxlarge-11 {
        height: 91.6666666667%
    }

    .grid-y>.xxxlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.375rem;
    margin-bottom: -.375rem
}

@media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

.grid-padding-y>.cell {
    padding-top: .375rem;
    padding-bottom: .375rem
}

@media print, screen and (min-width: 48em) {
    .grid-padding-y>.cell {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print, screen and (min-width: 36em) {
    .smedium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .smedium-grid-frame {
        width: 100%
    }

    .smedium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .smedium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .smedium-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .smedium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 48em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 62em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxlarge-grid-frame {
        width: 100%
    }

    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 96.25em) {
    .xxxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxxlarge-grid-frame {
        width: 100%
    }

    .xxxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xxxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xxxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xxxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print, screen and (min-width: 36em) {
    .grid-y.smedium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print, screen and (min-width: 48em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print, screen and (min-width: 62em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width: 75em) {
    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width: 90em) {
    .grid-y.xxlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width: 96.25em) {
    .grid-y.xxxlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 36em) {
    .cell .grid-y.smedium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 48em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 62em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 96.25em) {
    .cell .grid-y.xxxlarge-grid-frame {
        height: 100%
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&smedium=36em&medium=48em&large=62em&xlarge=75em&xxlarge=90em&xxxlarge=96.25em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Lora", serif;
    font-weight: normal;
    line-height: 1.5;
    color: #515151;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    letter-spacing: 0.0075em;
    padding: 0.8125rem 1.75rem 0.9375rem;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

[data-whatinput='mouse'] .button {
    outline: 0
}

.button svg {
    position: relative;
    display: block;
    top: 1px;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0 0 .5rem;
    pointer-events: none
}

.button.expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.solid, .button.solid.disabled, .button.solid[disabled], .button.solid.disabled:hover, .button.solid[disabled]:hover, .button.solid.disabled:focus, .button.solid[disabled]:focus {
    background-color: #fff;
    color: #373997
}

.button.solid:hover, .button.solid:focus {
    background-color: #373997;
    color: #373997
}

.button.solid.primary, .button.solid.primary.disabled, .button.solid.primary[disabled], .button.solid.primary.disabled:hover, .button.solid.primary[disabled]:hover, .button.solid.primary.disabled:focus, .button.solid.primary[disabled]:focus {
    background-color: #373997;
    color: #fff
}

.button.solid.primary:hover, .button.solid.primary:focus {
    background-color: #373997;
    color: #fff
}

.button.solid.secondary, .button.solid.secondary.disabled, .button.solid.secondary[disabled], .button.solid.secondary.disabled:hover, .button.solid.secondary[disabled]:hover, .button.solid.secondary.disabled:focus, .button.solid.secondary[disabled]:focus {
    background-color: #27274c;
    color: #fff
}

.button.solid.secondary:hover, .button.solid.secondary:focus {
    background-color: #27274c;
    color: #fff
}

.button.solid.tertiary, .button.solid.tertiary.disabled, .button.solid.tertiary[disabled], .button.solid.tertiary.disabled:hover, .button.solid.tertiary[disabled]:hover, .button.solid.tertiary.disabled:focus, .button.solid.tertiary[disabled]:focus {
    background-color: #6ab9ff;
    color: #373997
}

.button.solid.tertiary:hover, .button.solid.tertiary:focus {
    background-color: #6ab9ff;
    color: #373997
}

.button.solid.quaternary, .button.solid.quaternary.disabled, .button.solid.quaternary[disabled], .button.solid.quaternary.disabled:hover, .button.solid.quaternary[disabled]:hover, .button.solid.quaternary.disabled:focus, .button.solid.quaternary[disabled]:focus {
    background-color: #ff8aa9;
    color: #373997
}

.button.solid.quaternary:hover, .button.solid.quaternary:focus {
    background-color: #ff8aa9;
    color: #373997
}

.button.solid.success, .button.solid.success.disabled, .button.solid.success[disabled], .button.solid.success.disabled:hover, .button.solid.success[disabled]:hover, .button.solid.success.disabled:focus, .button.solid.success[disabled]:focus {
    background-color: #1ac1a9;
    color: #373997
}

.button.solid.success:hover, .button.solid.success:focus {
    background-color: #1ac1a9;
    color: #373997
}

.button.solid.alert, .button.solid.alert.disabled, .button.solid.alert[disabled], .button.solid.alert.disabled:hover, .button.solid.alert[disabled]:hover, .button.solid.alert.disabled:focus, .button.solid.alert[disabled]:focus {
    background-color: #ff325c;
    color: #fff
}

.button.solid.alert:hover, .button.solid.alert:focus {
    background-color: #ff325c;
    color: #fff
}

.button {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 #fff;
    box-shadow: 0 0 1px 0 #fff
}

.button, .button:hover, .button:focus, .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    background-color: transparent
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    border: 1px solid #fff;
    color: #fff
}

.button:hover, .button.active {
    background-color: #fff;
    border-color: #fff;
    color: #fff
}

.button.primary {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 #373997;
    box-shadow: 0 0 1px 0 #373997
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    border: 1px solid #373997;
    color: #373997
}

.button.primary:hover, .button.primary.active {
    background-color: #373997;
    border-color: #373997;
    color: #fff
}

.button.secondary {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 #27274c;
    box-shadow: 0 0 1px 0 #27274c
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    border: 1px solid #27274c;
    color: #27274c
}

.button.secondary:hover, .button.secondary.active {
    background-color: #27274c;
    border-color: #27274c;
    color: #fff
}

.button.tertiary {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 #6ab9ff;
    box-shadow: 0 0 1px 0 #6ab9ff
}

.button.tertiary, .button.tertiary.disabled, .button.tertiary[disabled], .button.tertiary.disabled:hover, .button.tertiary[disabled]:hover, .button.tertiary.disabled:focus, .button.tertiary[disabled]:focus {
    border: 1px solid #6ab9ff;
    color: #6ab9ff
}

.button.tertiary:hover, .button.tertiary.active {
    background-color: #6ab9ff;
    border-color: #6ab9ff;
    color: #fff
}

.button.quaternary {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 #ff8aa9;
    box-shadow: 0 0 1px 0 #ff8aa9
}

.button.quaternary, .button.quaternary.disabled, .button.quaternary[disabled], .button.quaternary.disabled:hover, .button.quaternary[disabled]:hover, .button.quaternary.disabled:focus, .button.quaternary[disabled]:focus {
    border: 1px solid #ff8aa9;
    color: #ff8aa9
}

.button.quaternary:hover, .button.quaternary.active {
    background-color: #ff8aa9;
    border-color: #ff8aa9;
    color: #fff
}

.button.success {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 #1ac1a9;
    box-shadow: 0 0 1px 0 #1ac1a9
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    border: 1px solid #1ac1a9;
    color: #1ac1a9
}

.button.success:hover, .button.success.active {
    background-color: #1ac1a9;
    border-color: #1ac1a9;
    color: #fff
}

.button.alert {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 #ff325c;
    box-shadow: 0 0 1px 0 #ff325c
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    border: 1px solid #ff325c;
    color: #ff325c
}

.button.alert:hover, .button.alert.active {
    background-color: #ff325c;
    border-color: #ff325c;
    color: #fff
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #fff
}

.button.clear:hover, .button.clear:focus {
    color: #fff
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #373997
}

.button.clear.primary:hover, .button.clear.primary:focus {
    color: #373997
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #27274c
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #27274c
}

.button.clear.tertiary, .button.clear.tertiary.disabled, .button.clear.tertiary[disabled], .button.clear.tertiary.disabled:hover, .button.clear.tertiary[disabled]:hover, .button.clear.tertiary.disabled:focus, .button.clear.tertiary[disabled]:focus {
    color: #6ab9ff
}

.button.clear.tertiary:hover, .button.clear.tertiary:focus {
    color: #6ab9ff
}

.button.clear.quaternary, .button.clear.quaternary.disabled, .button.clear.quaternary[disabled], .button.clear.quaternary.disabled:hover, .button.clear.quaternary[disabled]:hover, .button.clear.quaternary.disabled:focus, .button.clear.quaternary[disabled]:focus {
    color: #ff8aa9
}

.button.clear.quaternary:hover, .button.clear.quaternary:focus {
    color: #ff8aa9
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #1ac1a9
}

.button.clear.success:hover, .button.clear.success:focus {
    color: #1ac1a9
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #ff325c
}

.button.clear.alert:hover, .button.clear.alert:focus {
    color: #ff325c
}

.button.disabled, .button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1.75rem
}

.button.dropdown::after {
    border-top-color: #fff
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #fff
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #373997
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #27274c
}

.button.dropdown.hollow.tertiary::after, .button.dropdown.clear.tertiary::after {
    border-top-color: #6ab9ff
}

.button.dropdown.hollow.quaternary::after, .button.dropdown.clear.quaternary::after {
    border-top-color: #ff8aa9
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #1ac1a9
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #ff325c
}

.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0
}

.button.small {
    padding: 0.8125rem .75rem;
    font-size: 0.75rem
}

.button.small svg {
    width: 0.75rem;
    height: 0.75rem
}

@media print, screen and (min-width: 48em) {
    .button.small {
        padding: 0.8125rem 1.75rem 0.9375rem;
        font-size: 0.875rem
    }

    .button.small svg {
        width: 0.875rem;
        height: 0.875rem
    }
}

a.button:hover, a.button:focus {
    text-decoration: none
}

.label {
    display: inline-block;
    padding: 0.5625rem 1rem 0.6875rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: .75rem;
    line-height: 1;
    letter-spacing: 0.0075em;
    white-space: nowrap;
    border-radius: 1rem;
    cursor: default;
    color: #515151;
    background: #f3f3f1
}

@media print, screen and (min-width: 48em) {
    .label {
        font-size: 0.875rem
    }
}

.label.primary {
    color: #fff;
    background: #373997
}

.label.secondary {
    color: #fff;
    background: #27274c
}

.label.tertiary {
    color: #fff;
    background: #6ab9ff
}

.label.quaternary {
    color: #fff;
    background: #ff8aa9
}

.label.success {
    color: #fff;
    background: #1ac1a9
}

.label.alert {
    color: #fff;
    background: #ff325c
}

a.label {
    cursor: pointer;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

a.label:hover, a.label:focus {
    color: #fff;
    background-color: #27274c
}

a.label.primary {
    color: #fff;
    background: #2d2e7b
}

a.label.secondary {
    color: #fff;
    background: #1a1a33
}

a.label.tertiary {
    color: #fff;
    background: #44a7ff
}

a.label.quaternary {
    color: #fff;
    background: #ff648d
}

a.label.success {
    color: #fff;
    background: #159f8b
}

a.label.alert {
    color: #fff;
    background: #ff0c3e
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print, screen and (min-width: 36em) {
    .smedium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .smedium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .smedium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .smedium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .smedium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .smedium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print, screen and (min-width: 48em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print, screen and (min-width: 62em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 96.25em) {
    .xxxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xxxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xxxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xxxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xxxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xxxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print, screen and (min-width: 36em) {
    .smedium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .smedium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .smedium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .smedium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .smedium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .smedium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .smedium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .smedium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 48em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 62em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 96.25em) {
    .xxxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print, screen and (max-width: 35.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 36em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 36em) {
    .hide-for-smedium {
        display: none !important
    }
}

@media screen and (max-width: 35.99875em) {
    .show-for-smedium {
        display: none !important
    }
}

@media print, screen and (min-width: 36em) and (max-width: 47.99875em) {
    .hide-for-smedium-only {
        display: none !important
    }
}

@media screen and (max-width: 35.99875em), screen and (min-width: 48em) {
    .show-for-smedium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 48em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 47.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 62em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 62em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 61.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print, screen and (min-width: 62em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 61.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width: 90em) and (max-width: 96.24875em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em), screen and (min-width: 96.25em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (min-width: 96.25em) {
    .hide-for-xxxlarge {
        display: none !important
    }
}

@media screen and (max-width: 96.24875em) {
    .show-for-xxxlarge {
        display: none !important
    }
}

@media screen and (min-width: 96.25em) {
    .hide-for-xxxlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 96.24875em) {
    .show-for-xxxlarge-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.show-for-landscape, .hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: white;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: 0.6
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.flickity-resize .carousel-cell {
    min-height: 100%
}

@font-face {
    font-family: 'Atlas Grotesk';
    src: url("../fonts/AtlasGrotesk-Medium-Web.woff2") format("woff2"), url("../fonts/AtlasGrotesk-Medium-Web.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: 'Atlas Grotesk';
    src: url("../fonts/AtlasGrotesk-Regular-Web.woff2") format("woff2"), url("../fonts/AtlasGrotesk-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

label {
    margin: 0;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit
}

input, textarea, select {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input:focus, textarea:focus, select:focus {
    outline: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

address {
    font-style: normal;
    margin: 0
}

body {
    overflow-y: scroll;
    font-size: 1rem
}

body.compensate-for-scrollbar {
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    body {
        font-size: 1.125rem;
        line-height: 1.555555556
    }
}

#main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 0rem !important;
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    #main-wrapper {
        padding-top: 0rem !important
    }
}

.page-container {
    margin-bottom: auto
}

.component-dev-wrapper {
    min-height: 100vh;
    min-height: calc(100vh - 2.5rem);
    margin: 1.25rem 0;
    overflow: hidden
}

.grid-gutter-x--l {
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.grid-gutter-x--l>.cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1em;
    font-size: inherit;
    line-height: 1.5;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Atlas Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #151529;
    text-rendering: optimizeLegibility
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    line-height: 0;
    color: red
}

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 1.25rem
}

h2, .h2 {
    font-size: 1.125rem;
    line-height: 1.333333333;
    margin-top: 0;
    margin-bottom: 1.25rem
}

h3, .h3 {
    font-size: .875rem;
    line-height: 1.428571429;
    margin-top: 0;
    margin-bottom: 1.25rem
}

h4, .h4 {
    font-size: .75rem;
    line-height: 1.333333333;
    margin-top: 0;
    margin-bottom: 1.25rem
}

h5, .h5 {
    font-size: .625rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1.25rem
}

h6, .h6 {
    font-size: .5rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 1.25rem
}

@media print, screen and (min-width: 48em) {
    h1, .h1 {
        font-size: 3rem;
        line-height: 1.25
    }

    h2, .h2 {
        font-size: 2rem;
        line-height: 1.25
    }

    h3, .h3 {
        font-size: 1.5rem;
        line-height: 1.25
    }

    h4, .h4 {
        font-size: 1.125rem;
        line-height: 1.333333333
    }

    h5, .h5 {
        font-size: .875rem;
        line-height: 1.428571429
    }

    h6, .h6 {
        font-size: .75rem;
        line-height: 1.333333333
    }
}

a {
    line-height: inherit;
    color: #373997;
    text-decoration: none;
    cursor: pointer
}

a:hover, a:focus {
    color: #27274c
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 100%;
    height: 0;
    margin: 1.5rem 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #dbdbdb;
    border-left: 0
}

ul, ol, dl {
    margin-bottom: 1em;
    list-style-position: outside;
    line-height: 1.5
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1em
}

dl dt {
    margin-bottom: .25rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 1em;
    padding: 2rem 0 0;
    border-left: 4px solid #373997
}

blockquote, blockquote p {
    line-height: 1.5;
    color: #151529
}

abbr, abbr[title] {
    border-bottom: 1px dotted #515151;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .25rem;
    background-color: #f3f3f1;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #515151
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 100%;
    line-height: 1.5
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block, cite {
    display: block;
    color: #151529;
    font-size: .625rem
}

.cite-block:before, cite:before {
    content: none
}

.code-inline, code {
    border: none;
    background-color: #f3f3f1;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: normal;
    color: #515151;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .25rem
}

.code-block {
    border: none;
    background-color: #f3f3f1;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: normal;
    color: #515151;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: .75rem;
    margin-bottom: 1em
}

.lead {
    font-family: "Atlas Grotesk", sans-serif;
    color: #151529
}

blockquote:not([class^='c-']) {
    position: relative;
    margin-left: 1.75rem;
    border: 0
}

blockquote:not([class^='c-']), blockquote:not([class^='c-']) p {
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 1.5rem;
    line-height: 1.166666667
}

blockquote:not([class^='c-'])::before {
    content: '';
    display: block;
    border-top: 4px solid #373997;
    margin-bottom: .75rem
}

blockquote:not([class^='c-'])::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../img/icons/open-quote.svg");
    background-size: contain;
    background-position: center
}

blockquote:not([class^='c-']) p:last-of-type {
    margin-bottom: 0
}

blockquote:not([class^='c-']) cite {
    margin-top: .75rem;
    font-style: normal
}

@media print, screen and (min-width: 48em) {
    blockquote:not([class^='c-']) {
        margin-left: 2.25rem;
        padding-top: 2.5rem
    }

    blockquote:not([class^='c-']), blockquote:not([class^='c-']) p {
        font-size: 2rem;
        line-height: 1.125
    }

    blockquote:not([class^='c-'])::before {
        border-top-width: 0.375rem
    }

    blockquote:not([class^='c-'])::after {
        left: -2.25rem;
        width: 2rem;
        height: 2rem
    }

    blockquote:not([class^='c-']) cite {
        margin-top: 1.5rem;
        font-size: 0.875rem
    }
}

dl dt {
    margin-top: 1em
}

dl dt:first-child {
    margin-top: 0
}

mark {
    padding: .25rem;
    background-color: rgba(106, 185, 255, 0.15)
}

strong, b {
    font-weight: 500
}

strong strong, strong b, b strong, b b {
    font-weight: bolder
}



.c-table {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.333333333;
    border-collapse: collapse
}

.c-table td, .c-table th {
    padding: .75rem .5rem
}

.c-table th {
    font-weight: 500;
    text-align: left;
    color: #fff;
    background-color: #27274c
}

.c-table tbody tr:nth-child(even) td {
    background-color: #f3f3f1
}




.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.c-modal--active {
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto;
    z-index: 9999
}

.c-modal__content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto
}

.c-modal__close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 12px;
    right: 12px;
    color: #373997;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    z-index: 10;
    cursor: pointer
}

.c-modal__close-label {
    display: none
}

.c-modal__close svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0
}

@media print, screen and (min-width: 48em) {
    .c-modal__close {
        top: 20px;
        right: 20px
    }
}

.c-modal__close:hover {
    color: #27274c
}

.c-modal__close:focus {
    outline: 0
}

.c-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.875rem;
    line-height: 1.714285714
}

.c-login__figure {
    display: none
}

@media print, screen and (min-width: 48em) {
    .c-login__figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative;
        display: block;
        width: 50%;
        background-color: #373997
    }

    .c-login__figure-image {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.c-login__content {
    position: relative;
    width: 100%;
    padding: 0 12px
}

@media print, screen and (min-width: 48em) {
    .c-login__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        padding: 0 20px
    }
}

.c-login__login-content, .c-login__recover-password-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 28.75rem;
    min-height: 100%;
    margin: 0 auto;
    padding: 2.5rem 0;
    will-change: opacity, display
}

.c-login__login-content.active, .c-login__recover-password-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-login__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
}

.c-login__title {
    margin: 0 0 2rem;
    text-align: center
}

.c-login__title+.c-login__text {
    margin-top: -1.25rem
}

@media print, screen and (min-width: 48em) {
    .c-login__title {
        font-size: 2rem;
        line-height: 1.25
    }
}

.c-login__text {
    margin: 0 0 2rem;
    text-align: center
}

.c-login__question {
    margin: .75rem 0 .25rem;
    color: #27274c
}

.c-login__question-text {
    display: block;
    font-weight: 500
}

.c-login__recover-password-button {
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    text-align: center
}

.c-login__back-to-login-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    line-height: 1.428571429;
    top: 12px;
    left: 12px;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-login__back-to-login-button svg {
    position: relative;
    display: block;
    top: 1px;
    width: 0.375rem;
    height: 1.25rem;
    margin: 0 .5rem 0 0
}

@media print, screen and (min-width: 48em) {
    .c-login__back-to-login-button {
        top: 20px;
        left: 20px
    }
}

.c-login .c-input {
    margin-bottom: .75rem
}

.c-login .c-input:last-of-type {
    margin-bottom: 1.5rem
}

.c-login .c-checkbox {
    margin-bottom: 1.5rem
}

.c-login .button {
    margin-bottom: .75rem
}

.c-register__title {
    margin: 0 0 2rem;
    text-align: center
}

@media print, screen and (min-width: 48em) {
    .c-register__title {
        font-size: 2rem;
        line-height: 1.25
    }
}

.c-register__standfirst {
    margin: 0 0 1.5rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    color: #27274c
}

.c-register__form {
    margin: 0
}

.c-register__checkboxes-text {
    margin: 0 0 1.25rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #27274c
}

.c-register .c-input {
    margin-bottom: 1.25rem
}

.c-register .c-checkbox {
    margin-bottom: .75rem
}

.c-register .c-checkbox:last-child {
    margin-bottom: 0
}

.c-register hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.c-register .button {
    margin-top: 1.5rem
}

.c-register--with-standfirst .c-register__title {
    margin: 0 0 .5rem;
    text-align: left
}

@media print, screen and (min-width: 48em) {
    .c-register--with-standfirst .c-register__title {
        font-size: 3rem;
        line-height: 1.25;
        margin-bottom: 1.25rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-register--with-standfirst .c-register__standfirst {
        font-size: 1.125rem;
        margin-bottom: 2.5rem
    }
}

.c-more-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.2;
    color: #27274c;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-more-link__text {
    display: block
}

.c-more-link:hover {
    color: #373997;
    text-decoration: underline
}

.c-more-link svg {
    position: relative;
    display: block;
    top: 1px;
    width: 0.25rem;
    height: 0.5rem;
    margin: 0 0 0 .5rem
}

@media print, screen and (min-width: 48em) {
    .c-more-link {
        font-size: 0.875rem;
        line-height: 1.285714286
    }

    .c-more-link svg {
        width: 0.375rem;
        height: 0.75rem
    }
}

.c-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Atlas Grotesk", sans-serif
}

.c-links-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem
}

.c-links-list__item:last-child {
    margin-bottom: 0
}

.c-links-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #27274c;
    text-decoration: underline;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-links-list__link svg {
    position: relative;
    display: block;
    top: 0.083333333em;
    width: 0.833333333em;
    height: 0.833333333em;
    margin: 0 0 0 .5rem;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.c-links-list__link:hover {
    color: #373997;
    text-decoration: none
}

.c-post-typography>*:first-child {
    margin-top: 0
}

.c-post-typography>*:last-child {
    margin-bottom: 0
}

.c-post-typography h2:not([class^='c-']), .c-post-typography h3:not([class^='c-']), .c-post-typography h4:not([class^='c-']), .c-post-typography h5:not([class^='c-']), .c-post-typography h6:not([class^='c-']) {
    margin-top: 1.5rem;
    margin-bottom: 0.5em
}

.c-post-typography h2:not([class^='c-']):first-child, .c-post-typography h3:not([class^='c-']):first-child, .c-post-typography h4:not([class^='c-']):first-child, .c-post-typography h5:not([class^='c-']):first-child, .c-post-typography h6:not([class^='c-']):first-child {
    margin-top: 0
}

.c-post-typography h2:not([class^='c-']):last-child, .c-post-typography h3:not([class^='c-']):last-child, .c-post-typography h4:not([class^='c-']):last-child, .c-post-typography h5:not([class^='c-']):last-child, .c-post-typography h6:not([class^='c-']):last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-typography h2:not([class^='c-']), .c-post-typography h3:not([class^='c-']), .c-post-typography h4:not([class^='c-']), .c-post-typography h5:not([class^='c-']), .c-post-typography h6:not([class^='c-']) {
        margin-top: 2.5rem
    }
}

.c-post-typography .c-post-figure:not([class^='c-']):not([class*='u-float-left']), .c-post-typography blockquote:not([class^='c-']):not([class*='u-float-left']), .c-post-typography img:not([class^='c-']):not([class*='u-float-left']), .c-post-typography hr:not([class^='c-']):not([class*='u-float-left']) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.c-post-typography .c-post-figure:not([class^='c-']):not([class*='u-float-left']):first-child, .c-post-typography blockquote:not([class^='c-']):not([class*='u-float-left']):first-child, .c-post-typography img:not([class^='c-']):not([class*='u-float-left']):first-child, .c-post-typography hr:not([class^='c-']):not([class*='u-float-left']):first-child {
    margin-top: 0
}

.c-post-typography .c-post-figure:not([class^='c-']):not([class*='u-float-left']):last-child, .c-post-typography blockquote:not([class^='c-']):not([class*='u-float-left']):last-child, .c-post-typography img:not([class^='c-']):not([class*='u-float-left']):last-child, .c-post-typography hr:not([class^='c-']):not([class*='u-float-left']):last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-typography .c-post-figure:not([class^='c-']):not([class*='u-float-left']), .c-post-typography blockquote:not([class^='c-']):not([class*='u-float-left']), .c-post-typography img:not([class^='c-']):not([class*='u-float-left']), .c-post-typography hr:not([class^='c-']):not([class*='u-float-left']) {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.c-post-typography ul:not([class^='c-']), .c-post-typography ol:not([class^='c-']) {
    margin-top: .5rem
}

.c-post-typography ul:not([class^='c-']) li, .c-post-typography ol:not([class^='c-']) li {
    margin-bottom: .5rem
}

.c-post-typography ul:not([class^='c-']) li:last-child, .c-post-typography ol:not([class^='c-']) li:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-typography ul:not([class^='c-']), .c-post-typography ol:not([class^='c-']) {
        margin-top: .75rem
    }

    .c-post-typography ul:not([class^='c-']) li, .c-post-typography ol:not([class^='c-']) li {
        margin-bottom: .75rem
    }
}

.c-post-typography .c-in-post-post, .c-post-typography .c-in-post-report, .c-post-typography .c-in-post-whitepaper, .c-post-typography .c-in-post-figure, .c-post-typography .c-in-post-companies, .c-post-typography .c-in-post-related-post, .c-post-typography .c-in-post-links-list, .c-post-typography .c-in-post-pull-quote, .c-post-typography .c-in-post-list-large, .c-post-typography .c-posts-grid, .c-post-typography .c-posts-list, .c-post-typography .c-post-figure, .c-post-typography .c-table, .c-post-typography .c-image-carousel {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.c-post-typography .c-in-post-post:first-child, .c-post-typography .c-in-post-report:first-child, .c-post-typography .c-in-post-whitepaper:first-child, .c-post-typography .c-in-post-figure:first-child, .c-post-typography .c-in-post-companies:first-child, .c-post-typography .c-in-post-related-post:first-child, .c-post-typography .c-in-post-links-list:first-child, .c-post-typography .c-in-post-pull-quote:first-child, .c-post-typography .c-in-post-list-large:first-child, .c-post-typography .c-posts-grid:first-child, .c-post-typography .c-posts-list:first-child, .c-post-typography .c-post-figure:first-child, .c-post-typography .c-table:first-child, .c-post-typography .c-image-carousel:first-child {
    margin-top: 0
}

.c-post-typography .c-in-post-post:last-child, .c-post-typography .c-in-post-report:last-child, .c-post-typography .c-in-post-whitepaper:last-child, .c-post-typography .c-in-post-figure:last-child, .c-post-typography .c-in-post-companies:last-child, .c-post-typography .c-in-post-related-post:last-child, .c-post-typography .c-in-post-links-list:last-child, .c-post-typography .c-in-post-pull-quote:last-child, .c-post-typography .c-in-post-list-large:last-child, .c-post-typography .c-posts-grid:last-child, .c-post-typography .c-posts-list:last-child, .c-post-typography .c-post-figure:last-child, .c-post-typography .c-table:last-child, .c-post-typography .c-image-carousel:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-typography .c-in-post-post, .c-post-typography .c-in-post-report, .c-post-typography .c-in-post-whitepaper, .c-post-typography .c-in-post-figure, .c-post-typography .c-in-post-companies, .c-post-typography .c-in-post-related-post, .c-post-typography .c-in-post-links-list, .c-post-typography .c-in-post-pull-quote, .c-post-typography .c-in-post-list-large, .c-post-typography .c-posts-grid, .c-post-typography .c-posts-list, .c-post-typography .c-post-figure, .c-post-typography .c-table, .c-post-typography .c-image-carousel {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.c-post-typography .button:not([class^='c-']) {
    margin-top: 0.5em;
    margin-bottom: 1.5rem
}

.c-post-typography .button:not([class^='c-']):first-child {
    margin-top: 0
}

.c-post-typography .button:not([class^='c-']):last-child {
    margin-bottom: 0
}

.c-post-typography .button:not([class^='c-'])+hr {
    margin-top: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-typography .button:not([class^='c-']) {
        margin-bottom: 2.5rem
    }
}

.c-post-typography .u-float-left {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48em) {
    .c-post-typography .u-float-left {
        float: left;
        margin: .5rem 1.25rem .75rem 0
    }
}

@media screen and (min-width: 75em) {
    .c-post-typography .c-in-post-pull-quote {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.c-post-figure {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    width: 100%;
    margin: 0 0 .75rem;
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    .c-post-figure {
        margin-bottom: 0
    }
}

.c-post-figure__image-container {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.05)
}

.c-post-figure__image-container::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.c-post-figure--1-1 .c-post-figure__image-container::before {
    padding-top: 100%
}

.c-post-figure--235-1 .c-post-figure__image-container::before {
    padding-top: 42.5531914894%
}

.c-post-figure--4-3 .c-post-figure__image-container::before {
    padding-top: 75%
}

@media print, screen and (min-width: 48em) {
    .medium-c-post-figure--1-1 .c-post-figure__image-container::before {
        padding-top: 100%
    }

    .medium-c-post-figure--235-1 .c-post-figure__image-container::before {
        padding-top: 42.5531914894%
    }

    .medium-c-post-figure--16-9 .c-post-figure__image-container::before {
        padding-top: 56.25%
    }

    .medium-c-post-figure--4-3 .c-post-figure__image-container::before {
        padding-top: 75%
    }
}

.c-post-figure__image-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33.3333333333%;
    height: 33.3333333333%;
    max-width: 3.75rem;
    max-height: 3.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100' fill='rgba(0,0,0,0.25)'%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(30 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(60 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(90 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(120 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(150 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(180 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(210 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(240 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(270 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(300 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'/%3e%3c/rect%3e%3crect x='47' y='24' rx='3' ry='6' width='6' height='12' transform='rotate(330 50 50)'%3e%3canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'/%3e%3c/rect%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-post-figure__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    z-index: 5;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease
}

.c-post-figure__image.lazyloaded {
    opacity: 1
}

.c-post-figure__video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 5;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease
}

.c-post-figure__video.lazyloaded {
    opacity: 1
}

.c-post-figure__link:hover .c-post-figure__image {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05)
}

.c-post-figure__caption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    max-width: 35rem;
    padding: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.333333333;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5
}

.c-post-figure__caption small {
    display: block;
    margin-top: .75rem;
    font-size: 0.625rem;
    line-height: 1.2
}

.c-post-figure--round {
    border-radius: 50%
}

.c-post-figure--vertical .c-post-figure__image-container::before {
    padding-top: 177.777777778%
}

.c-post-figure--vertical.c-post-figure--235-1 .c-post-figure__image-container::before {
    padding-top: 235%
}

.c-post-figure--vertical.c-post-figure--4-3 .c-post-figure__image-container::before {
    padding-top: 133.333333333%
}

.c-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-post-content>* {
    max-width: 100%
}

.c-post-content__title {
    margin-bottom: .75rem
}

.c-post-content__title+.c-post-content__excerpt {
    margin-top: -.25rem
}

.c-post-content__title:last-child {
    margin-bottom: 0
}

.c-post-content__title a {
    color: inherit
}

.c-post-content__title a:hover {
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-post-content__title {
        font-size: 1.125rem;
        line-height: 1.333333333
    }
}

.c-post-content__excerpt {
    margin-bottom: 1.25rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5
}

.c-post-content__excerpt:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-content__excerpt {
        margin-bottom: 2rem
    }
}

.c-post-content__meta-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .25rem
}

.c-post-content__meta-before:last-child {
    margin-bottom: 0
}

.c-post-content__meta-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: auto
}

.c-post-content__category {
    margin-right: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-post-content__category:last-child {
    margin-right: 0
}

.c-post-content__category:hover {
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-post-content__category {
        font-size: 0.75rem;
        line-height: 1.333333333
    }
}

.c-post-content__time-ago, .c-post-content__publish-date, .c-post-content__author {
    margin-right: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.5rem;
    line-height: 1.25;
    letter-spacing: 0.0075em
}

.c-post-content__time-ago:last-child, .c-post-content__publish-date:last-child, .c-post-content__author:last-child {
    margin-right: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-content__time-ago, .c-post-content__publish-date, .c-post-content__author {
        font-size: 0.625rem;
        line-height: 1.2
    }
}

.c-post-content__company {
    margin-right: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-post-content__company:last-child {
    margin-right: 0
}

.c-post-content__company:hover {
    text-decoration: underline
}

.c-post-content__link {
    display: inline-block;
    margin-top: auto;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-post-content__link:hover {
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-post-content__link {
        font-size: 0.75rem;
        line-height: 1.333333333
    }
}

.c-post-content--size-xl .c-post-content__title {
    font-size: 1.125rem;
    line-height: 1.333333333
}

@media print, screen and (min-width: 48em) {
    .c-post-content--size-xl .c-post-content__title {
        font-size: 2rem;
        line-height: 1.25
    }
}

@media print, screen and (min-width: 48em) {
    .c-post-content--size-xl .c-post-content__excerpt {
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

.c-post-content--size-xl-alt .c-post-content__title {
    font-size: 1.125rem;
    line-height: 1.333333333
}

@media print, screen and (min-width: 48em) {
    .c-post-content--size-xl-alt .c-post-content__title {
        font-size: 2rem;
        line-height: 1.25
    }
}

@media print, screen and (min-width: 48em) {
    .c-post-content--size-l .c-post-content__title {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print, screen and (min-width: 48em) {
    .c-post-content--size-l-alt .c-post-content__title {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print, screen and (min-width: 48em) {
    .c-post-content--size-l-alt .c-post-content__excerpt {
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

@media print, screen and (min-width: 48em) {
    .c-post-content--size-m .c-post-content__excerpt {
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

.c-post-content--size-s .c-post-content__title {
    font-size: .875rem;
    line-height: 1.428571429
}

.c-post-content--company .c-post-content__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: auto
}

.c-post-content--company .c-post-content__logo img {
    display: block;
    width: auto;
    max-width: 5.875rem;
    height: auto;
    max-height: 3.25rem;
    margin: 0
}

.c-post-content--comment {
    position: relative;
    padding-right: 2rem
}

.c-post-content--comment svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.25rem;
    height: auto;
    margin: 0;
    color: #dbdbdb
}

@media print, screen and (min-width: 62em) {
    .c-post-content--comment {
        padding-top: 2rem
    }

    .c-post-content--comment svg {
        width: 1.75rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-post-content--sub-category {
        padding-top: .75rem;
        padding-bottom: 1.75rem
    }

    .c-post-content--sub-category .grid-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .c-post-content--sub-category .cell {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .c-post-content--sub-category .c-post-content__excerpt {
        margin-bottom: 0
    }

    .c-post-content--sub-category .c-post-content__excerpt+.c-post-content__meta-after--has-author {
        margin-top: 2rem
    }

    .c-post-content--sub-category .c-post-content__publish-date {
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

.c-post-live__meta-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .25rem
}

.c-post-live__meta-before:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-live__meta-before {
        margin-bottom: .5rem
    }
}

.c-post-live__time-ago {
    margin-right: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1.2;
    color: #ff325c
}

.c-post-live__time-ago:last-child {
    margin-right: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-live__time-ago {
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-post-live__title {
    margin: 0;
    font-family: "Lora", serif;
    font-weight: 500;
    font-style: italic
}

.c-post-live__title a {
    color: inherit
}

.c-post-live__title a:hover {
    color: #27274c;
    text-decoration: underline
}

.c-post-live__date {
    display: block;
    margin-top: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.2
}

@media print, screen and (min-width: 48em) {
    .c-post-live__date {
        margin-top: 1.25rem;
        font-size: 0.75rem;
        line-height: 1.333333333
    }
}

.c-post-1-col .c-post-figure {
    margin-bottom: .75rem
}

.c-post-1-col-alt .c-post-figure {
    margin-bottom: .75rem
}

@media print, screen and (max-width: 35.99875em) {
    .c-post-1-col-alt--on-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-post-1-col-alt--on-small .c-post-figure {
        width: 4.375rem;
        margin-right: .75rem;
        margin-bottom: 0
    }

    .c-post-1-col-alt--on-small .c-post-figure .c-post-figure__image-container::before {
        padding-top: 100%
    }

    .c-post-1-col-alt--on-small .c-post-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

@media print, screen and (max-width: 47.99875em) {
    .c-post-1-col-alt--on-smedium {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-post-1-col-alt--on-smedium .c-post-figure {
        width: 4.375rem;
        margin-right: .75rem;
        margin-bottom: 0
    }

    .c-post-1-col-alt--on-smedium .c-post-figure .c-post-figure__image-container::before {
        padding-top: 100%
    }

    .c-post-1-col-alt--on-smedium .c-post-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

@media print, screen and (max-width: 61.99875em) {
    .c-post-1-col-alt--on-medium {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-post-1-col-alt--on-medium .c-post-figure {
        width: 4.375rem;
        margin-right: .75rem;
        margin-bottom: 0
    }

    .c-post-1-col-alt--on-medium .c-post-figure .c-post-figure__image-container::before {
        padding-top: 100%
    }

    .c-post-1-col-alt--on-medium .c-post-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

@media print, screen and (max-width: 74.99875em) {
    .c-post-1-col-alt--on-large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-post-1-col-alt--on-large .c-post-figure {
        width: 4.375rem;
        margin-right: .75rem;
        margin-bottom: 0
    }

    .c-post-1-col-alt--on-large .c-post-figure .c-post-figure__image-container::before {
        padding-top: 100%
    }

    .c-post-1-col-alt--on-large .c-post-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

@media print, screen and (max-width: 89.99875em) {
    .c-post-1-col-alt--on-xlarge {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-post-1-col-alt--on-xlarge .c-post-figure {
        width: 4.375rem;
        margin-right: .75rem;
        margin-bottom: 0
    }

    .c-post-1-col-alt--on-xlarge .c-post-figure .c-post-figure__image-container::before {
        padding-top: 100%
    }

    .c-post-1-col-alt--on-xlarge .c-post-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

@media print, screen and (max-width: 96.24875em) {
    .c-post-1-col-alt--on-xxlarge {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-post-1-col-alt--on-xxlarge .c-post-figure {
        width: 4.375rem;
        margin-right: .75rem;
        margin-bottom: 0
    }

    .c-post-1-col-alt--on-xxlarge .c-post-figure .c-post-figure__image-container::before {
        padding-top: 100%
    }

    .c-post-1-col-alt--on-xxlarge .c-post-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

.c-post-1-col-alt--on-xxxlarge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-post-1-col-alt--on-xxxlarge .c-post-figure {
    width: 4.375rem;
    margin-right: .75rem;
    margin-bottom: 0
}

.c-post-1-col-alt--on-xxxlarge .c-post-figure .c-post-figure__image-container::before {
    padding-top: 100%
}

.c-post-1-col-alt--on-xxxlarge .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.c-post-2-col__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin-left: -.75rem;
    margin-right: -.75rem
}

.c-post-2-col .grid-x {
    min-width: 100%
}

.c-post-2-col .cell {
    padding-left: .75rem;
    padding-right: .75rem
}

.c-post-2-col .c-post-content {
    min-height: 100%
}

.c-post-3-col .c-post-content {
    min-height: 100%
}

.c-posts-grid .c-post-3-col .grid-x {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.c-posts-grid .c-post-3-col .cell {
    padding-left: .75rem;
    padding-right: .75rem
}

@media print, screen and (max-width: 47.99875em) {
    .c-post-3-col--mobile-inline .cell:first-child {
        width: 4.375rem
    }

    .c-post-3-col--mobile-inline .cell:first-child .c-post-figure {
        margin-bottom: 0
    }

    .c-post-3-col--mobile-inline .cell:first-child .c-post-figure__image-container::before {
        padding-top: 100%
    }

    .c-post-3-col--mobile-inline .cell:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

.c-post-4-col__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin-left: -.75rem;
    margin-right: -.75rem
}

.c-post-4-col .grid-x {
    min-width: 100%
}

.c-post-4-col .cell {
    padding-left: .75rem;
    padding-right: .75rem
}

.c-post-4-col .c-post-content {
    min-height: 100%
}

.c-post-single {
    padding-top: 1.25rem
}

.c-post-single .grid-container:not(.full)>.grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.c-post-single .grid-padding-x>.cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.c-post-single__title {
    margin-bottom: .5rem
}

.c-post-single__title:last-child {
    margin-bottom: 0
}

.c-post-single__standfirst {
    margin-bottom: 1.25rem;
    font-family: "Atlas Grotesk", sans-serif;
    color: #151529
}

.c-post-single .c-in-post-related-post {
    margin-bottom: 2.5rem
}

@media print, screen and (min-width: 48em) {
    .c-post-single {
        margin-bottom: 2.5rem;
        padding-top: 2.5rem
    }

    .c-post-single__title {
        margin-bottom: 1.25rem
    }

    .c-post-single__standfirst {
        margin-bottom: 2rem
    }

    .c-post-single__border-bottom {
        display: block;
        border-bottom: 1px solid #dbdbdb
    }

    .c-post-single .c-in-post-related-post:last-child {
        margin-bottom: 0;
        border-bottom: 0
    }
}

@media print, screen and (min-width: 62em) {
    .c-post-single__header {
        margin-bottom: 2.5rem
    }
}

.c-post-single__header-meta-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .25rem
}

.c-post-single__header-meta-before:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-single__header-meta-before {
        margin-bottom: .5rem
    }
}

.c-post-single__header-meta-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .75rem
}

.c-post-single__header-meta-after:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-single__header-meta-after {
        margin-bottom: 1.25rem
    }
}

.c-post-single__header-category {
    margin-right: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-post-single__header-category:last-child {
    margin-right: 0
}

.c-post-single__header-category:hover {
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-post-single__header-category {
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-post-single__header-time-ago, .c-post-single__header-publish-date, .c-post-single__header-author {
    margin-right: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.5rem;
    line-height: 1.25;
    letter-spacing: 0.0075em
}

.c-post-single__header-time-ago:last-child, .c-post-single__header-publish-date:last-child, .c-post-single__header-author:last-child {
    margin-right: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-single__header-time-ago, .c-post-single__header-publish-date, .c-post-single__header-author {
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-post-single__header-author:hover {
    text-decoration: underline
}

.c-post-single__header-author::after {
    content: '|';
    margin-left: .75rem
}

.c-post-single__header-author:last-child::after {
    content: none
}

.c-post-single__header .c-post-figure {
    margin: 0
}

.c-post-single__header--no-image {
    border-bottom: 1px solid #dbdbdb
}

.c-post-single__content {
    padding-top: 2rem;
    margin-bottom: 2rem
}

@media print, screen and (min-width: 62em) {
    .c-post-single__content {
        padding-top: 0
    }
}

@media screen and (min-width: 75em) {
    .c-post-single__content-column {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.c-post-single__footer {
    margin-bottom: 2.5rem;
    font-family: "Atlas Grotesk", sans-serif
}

.c-post-single__footer-author {
    font-size: .875rem;
    line-height: 1.428571429;
    display: inline-block;
    margin: 0 0 .75rem;
    font-weight: 500;
    letter-spacing: 0.0075em
}

.c-post-single__footer-author:hover {
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-post-single__footer-author {
        font-size: 1.125rem;
        line-height: 1.222222222
    }
}

.c-post-single__footer-publish-date {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 0.5rem;
    line-height: 1.25;
    letter-spacing: 0.0075em
}

@media print, screen and (min-width: 48em) {
    .c-post-single__footer-publish-date {
        margin-bottom: 2.5rem;
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-post-single__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-post-single__tags .label {
    margin: 0 .75rem .75rem 0
}

.c-post-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-post-share {
        min-height: 3.375rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-post-share {
        display: block;
        min-height: 0;
        padding-top: 0;
        padding-bottom: 0
    }
}

.c-post-share__social-title {
    display: none
}

.c-post-share__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-post-share__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1.25rem;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease
}

.c-post-share__social-link svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0
}

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
    .c-post-share__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-post-share__social-title {
        margin: 0 1.5rem 0 0;
        font-size: 0.875rem;
        line-height: 1.285714286;
        letter-spacing: 0.0075em
    }
}

@media print, screen and (min-width: 48em) {
    .c-post-share__social-title {
        display: block;
        font-weight: normal
    }

    .c-post-share__social-link {
        width: 1.375rem;
        height: 1.375rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-post-share__social {
        border-bottom: 1px solid #dbdbdb
    }

    .c-post-share__social-title {
        margin: 0;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid #dbdbdb
    }

    .c-post-share__social-links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 3.375rem
    }

    .c-post-share__social-link {
        margin-right: 0
    }
}

.c-post-share__listen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease
}

.c-post-share__listen-text {
    position: relative;
    top: 1px;
    margin-right: .5rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.333333333;
    letter-spacing: 0.0075em;
    color: #151529
}

.c-post-share__listen-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem
}

.c-post-share__listen-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-share__listen-text {
        margin-right: .75rem;
        font-size: 0.875rem;
        line-height: 1.285714286
    }

    .c-post-share__listen-icon {
        width: 1.375rem;
        height: 1.375rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-post-share__listen {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 3.375rem
    }
}

.c-post-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #dbdbdb;
    background-color: #27274c
}

.c-post-submit__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    min-height: 100%;
    padding: .75rem;
    color: inherit
}

.c-post-submit__link>* {
    max-width: 100%
}

.c-post-submit__link:hover, .c-post-submit__link:focus {
    color: inherit
}

.c-post-submit__link:hover .c-post-submit__title, .c-post-submit__link:hover .c-more-link, .c-post-submit__link:focus .c-post-submit__title, .c-post-submit__link:focus .c-more-link {
    text-decoration: underline
}

.c-post-submit__link:focus {
    outline: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-submit__link {
        padding: 1.25rem
    }
}

.c-post-submit__title {
    color: #fff;
    margin-bottom: .75rem;
    text-decoration: none !important
}

.c-post-submit__title+.c-post-submit__excerpt {
    margin-top: -.25rem
}

.c-post-submit__title:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-submit__title {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

.c-post-submit__excerpt {
    margin-bottom: 1.25rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5
}

.c-post-submit__excerpt:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-post-submit__excerpt {
        margin-bottom: 2rem
    }
}

.c-post-submit__meta-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: auto
}

.c-post-submit .c-more-link {
    font-size: 0.75rem;
    color: #6ab9ff
}

.c-post-submit .c-more-link:hover {
    color: #44a7ff
}

.c-post-submit .c-more-link svg {
    width: 0.3125rem
}

@media print, screen and (min-width: 48em) {
    .c-post-submit .c-more-link {
        font-size: 0.875rem;
        line-height: 1.285714286
    }

    .c-post-submit .c-more-link svg {
        width: 0.375rem
    }
}

.c-post-search__publish-date {
    display: block;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.875rem;
    line-height: 1.285714286
}

@media print, screen and (min-width: 62em) {
    .c-post-search .c-post-content__excerpt {
        margin-bottom: 0
    }
}

.c-post-quote {
    position: relative;
    margin: 0 0 0 1.75rem;
    padding: .75rem 0 0;
    border: 0
}

.c-post-quote::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../img/icons/open-quote.svg");
    background-size: contain;
    background-position: center
}

.c-post-quote, .c-post-quote p {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.c-post-quote:last-child, .c-post-quote p:last-child {
    margin-bottom: 0
}

.c-post-quote__footer {
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #27274c
}

@media print, screen and (min-width: 48em) {
    .c-post-quote__footer {
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

.c-report-poster__link {
    position: relative;
    display: block;
    overflow: hidden
}

.c-report-poster__link:hover .c-report-poster__image {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05)
}

.c-report-poster__link:hover .c-report-poster__content {
    background-color: rgba(26, 30, 54, 0.75)
}

.c-report-poster__figure {
    position: relative;
    margin: 0
}

.c-report-poster__figure::before {
    content: '';
    display: block;
    padding-top: 125%
}

.c-report-poster__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: center;
    object-fit: center;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.c-report-poster__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: .75rem;
    color: #fff;
    background-color: rgba(26, 30, 54, 0.65);
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease
}

@media print, screen and (min-width: 48em) {
    .c-report-poster__content {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.c-report-poster__title {
    margin: auto 0 0 0;
    color: inherit
}

@media print, screen and (min-width: 48em) {
    .c-report-poster__title {
        font-size: 1.125rem;
        line-height: 1.333333333
    }
}

.c-report-poster__price {
    display: block;
    margin-bottom: 2rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.875rem;
    line-height: 1.285714286;
    letter-spacing: 0.0075em;
    color: #6ab9ff
}

@media print, screen and (min-width: 48em) {
    .c-report-poster__price {
        font-size: 1.25rem;
        line-height: 1.2
    }
}

.c-in-post-post__title {
    margin: 0 0 .75rem;
    font-size: .875rem;
    line-height: 1.428571429
}

@media print, screen and (min-width: 48em) {
    .c-in-post-post__title {
        margin: 0 0 1.25rem;
        font-size: 1.125rem;
        line-height: 1.333333333
    }
}

.c-in-post-post__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-in-post-post__article {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.c-in-post-post .c-post-figure {
    width: 4.375rem;
    margin-right: .5rem;
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-in-post-post .c-post-figure {
        width: 6.75rem;
        margin-right: 1.25rem
    }
}

.c-in-post-post .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.c-in-post-report__title {
    margin: 0 0 .75rem;
    font-size: .875rem;
    line-height: 1.428571429
}

@media print, screen and (min-width: 48em) {
    .c-in-post-report__title {
        margin: 0 0 1.25rem;
        font-size: 1.125rem;
        line-height: 1.333333333
    }
}

.c-in-post-report__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-in-post-report__wrapper {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.c-in-post-report .c-post-figure {
    width: 4.375rem;
    margin-right: .5rem;
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-in-post-report .c-post-figure {
        width: 4.75rem;
        margin-right: 1.25rem
    }
}

.c-in-post-report__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100%
}

.c-in-post-report__content-title {
    margin-bottom: .75rem
}

.c-in-post-report__content-title:last-child {
    margin-bottom: 0
}

.c-in-post-report__content-title a {
    color: inherit
}

.c-in-post-report__content-title a:hover {
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-in-post-report__content-title {
        font-size: 1.125rem;
        line-height: 1.333333333
    }
}

.c-in-post-report__content-link {
    margin-top: auto;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.333333333;
    letter-spacing: 0.03em;
    text-decoration: underline;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-in-post-report__content-link:last-child {
    margin-right: 0
}

.c-in-post-report__content-link:hover {
    text-decoration: none
}

.c-in-post-report__tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: .5rem 0 0;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.03em
}

.c-in-post-report__tagline img {
    width: auto;
    height: 0.8em;
    margin: 0;
    vertical-align: baseline
}

.c-in-post-report__tagline a {
    text-decoration: underline;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-in-post-report__tagline a:hover {
    text-decoration: none
}

@media print, screen and (max-width: 47.99875em) {
    .c-in-post-report__tagline>* {
        margin-right: .75rem
    }

    .c-in-post-report__tagline>*:last-child {
        margin-right: 0
    }
}

@media print, screen and (min-width: 48em) {
    .c-in-post-report__tagline {
        display: block;
        font-size: 0.75rem;
        line-height: 1.333333333
    }
}

.c-in-post-whitepaper__title {
    margin: 0 0 .75rem;
    font-size: .875rem;
    line-height: 1.428571429
}

@media print, screen and (min-width: 48em) {
    .c-in-post-whitepaper__title {
        margin: 0 0 1.25rem;
        font-size: 1.125rem;
        line-height: 1.333333333
    }
}

.c-in-post-whitepaper__article {
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-in-post-whitepaper__article {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.c-in-post-whitepaper .c-post-content__meta-after {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.c-in-post-figure {
    padding-top: .75rem;
    padding-bottom: 1.25rem;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-in-post-figure {
        padding-top: 1.25rem;
        padding-bottom: 1.5rem
    }
}

.c-in-post-figure .c-post-content {
    margin-bottom: .75rem
}

@media print, screen and (min-width: 48em) {
    .c-in-post-figure .c-post-content {
        margin-bottom: 1.25rem
    }
}

.c-in-post-figure__figure {
    margin: 0
}

.c-in-post-figure__figure>* {
    display: block;
    width: 100%;
    height: auto;
    margin: 0
}

.c-in-post-companies__title {
    font-size: .875rem;
    line-height: 1.428571429;
    margin: 0;
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-in-post-companies__title {
        font-size: 1.125rem;
        line-height: 1.333333333;
        padding-bottom: 1.25rem
    }
}

.c-in-post-companies__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 4.25rem;
    margin: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-in-post-companies__company {
        min-height: 5.5rem;
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.c-in-post-companies__logo {
    display: block;
    margin-left: 1.25rem
}

.c-in-post-companies__logo img {
    display: block;
    width: auto;
    max-width: 5.875rem;
    height: auto;
    max-height: 3.25rem;
    margin: 0
}

@media print, screen and (min-width: 48em) {
    .c-in-post-companies__logo {
        margin-left: 2rem
    }
}

.c-in-post-companies .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.c-in-post-related-post {
    padding-top: 1.25rem;
    padding-bottom: .75rem;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-in-post-related-post {
        padding-top: 1.25rem;
        padding-bottom: 1.5rem
    }
}

.c-in-post-related-post__title {
    margin: 0 0 .75rem;
    font-size: .875rem;
    line-height: 1.428571429
}

@media print, screen and (min-width: 48em) {
    .c-in-post-related-post__title {
        margin: 0 0 1.25rem;
        font-size: 1.125rem;
        line-height: 1.333333333
    }
}

@media print, screen and (min-width: 48em) {
    .c-in-post-related-post__article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media print, screen and (min-width: 48em) {
    .c-in-post-related-post .c-post-figure {
        width: 10.75rem;
        margin-right: 1.25rem
    }
}

.c-in-post-related-post .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.c-in-post-links-list__title {
    font-size: .875rem;
    line-height: 1.428571429;
    margin: 0;
    padding-bottom: .75rem
}

@media print, screen and (min-width: 48em) {
    .c-in-post-links-list__title {
        font-size: 1.125rem;
        line-height: 1.333333333;
        padding-bottom: 1.25rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-in-post-pull-quote {
        float: left;
        width: 22rem;
        margin-left: -10%;
        margin-right: 20px
    }
}

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
    .c-in-post-pull-quote blockquote p, .c-in-post-pull-quote blockquote cite {
        margin-left: -2.25rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-in-post-pull-quote {
        width: 25rem;
        margin-left: -35%;
        margin-right: 3.375rem
    }
}

@media screen and (min-width: 75em) {
    .c-in-post-pull-quote {
        margin-left: -37.5%
    }
}

.c-in-post-list-large {
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.333333333;
    color: #27274c
}

.c-in-post-list-large__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-in-post-list-large__item {
    margin-bottom: 1em
}

.c-in-post-list-large__item:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-in-post-list-large {
        font-size: 1.125rem
    }

    .c-in-post-list-large__item:nth-last-child(2) {
        margin-bottom: 0
    }
}

.c-posts-top-5__title {
    margin: 0;
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb;
    letter-spacing: 0.0075em
}

@media print, screen and (min-width: 48em) {
    .c-posts-top-5__title {
        font-size: 1.125rem;
        line-height: 1.333333333;
        padding-bottom: 1.25rem;
        font-weight: normal
    }
}

.c-posts-top-5__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 4rem;
    margin: 0;
    padding: .75rem 0;
    border-bottom: 1px solid #dbdbdb
}

.c-posts-top-5__post:last-child {
    min-height: 3.25rem;
    padding-bottom: 0;
    border-bottom: 0
}

.c-posts-top-5__post-index {
    display: block;
    margin-left: 2rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 0.75;
    color: #dbdbdb;
    opacity: 0.5
}

.c-posts-top-5__post .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

@media print, screen and (min-width: 48em) {
    .c-posts-top-5__post {
        min-height: 6.75rem
    }

    .c-posts-top-5__post:last-child {
        min-height: 6rem
    }
}

.c-posts-next {
    position: relative;
    margin-bottom: .75rem;
    overflow: hidden
}

.c-posts-next__title {
    margin: 0 0 .75rem
}

@media print, screen and (min-width: 48em) {
    .c-posts-next__title {
        margin-bottom: 1.25rem
    }
}

.c-posts-next__container {
    margin-left: -.75rem;
    margin-right: -.75rem;
    border-top: 1px solid #dbdbdb
}

.c-posts-next__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding: .75rem
}

.c-posts-next .c-post-content {
    width: 100%
}

.c-posts-next .cell {
    -webkit-box-shadow: 1px 0 0 0 #dbdbdb, 0 1px 0 0 #dbdbdb;
    box-shadow: 1px 0 0 0 #dbdbdb, 0 1px 0 0 #dbdbdb
}

.c-posts-grid {
    position: relative
}

.c-posts-grid__wrapper {
    overflow: hidden
}

.c-posts-grid__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: .75rem
}

@media print, screen and (min-width: 48em) {
    .c-posts-grid__header {
        padding-bottom: 1.25rem
    }
}

.c-posts-grid__title {
    margin: 0 auto 0 0
}

.c-posts-grid__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2rem
}

.c-posts-grid__tags:last-child {
    margin-right: 0
}

.c-posts-grid__tags .label {
    margin: 0 .75rem 0 0
}

.c-posts-grid__tags .label:last-child {
    margin-right: 0
}

.c-posts-grid__grid-container {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.c-posts-grid__grid-container .grid-x {
    min-height: 100%
}

.c-posts-grid__cell {
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb, inset -1px 0 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb, inset -1px 0 0 0 #dbdbdb;
    background-color: #fff
}

.c-posts-grid__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding: .75rem
}

.c-posts-grid__post>* {
    width: 100%
}

.c-posts-grid__post .c-post-1-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-posts-grid__post .c-post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 35rem
}

.c-posts-grid__post .c-post-content--sub-category {
    display: block;
    max-width: 100%
}

.c-posts-grid__post .c-post-content--sub-category .c-post-content__inner {
    max-width: 35rem
}

.c-posts-grid .c-posts-top-5 {
    padding-top: 1.5rem;
    padding-bottom: .75rem;
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb
}

.c-posts-grid .c-posts-top-5:only-child {
    min-height: 100%
}

.c-posts-grid .c-posts-top-5__title, .c-posts-grid .c-posts-top-5__post {
    padding-left: .75rem;
    padding-right: .75rem
}

@media print, screen and (min-width: 62em) {
    .c-posts-grid .c-posts-top-5 {
        padding-top: .75rem
    }
}

.c-posts-grid--bg-color-secondary {
    color: #dbdbdb;
    background-color: #27274c;
    border: 0
}

.c-posts-grid--bg-color-secondary .c-posts-grid__cell {
    background-color: #27274c;
    -webkit-box-shadow: -1px 0 0 0 rgba(219, 219, 219, 0.25), 0 -1px 0 0 rgba(219, 219, 219, 0.25);
    box-shadow: -1px 0 0 0 rgba(219, 219, 219, 0.25), 0 -1px 0 0 rgba(219, 219, 219, 0.25)
}

.c-posts-grid--bg-color-secondary .c-posts-grid__title, .c-posts-grid--bg-color-secondary .c-post-content__title {
    color: #fff
}

.c-posts-grid--bg-color-secondary .c-post-content__category, .c-posts-grid--bg-color-secondary .c-post-content__link, .c-posts-grid--bg-color-secondary .c-more-link {
    color: #6ab9ff
}

.c-posts-grid--bg-color-secondary .c-post-content__category:hover, .c-posts-grid--bg-color-secondary .c-post-content__link:hover, .c-posts-grid--bg-color-secondary .c-more-link:hover {
    color: #44a7ff
}

.c-posts-grid--bg-color-secondary .c-post-content--comment svg {
    color: rgba(255, 255, 255, 0.2)
}

@media print, screen and (min-width: 48em) {
    .c-posts-grid--bg-color-secondary .c-post-content--comment {
        padding-bottom: 2.625rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-posts-grid--social-profiles .c-posts-grid__post {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media screen and (min-width: 75em) {
    .c-posts-grid--social-profiles .c-posts-grid__cell {
        width: 20%
    }
}

.c-posts-grid--min-h-188 .c-posts-grid__post {
    min-height: 188px
}

.c-posts-grid--min-h-224 .c-posts-grid__post {
    min-height: 224px
}

.c-posts-list {
    overflow: hidden;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-posts-list {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.c-posts-list>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-posts-list>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-posts-list__cell {
    position: relative;
    background-color: #fff
}

.c-posts-list__cell::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 9999px;
    width: 150vw;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #dbdbdb
}

.c-posts-list__cell:first-child .c-posts-list__post {
    padding-top: 0
}

.c-posts-list__cell:last-child .c-posts-list__post {
    padding-bottom: 0
}

.c-posts-list__cell:last-child::after {
    display: none
}

.c-posts-list__post {
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media print, screen and (min-width: 48em) {
    .c-posts-list__post {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.c-posts-grid-pagination {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.c-posts-grid-pagination .cell {
    padding-left: .75rem;
    padding-right: .75rem
}

.c-posts-a-z {
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-posts-a-z {
        margin-bottom: 3.375rem;
        padding-bottom: 3.375rem
    }
}

.c-posts-a-z .cell:last-child {
    padding-top: 0.1875rem
}

@media print, screen and (min-width: 48em) {
    .c-posts-a-z .cell:last-child {
        padding-top: 0.5rem
    }
}

.c-posts-a-z__post {
    margin-bottom: 1.25rem
}

.c-posts-a-z__post:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-posts-a-z__post {
        max-width: 54.5454545455%
    }
}

.c-newsletter-signup {
    padding: 2rem 0;
    background-color: #f3f3f1;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup {
        padding-top: 3.375rem;
        padding-bottom: 0
    }
}

.c-newsletter-signup .grid-x {
    margin-left: -2rem;
    margin-right: -2rem
}

@media screen and (min-width: 75em) {
    .c-newsletter-signup .grid-x {
        margin-left: -3.375rem;
        margin-right: -3.375rem
    }
}

.c-newsletter-signup .cell {
    padding-left: 2rem;
    padding-right: 2rem
}

@media screen and (min-width: 75em) {
    .c-newsletter-signup .cell {
        padding-left: 3.375rem;
        padding-right: 3.375rem
    }
}

.c-newsletter-signup__title {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 .5rem
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup__title {
        margin-bottom: .75rem
    }
}

.c-newsletter-signup__text {
    font-family: "Atlas Grotesk", sans-serif;
    margin-bottom: 2rem;
    font-size: 0.75rem;
    line-height: 1.5
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup__text {
        font-size: 0.875rem;
        line-height: 1.571428571;
        margin-bottom: 0
    }
}

.c-newsletter-signup__email-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup__email-container {
        min-height: 11.25rem;
        padding-bottom: 3.375rem
    }
}

.c-newsletter-signup__email {
    position: relative
}

.c-newsletter-signup .c-input {
    margin: 0
}

.c-newsletter-signup__email-input {
    width: 100%;
    margin: 0;
    font-size: 1.125rem;
    border-color: #373997
}

.c-newsletter-signup__email-input:hover, .c-newsletter-signup__email-input:focus {
    border-color: #27274c
}

.c-newsletter-signup__email-input:hover+.c-newsletter-signup__email-button svg, .c-newsletter-signup__email-input:focus+.c-newsletter-signup__email-button svg {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-newsletter-signup__email-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 100%;
    cursor: pointer
}

.c-newsletter-signup__email-button svg {
    position: relative;
    display: block;
    top: 0.25rem;
    width: 0.5rem;
    height: auto;
    margin: 0;
    color: #373997;
    -webkit-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem);
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-newsletter-signup__email-button:hover svg {
    color: #27274c;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-newsletter-signup__email-button:focus {
    outline: 0
}

.c-newsletter-signup__extra-container {
    position: relative;
    display: none;
    padding-top: 2rem
}

.c-newsletter-signup__extra-container .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-newsletter-signup__extra-container .cell:last-child .button {
    margin-top: auto
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup__extra-container {
        padding-top: 3.375rem;
        padding-bottom: 3.375rem;
        border-top: 1px solid #dbdbdb
    }

    .c-newsletter-signup__extra-container .cell:last-child {
        padding-top: 0.25rem
    }
}

.c-newsletter-signup__close-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 2rem;
    right: 0;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1;
    color: #373997;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    cursor: pointer
}

.c-newsletter-signup__close-button svg {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 .5rem;
    color: inherit
}

.c-newsletter-signup__close-button:hover {
    color: #27274c
}

.c-newsletter-signup__close-button:focus {
    outline: 0
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup__close-button {
        top: -1px;
        padding-left: .75rem;
        font-size: 0.75rem;
        background-color: #f3f3f1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .c-newsletter-signup__close-button svg {
        width: 1.25rem;
        height: 1.25rem
    }
}

@media screen and (min-width: 96.25em) {
    .c-newsletter-signup__close-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 3.375rem;
        right: -5rem;
        padding-left: 0;
        background: none;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .c-newsletter-signup__close-button svg {
        margin: 0 0 .5rem
    }
}

.c-newsletter-signup__extra-text {
    margin-bottom: 1.25rem;
    padding-right: 6.25rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup__extra-text {
        font-size: 0.875rem;
        line-height: 1.571428571
    }
}

.c-newsletter-signup .c-checkbox {
    margin-bottom: 1.25rem
}

.c-newsletter-signup .c-checkbox:last-child {
    margin-bottom: 0
}

.c-newsletter-signup .button {
    display: block;
    width: 100%;
    margin-top: auto
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup hr {
        display: none
    }
}

.c-newsletter-signup-alt {
    padding: 2rem 0;
    color: #dbdbdb;
    background-color: #151529;
    border-top: 1px solid rgba(219, 219, 219, 0.25);
    -webkit-box-shadow: 0 1px 0 0 rgba(219, 219, 219, 0.25);
    box-shadow: 0 1px 0 0 rgba(219, 219, 219, 0.25);
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-alt {
        padding-top: 3.375rem;
        padding-bottom: 3.375rem
    }
}

.c-newsletter-signup-alt .grid-x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -2rem;
    margin-right: -2rem
}

@media print, screen and (min-width: 62em) {
    .c-newsletter-signup-alt .grid-x {
        margin-left: -3.375rem;
        margin-right: -3.375rem
    }
}

@media screen and (min-width: 75em) {
    .c-newsletter-signup-alt .grid-x {
        margin-left: -6.25rem;
        margin-right: -6.25rem
    }
}

.c-newsletter-signup-alt .cell {
    padding-left: 2rem;
    padding-right: 2rem
}

@media print, screen and (min-width: 62em) {
    .c-newsletter-signup-alt .cell {
        padding-left: 3.375rem;
        padding-right: 3.375rem
    }
}

@media screen and (min-width: 75em) {
    .c-newsletter-signup-alt .cell {
        position: relative;
        padding-left: 6.25rem;
        padding-right: 6.25rem
    }

    .c-newsletter-signup-alt .cell:last-child::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -1px;
        width: 1px;
        height: 200%;
        background-color: rgba(219, 219, 219, 0.25)
    }
}

.c-newsletter-signup-alt__title {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 .5rem;
    color: #fff
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-alt__title {
        font-size: 3rem;
        line-height: 1.25;
        margin-bottom: 1.25rem
    }
}

.c-newsletter-signup-alt__text {
    font-family: "Atlas Grotesk", sans-serif;
    margin-bottom: .75rem;
    font-size: 0.75rem;
    line-height: 1.5
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-alt__text {
        margin-bottom: 1.25rem;
        font-size: 0.875rem;
        line-height: 1.571428571
    }
}

.c-newsletter-signup-alt .c-more-link {
    margin-bottom: 2rem;
    color: #6ab9ff
}

.c-newsletter-signup-alt .c-more-link:hover {
    color: #44a7ff
}

.c-newsletter-signup-alt .c-more-link svg {
    top: 0
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-alt .c-more-link {
        margin-bottom: 5rem
    }

    .c-newsletter-signup-alt .c-more-link svg {
        display: none
    }
}

.c-newsletter-signup-alt__email-container {
    margin-bottom: 3.375rem
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-alt__email-container {
        margin-bottom: 0
    }
}

.c-newsletter-signup-alt__email {
    position: relative
}

.c-newsletter-signup-alt .c-input {
    margin: 0
}

.c-newsletter-signup-alt__email-input {
    width: 100%;
    margin: 0;
    font-size: 1.125rem;
    color: #fff;
    border-bottom-color: #6ab9ff
}

.c-newsletter-signup-alt__email-input::-webkit-input-placeholder {
    color: #dbdbdb;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease
}

.c-newsletter-signup-alt__email-input::-moz-placeholder {
    color: #dbdbdb;
    -moz-transition: color 0.25s ease;
    transition: color 0.25s ease
}

.c-newsletter-signup-alt__email-input:-ms-input-placeholder {
    color: #dbdbdb;
    -ms-transition: color 0.25s ease;
    transition: color 0.25s ease
}

.c-newsletter-signup-alt__email-input::-ms-input-placeholder {
    color: #dbdbdb;
    -ms-transition: color 0.25s ease;
    transition: color 0.25s ease
}

.c-newsletter-signup-alt__email-input::placeholder {
    color: #dbdbdb;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease
}

.c-newsletter-signup-alt__email-input:hover, .c-newsletter-signup-alt__email-input:focus {
    border-bottom-color: #44a7ff
}

.c-newsletter-signup-alt__email-input:hover::-webkit-input-placeholder, .c-newsletter-signup-alt__email-input:focus::-webkit-input-placeholder {
    color: #fff
}

.c-newsletter-signup-alt__email-input:hover::-moz-placeholder, .c-newsletter-signup-alt__email-input:focus::-moz-placeholder {
    color: #fff
}

.c-newsletter-signup-alt__email-input:hover:-ms-input-placeholder, .c-newsletter-signup-alt__email-input:focus:-ms-input-placeholder {
    color: #fff
}

.c-newsletter-signup-alt__email-input:hover::-ms-input-placeholder, .c-newsletter-signup-alt__email-input:focus::-ms-input-placeholder {
    color: #fff
}

.c-newsletter-signup-alt__email-input:hover::placeholder, .c-newsletter-signup-alt__email-input:focus::placeholder {
    color: #fff
}

.c-newsletter-signup-alt__email-input:hover+.c-newsletter-signup-alt__email-button svg, .c-newsletter-signup-alt__email-input:focus+.c-newsletter-signup-alt__email-button svg {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-newsletter-signup-alt__email-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 100%;
    cursor: pointer
}

.c-newsletter-signup-alt__email-button svg {
    position: relative;
    display: block;
    top: 0.25rem;
    width: 0.5rem;
    height: auto;
    margin: 0;
    color: #6ab9ff;
    -webkit-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem);
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-newsletter-signup-alt__email-button:hover svg {
    color: #44a7ff;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-newsletter-signup-alt__email-button:focus {
    outline: 0
}

.c-newsletter-signup-alt__latest {
    position: relative;
    display: block;
    margin: 0
}

.c-newsletter-signup-alt__latest-title {
    margin: 0 0 .75rem;
    font-weight: normal;
    color: #fff
}

.c-newsletter-signup-alt__latest-post .c-post-content__title {
    color: #fff
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-alt__latest-title {
        margin-bottom: 1.25rem;
        font-size: 1rem
    }
}

.c-newsletter-signup-alt__close-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1;
    color: #6ab9ff;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    cursor: pointer
}

.c-newsletter-signup-alt__close-button svg {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 .5rem;
    color: inherit
}

.c-newsletter-signup-alt__close-button:hover {
    color: #44a7ff
}

.c-newsletter-signup-alt__close-button:focus {
    outline: 0
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-alt__close-button {
        top: -2.5rem;
        font-size: 0.75rem
    }

    .c-newsletter-signup-alt__close-button svg {
        width: 1.25rem;
        height: 1.25rem
    }
}

@media screen and (min-width: 96.25em) {
    .c-newsletter-signup-alt__close-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 1.25rem;
        right: -5rem;
        padding-left: 0;
        background: none;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .c-newsletter-signup-alt__close-button svg {
        margin: 0 0 .5rem
    }
}

.c-newsletter-signup-alt__extra-container {
    position: relative;
    display: none
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-alt__extra-container {
        padding-top: 1.25rem
    }
}

.c-newsletter-signup-alt .c-checkbox {
    margin-bottom: 1.25rem;
    color: inherit
}

.c-newsletter-signup-alt .c-checkbox:last-of-type {
    margin-bottom: 2rem
}

.c-newsletter-signup-alt .c-checkbox:last-child {
    margin-bottom: 0
}

.c-newsletter-signup-alt .c-checkbox__label {
    color: inherit
}

.c-newsletter-signup-alt .c-checkbox__label a {
    color: #6ab9ff
}

.c-newsletter-signup-alt .c-checkbox__label a:hover {
    color: #44a7ff;
    text-decoration: underline
}

.c-newsletter-signup-alt .c-checkbox--large {
    margin-right: 5rem
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-alt .c-checkbox--large {
        margin-right: 0
    }
}

.c-newsletter-signup-alt .button {
    display: block;
    width: 100%;
    margin-top: auto
}

.c-newsletter-signup-alt hr {
    border-color: rgba(219, 219, 219, 0.25)
}

.c-newsletter-signup-grid {
    padding: .75rem;
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb
}

.c-newsletter-signup-grid__title {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 .5rem
}

@media print, screen and (min-width: 48em) {
    .c-newsletter-signup-grid__title {
        margin-bottom: .75rem
    }
}

.c-newsletter-signup-grid__text {
    font-family: "Atlas Grotesk", sans-serif;
    margin-bottom: 2rem;
    font-size: 0.75rem;
    line-height: 1.5
}

.c-newsletter-signup-grid__email-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-newsletter-signup-grid__email {
    position: relative
}

.c-newsletter-signup-grid .c-input {
    margin: 0
}

.c-newsletter-signup-grid__email-input {
    width: 100%;
    margin: 0;
    border-color: #373997
}

.c-newsletter-signup-grid__email-input:hover, .c-newsletter-signup-grid__email-input:focus {
    border-color: #27274c
}

.c-newsletter-signup-grid__email-input:hover+.c-newsletter-signup-grid__email-button svg, .c-newsletter-signup-grid__email-input:focus+.c-newsletter-signup-grid__email-button svg {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-newsletter-signup-grid__email-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 100%;
    cursor: pointer
}

.c-newsletter-signup-grid__email-button svg {
    position: relative;
    display: block;
    top: 0.1875rem;
    width: 0.5rem;
    height: auto;
    margin: 0;
    color: #373997;
    -webkit-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem);
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-newsletter-signup-grid__email-button:hover svg {
    color: #27274c;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-newsletter-signup-grid__email-button:focus {
    outline: 0
}

.c-newsletter-signup-grid__extra-container {
    position: relative;
    display: none;
    padding-top: 2rem
}

.c-newsletter-signup-grid__extra-container .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-newsletter-signup-grid__extra-container .cell:last-child .button {
    margin-top: auto
}

.c-newsletter-signup-grid__close-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 2rem;
    right: 0;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1;
    color: #373997;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    cursor: pointer
}

.c-newsletter-signup-grid__close-button svg {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 .5rem;
    color: inherit
}

.c-newsletter-signup-grid__close-button:hover {
    color: #27274c
}

.c-newsletter-signup-grid__close-button:focus {
    outline: 0
}

.c-newsletter-signup-grid__extra-text {
    margin-bottom: 1.25rem;
    padding-right: 6.25rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5
}

.c-newsletter-signup-grid .c-checkbox {
    margin-bottom: 1.25rem
}

.c-newsletter-signup-grid .c-checkbox:last-child {
    margin-bottom: 0
}

.c-newsletter-signup-grid .c-checkbox__label {
    top: 0;
    font-size: 0.625rem;
    line-height: 1.4
}

.c-newsletter-signup-grid .c-checkbox--large .c-checkbox__label {
    top: 0.125rem;
    font-size: 0.75rem;
    line-height: 1.666666667
}

.c-newsletter-signup-grid .button {
    display: block;
    width: 100%;
    margin-top: auto
}

.c-search-full {
    padding: .75rem 0;
    background-color: #f3f3f1
}

@media print, screen and (min-width: 48em) {
    .c-search-full {
        padding-top: 3.375rem;
        padding-bottom: 3.375rem
    }
}

.c-search-full .grid-x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -2rem;
    margin-right: -2rem
}

@media screen and (min-width: 75em) {
    .c-search-full .grid-x {
        margin-left: -3.375rem;
        margin-right: -3.375rem
    }
}

.c-search-full .cell {
    padding-left: 2rem;
    padding-right: 2rem
}

@media screen and (min-width: 75em) {
    .c-search-full .cell {
        padding-left: 3.375rem;
        padding-right: 3.375rem
    }
}

.c-search-full__title {
    margin: 0 0 .5rem
}

@media print, screen and (min-width: 48em) {
    .c-search-full__title {
        margin-bottom: .75rem
    }
}

.c-search-full__text {
    font-family: "Atlas Grotesk", sans-serif;
    margin-bottom: 2rem;
    font-size: 0.75rem;
    line-height: 1.5
}

@media print, screen and (min-width: 48em) {
    .c-search-full__text {
        font-size: 0.875rem;
        line-height: 1.571428571;
        margin-bottom: 0
    }
}

.c-search-full__search {
    position: relative
}

.c-search-full__search-input {
    width: 100%;
    margin: 0;
    padding-right: 3.5rem
}

.c-search-full__search-input:focus+.c-search-full__search-button svg {
    -webkit-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem)
}

.c-search-full__search-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 2.5rem;
    cursor: pointer
}

.c-search-full__search-button svg {
    display: block;
    width: 1.125rem;
    height: auto;
    margin: 0;
    color: #373997;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-search-full__search-button:hover svg {
    color: #27274c
}

.c-search-full__search-button:focus {
    outline: 0
}

@media print, screen and (min-width: 48em) {
    .c-search-full__search-button {
        height: 3rem
    }

    .c-search-full__search-button svg {
        width: 1.375rem
    }
}

.c-carousel-4-col {
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col {
        border-top: 1px solid #dbdbdb
    }
}

.c-carousel-4-col__wrapper {
    overflow: hidden
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col__container {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

.c-carousel-4-col__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 100%;
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
    .c-carousel-4-col__header {
        padding-bottom: 1.25rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col__header {
        display: block;
        margin-bottom: auto;
        padding-top: .75rem;
        padding-bottom: 2rem;
        border-bottom: 0
    }

    .c-carousel-4-col__header-cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-shadow: inset -1px 0 0 0 #dbdbdb;
        box-shadow: inset -1px 0 0 0 #dbdbdb;
        padding-left: .75rem;
        padding-right: .75rem
    }

    .c-carousel-4-col--no-borders .c-carousel-4-col__header-cell {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .c-carousel-4-col__header .c-more-link svg {
        display: none
    }
}

.c-carousel-4-col__logo {
    display: none
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col__logo {
        display: block;
        width: 5rem;
        max-width: 100%;
        height: auto;
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

.c-carousel-4-col__title {
    margin: 0 1.25rem 0 0
}

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
    .c-carousel-4-col__title {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col__title {
        margin-right: 0;
        margin-bottom: 1.25rem
    }
}

.c-carousel-4-col .c-more-link {
    margin-left: auto
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col .c-more-link {
        margin-left: 0
    }
}

.c-carousel-4-col__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin-left: -.75rem;
    margin-right: -.75rem
}

.c-carousel-4-col__slider.flickity-enabled {
    display: block
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col__slider-cell {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .c-carousel-4-col__slider .flickity-slider {
        min-height: 13.75rem
    }
}

.c-carousel-4-col__slider-controls {
    display: none
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col__slider-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: .75rem
    }
}

.c-carousel-4-col__slider-prev, .c-carousel-4-col__slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    color: #373997;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    cursor: pointer
}

.c-carousel-4-col__slider-prev:disabled, .c-carousel-4-col__slider-next:disabled {
    opacity: 0.25;
    pointer-events: none;
    cursor: default
}

.c-carousel-4-col__slider-prev:hover, .c-carousel-4-col__slider-next:hover {
    color: #27274c
}

.c-carousel-4-col__slider-prev:focus, .c-carousel-4-col__slider-next:focus {
    outline: 0
}

.c-carousel-4-col__slider-prev svg, .c-carousel-4-col__slider-next svg {
    display: block;
    width: 0.5rem;
    height: auto;
    margin: 0
}

.c-carousel-4-col__slider-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-carousel-4-col__slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.c-carousel-4-col__slider-dot {
    display: block;
    width: 1.25rem;
    height: 0.375rem;
    margin-right: 0.375rem;
    background-color: #dbdbdb;
    border-radius: 0.375rem;
    cursor: pointer;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-carousel-4-col__slider-dot:last-child {
    margin-right: 0
}

.c-carousel-4-col__slider-dot:hover {
    background-color: #27274c
}

.c-carousel-4-col__slider-dot:focus {
    outline: none
}

.c-carousel-4-col__slider-dot--active {
    background-color: #373997;
    pointer-events: none;
    cursor: default
}

.c-carousel-4-col__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15rem;
    max-width: 75vw;
    min-height: 100%
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col__slide {
        width: 33.3333333333%
    }
}

.c-carousel-4-col__slide:first-child .c-carousel-4-col__post {
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-carousel-4-col__post {
    width: 100%;
    padding: .75rem;
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb
}

.c-carousel-4-col__post .c-post-content {
    min-height: 100%
}

.c-carousel-4-col__post .c-report {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.c-carousel-4-col--bg-color-secondary {
    padding-top: .75rem;
    color: #dbdbdb;
    background-color: #27274c;
    border-top-color: rgba(219, 219, 219, 0.25);
    border-bottom-color: rgba(219, 219, 219, 0.25)
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__header {
    border-bottom-color: rgba(219, 219, 219, 0.25)
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__post {
    -webkit-box-shadow: -1px 0 0 0 rgba(219, 219, 219, 0.25);
    box-shadow: -1px 0 0 0 rgba(219, 219, 219, 0.25)
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__title, .c-carousel-4-col--bg-color-secondary .c-post-content__title {
    color: #fff
}

.c-carousel-4-col--bg-color-secondary .c-more-link {
    color: #6ab9ff
}

.c-carousel-4-col--bg-color-secondary .c-more-link:hover {
    color: #44a7ff
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-prev, .c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-next {
    color: #6ab9ff
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-prev:hover, .c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-next:hover {
    color: #44a7ff
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-dot:hover {
    background-color: #44a7ff
}

.c-carousel-4-col--bg-color-secondary .c-carousel-4-col__slider-dot--active {
    background-color: #6ab9ff
}

@media print, screen and (min-width: 48em) {
    .c-carousel-4-col--bg-color-secondary {
        padding-top: 1.25rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col--bg-color-secondary {
        padding-top: 0
    }

    .c-carousel-4-col--bg-color-secondary .c-carousel-4-col__header-cell {
        -webkit-box-shadow: inset -1px 0 0 0 rgba(219, 219, 219, 0.25);
        box-shadow: inset -1px 0 0 0 rgba(219, 219, 219, 0.25)
    }
}

.c-carousel-4-col--inner-padding {
    padding-top: 2rem;
    padding-bottom: 1.25rem
}

@media print, screen and (min-width: 48em) {
    .c-carousel-4-col--inner-padding {
        padding-top: 3.375rem;
        padding-bottom: 2.625rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col--inner-padding {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

.c-carousel-4-col--no-border {
    border-bottom: 0
}

.c-carousel-4-col--no-border .c-carousel-4-col__header-cell, .c-carousel-4-col--no-border .c-carousel-4-col__post {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col--no-border {
        border-top: 0
    }
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col--no-border-top {
        border-top: 0
    }
}

.c-carousel-4-col--no-border-bottom {
    border-bottom: 0
}

.c-carousel-4-col--no-border-between .c-carousel-4-col__header-cell, .c-carousel-4-col--no-border-between .c-carousel-4-col__post {
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-carousel-4-col-live__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-carousel-4-col-live__header {
        padding-bottom: 1.25rem
    }
}

.c-carousel-4-col-live__title {
    margin: 0 auto 0 0
}

.c-carousel-4-col-live__container {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem
}

.c-carousel-4-col-live__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%
}

.c-carousel-4-col-live__slider.flickity-enabled {
    display: block
}

.c-carousel-4-col-live__slider .flickity-viewport {
    overflow: visible
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col-live__slider .flickity-slider {
        min-height: 13.75rem
    }
}

.c-carousel-4-col-live__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15rem;
    max-width: 75vw;
    min-height: 100%;
    padding-top: 1.5rem
}

@media print, screen and (min-width: 48em) {
    .c-carousel-4-col-live__slide {
        padding-top: 2rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col-live__slide {
        width: 25%
    }
}

.c-carousel-4-col-live__post {
    width: 100%;
    padding: 0 .75rem 1.5rem;
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb, inset 0 -1px 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb, inset 0 -1px 0 0 #dbdbdb
}

.c-carousel-4-col-live .c-post-live {
    position: relative;
    margin-top: -0.1875rem
}

.c-carousel-4-col-live .c-post-live::before {
    content: '';
    position: absolute;
    display: block;
    top: 0.1875rem;
    left: -1rem;
    width: 0.4375rem;
    height: 0.4375rem;
    background-color: #ff325c;
    border-radius: 50%
}

@media print, screen and (min-width: 48em) {
    .c-carousel-4-col-live .c-post-live {
        margin-top: -0.3125rem
    }

    .c-carousel-4-col-live .c-post-live::before {
        top: 0.3125rem;
        left: -1.0625rem;
        width: 0.5625rem;
        height: 0.5625rem
    }
}

.c-carousel-4-col-tweets {
    border-bottom: 1px solid #dbdbdb
}

.c-carousel-4-col-tweets__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-carousel-4-col-tweets__header {
        padding-bottom: 1.25rem
    }
}

.c-carousel-4-col-tweets__title {
    margin: 0 auto 0 0
}

.c-carousel-4-col-tweets__container {
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem
}

.c-carousel-4-col-tweets__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%
}

.c-carousel-4-col-tweets__slider.flickity-enabled {
    display: block
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col-tweets__slider .flickity-slider {
        min-height: 13.75rem
    }
}

.c-carousel-4-col-tweets__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15rem;
    max-width: 75vw;
    min-height: 100%;
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb
}

.c-carousel-4-col-tweets__slide:first-child {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media print, screen and (min-width: 62em) {
    .c-carousel-4-col-tweets__slide {
        width: 25%
    }
}

.c-carousel-4-col-tweets__post {
    width: 100%;
    padding: .75rem
}

.c-image-carousel {
    position: relative;
    overflow: hidden
}

.c-image-carousel__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-image-carousel__slider.flickity-enabled {
    display: block
}

.c-image-carousel__slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .75rem
}

.c-image-carousel__slider-prev, .c-image-carousel__slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    color: #373997;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    cursor: pointer
}

.c-image-carousel__slider-prev:disabled, .c-image-carousel__slider-next:disabled {
    opacity: 0.25;
    pointer-events: none;
    cursor: default
}

.c-image-carousel__slider-prev:hover, .c-image-carousel__slider-next:hover {
    color: #27274c
}

.c-image-carousel__slider-prev:focus, .c-image-carousel__slider-next:focus {
    outline: 0
}

.c-image-carousel__slider-prev svg, .c-image-carousel__slider-next svg {
    display: block;
    width: 0.5rem;
    height: auto;
    margin: 0
}

.c-image-carousel__slider-prev {
    margin-right: .75rem
}

.c-image-carousel__slider-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: .75rem
}

.c-image-carousel__slider-dots {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.c-image-carousel__slider-dot {
    display: block;
    width: 100%;
    min-width: 0.375rem;
    max-width: 1.25rem;
    height: 0.375rem;
    margin: 0 0.375rem 0 0;
    background-color: #dbdbdb;
    border-radius: 0.375rem;
    cursor: pointer;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-image-carousel__slider-dot:last-child {
    margin-right: 0
}

.c-image-carousel__slider-dot:hover {
    background-color: #27274c
}

.c-image-carousel__slider-dot:focus {
    outline: none
}

.c-image-carousel__slider-dot--active {
    background-color: #373997;
    pointer-events: none;
    cursor: default
}

@media print, screen and (min-width: 48em) {
    .c-image-carousel__slider-dot {
        width: 1.25rem
    }
}

.c-image-carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0
}

.c-image-carousel .c-post-figure {
    width: 100%;
    margin: 0
}

.c-image-carousel-3-col {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    .c-image-carousel-3-col {
        padding-bottom: 1.25rem
    }
}

.c-image-carousel-3-col__title {
    font-size: .875rem;
    line-height: 1.428571429;
    margin: 0 0 1.25rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-image-carousel-3-col__title {
        font-size: 1.125rem;
        line-height: 1.333333333;
        padding-bottom: 1.25rem
    }
}

.c-image-carousel-3-col__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -.625rem;
    margin-right: -.625rem
}

.c-image-carousel-3-col__slider.flickity-enabled {
    display: block
}

.c-image-carousel-3-col__slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media print, screen and (min-width: 48em) {
    .c-image-carousel-3-col__slider-controls {
        position: absolute;
        top: 0;
        right: 0;
        min-height: 1.5rem;
        margin-top: 2rem;
        padding: 0
    }
}

.c-image-carousel-3-col__slider-prev, .c-image-carousel-3-col__slider-next {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    color: #373997;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    cursor: pointer
}

.c-image-carousel-3-col__slider-prev:disabled, .c-image-carousel-3-col__slider-next:disabled {
    opacity: 0.25;
    pointer-events: none;
    cursor: default
}

.c-image-carousel-3-col__slider-prev:hover, .c-image-carousel-3-col__slider-next:hover {
    color: #27274c
}

.c-image-carousel-3-col__slider-prev:focus, .c-image-carousel-3-col__slider-next:focus {
    outline: 0
}

.c-image-carousel-3-col__slider-prev svg, .c-image-carousel-3-col__slider-next svg {
    display: block;
    width: 0.5rem;
    height: auto;
    margin: 0
}

@media print, screen and (min-width: 48em) {
    .c-image-carousel-3-col__slider-prev, .c-image-carousel-3-col__slider-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-image-carousel-3-col__slider-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-image-carousel-3-col__slider-dots {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.c-image-carousel-3-col__slider-dot {
    display: block;
    width: 100%;
    min-width: 0.375rem;
    max-width: 1.25rem;
    height: 0.375rem;
    margin-right: 0.375rem;
    background-color: #dbdbdb;
    border-radius: 0.375rem;
    cursor: pointer;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-image-carousel-3-col__slider-dot:last-child {
    margin-right: 0
}

.c-image-carousel-3-col__slider-dot:hover {
    background-color: #27274c
}

.c-image-carousel-3-col__slider-dot:focus {
    outline: none
}

.c-image-carousel-3-col__slider-dot--active {
    background-color: #373997;
    pointer-events: none;
    cursor: default
}

@media print, screen and (min-width: 48em) {
    .c-image-carousel-3-col__slider-dot {
        width: 1.25rem
    }
}

.c-image-carousel-3-col__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding-left: .625rem;
    padding-right: .625rem
}

@media print, screen and (min-width: 36em) {
    .c-image-carousel-3-col__slide {
        width: 50%
    }
}

@media print, screen and (min-width: 62em) {
    .c-image-carousel-3-col__slide {
        width: 33.3333333333%
    }
}

.c-image-carousel-3-col .c-post-figure {
    width: 100%;
    margin: 0
}

.c-graph-carousel-3-col {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden
}

.c-graph-carousel-3-col__title {
    margin: 0 0 .5rem;
    text-align: center
}

@media print, screen and (min-width: 48em) {
    .c-graph-carousel-3-col__title {
        margin-bottom: .75rem
    }
}

.c-graph-carousel-3-col__standfirst {
    margin: 0 0 1.5rem;
    font-size: 0.875rem;
    line-height: 1.285714286;
    text-align: center
}

@media print, screen and (min-width: 48em) {
    .c-graph-carousel-3-col__standfirst {
        margin-bottom: 2rem;
        font-size: inherit;
        line-height: inherit
    }
}

.c-graph-carousel-3-col__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -.75rem;
    margin-right: -.75rem;
    border-top: 1px solid #dbdbdb
}

.c-graph-carousel-3-col__slider.flickity-enabled {
    display: block
}

.c-graph-carousel-3-col__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 85%;
    margin: 0;
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-graph-carousel-3-col__slide {
        width: 41.6666666667%
    }
}

@media print, screen and (min-width: 62em) {
    .c-graph-carousel-3-col__slide {
        width: 33.3333333333%
    }
}

.c-graph-carousel-3-col__graph {
    padding: .75rem
}

.c-graph-carousel-3-col__graph-title {
    margin: 0 0 .75rem
}

@media print, screen and (min-width: 48em) {
    .c-graph-carousel-3-col__graph-title {
        font-size: .875rem;
        line-height: 1.428571429
    }
}

.c-graph-carousel-3-col figure {
    width: 100%
}

.c-company-header {
    position: relative;
    margin-top: 1.25rem;
    font-family: "Atlas Grotesk", sans-serif;
    color: #151529;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    .c-company-header {
        margin-top: 2.5rem;
        padding-bottom: 1.25rem
    }
}

.c-company-header>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-company-header>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-company-header__title {
    margin: 0 0 .25rem
}

@media print, screen and (min-width: 48em) {
    .c-company-header__title {
        margin-bottom: 1.25rem;
        padding-right: 11.75rem
    }
}

.c-company-header__standfirst {
    margin: 0 0 1.25rem;
    font-size: 0.75rem;
    line-height: 1.333333333
}

@media print, screen and (min-width: 48em) {
    .c-company-header__standfirst {
        padding-right: 11.75rem;
        font-size: 1.125rem
    }
}

.c-company-header__company {
    margin-right: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-company-header__company:last-child {
    margin-right: 0
}

.c-company-header__company:hover {
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-company-header__company {
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-company-header__publish-date {
    margin-right: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.0075em
}

.c-company-header__publish-date:last-child {
    margin-right: 0
}

@media print, screen and (min-width: 48em) {
    .c-company-header__publish-date {
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-company-header__meta-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .25rem
}

.c-company-header__meta-before:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-company-header__meta-before {
        margin-bottom: .5rem
    }
}

.c-company-header__meta-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .75rem
}

.c-company-header__meta-after:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-company-header__meta-after {
        margin-bottom: 1.25rem
    }
}

.c-company-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-company-header__logo img {
    display: block;
    width: auto;
    max-width: 75%;
    height: auto;
    max-height: 2rem;
    margin: 0
}

@media print, screen and (min-width: 48em) {
    .c-company-header__logo {
        position: absolute;
        top: 0;
        right: 0
    }

    .c-company-header__logo img {
        max-width: 9.25rem;
        max-height: 5.375rem
    }
}

.c-company-header__meta-grid {
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    .c-company-header__meta-grid {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        font-size: 0.875rem;
        line-height: 1.714285714
    }

    .c-company-header__meta-grid .cell {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
        box-shadow: -1px 0 0 0 #dbdbdb
    }
}

@media print, screen and (min-width: 62em) {
    .c-company-header__meta-grid {
        padding-top: 1.25rem
    }
}

@media screen and (min-width: 75em) {
    .c-company-header__meta-grid {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .c-company-header__meta-grid .cell {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.c-company-header__buttons-grid {
    margin-left: -.375rem;
    margin-right: -.375rem
}

.c-company-header__buttons-grid .cell {
    padding-left: .375rem;
    padding-right: .375rem
}

@media print, screen and (min-width: 48em) and (max-width: 61.99875em) {
    .c-company-header__buttons-grid {
        margin-bottom: 1.25rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-company-header__buttons-grid .cell {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media print, screen and (min-width: 62em) {
    .c-company-header__buttons-grid .cell {
        margin-bottom: .75rem
    }

    .c-company-header__buttons-grid .cell:last-child {
        margin-bottom: 0
    }
}

.c-company-header__extra-grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: -.375rem;
    margin-right: -.375rem;
    margin-top: .75rem;
    margin-bottom: .75rem
}

.c-company-header__extra-grid .cell {
    padding-left: .375rem;
    padding-right: .375rem;
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-company-header__extra-grid {
        display: none !important
    }
}

.c-company-header__extra-toggle-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.333333333;
    color: inherit
}

.c-company-header__extra-toggle-button:hover {
    color: #27274c;
    text-decoration: underline
}

.c-company-header__extra-toggle-button svg {
    position: relative;
    display: block;
    top: 1px;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0 0 .5rem;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.c-company-header__extra-toggle-button.active svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.c-company-header__extra-content {
    display: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1.333333333;
    border-top: 1px solid #dbdbdb
}

.c-company-header__extra-content hr {
    margin-top: .75rem;
    margin-bottom: .75rem
}

@media print, screen and (min-width: 48em) {
    .c-company-header__extra-content {
        display: none !important
    }
}

@media print, screen and (min-width: 48em) {
    .c-company-header__links-toggle-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.125rem;
        margin-left: 2.5rem;
        font-size: 0.875rem;
        color: inherit;
        line-height: 1.285714286
    }

    .c-company-header__links-toggle-button:hover {
        color: #27274c;
        text-decoration: underline
    }

    .c-company-header__links-toggle-button svg {
        position: relative;
        display: block;
        top: 1px;
        width: 0.875rem;
        height: 0.875rem;
        margin: 0 0 0 .5rem;
        pointer-events: none;
        -webkit-transition: -webkit-transform 0.25s ease;
        transition: -webkit-transform 0.25s ease;
        transition: transform 0.25s ease;
        transition: transform 0.25s ease, -webkit-transform 0.25s ease
    }

    .c-company-header__links-toggle-button.active svg {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }
}

.c-company-header__links-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
    width: 100%;
    padding-top: 1.5rem
}

.c-company-header__contacts-cell-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-company-header__address {
    margin: 0
}

.c-company-header__address a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-company-header__address a:hover {
    color: #27274c;
    text-decoration: none
}

@media print, screen and (min-width: 48em) {
    .c-company-header__address a {
        color: #515151;
        text-decoration: none
    }

    .c-company-header__address a:hover {
        text-decoration: underline
    }
}

.c-company-header__contacts {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-company-header__contacts li {
    margin-bottom: .75rem
}

.c-company-header__contacts li:last-child {
    margin-bottom: 0
}

.c-company-header__contacts a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem;
    color: inherit;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-company-header__contacts a svg {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-company-header__contacts a:hover {
    color: #27274c;
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-company-header__contacts {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .c-company-header__contacts li {
        margin-bottom: .5rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-company-header__contacts li {
        margin-bottom: 1.125rem
    }
}

.c-company-header__form {
    display: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #515151;
    border-bottom: 1px solid #dbdbdb
}

.c-company-header__form>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-company-header__form>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-company-header__form .c-textarea {
    margin-top: .5rem;
    margin-bottom: 1.25rem
}

.c-company-header__form .c-checkbox {
    margin-bottom: .75rem
}

.c-company-header__form .button {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48em) {
    .c-company-header__form {
        padding-bottom: 0;
        border-bottom: 0
    }

    .c-company-header__form>.grid-x {
        padding-top: 1.25rem;
        border-top: 1px solid #dbdbdb
    }

    .c-company-header__form .cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-company-header__form .cell>* {
        max-width: 100%
    }

    .c-company-header__form .c-textarea {
        margin-top: 1.25rem;
        margin-bottom: 0
    }

    .c-company-header__form .c-checkbox {
        width: 100%
    }

    .c-company-header__form .c-checkbox:first-child {
        margin-top: 1.25rem
    }

    .c-company-header__form .button {
        margin-top: auto
    }
}

.c-company-header__share-open-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.333333333;
    color: #373997
}

.c-company-header__share-open-button:hover {
    color: #27274c
}

.c-company-header__share-open-button svg {
    display: block;
    width: 0.875rem;
    height: auto;
    margin: 0 0 0 .5rem;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

@media print, screen and (min-width: 48em) {
    .c-company-header__share-open-button {
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-company-header__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 .375rem;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-company-header__share--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.c-company-header__share-container {
    display: none;
    position: relative;
    padding-left: .75rem;
    border-left: 1px solid #dbdbdb
}

.c-company-header__share-link, .c-company-header__share-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1.25rem;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease
}

.c-company-header__share-link:last-child, .c-company-header__share-close:last-child {
    margin-right: 0
}

.c-company-header__share-link svg, .c-company-header__share-close svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0
}

@media print, screen and (min-width: 48em) {
    .c-company-header__share {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        left: .75rem;
        width: auto;
        padding: 0
    }

    .c-company-header__share-container {
        display: block
    }
}

.c-company-header__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: .75rem;
    margin-bottom: .75rem
}

.c-company-header__file-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .75rem
}

.c-company-header__file-title svg {
    display: block;
    width: 1.5rem;
    height: auto;
    margin: 0 .75rem 0 0
}

.c-company-header__file-title span {
    display: block;
    margin: 0
}

.c-company-header__file-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.333333333;
    color: #27274c
}

.c-company-header__file-link:hover {
    color: #27274c;
    text-decoration: underline
}

.c-company-header__file-link svg {
    display: block;
    width: 0.5rem;
    height: auto;
    margin: 0 0 0 .75rem
}

@media print, screen and (min-width: 48em) {
    .c-company-header__file {
        min-height: 100%;
        margin-top: 0;
        margin-bottom: 0
    }

    .c-company-header__file-title span {
        font-size: 1.125rem;
        line-height: 1.333333333
    }

    .c-company-header__file-link {
        margin-top: auto;
        font-size: 0.875rem;
        line-height: 1.285714286
    }

    .c-company-header__file-link svg {
        width: 0.5rem
    }
}

.c-company-header .button svg {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.c-company-header .button.active svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.c-company-header--product .c-company-header__title {
    margin-bottom: .75rem
}

@media print, screen and (min-width: 48em) {
    .c-company-header--product .c-company-header__title {
        margin-bottom: 1.25rem
    }
}

.c-company-header--product .c-company-header__meta-after {
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-company-header--product .c-company-header__meta-after {
        padding-bottom: 2rem;
        border-bottom: 0
    }
}

@media print, screen and (min-width: 48em) {
    .c-company-header--product .c-company-header__meta-grid {
        padding-top: 1.25rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-company-header--product .c-company-header__buttons-grid {
        margin-bottom: 0
    }

    .c-company-header--product .c-company-header__buttons-grid .cell {
        margin-bottom: .75rem
    }

    .c-company-header--product .c-company-header__buttons-grid .cell:last-child {
        margin-bottom: 0
    }
}

.c-company-header--product .c-company-header__form {
    border-bottom: 0
}

.c-company-header--press-release {
    border-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-company-header--press-release {
        border-bottom: 1px solid #dbdbdb
    }
}

.c-company-header--press-release .c-company-header__title {
    margin-bottom: .75rem
}

@media print, screen and (min-width: 48em) {
    .c-company-header--press-release .c-company-header__title {
        margin-bottom: 1.25rem
    }
}

.c-company-header--press-release .c-company-header__meta-after {
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-company-header--press-release .c-company-header__meta-after {
        padding-bottom: 2rem;
        border-bottom: 0
    }
}

@media print, screen and (min-width: 48em) {
    .c-company-header--press-release .c-company-header__meta-grid {
        padding-top: 1.25rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-company-header--press-release .c-company-header__buttons-grid {
        margin-bottom: 0
    }

    .c-company-header--press-release .c-company-header__buttons-grid .cell {
        margin-bottom: 0
    }
}

.c-company-header--whitepaper .c-company-header__logo {
    top: 2rem
}

.c-company-header--whitepaper .c-company-header__title {
    margin-bottom: .75rem
}

@media print, screen and (min-width: 48em) {
    .c-company-header--whitepaper .c-company-header__title {
        margin-bottom: 1.25rem
    }
}

.c-company-header--whitepaper .c-company-header__meta-after {
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-company-header--whitepaper .c-company-header__meta-after {
        border-bottom: 0
    }
}

.c-awards-header {
    position: relative;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    font-family: "Atlas Grotesk", sans-serif;
    color: #151529;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    .c-awards-header {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.c-awards-header>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-awards-header>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-awards-header__title {
    margin: 0 0 .25rem
}

@media print, screen and (min-width: 48em) {
    .c-awards-header__title {
        margin-bottom: 1.25rem;
        padding-right: 11.25rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-awards-header__title {
        padding-right: 15rem
    }
}

.c-awards-header__standfirst {
    margin: 0 0 .75rem;
    font-size: 0.75rem;
    line-height: 1.333333333
}

@media print, screen and (min-width: 48em) {
    .c-awards-header__standfirst {
        margin-bottom: 2.5rem;
        padding-right: 11.25rem;
        font-size: 1.125rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-awards-header__standfirst {
        padding-right: 15rem
    }
}

.c-awards-header__logo {
    margin: 0 0 1.25rem
}

.c-awards-header__logo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0
}

@media print, screen and (min-width: 48em) {
    .c-awards-header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0
    }

    .c-awards-header__logo img {
        width: auto;
        max-width: 10rem;
        max-height: 6.25rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-awards-header__logo img {
        max-width: 12.25rem;
        max-height: 7rem
    }
}

.c-awards-header__cta-text {
    margin: 0 0 .75rem;
    font-size: 0.75rem;
    line-height: 1.333333333
}

@media print, screen and (min-width: 48em) {
    .c-awards-header__cta-text {
        margin-bottom: 1.25rem;
        font-size: 0.875rem;
        line-height: 1.285714286;
        color: #515151
    }
}

.c-search-results-title {
    margin: .75rem 0
}

@media print, screen and (min-width: 48em) {
    .c-search-results-title {
        margin: 1.5rem 0
    }
}

.c-search-results-title__label {
    display: block;
    margin-bottom: .25rem;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.333333333;
    color: dimgray
}

@media print, screen and (min-width: 48em) {
    .c-search-results-title__label {
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

.c-search-results-title__query {
    display: block
}

.c-event {
    border: 1px solid #151529;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.2;
    color: #27274c
}

@media print, screen and (min-width: 48em) {
    .c-event {
        font-size: 0.75rem;
        line-height: 1.333333333
    }
}

.c-event__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: .75rem;
    -webkit-box-shadow: -1px 0 0 0 #151529, 0 1px 0 0 #151529;
    box-shadow: -1px 0 0 0 #151529, 0 1px 0 0 #151529
}

.c-event__cell--button {
    padding: 0
}

@media print, screen and (min-width: 48em) {
    .c-event__cell {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .c-event__cell--title {
        padding: 1.25rem
    }

    .c-event__cell--date {
        width: 12.5rem;
        padding: 1.25rem
    }

    .c-event__cell--button {
        padding: 0
    }
}

.c-event__title {
    margin: 0
}

.c-event__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 3.125rem;
    margin: 0 .5rem 0 0;
    font-weight: normal;
    color: #515151
}

@media print, screen and (min-width: 48em) {
    .c-event__subtitle {
        font-size: .625rem;
        line-height: 1.2;
        width: 100%;
        margin-right: 0;
        margin-bottom: .25rem
    }
}

.c-event__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.c-event__date-text {
    margin: 0;
    white-space: nowrap
}

.c-event__date svg {
    display: block;
    width: auto;
    height: 1.25rem;
    margin: 0 .75rem 0 0
}

@media print, screen and (min-width: 48em) {
    .c-event__date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .c-event__date-text {
        font-size: 1.125rem;
        line-height: 1.333333333
    }

    .c-event__date svg {
        height: 2.5rem;
        margin-right: 0;
        margin-bottom: .75rem
    }
}

.c-event__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background-color: #373997;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-event__button:hover, .c-event__button:focus {
    color: #fff;
    background-color: #27274c
}

.c-event__button:focus {
    outline: 0
}

@media print, screen and (min-width: 48em) {
    .c-event__button {
        height: 3.25rem;
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

.c-event p {
    margin: 0
}

.c-event a:not([class^='c-']) {
    color: inherit;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-event a:not([class^='c-']):hover, .c-event a:not([class^='c-']):focus {
    color: #373997;
    text-decoration: underline
}

.c-event a:not([class^='c-']):focus {
    outline: 0
}

.c-events-section>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-events-section>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-events-section__title {
    margin: 0 0 .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-events-section__title {
        margin-bottom: 2rem;
        padding-bottom: 1.25rem
    }
}

.c-events-section__cell {
    margin-bottom: .75rem
}

.c-events-section__cell:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-events-section__cell {
        margin-bottom: 2rem
    }
}

.c-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #c8c8c8 #dbdbdb;
    scrollbar-width: thin;
    scrollbar-width: none
}

.c-calendar-nav::-webkit-scrollbar {
    display: none;
    height: 1px
}

.c-calendar-nav::-webkit-scrollbar-track {
    height: 1px;
    background-color: #dbdbdb
}

.c-calendar-nav::-webkit-scrollbar-thumb {
    height: 1px;
    background-color: dimgray
}

.c-calendar-nav__section {
    margin-bottom: -1px;
    padding-top: .5rem;
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #dbdbdb
}

.c-calendar-nav__section:last-child {
    border-right: 0
}

@media print, screen and (min-width: 48em) {
    .c-calendar-nav__section {
        padding-top: .75rem;
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-calendar-nav__year {
    margin: 0 0 .5rem;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.111111111;
    color: dimgray
}

@media print, screen and (min-width: 48em) {
    .c-calendar-nav__year {
        margin-bottom: .75rem
    }
}

.c-event-submit-header {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
    font-family: "Atlas Grotesk", sans-serif
}

@media print, screen and (min-width: 48em) {
    .c-event-submit-header {
        margin-top: 2.5rem;
        margin-bottom: 3.375rem
    }
}

.c-event-submit-header__title {
    margin: 0 0 .75rem
}

.c-event-submit-header p {
    max-width: 47rem;
    font-size: 0.875rem;
    line-height: 1.428571429
}

.c-event-submit-header p:last-child {
    margin-bottom: 0
}

.c-event-submit {
    margin-bottom: 1.5rem
}

@media print, screen and (min-width: 48em) {
    .c-event-submit {
        margin-bottom: 5rem
    }
}

.c-event-submit__section {
    display: none;
    padding-top: 1.25rem
}

.c-event-submit__section--active {
    display: block
}

@media print, screen and (min-width: 48em) {
    .c-event-submit__section {
        padding-top: 1.5rem
    }
}

.c-event-submit__section-title {
    margin: 0 0 .75rem
}

.c-event-submit__section-title+p {
    margin-top: -0.5rem
}

@media print, screen and (min-width: 48em) {
    .c-event-submit__section-title+p {
        margin-top: 0
    }
}

.c-event-submit__section>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-event-submit__section>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-event-submit__section p {
    margin-bottom: 1.5rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.333333333
}

.c-event-submit__section .c-input {
    margin-bottom: 1.25rem
}

.c-event-submit__section .c-checkbox {
    margin-bottom: .75rem
}

.c-event-submit__section .button {
    margin-top: .25rem
}

@media print, screen and (min-width: 48em) {
    .c-event-submit__section .button {
        margin-top: .75rem
    }
}

.c-event-submit__nav {
    margin: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.333333333
}

@media print, screen and (min-width: 48em) {
    .c-event-submit__nav {
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

.c-event-submit__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.c-event-submit__nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    border-right: 1px solid #dbdbdb
}

.c-event-submit__nav-item:first-child .c-event-submit__nav-link {
    padding-left: 0
}

.c-event-submit__nav-item:last-child {
    border-right: 0
}

.c-event-submit__nav-item:last-child .c-event-submit__nav-link {
    padding-right: 0
}

.c-event-submit__nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -1px;
    padding: 1.25rem .75rem;
    font-weight: 500;
    color: #27274c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-event-submit__nav-link:hover, .c-event-submit__nav-link:focus {
    color: #373997
}

.c-event-submit__nav-link:focus {
    outline: 0
}

.c-event-submit__nav-link-step {
    display: block
}

.c-event-submit__nav-link-title {
    display: none
}

.c-event-submit__nav-link-check {
    position: absolute;
    top: 50%;
    right: .75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-event-submit__nav-link-check svg {
    display: block;
    width: 0.875rem;
    height: auto;
    margin: 0;
    color: #373997
}

.c-event-submit__nav-link--active {
    -webkit-box-shadow: inset 0 -0.25rem 0 0 #373997;
    box-shadow: inset 0 -0.25rem 0 0 #373997;
    pointer-events: none
}

.c-event-submit__nav-link--done {
    pointer-events: auto
}

.c-event-submit__nav-link--done .c-event-submit__nav-link-check {
    opacity: 1
}

@media print, screen and (min-width: 48em) {
    .c-event-submit__nav-link {
        padding: .75rem 1.25rem
    }

    .c-event-submit__nav-link-step {
        margin-bottom: .25rem;
        font-weight: normal;
        font-size: 0.75rem;
        line-height: 1.333333333
    }

    .c-event-submit__nav-link-title {
        display: block
    }

    .c-event-submit__nav-link-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        right: 0;
        height: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        border-left: 1px solid #dbdbdb;
        -webkit-transform: none;
        transform: none
    }

    .c-event-submit__nav-link-check svg {
        width: 1.125rem
    }
}

.c-influencer-dashboard-header {
    text-align: center
}

.c-influencer-dashboard-header__tag-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 0 .75rem;
    font-size: 0.75rem;
    line-height: 1.333333333
}

.c-influencer-dashboard-header__tag-line-img {
    display: block;
    width: auto;
    height: 0.625rem;
    margin: 0 0 0 0.3125rem
}

@media print, screen and (min-width: 48em) {
    .c-influencer-dashboard-header__tag-line {
        margin-bottom: .25rem;
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

.c-influencer-dashboard-header__title {
    margin: 0 0 .25rem
}

@media print, screen and (min-width: 48em) {
    .c-influencer-dashboard-header__title {
        margin-bottom: .75rem
    }
}

.c-influencer-dashboard-header__standfirst {
    max-width: 46.25rem;
    margin: 0 auto 1.25rem;
    font-size: 0.875rem;
    line-height: 1.428571429
}

@media print, screen and (min-width: 48em) {
    .c-influencer-dashboard-header__standfirst {
        margin-bottom: 2.5rem;
        font-size: inherit;
        line-height: inherit
    }
}

.c-influencer-dashboard-header .c-search {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto
}

.c-social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Atlas Grotesk", sans-serif;
    text-align: center
}

.c-social-profile .c-post-figure {
    width: 5rem;
    margin: 0 auto .75rem
}

@media print, screen and (min-width: 48em) {
    .c-social-profile .c-post-figure {
        width: 6rem
    }
}

.c-social-profile__title {
    font-size: 1.125rem;
    line-height: 1.333333333;
    margin: 0 0 .25rem
}

.c-social-profile__subtitle {
    display: block;
    margin: 0 0 .25rem;
    font-size: 0.75rem;
    line-height: 1.333333333;
    color: #27274c
}

@media print, screen and (min-width: 48em) {
    .c-social-profile__subtitle {
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-social-profile__link {
    display: block;
    margin: 0;
    font-size: 0.625rem;
    line-height: 1.2;
    color: inherit;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-social-profile__link:hover, .c-social-profile__link:focus {
    text-decoration: underline;
    color: #373997
}

.c-social-profile__link:focus {
    outline: 0
}

@media print, screen and (min-width: 48em) {
    .c-social-profile__link {
        font-size: 0.75rem;
        line-height: 1.333333333
    }
}

.c-post-tweet {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5
}

.c-post-tweet .svg-icon-twitter {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.25rem;
    height: auto;
    margin: 0;
    color: #373997
}

.c-post-tweet .c-post-figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2rem;
    margin-right: .75rem
}

.c-post-tweet__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-post-tweet__title {
    margin: 0 0 .25rem;
    padding-right: 2rem
}

@media print, screen and (min-width: 48em) {
    .c-post-tweet__title {
        font-size: .875rem;
        line-height: 1.428571429
    }
}

.c-post-tweet__link {
    display: block;
    margin: 0 0 .75rem;
    color: inherit;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-post-tweet__link:hover, .c-post-tweet__link:focus {
    text-decoration: underline;
    color: #373997
}

.c-post-tweet__link:focus {
    outline: 0
}

.c-post-tweet__text {
    margin: 0 0 1.5rem
}

.c-post-tweet__meta-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto
}

.c-post-tweet__likes, .c-post-tweet__retweets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.25rem
}

.c-post-tweet__likes:last-child, .c-post-tweet__retweets:last-child {
    margin-right: 0
}

.c-post-tweet__likes svg, .c-post-tweet__retweets svg {
    display: block;
    width: auto;
    height: 1rem;
    margin-right: .5rem;
    color: #373997
}

.c-covid-dashboard-header {
    text-align: center
}

.c-covid-dashboard-header__category {
    margin-bottom: .25rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-covid-dashboard-header__category:hover {
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-covid-dashboard-header__category {
        margin-bottom: .5rem;
        font-size: 0.75rem;
        line-height: 1.333333333
    }
}

.c-covid-dashboard-header__title {
    margin: 0 0 .5rem
}

.c-covid-dashboard-header__title span {
    font-size: 1.125rem;
    line-height: 1.333333333;
    display: block
}

@media print, screen and (min-width: 48em) {
    .c-covid-dashboard-header__title {
        margin-bottom: 1.25rem
    }

    .c-covid-dashboard-header__title span {
        font-size: 2rem;
        line-height: 1.25
    }
}

.c-covid-dashboard-header__standfirst {
    max-width: 46.25rem;
    margin: 0 auto;
    font-size: 0.875rem;
    line-height: 1.428571429
}

@media print, screen and (min-width: 48em) {
    .c-covid-dashboard-header__standfirst {
        font-size: inherit;
        line-height: inherit
    }
}

.c-covid-stats {
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

.c-covid-stats .grid-x {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.c-covid-stats .cell {
    padding: .75rem;
    -webkit-box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb;
    box-shadow: -1px 0 0 0 #dbdbdb, 0 -1px 0 0 #dbdbdb
}

@media screen and (min-width: 75em) {
    .c-covid-stats .grid-x {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    .c-covid-stats .cell {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.c-covid-stat {
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.2
}

@media print, screen and (min-width: 48em) {
    .c-covid-stat {
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-covid-stat__title {
    margin: 0 0 .25rem;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.c-covid-stat__number {
    font-size: 1.5rem;
    line-height: 1.25;
    display: block;
    margin: 0 0 .75rem;
    font-weight: 500;
    color: #27274c
}

@media print, screen and (min-width: 48em) {
    .c-covid-stat__number {
        font-size: 2rem;
        line-height: 1.25
    }
}

.c-covid-stat__meta-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-covid-stat__number-change {
    display: block;
    margin-right: .25rem;
    font-weight: 500
}

@media print, screen and (min-width: 48em) {
    .c-covid-stat__number-change {
        margin-right: .5rem
    }
}

.c-covid-stat__number-label {
    display: block
}

.c-covid-header-live__title {
    margin: 0 0 .75rem;
    font-weight: normal
}

.c-advertise-2-col {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.333333333;
    color: #fff;
    background-color: #151529
}

@media print, screen and (min-width: 48em) {
    .c-advertise-2-col {
        padding-top: 3.375rem;
        padding-bottom: 0;
        font-size: inherit;
        line-height: inherit
    }
}

.c-advertise-2-col__title {
    margin: 0 0 .5rem;
    text-align: center;
    color: inherit
}

@media print, screen and (min-width: 48em) {
    .c-advertise-2-col__title {
        margin-bottom: 1.25rem
    }
}

.c-advertise-2-col__standfirst {
    margin: 0 0 1.5rem;
    text-align: center
}

@media print, screen and (min-width: 48em) {
    .c-advertise-2-col__standfirst {
        margin-bottom: 3.375rem
    }
}

.c-advertise-2-col .cell:first-child {
    border-top: 1px solid rgba(219, 219, 219, 0.25)
}

@media print, screen and (min-width: 48em) {
    .c-advertise-2-col .cell {
        border-top: 1px solid rgba(219, 219, 219, 0.25);
        padding-bottom: 3.375rem
    }

    .c-advertise-2-col .cell:first-child {
        padding-right: 1.25rem;
        border-right: 1px solid rgba(219, 219, 219, 0.25)
    }

    .c-advertise-2-col .cell:last-child {
        padding-left: 1.25rem
    }
}

.c-advertise-2-col__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    padding-top: 2.5rem;
    color: #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-advertise-2-col__post {
        max-width: 23rem;
        margin: 0 auto;
        font-size: 0.875rem;
        line-height: 1.428571429
    }
}

.c-advertise-2-col__post .c-post-figure {
    max-width: 12.5rem;
    margin: 0 auto 2rem
}

@media print, screen and (min-width: 48em) {
    .c-advertise-2-col__post .c-post-figure {
        max-width: 18.5rem
    }
}

.c-advertise-2-col__post h2 {
    margin: 0 0 1.25rem;
    text-align: center;
    color: #fff
}

@media print, screen and (max-width: 47.99875em) {
    .c-advertise-2-col__post h2 {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

.c-advertise-2-col__post p {
    width: 100%
}

.c-advertise-2-col__post p:last-of-type {
    margin-bottom: 1.5rem
}

@media print, screen and (min-width: 48em) {
    .c-advertise-2-col__post p:last-of-type {
        margin-bottom: 2rem
    }
}

.c-advertise-2-col__post .button {
    margin-top: auto
}

.c-client-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25rem;
    margin-bottom: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    color: #151529
}

@media print, screen and (min-width: 48em) {
    .c-client-header {
        margin-top: 2rem;
        margin-bottom: 1.5rem
    }
}

.c-client-header__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.c-client-header__title {
    margin: 0 0 .25rem
}

@media print, screen and (min-width: 48em) {
    .c-client-header__title {
        margin-bottom: .5rem
    }
}

.c-client-header__standfirst {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.428571429
}

@media print, screen and (min-width: 48em) {
    .c-client-header__standfirst {
        font-size: inherit;
        line-height: inherit
    }
}

.c-client-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 5rem;
    margin: 0 0 0 1.25rem
}

.c-client-header__logo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0
}

@media print, screen and (min-width: 48em) {
    .c-client-header__logo {
        max-width: 10rem
    }
}

.c-contact-header__title {
    margin: 0 0 .5rem
}

@media print, screen and (min-width: 48em) {
    .c-contact-header__title {
        margin-bottom: 1.25rem
    }
}

.c-contact-header__standfirst {
    margin: 0;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.875rem;
    line-height: 1.428571429
}

@media print, screen and (min-width: 48em) {
    .c-contact-header__standfirst {
        max-width: 41rem;
        font-size: inherit;
        line-height: inherit
    }
}

.c-contact-grid {
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.875rem;
    line-height: 1.428571429;
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    .c-contact-grid {
        font-size: inherit;
        line-height: inherit
    }
}

.c-contact-grid>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-contact-grid>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-contact-grid .grid-x {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-contact-grid .cell {
        -webkit-box-shadow: -1px 0 0 0 #dbdbdb;
        box-shadow: -1px 0 0 0 #dbdbdb
    }
}

.c-contact-grid__section {
    margin: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 1px solid #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-contact-grid__section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media print, screen and (min-width: 62em) {
    .c-contact-grid__section {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.c-contact-grid__section>*:last-child {
    margin-bottom: 0
}

.c-contact-grid__section h2 {
    margin: 0 0 1.25rem
}

@media print, screen and (min-width: 48em) {
    .c-contact-grid__section h2 {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

.c-contact-grid__section h3 {
    margin: 1.25rem 0 .25rem
}

.c-contact-grid__section h3:first-child {
    margin-top: 0
}

@media print, screen and (min-width: 48em) {
    .c-contact-grid__section h3 {
        font-size: .875rem;
        line-height: 1.428571429
    }
}

.c-contact-grid__section p {
    margin-top: .5rem
}

.c-contact-grid__figure {
    margin: .75rem 0
}

.c-contact-grid__figure img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0
}

.c-contact-grid__figure+p, .c-contact-grid__figure+div {
    font-size: 0.875rem;
    line-height: 1.428571429
}

.c-project-single-meta {
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.875rem;
    line-height: 1.571428571;
    color: #151529;
    border-top: 1px solid #dbdbdb;
    overflow: hidden
}

.c-project-single-meta .grid-x {
    margin-left: -.75rem;
    margin-right: -.75rem
}

@media print, screen and (min-width: 48em) {
    .c-project-single-meta .grid-x {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

.c-project-single-meta .cell {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
    -webkit-box-shadow: 0 -1px 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb;
    box-shadow: 0 -1px 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb
}

@media print, screen and (min-width: 48em) {
    .c-project-single-meta .cell {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.c-project-single-meta__title {
    margin: 0 0 .25rem
}

.c-project-single-meta__text {
    display: block;
    margin: 0
}

.c-deals-data-credits {
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    line-height: 1.333333333
}

.c-deals-data-credits p {
    margin: 0 0 .5rem
}

.c-deals-data-credits p:last-child {
    margin-bottom: 0
}

.c-deals-data-credits img {
    display: block;
    max-width: 5.625rem;
    height: auto;
    margin: 0 0 .5rem
}

.c-deals-data-credits a {
    text-decoration: underline
}

.c-deals-data-credits a:hover {
    text-decoration: none
}

.c-title-and-tabs-2-col {
    border-bottom: 1px solid #dbdbdb
}

.c-title-and-tabs-2-col .grid-x {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.c-title-and-tabs-2-col .grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-title-and-tabs-2-col .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-title-and-tabs-2-col__title {
    margin: 0;
    font-weight: normal
}

.c-title-and-tabs-2-col .c-tabs-nav {
    margin-bottom: -1px
}

.c-author-header {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: "Atlas Grotesk", sans-serif;
    text-align: center
}

@media print, screen and (min-width: 48em) {
    .c-author-header {
        margin-top: 3.375rem;
        margin-bottom: 3.375rem
    }
}

.c-author-header__title {
    margin: 0 0 .75rem
}

@media print, screen and (min-width: 48em) {
    .c-author-header__title {
        font-size: 3rem;
        line-height: 1.25
    }
}

.c-author-header__standfirst {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.333333333
}

@media print, screen and (min-width: 48em) {
    .c-author-header__standfirst {
        font-size: inherit;
        line-height: inherit
    }
}

.c-404 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.875rem;
    line-height: 1.428571429;
    text-align: center
}

@media print, screen and (min-width: 48em) {
    .c-404 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-404 {
        font-size: inherit;
        line-height: inherit
    }
}

.c-404__title {
    margin: 0 0 .75rem
}

@media print, screen and (min-width: 48em) {
    .c-404__title {
        font-size: 3rem;
        line-height: 1.25
    }
}

.c-404__standfirst {
    margin: 0 0 5rem;
    color: #151529
}

@media print, screen and (min-width: 48em) {
    .c-404__standfirst {
        margin-bottom: 2rem;
        font-size: 1.5rem;
        line-height: 1.333333333
    }
}

.c-404__search-text {
    margin: 0 0 .75rem
}

@media print, screen and (min-width: 48em) {
    .c-404__search-text {
        margin-bottom: 2rem
    }
}

.c-404 .c-search {
    max-width: 35rem;
    margin: 0 auto
}

.c-404-shape {
    max-width: 13.75rem;
    margin: 0 auto 1.5rem;
    font-size: 3.125rem;
    line-height: 1;
    color: #373997
}

.c-404-shape__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7.875rem;
    margin-bottom: .75rem;
    border: 0.1875rem solid #151529
}

.c-404-shape__bottom {
    display: block;
    max-width: 6.25rem;
    height: 0.625rem;
    margin: 0 auto;
    border: 0.1875rem solid #151529
}

@media print, screen and (min-width: 48em) {
    .c-404-shape {
        max-width: 26.625rem;
        margin-bottom: 2.5rem;
        font-size: 5.625rem
    }

    .c-404-shape__top {
        height: 14.875rem;
        margin-bottom: 1.5rem
    }

    .c-404-shape__bottom {
        max-width: 11.625rem;
        height: 1rem
    }
}

.c-post-sponsor {
    font-size: 0.75rem;
    font-family: "Atlas Grotesk", sans-serif
}

.c-post-sponsor__ad {
    display: block;
    margin-top: .25rem;
    margin-bottom: 1.25rem
}

.c-post-sponsor__sponsor {
    font-weight: 500
}

.c-post-sponsor__button {
    max-width: 174px;
    margin-bottom: 1.25rem
}

.c-ticker-stocks {
    height: 3.125rem;
    background-color: #27274c;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

@media print, screen and (min-width: 48em) {
    .c-ticker-stocks {
        font-size: 0.75rem;
        height: 3.875rem
    }
}

.c-ticker-stocks__ticker {
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.c-ticker-stocks__ticker-item {
    padding: 0 2rem;
    width: 16rem
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.c-ticker-stocks--pause-on-hover:hover .c-ticker-stocks__ticker {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.c-ticker-stocks__total {
    color: #b7b7ce
}

.c-ticker-stocks .svg-icon-caret-up {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.25rem
}

.c-ticker-stocks__change--positive {
    color: #1ac1a9
}

.c-ticker-stocks__change--negative {
    color: #ff325c
}

.c-ticker-stocks__change--negative .svg-icon-caret-up {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.c-ticker-news {
    background-color: #27274c;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    padding-left: 10rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-news {
        padding-left: 16rem;
        font-size: 0.75rem
    }
}

.c-ticker-news__header {
    background-color: #27274c;
    font-size: 0.75rem;
    line-height: 1.375;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-right: 1px solid #4e4e73;
    padding: 0 0.75rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-news__header {
        font-size: 1.125rem;
        width: 16rem
    }
}

.c-ticker-news__ticker {
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 4.75rem
}

.c-ticker-news__ticker-item {
    padding: 0 0.75rem;
    min-width: 16rem;
    border-left: 1px solid #4e4e73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print, screen and (min-width: 48em) {
    .c-ticker-news__ticker-item {
        padding: 0 1.25rem;
        width: 20rem
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.c-ticker-news--pause-on-hover:hover .c-ticker-news__ticker {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.c-ticker-news__title, .c-ticker-news__title>a {
    color: #fff
}

.c-ticker-news__time {
    color: #6ab9ff;
    font-size: 0.625rem;
    margin-top: .25rem
}

.c-ticker-deals {
    background-color: #27274c;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    padding-left: 10rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-deals {
        padding-left: 16rem;
        font-size: 0.75rem
    }
}

.c-ticker-deals__header {
    background-color: #27274c;
    font-size: 0.75rem;
    line-height: 1.375;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.4375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-right: 1px solid #4e4e73;
    padding: 0 0.75rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-deals__header {
        height: 3.875rem;
        font-size: 1.125rem;
        width: 16rem
    }
}

.c-ticker-deals__ticker {
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 3.4375rem
}

.c-ticker-deals__ticker-item {
    padding: 0 0.75rem;
    border-left: 1px solid #4e4e73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 14rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-deals__ticker-item {
        padding: 0 1.25rem;
        min-width: 16rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-ticker-deals__ticker {
        height: 3.875rem
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.c-ticker-deals__deal {
    color: #c6c6db;
    margin-top: 0.15rem
}

.c-ticker-deals__chip {
    background-color: #48e2cc;
    color: #27274c;
    padding: 0 0.25rem;
    display: inline-block
}

.c-ticker-deals--pause-on-hover:hover .c-ticker-deals__ticker {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.c-ticker-deals__title, .c-ticker-deals__title>a {
    color: #fff
}

.c-ticker-stats {
    background-color: #27274c;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    padding-left: 10rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-stats {
        padding-left: 16rem;
        font-size: 0.75rem
    }
}

.c-ticker-stats__header {
    background-color: #27274c;
    font-size: 0.75rem;
    line-height: 1.375;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-right: 1px solid #4e4e73;
    padding: 0 0.75rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-stats__header {
        height: 4.75rem;
        font-size: 1.125rem;
        width: 16rem
    }
}

.c-ticker-stats__header-title, .c-ticker-stats__header-subtitle {
    display: block;
    width: 5rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-stats__header-title, .c-ticker-stats__header-subtitle {
        width: 6.75rem
    }
}

.c-ticker-stats__header-title {
    font-weight: 500
}

.c-ticker-stats__ticker {
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 3.4375rem
}

.c-ticker-stats__ticker-item {
    padding: 0 0.75rem;
    border-left: 1px solid #4e4e73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 10rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-stats__ticker-item {
        padding: 0 1.25rem;
        min-width: 16rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-ticker-stats__ticker {
        height: 4.75rem
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.c-ticker-stats__stat {
    color: #c6c6db
}

.c-ticker-stats__number {
    font-size: 1.125rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-stats__number {
        font-size: 1.5rem
    }
}

.c-ticker-stats--pause-on-hover:hover .c-ticker-stats__ticker {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.c-ticker-key-themes {
    background-color: #27274c;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    padding-left: 6rem;
    overflow-x: auto
}

@media print, screen and (min-width: 48em) {
    .c-ticker-key-themes {
        padding-left: 16rem;
        font-size: 0.75rem;
        overflow-x: hidden
    }
}

.c-ticker-key-themes__header {
    background-color: #27274c;
    font-size: 0.75rem;
    line-height: 1.375;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.4375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-right: 1px solid #4e4e73;
    padding: 0 0.75rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-key-themes__header {
        height: 3.375rem;
        font-size: 1.125rem;
        width: 16rem
    }
}

.c-ticker-key-themes__ticker {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 3.4375rem
}

.c-ticker-key-themes__ticker-item {
    padding: 0 0.75rem;
    border-right: 1px solid #4e4e73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 10rem
}

@media print, screen and (min-width: 48em) {
    .c-ticker-key-themes__ticker-item {
        padding: 0 1.25rem;
        min-width: 16rem
    }
}

@media print, screen and (min-width: 48em) {
    .c-ticker-key-themes__ticker {
        height: 3.375rem
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.c-ticker-key-themes__title, .c-ticker-key-themes__title>a {
    color: #fff
}

.c-ticker-key-themes__title:hover, .c-ticker-key-themes__title>a:hover {
    text-decoration: underline
}

.c-timeline {
    margin-top: 1.5rem
}

@media print, screen and (min-width: 48em) {
    .c-timeline {
        margin-top: 2rem
    }
}

.c-timeline__header {
    position: relative;
    padding-bottom: 1.5rem
}

@media print, screen and (min-width: 48em) {
    .c-timeline__header {
        padding-bottom: 2.5rem;
        padding-right: 11.1111111111%
    }
}

.c-timeline__header:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    left: -100%;
    background-color: #dbdbdb
}

.c-timeline__header__meta-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .25rem;
    font-size: 0.75rem;
    line-height: 1.333333333;
    font-family: "Atlas Grotesk", sans-serif
}

.c-timeline__header__meta-before:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-timeline__header__meta-before {
        margin-bottom: .5rem
    }
}

.c-timeline__header-title {
    margin: 0
}

.c-timeline__header-category {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.285714286;
    padding-right: .75rem;
    margin-right: .75rem;
    border-right: 1px solid #dbdbdb
}

.c-timeline__header-logo {
    padding-left: .5rem;
    width: auto;
    height: 0.75rem
}

.c-timeline-article {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: .75rem;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

.c-timeline-article:last-child {
    border-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-timeline-article {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.c-timeline-article>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-timeline-article>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-timeline-article__time-ago {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.333333333;
    color: #ff325c
}

.c-timeline-article__time-ago::before {
    content: '';
    position: absolute;
    display: block;
    top: 0.1875rem;
    left: -1.125rem;
    width: 0.6875rem;
    height: 0.6875rem;
    background-color: #ff325c;
    border: 0.125rem solid #fff;
    border-radius: 50%
}

@media print, screen and (min-width: 48em) {
    .c-timeline-article__time-ago {
        margin-top: .5rem;
        font-size: 0.875rem;
        line-height: 1.285714286
    }

    .c-timeline-article__time-ago::before {
        top: 0.25rem;
        left: -1.1875rem;
        width: 0.8125rem;
        height: 0.8125rem
    }
}

.c-timeline-article__publish-date {
    margin-right: .75rem;
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.0075em
}

.c-timeline-article__publish-date:last-child {
    margin-right: 0
}

@media print, screen and (min-width: 48em) {
    .c-timeline-article__publish-date {
        font-size: 0.75rem;
        line-height: 1.333333333
    }
}

.c-timeline-article .c-company-header__share {
    min-width: 11.25rem;
    padding-left: .75rem
}

.c-timeline-article .c-company-header__share-container {
    display: block
}

.c-timeline-article .c-company-header__share-open-button {
    font-size: 0.75rem;
    line-height: 1.333333333
}

.c-timeline-article__meta-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .75rem;
    font-family: "Atlas Grotesk", sans-serif
}

.c-timeline-article__meta-after:last-child {
    margin-bottom: 0
}

.c-timeline-article h3 {
    margin: 0 0 .5rem
}

.c-timeline-article h3 a {
    color: inherit
}

.c-timeline-article h3 a:hover {
    color: #373997
}

@media print, screen and (min-width: 48em) {
    .c-timeline-article h3 {
        margin-bottom: .75rem
    }
}

.c-timeline-article p {
    font-size: 0.875rem;
    line-height: 1.428571429
}

.c-timeline-article p:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-timeline-article p {
        font-size: inherit;
        line-height: inherit
    }
}

.c-cookies {
    position: relative;
    background-color: #151529;
    max-width: 40rem;
    color: #fff;
    font-family: "Atlas Grotesk", sans-serif;
    padding: 1rem 1.25rem
}

@media print, screen and (min-width: 48em) {
    .c-cookies {
        padding: 2rem
    }
}

.c-cookies__title {
    font-weight: 500;
    font-size: 0.875rem;
    width: 75%
}

@media print, screen and (min-width: 48em) {
    .c-cookies__title {
        font-size: 1.125rem;
        width: auto
    }
}

.c-cookies__body {
    font-size: 0.75rem;
    color: #dbdbdb;
    margin-top: 0.5rem
}

@media print, screen and (min-width: 48em) {
    .c-cookies__body {
        font-size: 0.875rem
    }
}

.c-cookies__buttons .button {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.75rem;
    margin-right: 3rem;
    margin-top: 0.5rem
}

.c-cookies__buttons .button:hover {
    opacity: 0.75
}

@media print, screen and (min-width: 48em) {
    .c-cookies__buttons .button {
        margin-top: 1rem;
        font-size: 0.875rem
    }
}

.c-cookies__dismiss {
    color: #6ab9ff;
    position: absolute;
    right: 1rem;
    top: 1rem
}

.c-cookies__dismiss .svg-icon-close {
    width: 1.5rem;
    height: 1.5rem
}

.c-cookies__dismiss:hover, .c-cookies__dismiss:focus {
    color: #6ab9ff;
    opacity: 0.75
}

.c-nav-featured {
    width: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Atlas Grotesk", sans-serif
}

@media print, screen and (min-width: 48em) {
    .c-nav-featured {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-nav-featured__menu {
    list-style: none;
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-nav-featured__menu-item {
    width: 100%;
    border-right: 1px solid #dbdbdb;
    border-bottom: 2px solid transparent
}

.c-nav-featured__menu-item:last-child {
    border-right: 0
}

.c-nav-featured__menu-item-link {
    font-size: 0.875rem;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem;
    color: #151529
}

.c-nav-featured__menu-item:hover, .c-nav-featured__menu-item--active {
    border-bottom: 2px solid #373997
}

.c-nav-featured__menu-item-content {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    position: absolute;
    height: 0;
    top: -100%;
    right: -9.5rem;
    width: 50vw;
    max-width: 42rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden
}

.c-nav-featured__menu-item-content--active {
    height: auto;
    top: 100%;
    opacity: 1
}

.c-contractor-list {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    font-family: "Atlas Grotesk", sans-serif;
    overflow: hidden
}

@media print, screen and (min-width: 48em) {
    .c-contractor-list {
        margin-top: 3.375rem;
        margin-bottom: 2.5rem
    }
}

.c-contractor-list>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-contractor-list>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-contractor-list__heading {
    margin: 0 0 .75rem;
    font-weight: normal
}

@media print, screen and (min-width: 48em) {
    .c-contractor-list__heading {
        margin-bottom: 1.5rem
    }
}

.c-contractor-list__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-contractor-list__list.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-contractor-list__list.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-contractor-list__list-item {
    position: relative
}

.c-contractor-list__list-item::after {
    content: '';
    position: absolute;
    display: block;
    width: 625rem;
    width: 200vw;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #dbdbdb
}

.c-contractor-list__list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: .75rem 0;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-contractor-list__list-item a span {
    display: block
}

.c-contractor-list__list-item a span:first-child {
    margin-right: .75rem
}

.c-contractor-list__list-item a:hover {
    color: #373997
}

@media print, screen and (min-width: 48em) {
    .c-contractor-list__list-item a {
        padding: 1.5rem 0
    }

    .c-contractor-list__list-item a span:first-child {
        margin-right: 1.25rem
    }
}

.c-whitepaper-header {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-family: "Atlas Grotesk", sans-serif
}

@media print, screen and (min-width: 48em) {
    .c-whitepaper-header {
        margin-top: 2.5rem;
        margin-bottom: 1.5rem
    }
}

.c-whitepaper-header>.grid-padding-x {
    margin-right: -.375rem;
    margin-left: -.375rem
}

@media print, screen and (min-width: 48em) {
    .c-whitepaper-header>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.c-whitepaper-header__meta-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .25rem
}

.c-whitepaper-header__meta-before:last-child {
    margin-bottom: 0
}

.c-whitepaper-header__category {
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease
}

.c-whitepaper-header__category:hover {
    text-decoration: underline
}

@media print, screen and (min-width: 48em) {
    .c-whitepaper-header__category {
        font-size: 0.875rem;
        line-height: 1.285714286
    }
}

.c-whitepaper-header__title {
    margin: 0 0 .5rem
}

@media print, screen and (min-width: 48em) {
    .c-whitepaper-header__title {
        margin-bottom: .75rem
    }
}

.c-whitepaper-header p {
    font-size: 0.75rem;
    line-height: 1.333333333
}

.c-whitepaper-header p:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
    .c-whitepaper-header p {
        font-size: inherit;
        line-height: inherit
    }
}

.c-whitepaper-form__disclaimer {
    font-family: "Atlas Grotesk", sans-serif;
    font-size: 0.75rem;
    padding: 1rem 0 2rem 0
}

.c-company-header-register-awards {
    position: relative;
    margin-top: 1.25rem;
    font-family: "Atlas Grotesk", sans-serif;
    color: #151529
}

@media print, screen and (min-width: 48em) {
    .c-company-header-register-awards {
        margin-top: 3.375rem
    }
}

.c-company-header-register-awards__title {
    color: #27274c
}

.u-mt-0 {
    margin-top: 0 !important
}

.u-mb-0 {
    margin-bottom: 0 !important
}

.u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.u-pt-0 {
    padding-top: 0 !important
}

.u-pr-0 {
    padding-right: 0 !important
}

.u-pb-0 {
    padding-bottom: 0 !important
}

.u-pl-0 {
    padding-left: 0 !important
}

.u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.u-mt-1 {
    margin-top: .25rem !important
}

.u-mb-1 {
    margin-bottom: .25rem !important
}

.u-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.u-pt-1 {
    padding-top: .25rem !important
}

.u-pr-1 {
    padding-right: .25rem !important
}

.u-pb-1 {
    padding-bottom: .25rem !important
}

.u-pl-1 {
    padding-left: .25rem !important
}

.u-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.u-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.u-mt-2 {
    margin-top: .5rem !important
}

.u-mb-2 {
    margin-bottom: .5rem !important
}

.u-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.u-pt-2 {
    padding-top: .5rem !important
}

.u-pr-2 {
    padding-right: .5rem !important
}

.u-pb-2 {
    padding-bottom: .5rem !important
}

.u-pl-2 {
    padding-left: .5rem !important
}

.u-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.u-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.u-mt-3 {
    margin-top: .75rem !important
}

.u-mb-3 {
    margin-bottom: .75rem !important
}

.u-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.u-pt-3 {
    padding-top: .75rem !important
}

.u-pr-3 {
    padding-right: .75rem !important
}

.u-pb-3 {
    padding-bottom: .75rem !important
}

.u-pl-3 {
    padding-left: .75rem !important
}

.u-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.u-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.u-mt-4 {
    margin-top: 1.25rem !important
}

.u-mb-4 {
    margin-bottom: 1.25rem !important
}

.u-my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
}

.u-pt-4 {
    padding-top: 1.25rem !important
}

.u-pr-4 {
    padding-right: 1.25rem !important
}

.u-pb-4 {
    padding-bottom: 1.25rem !important
}

.u-pl-4 {
    padding-left: 1.25rem !important
}

.u-px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

.u-py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.u-mt-5 {
    margin-top: 1.5rem !important
}

.u-mb-5 {
    margin-bottom: 1.5rem !important
}

.u-my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.u-pt-5 {
    padding-top: 1.5rem !important
}

.u-pr-5 {
    padding-right: 1.5rem !important
}

.u-pb-5 {
    padding-bottom: 1.5rem !important
}

.u-pl-5 {
    padding-left: 1.5rem !important
}

.u-px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.u-py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.u-mt-6 {
    margin-top: 2rem !important
}

.u-mb-6 {
    margin-bottom: 2rem !important
}

.u-my-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.u-pt-6 {
    padding-top: 2rem !important
}

.u-pr-6 {
    padding-right: 2rem !important
}

.u-pb-6 {
    padding-bottom: 2rem !important
}

.u-pl-6 {
    padding-left: 2rem !important
}

.u-px-6 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.u-py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.u-mt-7 {
    margin-top: 2.5rem !important
}

.u-mb-7 {
    margin-bottom: 2.5rem !important
}

.u-my-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.u-pt-7 {
    padding-top: 2.5rem !important
}

.u-pr-7 {
    padding-right: 2.5rem !important
}

.u-pb-7 {
    padding-bottom: 2.5rem !important
}

.u-pl-7 {
    padding-left: 2.5rem !important
}

.u-px-7 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.u-py-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.u-mt-8 {
    margin-top: 3.375rem !important
}

.u-mb-8 {
    margin-bottom: 3.375rem !important
}

.u-my-8 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important
}

.u-pt-8 {
    padding-top: 3.375rem !important
}

.u-pr-8 {
    padding-right: 3.375rem !important
}

.u-pb-8 {
    padding-bottom: 3.375rem !important
}

.u-pl-8 {
    padding-left: 3.375rem !important
}

.u-px-8 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important
}

.u-py-8 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important
}

.u-mt-9 {
    margin-top: 5rem !important
}

.u-mb-9 {
    margin-bottom: 5rem !important
}

.u-my-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.u-pt-9 {
    padding-top: 5rem !important
}

.u-pr-9 {
    padding-right: 5rem !important
}

.u-pb-9 {
    padding-bottom: 5rem !important
}

.u-pl-9 {
    padding-left: 5rem !important
}

.u-px-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.u-py-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

@media print, screen and (min-width: 36em) {
    .u-smedium-mt-0 {
        margin-top: 0 !important
    }

    .u-smedium-mb-0 {
        margin-bottom: 0 !important
    }

    .u-smedium-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-smedium-pt-0 {
        padding-top: 0 !important
    }

    .u-smedium-pr-0 {
        padding-right: 0 !important
    }

    .u-smedium-pb-0 {
        padding-bottom: 0 !important
    }

    .u-smedium-pl-0 {
        padding-left: 0 !important
    }

    .u-smedium-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .u-smedium-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-smedium-mt-1 {
        margin-top: .25rem !important
    }

    .u-smedium-mb-1 {
        margin-bottom: .25rem !important
    }

    .u-smedium-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .u-smedium-pt-1 {
        padding-top: .25rem !important
    }

    .u-smedium-pr-1 {
        padding-right: .25rem !important
    }

    .u-smedium-pb-1 {
        padding-bottom: .25rem !important
    }

    .u-smedium-pl-1 {
        padding-left: .25rem !important
    }

    .u-smedium-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .u-smedium-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .u-smedium-mt-2 {
        margin-top: .5rem !important
    }

    .u-smedium-mb-2 {
        margin-bottom: .5rem !important
    }

    .u-smedium-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .u-smedium-pt-2 {
        padding-top: .5rem !important
    }

    .u-smedium-pr-2 {
        padding-right: .5rem !important
    }

    .u-smedium-pb-2 {
        padding-bottom: .5rem !important
    }

    .u-smedium-pl-2 {
        padding-left: .5rem !important
    }

    .u-smedium-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .u-smedium-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .u-smedium-mt-3 {
        margin-top: .75rem !important
    }

    .u-smedium-mb-3 {
        margin-bottom: .75rem !important
    }

    .u-smedium-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .u-smedium-pt-3 {
        padding-top: .75rem !important
    }

    .u-smedium-pr-3 {
        padding-right: .75rem !important
    }

    .u-smedium-pb-3 {
        padding-bottom: .75rem !important
    }

    .u-smedium-pl-3 {
        padding-left: .75rem !important
    }

    .u-smedium-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .u-smedium-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .u-smedium-mt-4 {
        margin-top: 1.25rem !important
    }

    .u-smedium-mb-4 {
        margin-bottom: 1.25rem !important
    }

    .u-smedium-my-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important
    }

    .u-smedium-pt-4 {
        padding-top: 1.25rem !important
    }

    .u-smedium-pr-4 {
        padding-right: 1.25rem !important
    }

    .u-smedium-pb-4 {
        padding-bottom: 1.25rem !important
    }

    .u-smedium-pl-4 {
        padding-left: 1.25rem !important
    }

    .u-smedium-px-4 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .u-smedium-py-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .u-smedium-mt-5 {
        margin-top: 1.5rem !important
    }

    .u-smedium-mb-5 {
        margin-bottom: 1.5rem !important
    }

    .u-smedium-my-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .u-smedium-pt-5 {
        padding-top: 1.5rem !important
    }

    .u-smedium-pr-5 {
        padding-right: 1.5rem !important
    }

    .u-smedium-pb-5 {
        padding-bottom: 1.5rem !important
    }

    .u-smedium-pl-5 {
        padding-left: 1.5rem !important
    }

    .u-smedium-px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .u-smedium-py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .u-smedium-mt-6 {
        margin-top: 2rem !important
    }

    .u-smedium-mb-6 {
        margin-bottom: 2rem !important
    }

    .u-smedium-my-6 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .u-smedium-pt-6 {
        padding-top: 2rem !important
    }

    .u-smedium-pr-6 {
        padding-right: 2rem !important
    }

    .u-smedium-pb-6 {
        padding-bottom: 2rem !important
    }

    .u-smedium-pl-6 {
        padding-left: 2rem !important
    }

    .u-smedium-px-6 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .u-smedium-py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .u-smedium-mt-7 {
        margin-top: 2.5rem !important
    }

    .u-smedium-mb-7 {
        margin-bottom: 2.5rem !important
    }

    .u-smedium-my-7 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .u-smedium-pt-7 {
        padding-top: 2.5rem !important
    }

    .u-smedium-pr-7 {
        padding-right: 2.5rem !important
    }

    .u-smedium-pb-7 {
        padding-bottom: 2.5rem !important
    }

    .u-smedium-pl-7 {
        padding-left: 2.5rem !important
    }

    .u-smedium-px-7 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .u-smedium-py-7 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .u-smedium-mt-8 {
        margin-top: 3.375rem !important
    }

    .u-smedium-mb-8 {
        margin-bottom: 3.375rem !important
    }

    .u-smedium-my-8 {
        margin-top: 3.375rem !important;
        margin-bottom: 3.375rem !important
    }

    .u-smedium-pt-8 {
        padding-top: 3.375rem !important
    }

    .u-smedium-pr-8 {
        padding-right: 3.375rem !important
    }

    .u-smedium-pb-8 {
        padding-bottom: 3.375rem !important
    }

    .u-smedium-pl-8 {
        padding-left: 3.375rem !important
    }

    .u-smedium-px-8 {
        padding-left: 3.375rem !important;
        padding-right: 3.375rem !important
    }

    .u-smedium-py-8 {
        padding-top: 3.375rem !important;
        padding-bottom: 3.375rem !important
    }

    .u-smedium-mt-9 {
        margin-top: 5rem !important
    }

    .u-smedium-mb-9 {
        margin-bottom: 5rem !important
    }

    .u-smedium-my-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .u-smedium-pt-9 {
        padding-top: 5rem !important
    }

    .u-smedium-pr-9 {
        padding-right: 5rem !important
    }

    .u-smedium-pb-9 {
        padding-bottom: 5rem !important
    }

    .u-smedium-pl-9 {
        padding-left: 5rem !important
    }

    .u-smedium-px-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .u-smedium-py-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

@media print, screen and (min-width: 48em) {
    .u-medium-mt-0 {
        margin-top: 0 !important
    }

    .u-medium-mb-0 {
        margin-bottom: 0 !important
    }

    .u-medium-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-medium-pt-0 {
        padding-top: 0 !important
    }

    .u-medium-pr-0 {
        padding-right: 0 !important
    }

    .u-medium-pb-0 {
        padding-bottom: 0 !important
    }

    .u-medium-pl-0 {
        padding-left: 0 !important
    }

    .u-medium-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .u-medium-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-medium-mt-1 {
        margin-top: .25rem !important
    }

    .u-medium-mb-1 {
        margin-bottom: .25rem !important
    }

    .u-medium-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .u-medium-pt-1 {
        padding-top: .25rem !important
    }

    .u-medium-pr-1 {
        padding-right: .25rem !important
    }

    .u-medium-pb-1 {
        padding-bottom: .25rem !important
    }

    .u-medium-pl-1 {
        padding-left: .25rem !important
    }

    .u-medium-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .u-medium-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .u-medium-mt-2 {
        margin-top: .5rem !important
    }

    .u-medium-mb-2 {
        margin-bottom: .5rem !important
    }

    .u-medium-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .u-medium-pt-2 {
        padding-top: .5rem !important
    }

    .u-medium-pr-2 {
        padding-right: .5rem !important
    }

    .u-medium-pb-2 {
        padding-bottom: .5rem !important
    }

    .u-medium-pl-2 {
        padding-left: .5rem !important
    }

    .u-medium-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .u-medium-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .u-medium-mt-3 {
        margin-top: .75rem !important
    }

    .u-medium-mb-3 {
        margin-bottom: .75rem !important
    }

    .u-medium-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .u-medium-pt-3 {
        padding-top: .75rem !important
    }

    .u-medium-pr-3 {
        padding-right: .75rem !important
    }

    .u-medium-pb-3 {
        padding-bottom: .75rem !important
    }

    .u-medium-pl-3 {
        padding-left: .75rem !important
    }

    .u-medium-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .u-medium-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .u-medium-mt-4 {
        margin-top: 1.25rem !important
    }

    .u-medium-mb-4 {
        margin-bottom: 1.25rem !important
    }

    .u-medium-my-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important
    }

    .u-medium-pt-4 {
        padding-top: 1.25rem !important
    }

    .u-medium-pr-4 {
        padding-right: 1.25rem !important
    }

    .u-medium-pb-4 {
        padding-bottom: 1.25rem !important
    }

    .u-medium-pl-4 {
        padding-left: 1.25rem !important
    }

    .u-medium-px-4 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .u-medium-py-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .u-medium-mt-5 {
        margin-top: 1.5rem !important
    }

    .u-medium-mb-5 {
        margin-bottom: 1.5rem !important
    }

    .u-medium-my-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .u-medium-pt-5 {
        padding-top: 1.5rem !important
    }

    .u-medium-pr-5 {
        padding-right: 1.5rem !important
    }

    .u-medium-pb-5 {
        padding-bottom: 1.5rem !important
    }

    .u-medium-pl-5 {
        padding-left: 1.5rem !important
    }

    .u-medium-px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .u-medium-py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .u-medium-mt-6 {
        margin-top: 2rem !important
    }

    .u-medium-mb-6 {
        margin-bottom: 2rem !important
    }

    .u-medium-my-6 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .u-medium-pt-6 {
        padding-top: 2rem !important
    }

    .u-medium-pr-6 {
        padding-right: 2rem !important
    }

    .u-medium-pb-6 {
        padding-bottom: 2rem !important
    }

    .u-medium-pl-6 {
        padding-left: 2rem !important
    }

    .u-medium-px-6 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .u-medium-py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .u-medium-mt-7 {
        margin-top: 2.5rem !important
    }

    .u-medium-mb-7 {
        margin-bottom: 2.5rem !important
    }

    .u-medium-my-7 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .u-medium-pt-7 {
        padding-top: 2.5rem !important
    }

    .u-medium-pr-7 {
        padding-right: 2.5rem !important
    }

    .u-medium-pb-7 {
        padding-bottom: 2.5rem !important
    }

    .u-medium-pl-7 {
        padding-left: 2.5rem !important
    }

    .u-medium-px-7 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .u-medium-py-7 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .u-medium-mt-8 {
        margin-top: 3.375rem !important
    }

    .u-medium-mb-8 {
        margin-bottom: 3.375rem !important
    }

    .u-medium-my-8 {
        margin-top: 3.375rem !important;
        margin-bottom: 3.375rem !important
    }

    .u-medium-pt-8 {
        padding-top: 3.375rem !important
    }

    .u-medium-pr-8 {
        padding-right: 3.375rem !important
    }

    .u-medium-pb-8 {
        padding-bottom: 3.375rem !important
    }

    .u-medium-pl-8 {
        padding-left: 3.375rem !important
    }

    .u-medium-px-8 {
        padding-left: 3.375rem !important;
        padding-right: 3.375rem !important
    }

    .u-medium-py-8 {
        padding-top: 3.375rem !important;
        padding-bottom: 3.375rem !important
    }

    .u-medium-mt-9 {
        margin-top: 5rem !important
    }

    .u-medium-mb-9 {
        margin-bottom: 5rem !important
    }

    .u-medium-my-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .u-medium-pt-9 {
        padding-top: 5rem !important
    }

    .u-medium-pr-9 {
        padding-right: 5rem !important
    }

    .u-medium-pb-9 {
        padding-bottom: 5rem !important
    }

    .u-medium-pl-9 {
        padding-left: 5rem !important
    }

    .u-medium-px-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .u-medium-py-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

@media print, screen and (min-width: 62em) {
    .u-large-mt-0 {
        margin-top: 0 !important
    }

    .u-large-mb-0 {
        margin-bottom: 0 !important
    }

    .u-large-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-large-pt-0 {
        padding-top: 0 !important
    }

    .u-large-pr-0 {
        padding-right: 0 !important
    }

    .u-large-pb-0 {
        padding-bottom: 0 !important
    }

    .u-large-pl-0 {
        padding-left: 0 !important
    }

    .u-large-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .u-large-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-large-mt-1 {
        margin-top: .25rem !important
    }

    .u-large-mb-1 {
        margin-bottom: .25rem !important
    }

    .u-large-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .u-large-pt-1 {
        padding-top: .25rem !important
    }

    .u-large-pr-1 {
        padding-right: .25rem !important
    }

    .u-large-pb-1 {
        padding-bottom: .25rem !important
    }

    .u-large-pl-1 {
        padding-left: .25rem !important
    }

    .u-large-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .u-large-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .u-large-mt-2 {
        margin-top: .5rem !important
    }

    .u-large-mb-2 {
        margin-bottom: .5rem !important
    }

    .u-large-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .u-large-pt-2 {
        padding-top: .5rem !important
    }

    .u-large-pr-2 {
        padding-right: .5rem !important
    }

    .u-large-pb-2 {
        padding-bottom: .5rem !important
    }

    .u-large-pl-2 {
        padding-left: .5rem !important
    }

    .u-large-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .u-large-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .u-large-mt-3 {
        margin-top: .75rem !important
    }

    .u-large-mb-3 {
        margin-bottom: .75rem !important
    }

    .u-large-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .u-large-pt-3 {
        padding-top: .75rem !important
    }

    .u-large-pr-3 {
        padding-right: .75rem !important
    }

    .u-large-pb-3 {
        padding-bottom: .75rem !important
    }

    .u-large-pl-3 {
        padding-left: .75rem !important
    }

    .u-large-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .u-large-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .u-large-mt-4 {
        margin-top: 1.25rem !important
    }

    .u-large-mb-4 {
        margin-bottom: 1.25rem !important
    }

    .u-large-my-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important
    }

    .u-large-pt-4 {
        padding-top: 1.25rem !important
    }

    .u-large-pr-4 {
        padding-right: 1.25rem !important
    }

    .u-large-pb-4 {
        padding-bottom: 1.25rem !important
    }

    .u-large-pl-4 {
        padding-left: 1.25rem !important
    }

    .u-large-px-4 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .u-large-py-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .u-large-mt-5 {
        margin-top: 1.5rem !important
    }

    .u-large-mb-5 {
        margin-bottom: 1.5rem !important
    }

    .u-large-my-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .u-large-pt-5 {
        padding-top: 1.5rem !important
    }

    .u-large-pr-5 {
        padding-right: 1.5rem !important
    }

    .u-large-pb-5 {
        padding-bottom: 1.5rem !important
    }

    .u-large-pl-5 {
        padding-left: 1.5rem !important
    }

    .u-large-px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .u-large-py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .u-large-mt-6 {
        margin-top: 2rem !important
    }

    .u-large-mb-6 {
        margin-bottom: 2rem !important
    }

    .u-large-my-6 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .u-large-pt-6 {
        padding-top: 2rem !important
    }

    .u-large-pr-6 {
        padding-right: 2rem !important
    }

    .u-large-pb-6 {
        padding-bottom: 2rem !important
    }

    .u-large-pl-6 {
        padding-left: 2rem !important
    }

    .u-large-px-6 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .u-large-py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .u-large-mt-7 {
        margin-top: 2.5rem !important
    }

    .u-large-mb-7 {
        margin-bottom: 2.5rem !important
    }

    .u-large-my-7 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .u-large-pt-7 {
        padding-top: 2.5rem !important
    }

    .u-large-pr-7 {
        padding-right: 2.5rem !important
    }

    .u-large-pb-7 {
        padding-bottom: 2.5rem !important
    }

    .u-large-pl-7 {
        padding-left: 2.5rem !important
    }

    .u-large-px-7 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .u-large-py-7 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .u-large-mt-8 {
        margin-top: 3.375rem !important
    }

    .u-large-mb-8 {
        margin-bottom: 3.375rem !important
    }

    .u-large-my-8 {
        margin-top: 3.375rem !important;
        margin-bottom: 3.375rem !important
    }

    .u-large-pt-8 {
        padding-top: 3.375rem !important
    }

    .u-large-pr-8 {
        padding-right: 3.375rem !important
    }

    .u-large-pb-8 {
        padding-bottom: 3.375rem !important
    }

    .u-large-pl-8 {
        padding-left: 3.375rem !important
    }

    .u-large-px-8 {
        padding-left: 3.375rem !important;
        padding-right: 3.375rem !important
    }

    .u-large-py-8 {
        padding-top: 3.375rem !important;
        padding-bottom: 3.375rem !important
    }

    .u-large-mt-9 {
        margin-top: 5rem !important
    }

    .u-large-mb-9 {
        margin-bottom: 5rem !important
    }

    .u-large-my-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .u-large-pt-9 {
        padding-top: 5rem !important
    }

    .u-large-pr-9 {
        padding-right: 5rem !important
    }

    .u-large-pb-9 {
        padding-bottom: 5rem !important
    }

    .u-large-pl-9 {
        padding-left: 5rem !important
    }

    .u-large-px-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .u-large-py-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

@media screen and (min-width: 75em) {
    .u-xlarge-mt-0 {
        margin-top: 0 !important
    }

    .u-xlarge-mb-0 {
        margin-bottom: 0 !important
    }

    .u-xlarge-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-xlarge-pt-0 {
        padding-top: 0 !important
    }

    .u-xlarge-pr-0 {
        padding-right: 0 !important
    }

    .u-xlarge-pb-0 {
        padding-bottom: 0 !important
    }

    .u-xlarge-pl-0 {
        padding-left: 0 !important
    }

    .u-xlarge-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .u-xlarge-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-xlarge-mt-1 {
        margin-top: .25rem !important
    }

    .u-xlarge-mb-1 {
        margin-bottom: .25rem !important
    }

    .u-xlarge-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .u-xlarge-pt-1 {
        padding-top: .25rem !important
    }

    .u-xlarge-pr-1 {
        padding-right: .25rem !important
    }

    .u-xlarge-pb-1 {
        padding-bottom: .25rem !important
    }

    .u-xlarge-pl-1 {
        padding-left: .25rem !important
    }

    .u-xlarge-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .u-xlarge-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .u-xlarge-mt-2 {
        margin-top: .5rem !important
    }

    .u-xlarge-mb-2 {
        margin-bottom: .5rem !important
    }

    .u-xlarge-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .u-xlarge-pt-2 {
        padding-top: .5rem !important
    }

    .u-xlarge-pr-2 {
        padding-right: .5rem !important
    }

    .u-xlarge-pb-2 {
        padding-bottom: .5rem !important
    }

    .u-xlarge-pl-2 {
        padding-left: .5rem !important
    }

    .u-xlarge-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .u-xlarge-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .u-xlarge-mt-3 {
        margin-top: .75rem !important
    }

    .u-xlarge-mb-3 {
        margin-bottom: .75rem !important
    }

    .u-xlarge-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .u-xlarge-pt-3 {
        padding-top: .75rem !important
    }

    .u-xlarge-pr-3 {
        padding-right: .75rem !important
    }

    .u-xlarge-pb-3 {
        padding-bottom: .75rem !important
    }

    .u-xlarge-pl-3 {
        padding-left: .75rem !important
    }

    .u-xlarge-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .u-xlarge-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .u-xlarge-mt-4 {
        margin-top: 1.25rem !important
    }

    .u-xlarge-mb-4 {
        margin-bottom: 1.25rem !important
    }

    .u-xlarge-my-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important
    }

    .u-xlarge-pt-4 {
        padding-top: 1.25rem !important
    }

    .u-xlarge-pr-4 {
        padding-right: 1.25rem !important
    }

    .u-xlarge-pb-4 {
        padding-bottom: 1.25rem !important
    }

    .u-xlarge-pl-4 {
        padding-left: 1.25rem !important
    }

    .u-xlarge-px-4 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .u-xlarge-py-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .u-xlarge-mt-5 {
        margin-top: 1.5rem !important
    }

    .u-xlarge-mb-5 {
        margin-bottom: 1.5rem !important
    }

    .u-xlarge-my-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .u-xlarge-pt-5 {
        padding-top: 1.5rem !important
    }

    .u-xlarge-pr-5 {
        padding-right: 1.5rem !important
    }

    .u-xlarge-pb-5 {
        padding-bottom: 1.5rem !important
    }

    .u-xlarge-pl-5 {
        padding-left: 1.5rem !important
    }

    .u-xlarge-px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .u-xlarge-py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .u-xlarge-mt-6 {
        margin-top: 2rem !important
    }

    .u-xlarge-mb-6 {
        margin-bottom: 2rem !important
    }

    .u-xlarge-my-6 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .u-xlarge-pt-6 {
        padding-top: 2rem !important
    }

    .u-xlarge-pr-6 {
        padding-right: 2rem !important
    }

    .u-xlarge-pb-6 {
        padding-bottom: 2rem !important
    }

    .u-xlarge-pl-6 {
        padding-left: 2rem !important
    }

    .u-xlarge-px-6 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .u-xlarge-py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .u-xlarge-mt-7 {
        margin-top: 2.5rem !important
    }

    .u-xlarge-mb-7 {
        margin-bottom: 2.5rem !important
    }

    .u-xlarge-my-7 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .u-xlarge-pt-7 {
        padding-top: 2.5rem !important
    }

    .u-xlarge-pr-7 {
        padding-right: 2.5rem !important
    }

    .u-xlarge-pb-7 {
        padding-bottom: 2.5rem !important
    }

    .u-xlarge-pl-7 {
        padding-left: 2.5rem !important
    }

    .u-xlarge-px-7 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .u-xlarge-py-7 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .u-xlarge-mt-8 {
        margin-top: 3.375rem !important
    }

    .u-xlarge-mb-8 {
        margin-bottom: 3.375rem !important
    }

    .u-xlarge-my-8 {
        margin-top: 3.375rem !important;
        margin-bottom: 3.375rem !important
    }

    .u-xlarge-pt-8 {
        padding-top: 3.375rem !important
    }

    .u-xlarge-pr-8 {
        padding-right: 3.375rem !important
    }

    .u-xlarge-pb-8 {
        padding-bottom: 3.375rem !important
    }

    .u-xlarge-pl-8 {
        padding-left: 3.375rem !important
    }

    .u-xlarge-px-8 {
        padding-left: 3.375rem !important;
        padding-right: 3.375rem !important
    }

    .u-xlarge-py-8 {
        padding-top: 3.375rem !important;
        padding-bottom: 3.375rem !important
    }

    .u-xlarge-mt-9 {
        margin-top: 5rem !important
    }

    .u-xlarge-mb-9 {
        margin-bottom: 5rem !important
    }

    .u-xlarge-my-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .u-xlarge-pt-9 {
        padding-top: 5rem !important
    }

    .u-xlarge-pr-9 {
        padding-right: 5rem !important
    }

    .u-xlarge-pb-9 {
        padding-bottom: 5rem !important
    }

    .u-xlarge-pl-9 {
        padding-left: 5rem !important
    }

    .u-xlarge-px-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .u-xlarge-py-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

@media screen and (min-width: 90em) {
    .u-xxlarge-mt-0 {
        margin-top: 0 !important
    }

    .u-xxlarge-mb-0 {
        margin-bottom: 0 !important
    }

    .u-xxlarge-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-xxlarge-pt-0 {
        padding-top: 0 !important
    }

    .u-xxlarge-pr-0 {
        padding-right: 0 !important
    }

    .u-xxlarge-pb-0 {
        padding-bottom: 0 !important
    }

    .u-xxlarge-pl-0 {
        padding-left: 0 !important
    }

    .u-xxlarge-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .u-xxlarge-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-xxlarge-mt-1 {
        margin-top: .25rem !important
    }

    .u-xxlarge-mb-1 {
        margin-bottom: .25rem !important
    }

    .u-xxlarge-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .u-xxlarge-pt-1 {
        padding-top: .25rem !important
    }

    .u-xxlarge-pr-1 {
        padding-right: .25rem !important
    }

    .u-xxlarge-pb-1 {
        padding-bottom: .25rem !important
    }

    .u-xxlarge-pl-1 {
        padding-left: .25rem !important
    }

    .u-xxlarge-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .u-xxlarge-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .u-xxlarge-mt-2 {
        margin-top: .5rem !important
    }

    .u-xxlarge-mb-2 {
        margin-bottom: .5rem !important
    }

    .u-xxlarge-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .u-xxlarge-pt-2 {
        padding-top: .5rem !important
    }

    .u-xxlarge-pr-2 {
        padding-right: .5rem !important
    }

    .u-xxlarge-pb-2 {
        padding-bottom: .5rem !important
    }

    .u-xxlarge-pl-2 {
        padding-left: .5rem !important
    }

    .u-xxlarge-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .u-xxlarge-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .u-xxlarge-mt-3 {
        margin-top: .75rem !important
    }

    .u-xxlarge-mb-3 {
        margin-bottom: .75rem !important
    }

    .u-xxlarge-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .u-xxlarge-pt-3 {
        padding-top: .75rem !important
    }

    .u-xxlarge-pr-3 {
        padding-right: .75rem !important
    }

    .u-xxlarge-pb-3 {
        padding-bottom: .75rem !important
    }

    .u-xxlarge-pl-3 {
        padding-left: .75rem !important
    }

    .u-xxlarge-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .u-xxlarge-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .u-xxlarge-mt-4 {
        margin-top: 1.25rem !important
    }

    .u-xxlarge-mb-4 {
        margin-bottom: 1.25rem !important
    }

    .u-xxlarge-my-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important
    }

    .u-xxlarge-pt-4 {
        padding-top: 1.25rem !important
    }

    .u-xxlarge-pr-4 {
        padding-right: 1.25rem !important
    }

    .u-xxlarge-pb-4 {
        padding-bottom: 1.25rem !important
    }

    .u-xxlarge-pl-4 {
        padding-left: 1.25rem !important
    }

    .u-xxlarge-px-4 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .u-xxlarge-py-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .u-xxlarge-mt-5 {
        margin-top: 1.5rem !important
    }

    .u-xxlarge-mb-5 {
        margin-bottom: 1.5rem !important
    }

    .u-xxlarge-my-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .u-xxlarge-pt-5 {
        padding-top: 1.5rem !important
    }

    .u-xxlarge-pr-5 {
        padding-right: 1.5rem !important
    }

    .u-xxlarge-pb-5 {
        padding-bottom: 1.5rem !important
    }

    .u-xxlarge-pl-5 {
        padding-left: 1.5rem !important
    }

    .u-xxlarge-px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .u-xxlarge-py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .u-xxlarge-mt-6 {
        margin-top: 2rem !important
    }

    .u-xxlarge-mb-6 {
        margin-bottom: 2rem !important
    }

    .u-xxlarge-my-6 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .u-xxlarge-pt-6 {
        padding-top: 2rem !important
    }

    .u-xxlarge-pr-6 {
        padding-right: 2rem !important
    }

    .u-xxlarge-pb-6 {
        padding-bottom: 2rem !important
    }

    .u-xxlarge-pl-6 {
        padding-left: 2rem !important
    }

    .u-xxlarge-px-6 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .u-xxlarge-py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .u-xxlarge-mt-7 {
        margin-top: 2.5rem !important
    }

    .u-xxlarge-mb-7 {
        margin-bottom: 2.5rem !important
    }

    .u-xxlarge-my-7 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .u-xxlarge-pt-7 {
        padding-top: 2.5rem !important
    }

    .u-xxlarge-pr-7 {
        padding-right: 2.5rem !important
    }

    .u-xxlarge-pb-7 {
        padding-bottom: 2.5rem !important
    }

    .u-xxlarge-pl-7 {
        padding-left: 2.5rem !important
    }

    .u-xxlarge-px-7 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .u-xxlarge-py-7 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .u-xxlarge-mt-8 {
        margin-top: 3.375rem !important
    }

    .u-xxlarge-mb-8 {
        margin-bottom: 3.375rem !important
    }

    .u-xxlarge-my-8 {
        margin-top: 3.375rem !important;
        margin-bottom: 3.375rem !important
    }

    .u-xxlarge-pt-8 {
        padding-top: 3.375rem !important
    }

    .u-xxlarge-pr-8 {
        padding-right: 3.375rem !important
    }

    .u-xxlarge-pb-8 {
        padding-bottom: 3.375rem !important
    }

    .u-xxlarge-pl-8 {
        padding-left: 3.375rem !important
    }

    .u-xxlarge-px-8 {
        padding-left: 3.375rem !important;
        padding-right: 3.375rem !important
    }

    .u-xxlarge-py-8 {
        padding-top: 3.375rem !important;
        padding-bottom: 3.375rem !important
    }

    .u-xxlarge-mt-9 {
        margin-top: 5rem !important
    }

    .u-xxlarge-mb-9 {
        margin-bottom: 5rem !important
    }

    .u-xxlarge-my-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .u-xxlarge-pt-9 {
        padding-top: 5rem !important
    }

    .u-xxlarge-pr-9 {
        padding-right: 5rem !important
    }

    .u-xxlarge-pb-9 {
        padding-bottom: 5rem !important
    }

    .u-xxlarge-pl-9 {
        padding-left: 5rem !important
    }

    .u-xxlarge-px-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .u-xxlarge-py-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

@media screen and (min-width: 96.25em) {
    .u-xxxlarge-mt-0 {
        margin-top: 0 !important
    }

    .u-xxxlarge-mb-0 {
        margin-bottom: 0 !important
    }

    .u-xxxlarge-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-xxxlarge-pt-0 {
        padding-top: 0 !important
    }

    .u-xxxlarge-pr-0 {
        padding-right: 0 !important
    }

    .u-xxxlarge-pb-0 {
        padding-bottom: 0 !important
    }

    .u-xxxlarge-pl-0 {
        padding-left: 0 !important
    }

    .u-xxxlarge-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .u-xxxlarge-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-xxxlarge-mt-1 {
        margin-top: .25rem !important
    }

    .u-xxxlarge-mb-1 {
        margin-bottom: .25rem !important
    }

    .u-xxxlarge-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .u-xxxlarge-pt-1 {
        padding-top: .25rem !important
    }

    .u-xxxlarge-pr-1 {
        padding-right: .25rem !important
    }

    .u-xxxlarge-pb-1 {
        padding-bottom: .25rem !important
    }

    .u-xxxlarge-pl-1 {
        padding-left: .25rem !important
    }

    .u-xxxlarge-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .u-xxxlarge-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .u-xxxlarge-mt-2 {
        margin-top: .5rem !important
    }

    .u-xxxlarge-mb-2 {
        margin-bottom: .5rem !important
    }

    .u-xxxlarge-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .u-xxxlarge-pt-2 {
        padding-top: .5rem !important
    }

    .u-xxxlarge-pr-2 {
        padding-right: .5rem !important
    }

    .u-xxxlarge-pb-2 {
        padding-bottom: .5rem !important
    }

    .u-xxxlarge-pl-2 {
        padding-left: .5rem !important
    }

    .u-xxxlarge-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .u-xxxlarge-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .u-xxxlarge-mt-3 {
        margin-top: .75rem !important
    }

    .u-xxxlarge-mb-3 {
        margin-bottom: .75rem !important
    }

    .u-xxxlarge-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important
    }

    .u-xxxlarge-pt-3 {
        padding-top: .75rem !important
    }

    .u-xxxlarge-pr-3 {
        padding-right: .75rem !important
    }

    .u-xxxlarge-pb-3 {
        padding-bottom: .75rem !important
    }

    .u-xxxlarge-pl-3 {
        padding-left: .75rem !important
    }

    .u-xxxlarge-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .u-xxxlarge-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .u-xxxlarge-mt-4 {
        margin-top: 1.25rem !important
    }

    .u-xxxlarge-mb-4 {
        margin-bottom: 1.25rem !important
    }

    .u-xxxlarge-my-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important
    }

    .u-xxxlarge-pt-4 {
        padding-top: 1.25rem !important
    }

    .u-xxxlarge-pr-4 {
        padding-right: 1.25rem !important
    }

    .u-xxxlarge-pb-4 {
        padding-bottom: 1.25rem !important
    }

    .u-xxxlarge-pl-4 {
        padding-left: 1.25rem !important
    }

    .u-xxxlarge-px-4 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .u-xxxlarge-py-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .u-xxxlarge-mt-5 {
        margin-top: 1.5rem !important
    }

    .u-xxxlarge-mb-5 {
        margin-bottom: 1.5rem !important
    }

    .u-xxxlarge-my-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .u-xxxlarge-pt-5 {
        padding-top: 1.5rem !important
    }

    .u-xxxlarge-pr-5 {
        padding-right: 1.5rem !important
    }

    .u-xxxlarge-pb-5 {
        padding-bottom: 1.5rem !important
    }

    .u-xxxlarge-pl-5 {
        padding-left: 1.5rem !important
    }

    .u-xxxlarge-px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .u-xxxlarge-py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .u-xxxlarge-mt-6 {
        margin-top: 2rem !important
    }

    .u-xxxlarge-mb-6 {
        margin-bottom: 2rem !important
    }

    .u-xxxlarge-my-6 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .u-xxxlarge-pt-6 {
        padding-top: 2rem !important
    }

    .u-xxxlarge-pr-6 {
        padding-right: 2rem !important
    }

    .u-xxxlarge-pb-6 {
        padding-bottom: 2rem !important
    }

    .u-xxxlarge-pl-6 {
        padding-left: 2rem !important
    }

    .u-xxxlarge-px-6 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .u-xxxlarge-py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .u-xxxlarge-mt-7 {
        margin-top: 2.5rem !important
    }

    .u-xxxlarge-mb-7 {
        margin-bottom: 2.5rem !important
    }

    .u-xxxlarge-my-7 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .u-xxxlarge-pt-7 {
        padding-top: 2.5rem !important
    }

    .u-xxxlarge-pr-7 {
        padding-right: 2.5rem !important
    }

    .u-xxxlarge-pb-7 {
        padding-bottom: 2.5rem !important
    }

    .u-xxxlarge-pl-7 {
        padding-left: 2.5rem !important
    }

    .u-xxxlarge-px-7 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .u-xxxlarge-py-7 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .u-xxxlarge-mt-8 {
        margin-top: 3.375rem !important
    }

    .u-xxxlarge-mb-8 {
        margin-bottom: 3.375rem !important
    }

    .u-xxxlarge-my-8 {
        margin-top: 3.375rem !important;
        margin-bottom: 3.375rem !important
    }

    .u-xxxlarge-pt-8 {
        padding-top: 3.375rem !important
    }

    .u-xxxlarge-pr-8 {
        padding-right: 3.375rem !important
    }

    .u-xxxlarge-pb-8 {
        padding-bottom: 3.375rem !important
    }

    .u-xxxlarge-pl-8 {
        padding-left: 3.375rem !important
    }

    .u-xxxlarge-px-8 {
        padding-left: 3.375rem !important;
        padding-right: 3.375rem !important
    }

    .u-xxxlarge-py-8 {
        padding-top: 3.375rem !important;
        padding-bottom: 3.375rem !important
    }

    .u-xxxlarge-mt-9 {
        margin-top: 5rem !important
    }

    .u-xxxlarge-mb-9 {
        margin-bottom: 5rem !important
    }

    .u-xxxlarge-my-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .u-xxxlarge-pt-9 {
        padding-top: 5rem !important
    }

    .u-xxxlarge-pr-9 {
        padding-right: 5rem !important
    }

    .u-xxxlarge-pb-9 {
        padding-bottom: 5rem !important
    }

    .u-xxxlarge-pl-9 {
        padding-left: 5rem !important
    }

    .u-xxxlarge-px-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .u-xxxlarge-py-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

.u-border-0 {
    border: 0 !important
}

.u-border {
    border: 1px solid #dbdbdb !important
}

.u-border-top-0 {
    border-top: 0 !important
}

.u-border-top {
    border-top: 1px solid #dbdbdb !important
}

.u-border-right-0 {
    border-right: 0 !important
}

.u-border-right {
    border-right: 1px solid #dbdbdb !important
}

.u-border-bottom-0 {
    border-bottom: 0 !important
}

.u-border-bottom {
    border-bottom: 1px solid #dbdbdb !important
}

.u-border-left-0 {
    border-left: 0 !important
}

.u-border-left {
    border-left: 1px solid #dbdbdb !important
}

.u-border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important
}

.u-border-x {
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important
}

.u-border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important
}

.u-border-y {
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important
}

@media print, screen and (min-width: 36em) {
    .u-smedium-border-0 {
        border: 0 !important
    }

    .u-smedium-border {
        border: 1px solid #dbdbdb !important
    }

    .u-smedium-border-top-0 {
        border-top: 0 !important
    }

    .u-smedium-border-top {
        border-top: 1px solid #dbdbdb !important
    }

    .u-smedium-border-right-0 {
        border-right: 0 !important
    }

    .u-smedium-border-right {
        border-right: 1px solid #dbdbdb !important
    }

    .u-smedium-border-bottom-0 {
        border-bottom: 0 !important
    }

    .u-smedium-border-bottom {
        border-bottom: 1px solid #dbdbdb !important
    }

    .u-smedium-border-left-0 {
        border-left: 0 !important
    }

    .u-smedium-border-left {
        border-left: 1px solid #dbdbdb !important
    }

    .u-smedium-border-x-0 {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .u-smedium-border-x {
        border-left: 1px solid #dbdbdb !important;
        border-right: 1px solid #dbdbdb !important
    }

    .u-smedium-border-y-0 {
        border-top: 0 !important;
        border-bottom: 0 !important
    }

    .u-smedium-border-y {
        border-top: 1px solid #dbdbdb !important;
        border-bottom: 1px solid #dbdbdb !important
    }
}

@media print, screen and (min-width: 48em) {
    .u-medium-border-0 {
        border: 0 !important
    }

    .u-medium-border {
        border: 1px solid #dbdbdb !important
    }

    .u-medium-border-top-0 {
        border-top: 0 !important
    }

    .u-medium-border-top {
        border-top: 1px solid #dbdbdb !important
    }

    .u-medium-border-right-0 {
        border-right: 0 !important
    }

    .u-medium-border-right {
        border-right: 1px solid #dbdbdb !important
    }

    .u-medium-border-bottom-0 {
        border-bottom: 0 !important
    }

    .u-medium-border-bottom {
        border-bottom: 1px solid #dbdbdb !important
    }

    .u-medium-border-left-0 {
        border-left: 0 !important
    }

    .u-medium-border-left {
        border-left: 1px solid #dbdbdb !important
    }

    .u-medium-border-x-0 {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .u-medium-border-x {
        border-left: 1px solid #dbdbdb !important;
        border-right: 1px solid #dbdbdb !important
    }

    .u-medium-border-y-0 {
        border-top: 0 !important;
        border-bottom: 0 !important
    }

    .u-medium-border-y {
        border-top: 1px solid #dbdbdb !important;
        border-bottom: 1px solid #dbdbdb !important
    }
}

@media print, screen and (min-width: 62em) {
    .u-large-border-0 {
        border: 0 !important
    }

    .u-large-border {
        border: 1px solid #dbdbdb !important
    }

    .u-large-border-top-0 {
        border-top: 0 !important
    }

    .u-large-border-top {
        border-top: 1px solid #dbdbdb !important
    }

    .u-large-border-right-0 {
        border-right: 0 !important
    }

    .u-large-border-right {
        border-right: 1px solid #dbdbdb !important
    }

    .u-large-border-bottom-0 {
        border-bottom: 0 !important
    }

    .u-large-border-bottom {
        border-bottom: 1px solid #dbdbdb !important
    }

    .u-large-border-left-0 {
        border-left: 0 !important
    }

    .u-large-border-left {
        border-left: 1px solid #dbdbdb !important
    }

    .u-large-border-x-0 {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .u-large-border-x {
        border-left: 1px solid #dbdbdb !important;
        border-right: 1px solid #dbdbdb !important
    }

    .u-large-border-y-0 {
        border-top: 0 !important;
        border-bottom: 0 !important
    }

    .u-large-border-y {
        border-top: 1px solid #dbdbdb !important;
        border-bottom: 1px solid #dbdbdb !important
    }
}

@media screen and (min-width: 75em) {
    .u-xlarge-border-0 {
        border: 0 !important
    }

    .u-xlarge-border {
        border: 1px solid #dbdbdb !important
    }

    .u-xlarge-border-top-0 {
        border-top: 0 !important
    }

    .u-xlarge-border-top {
        border-top: 1px solid #dbdbdb !important
    }

    .u-xlarge-border-right-0 {
        border-right: 0 !important
    }

    .u-xlarge-border-right {
        border-right: 1px solid #dbdbdb !important
    }

    .u-xlarge-border-bottom-0 {
        border-bottom: 0 !important
    }

    .u-xlarge-border-bottom {
        border-bottom: 1px solid #dbdbdb !important
    }

    .u-xlarge-border-left-0 {
        border-left: 0 !important
    }

    .u-xlarge-border-left {
        border-left: 1px solid #dbdbdb !important
    }

    .u-xlarge-border-x-0 {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .u-xlarge-border-x {
        border-left: 1px solid #dbdbdb !important;
        border-right: 1px solid #dbdbdb !important
    }

    .u-xlarge-border-y-0 {
        border-top: 0 !important;
        border-bottom: 0 !important
    }

    .u-xlarge-border-y {
        border-top: 1px solid #dbdbdb !important;
        border-bottom: 1px solid #dbdbdb !important
    }
}

@media screen and (min-width: 90em) {
    .u-xxlarge-border-0 {
        border: 0 !important
    }

    .u-xxlarge-border {
        border: 1px solid #dbdbdb !important
    }

    .u-xxlarge-border-top-0 {
        border-top: 0 !important
    }

    .u-xxlarge-border-top {
        border-top: 1px solid #dbdbdb !important
    }

    .u-xxlarge-border-right-0 {
        border-right: 0 !important
    }

    .u-xxlarge-border-right {
        border-right: 1px solid #dbdbdb !important
    }

    .u-xxlarge-border-bottom-0 {
        border-bottom: 0 !important
    }

    .u-xxlarge-border-bottom {
        border-bottom: 1px solid #dbdbdb !important
    }

    .u-xxlarge-border-left-0 {
        border-left: 0 !important
    }

    .u-xxlarge-border-left {
        border-left: 1px solid #dbdbdb !important
    }

    .u-xxlarge-border-x-0 {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .u-xxlarge-border-x {
        border-left: 1px solid #dbdbdb !important;
        border-right: 1px solid #dbdbdb !important
    }

    .u-xxlarge-border-y-0 {
        border-top: 0 !important;
        border-bottom: 0 !important
    }

    .u-xxlarge-border-y {
        border-top: 1px solid #dbdbdb !important;
        border-bottom: 1px solid #dbdbdb !important
    }
}

@media screen and (min-width: 96.25em) {
    .u-xxxlarge-border-0 {
        border: 0 !important
    }

    .u-xxxlarge-border {
        border: 1px solid #dbdbdb !important
    }

    .u-xxxlarge-border-top-0 {
        border-top: 0 !important
    }

    .u-xxxlarge-border-top {
        border-top: 1px solid #dbdbdb !important
    }

    .u-xxxlarge-border-right-0 {
        border-right: 0 !important
    }

    .u-xxxlarge-border-right {
        border-right: 1px solid #dbdbdb !important
    }

    .u-xxxlarge-border-bottom-0 {
        border-bottom: 0 !important
    }

    .u-xxxlarge-border-bottom {
        border-bottom: 1px solid #dbdbdb !important
    }

    .u-xxxlarge-border-left-0 {
        border-left: 0 !important
    }

    .u-xxxlarge-border-left {
        border-left: 1px solid #dbdbdb !important
    }

    .u-xxxlarge-border-x-0 {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .u-xxxlarge-border-x {
        border-left: 1px solid #dbdbdb !important;
        border-right: 1px solid #dbdbdb !important
    }

    .u-xxxlarge-border-y-0 {
        border-top: 0 !important;
        border-bottom: 0 !important
    }

    .u-xxxlarge-border-y {
        border-top: 1px solid #dbdbdb !important;
        border-bottom: 1px solid #dbdbdb !important
    }
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media print, screen and (min-width: 36em) {
    .smedium-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media print, screen and (min-width: 48em) {
    .medium-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media print, screen and (min-width: 62em) {
    .large-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width: 75em) {
    .xlarge-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width: 96.25em) {
    .xxxlarge-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.u-color-black {
    color: #000 !important
}

.u-color-off-black {
    color: #151529 !important
}

.u-color-dark-grey {
    color: #515151 !important
}

.u-color-medium-grey {
    color: dimgray !important
}

.u-color-light-grey {
    color: #dbdbdb !important
}

.u-color-lighter-grey {
    color: #e8e8e8 !important
}

.u-color-off-white {
    color: #f3f3f1 !important
}

.u-color-white {
    color: #fff !important
}

.u-color-primary {
    color: #373997 !important
}

.u-color-secondary {
    color: #27274c !important
}

.u-color-tertiary {
    color: #6ab9ff !important
}

.u-color-quaternary {
    color: #ff8aa9 !important
}

.u-color-success {
    color: #1ac1a9 !important
}

.u-color-alert {
    color: #ff325c !important
}

.u-color-validation-success {
    color: #5ccd2b !important
}

.u-color-validation-error {
    color: #ff0f00 !important
}

.u-bg-color-black {
    background-color: #000 !important
}

.u-bg-color-off-black {
    background-color: #151529 !important
}

.u-bg-color-dark-grey {
    background-color: #515151 !important
}

.u-bg-color-medium-grey {
    background-color: dimgray !important
}

.u-bg-color-light-grey {
    background-color: #dbdbdb !important
}

.u-bg-color-lighter-grey {
    background-color: #e8e8e8 !important
}

.u-bg-color-off-white {
    background-color: #f3f3f1 !important
}

.u-bg-color-white {
    background-color: #fff !important
}

.u-bg-color-primary {
    background-color: #373997 !important
}

.u-bg-color-secondary {
    background-color: #27274c !important
}

.u-bg-color-tertiary {
    background-color: #6ab9ff !important
}

.u-bg-color-quaternary {
    background-color: #ff8aa9 !important
}

.u-bg-color-success {
    background-color: #1ac1a9 !important
}

.u-bg-color-alert {
    background-color: #ff325c !important
}

.u-bg-color-validation-success {
    background-color: #5ccd2b !important
}

.u-bg-color-validation-error {
    background-color: #ff0f00 !important
}

.u-min-h-100 {
    min-height: 100%
}

body.debug:after {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: gold;
    line-height: 1;
    font-size: 12px;
    font-family: monospace;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 999999999;
    content: "small"
}

@media print, screen and (min-width: 36em) {
    body.debug:after {
        content: "smedium"
    }
}

@media print, screen and (min-width: 48em) {
    body.debug:after {
        content: "medium"
    }
}

@media print, screen and (min-width: 62em) {
    body.debug:after {
        content: "large"
    }
}

@media screen and (min-width: 75em) {
    body.debug:after {
        content: "xlarge"
    }
}

@media screen and (min-width: 90em) {
    body.debug:after {
        content: "xxlarge"
    }
}

@media screen and (min-width: 96.25em) {
    body.debug:after {
        content: "xxxlarge"
    }
}
