@media print,screen and (min-width: 40em) {
    .reveal.large, .reveal.small, .reveal.tiny, .reveal {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}
/*! 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: 0;
    -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
}

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus, [data-whatintent="touch"] *, [data-whatintent="touch"] *:focus, [data-whatinput="mouse"] *, [data-whatinput="mouse"] *:focus, [data-whatinput="touch"] *, [data-whatinput="touch"] *:focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

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: #fefefe;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -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: 3px
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px
}

.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: 3px;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width: 40em) {
    .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}

.grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

    .cell.auto {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .cell.shrink {
        -webkit-flex: 0 0 auto;
        -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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,screen and (min-width: 40em) {
    .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 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width: 64em) {
    .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 {
        -webkit-flex-basis: auto;
        -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 {
        -webkit-flex-basis: auto;
        -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 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
    -webkit-flex: 0 0 auto;
    -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: 40em) {
    .grid-x > .medium-auto {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
        -webkit-flex: 0 0 auto;
        -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: 64em) {
    .grid-x > .large-auto {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
        -webkit-flex: 0 0 auto;
        -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-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
        -webkit-flex: 0 0 auto;
        -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-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
        -webkit-flex: 0 0 auto;
        -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%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem)
}

@media print,screen and (min-width: 40em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
        width: auto
    }

    .grid-margin-x > .xlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xlarge-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .xlarge-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .xlarge-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .xlarge-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x > .xxlarge-auto {
        width: auto
    }

    .grid-margin-x > .xxlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xxlarge-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

.grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}

.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: 40em) {
    .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: 64em) {
    .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%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem)
}

@media print,screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x.xxlarge-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-3 > .cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-6 > .cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-7 > .cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

.grid-y {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -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 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

@media print,screen and (min-width: 40em) {
    .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 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width: 64em) {
    .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 {
        -webkit-flex-basis: auto;
        -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 {
        -webkit-flex-basis: auto;
        -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 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
    -webkit-flex: 0 0 auto;
    -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: 40em) {
    .grid-y > .medium-auto {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
        -webkit-flex: 0 0 auto;
        -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: 64em) {
    .grid-y > .large-auto {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
        -webkit-flex: 0 0 auto;
        -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-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
        -webkit-flex: 0 0 auto;
        -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-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
        -webkit-flex: 0 0 auto;
        -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%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem
    }
}

.grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
}

@media print,screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
        height: auto
    }

    .grid-margin-y > .xxlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xxlarge-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover, .close-button:focus {
    color: #0a0a0a
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button.medium, .close-button {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    font-size: 1rem
}

    .dropdown-pane.is-opening {
        display: block
    }

    .dropdown-pane.is-open {
        display: block;
        visibility: visible
    }

    .dropdown-pane.tiny {
        width: 100px
    }

    .dropdown-pane.small {
        width: 200px
    }

    .dropdown-pane.large {
        width: 400px
    }

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

    html.is-reveal-open.zf-has-scroll {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    html.is-reveal-open body {
        overflow-y: hidden
    }

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10,10,10,0.45);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

[data-whatinput='mouse'] .reveal {
    outline: 0
}

@media print,screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print,screen and (min-width: 40em) {
    .reveal {
        width: 800px;
        max-width: 100%
    }
}

.reveal.collapse {
    padding: 0
}

@media print,screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 100%
    }
}

@media print,screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 100%
    }
}

@media print,screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 100%
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print,screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none
}

    .tabs::before, .tabs::after {
        display: table;
        content: ' ';
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .tabs::after {
        clear: both
    }

    .tabs.vertical > li {
        display: block;
        float: none;
        width: auto
    }

    .tabs.simple > li > a {
        padding: 0
    }

        .tabs.simple > li > a:hover {
            background: transparent
        }

    .tabs.primary {
        background: #1779ba
    }

        .tabs.primary > li > a {
            color: #fefefe
        }

            .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
                background: #1673b1
            }

.tabs-title {
    float: left
}

    .tabs-title > a {
        display: block;
        padding: 1.25rem 1.5rem;
        font-size: 0.75rem;
        line-height: 1;
        color: #1779ba
    }

[data-whatinput='mouse'] .tabs-title > a {
    outline: 0
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #1468a0
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #e6e6e6;
    color: #1779ba
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

    .tabs-content.vertical {
        border: 1px solid #e6e6e6;
        border-left: 0
    }

.tabs-panel {
    display: none;
    padding: 1rem
}

    .tabs-panel.is-active {
        display: block
    }

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 3px;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe
}

    .tooltip::before {
        position: absolute
    }

    .tooltip.bottom::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.75rem;
        content: '';
        border-top-width: 0;
        border-color: transparent transparent #0a0a0a;
        bottom: 100%
    }

    .tooltip.bottom.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tooltip.top::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.75rem;
        content: '';
        border-bottom-width: 0;
        border-color: #0a0a0a transparent transparent;
        top: 100%;
        bottom: auto
    }

    .tooltip.top.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tooltip.left::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.75rem;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #0a0a0a;
        left: 100%
    }

    .tooltip.left.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tooltip.right::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.75rem;
        content: '';
        border-left-width: 0;
        border-color: transparent #0a0a0a transparent transparent;
        right: 100%;
        left: auto
    }

    .tooltip.right.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tooltip.align-top::before {
        bottom: auto;
        top: 10%
    }

    .tooltip.align-bottom::before {
        bottom: 10%;
        top: auto
    }

    .tooltip.align-left::before {
        left: 10%;
        right: auto
    }

    .tooltip.align-right::before {
        left: auto;
        right: 10%
    }

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-down.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-left.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-up.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-right.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-down.mui-leave.mui-leave-active {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-right.mui-leave.mui-leave-active {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-up.mui-leave.mui-leave-active {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-left.mui-leave.mui-leave-active {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1
    }

.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-out.mui-leave.mui-leave-active {
        opacity: 0
    }

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-top.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-right.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-bottom.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-left.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-right.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-bottom.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-left.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .scale-in-up.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .scale-in-down.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .scale-out-up.mui-leave.mui-leave-active {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .scale-out-down.mui-leave.mui-leave-active {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .spin-in.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .spin-out.mui-leave.mui-leave-active {
        -webkit-transform: rotate(0.75turn);
        transform: rotate(0.75turn);
        opacity: 0
    }

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

    .spin-in-ccw.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        -webkit-transform: rotate(-0.75turn);
        transform: rotate(-0.75turn);
        opacity: 0
    }

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important
}

.long-delay {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,30%,70%,100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,30%,70%,100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake, .spin-cw, .spin-ccw, .wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html.with-featherlight {
    overflow: hidden
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0,0,0,0)
}

    .featherlight:last-of-type {
        background: rgba(0,0,0,0.8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
        display: none
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255,255,255,0.3);
        color: #000;
        border: none;
        padding: 0
    }

        .featherlight .featherlight-close-icon::-moz-focus-inner {
            border: 0;
            padding: 0
        }

    .featherlight .featherlight-image {
        width: 100%
    }

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.featherlight iframe {
    border: none
}

.featherlight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

@media print {
    html.with-featherlight > * > :not(.featherlight) {
        display: none
    }
}

.featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0,0,0,0)
}

.featherlight-previous {
    left: 25px;
    right: 80%
}

    .featherlight-next:hover, .featherlight-previous:hover {
        background: rgba(255,255,255,0.25)
    }

    .featherlight-next span, .featherlight-previous span {
        display: none;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 82%;
        text-align: center;
        font-size: 80px;
        line-height: 80px;
        margin-top: -40px;
        text-shadow: 0px 0px 5px #fff;
        color: #fff;
        font-style: normal;
        font-weight: normal
    }

.featherlight-next span {
    right: 5%;
    left: auto
}

.featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block
}

.featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
    display: none
}

.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none
}

.featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none
}

@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover, .featherlight-previous:hover {
        background: none
    }

    .featherlight-next span, .featherlight-previous span {
        display: block
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight-next, .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%
    }

    .featherlight-previous {
        left: 10px;
        right: 85%
    }

        .featherlight-next span, .featherlight-previous span {
            margin-top: -30px;
            font-size: 40px
        }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html:before {
    content: 'small';
    display: none
}

@media print,screen and (min-width: 40em) {
    html:before {
        content: 'medium'
    }
}

@media print,screen and (min-width: 64em) {
    html:before {
        content: 'large'
    }
}

body {
    background: #ffffff;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    height: 100%;
    padding-top: 65px
}

@media print,screen and (min-width: 64em) {
    body {
        padding-top: 75px
    }
}

a {
    -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1)
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2.8125rem;
    font-weight: 900;
    line-height: 1.2
}

@media print,screen and (min-width: 40em) {
    h1 {
        font-size: 3.125rem;
        line-height: 1.15
    }
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2.4375rem;
    font-weight: 900;
    line-height: 1.25
}

@media print,screen and (min-width: 40em) {
    h2 {
        font-size: 2.8125rem;
        line-height: 1.2
    }
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.8125rem;
    font-weight: 900;
    line-height: 1.3
}

@media print,screen and (min-width: 64em) {
    h3 {
        font-size: 2.125rem
    }
}

@media print,screen and (min-width: 64em) {
    h3 {
        font-size: 2.4375rem;
        line-height: 1.25
    }
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.35
}

@media print,screen and (min-width: 40em) {
    h4 {
        font-size: 1.8125rem;
        line-height: 1.3
    }
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4
}

@media print,screen and (min-width: 40em) {
    h5 {
        font-size: 1.5625rem;
        line-height: 1.35
    }
}

h6 {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75
}

::-moz-selection {
    background-color: #54b63d;
    color: #ffffff;
    text-shadow: none
}

::selection {
    background-color: #54b63d;
    color: #ffffff;
    text-shadow: none
}

[data-lazy] {
    -webkit-transition: background 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: background 0.25s cubic-bezier(0.7, 0, 0.3, 1)
}

img[data-lazy] {
    opacity: 0
}

    img[data-lazy][data-was-processed='true'] {
        opacity: 1
    }

img:not([src]) {
    visibility: hidden
}

.o-checkbox {
    opacity: 0
}

    .o-checkbox ~ label {
        margin-left: 5px;
        position: relative
    }

        .o-checkbox ~ label:before {
            background-color: #ffffff;
            content: '';
            border: 1px solid;
            border-radius: 2px;
            display: inline-block;
            height: 15px;
            margin-right: 5px;
            width: 15px;
            position: absolute;
            top: 0;
            left: -20px;
            z-index: -1
        }

    .o-checkbox:checked ~ label:before {
        background-color: #54b63d;
        background-image: url(img/icons/checkmark.svg);
        background-position: center;
        background-repeat: no-repeat;
        border-color: #54b63d
    }

.o-gallery {
    margin: 0 0 5px 0
}

    .o-gallery:last-child {
        margin-bottom: -15px
    }

    .o-gallery:before, .o-gallery:after {
        content: ' ';
        display: table
    }

    .o-gallery:after {
        clear: both
    }

.o-gallery__item {
    float: left;
    margin: 0;
    padding: 0 7.5px 15px
}

.o-gallery__icon {
    position: relative;
    overflow: hidden
}

    .o-gallery__icon:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 56.25%
    }

.o-gallery__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

    .o-gallery__link:hover {
        -webkit-cursor: -webkit-zoom-in;
        -moz-cursor: zoom-in;
        cursor: zoom-in
    }

.o-gallery__img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.o-gallery__caption {
    font-size: 0.75rem;
    margin: 10px 0 0 0;
    text-align: center
}

.o-gallery--1 .o-gallery__item {
    width: 100%
}

.o-gallery--2 .o-gallery__item {
    width: 50%
}

    .o-gallery--2 .o-gallery__item:nth-child(2n + 1) {
        clear: left
    }

.o-gallery--3 .o-gallery__item {
    width: 33.33334%
}

    .o-gallery--3 .o-gallery__item:nth-child(3n + 1) {
        clear: left
    }

.o-gallery--4 .o-gallery__item {
    width: 25%
}

    .o-gallery--4 .o-gallery__item:nth-child(4n + 1) {
        clear: left
    }

.o-gallery--5 .o-gallery__item {
    width: 20%
}

    .o-gallery--5 .o-gallery__item:nth-child(5n + 1) {
        clear: left
    }

.o-gallery--6 .o-gallery__item {
    width: 16.66667%
}

    .o-gallery--6 .o-gallery__item:nth-child(6n + 1) {
        clear: left
    }

.o-gallery--7 .o-gallery__item {
    width: 14.28571%
}

    .o-gallery--7 .o-gallery__item:nth-child(7n + 1) {
        clear: left
    }

.o-gallery--8 .o-gallery__item {
    width: 12.5%
}

    .o-gallery--8 .o-gallery__item:nth-child(8n + 1) {
        clear: left
    }

.o-gallery--9 .o-gallery__item {
    width: 11.11111%
}

    .o-gallery--9 .o-gallery__item:nth-child(9n + 1) {
        clear: left
    }

.o-input {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    color: #000000;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    font-weight: 500;
    outline: none;
    padding: 10px 30px;
    -webkit-transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%
}

    .o-input::-webkit-input-placeholder {
        color: #797979
    }

    .o-input::-moz-placeholder {
        color: #797979
    }

    .o-input:-ms-input-placeholder {
        color: #797979
    }

    .o-input:-moz-placeholder {
        color: #797979
    }

    .o-input:not([disabled]):not([readonly]):focus, .o-input:not([disabled]):not([readonly]):active {
        background-color: #ffffff;
        border-color: #54b63d
    }

.u-schenk .o-input:not([disabled]):not([readonly]):focus, .u-schenk .o-input:not([disabled]):not([readonly]):active {
    border-color: #736f87
}

.o-input[disabled] {
    cursor: not-allowed
}

.o-media__body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1
}

.o-media__img {
    float: left
}

    .o-media__img img {
        display: block
    }

.o-svg-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 10px;
    background-color: transparent
}

.o-svg-icon__sprite {
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden
}

.o-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

    .o-video iframe, .o-video object, .o-video embed, .o-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.c-section {
    padding: 40px 0
}

@media print,screen and (min-width: 40em) {
    .c-section {
        padding: 60px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-section {
        padding: 80px 0
    }
}

.c-section--light {
    background-color: #ffffff
}

    .c-section--light + .c-section--light {
        padding-top: 0
    }

.c-section--stable-100 {
    background-color: #f7f7f7
}

    .c-section--stable-100 + .c-section--stable-100 {
        padding-top: 0
    }

.c-section--banner {
    padding: 0
}

    .c-section--banner + .c-section {
        padding: 40px 0
    }

@media print,screen and (min-width: 40em) {
    .c-section--banner + .c-section {
        padding: 60px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-section--banner + .c-section {
        padding: 100px 0
    }
}

.c-section--cta {
    padding-bottom: 0
}

.c-section--participant-intro {
    padding-bottom: 0
}

.c-section--maps {
    padding-top: 0
}

.c-banner {
    position: relative
}

.c-banner__and {
    background-color: #54b63d;
    color: #ffffff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 4px solid #ffffff;
    border-radius: 60px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    font-family: "Roboto", sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

@media print,screen and (min-width: 40em) {
    .c-banner__and {
        border-radius: 90px;
        border-width: 6px;
        height: 90px;
        font-size: 2.8125rem;
        width: 90px
    }
}

@media print,screen and (min-width: 64em) {
    .c-banner__and {
        border-radius: 125px;
        border-width: 8px;
        height: 125px;
        font-size: 4.0625rem;
        width: 125px
    }
}

.c-banner__slide {
    position: relative;
    max-height: 650px;
    min-height: 350px;
    position: relative
}

    .c-banner__slide:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 40%
    }

@media print,screen and (min-width: 40em) {
    .c-banner__slide {
        min-height: 420px
    }
}

@media print,screen and (min-width: 64em) {
    .c-banner__slide {
        min-height: 500px
    }
}

@media print,screen and (min-width: 40em) {
    .c-banner__slide .grid-container, .c-banner__slide .grid-x, .c-banner__slide .cell {
        height: 100%
    }
}

.c-banner__slide-inner {
    margin-bottom: -7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media print,screen and (max-width: 39.99875em) {
    .c-banner__slide-inner {
        padding-top: 50px
    }
}

.c-banner__slide-image {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media print,screen and (min-width: 64em) {
    .c-banner__slide-image--left {
        left: 0;
        right: auto;
        right: calc(50% + 5px)
    }
}

.c-banner__slide-image--right {
    display: none
}

@media print,screen and (min-width: 64em) {
    .c-banner__slide-image--right {
        display: block;
        right: 0;
        left: auto;
        left: calc(50% + 5px)
    }
}

.c-banner__slide-title-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print,screen and (min-width: 40em) {
    .c-banner__slide-title-container {
        padding: 100px 0
    }
}

.c-banner__slide-title-container--right {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-banner__slide-title {
    font-family: "Roboto", sans-serif;
    font-size: 1.8125rem;
    font-weight: 900;
    line-height: 1.3;
    color: #ffffff;
    font-style: italic;
    margin: 45px 0;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 64em) {
    .c-banner__slide-title {
        font-size: 2.125rem
    }
}

@media print,screen and (min-width: 64em) {
    .c-banner__slide-title {
        font-size: 2.4375rem;
        line-height: 1.25
    }
}

@media print,screen and (min-width: 40em) {
    .c-banner__slide-title {
        margin: 30px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-banner__counter {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0
    }
}

.c-banner__counter-inner {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    padding: 17px 30px;
    background-color: #fff;
}

@media print,screen and (min-width: 64em) {
    .c-banner__counter-inner {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px;
        -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
        box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 5px;
        padding: 17px 30px
    }
}

.c-banner__counter-text {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.75;
    color: #54b63d;
    font-weight: 700;
    line-height: 1.2 !important;
    margin: 0
}

@media print,screen and (min-width: 40em) {
    .c-banner__counter-text {
        font-size: 1.25rem;
        line-height: 1.65
    }
}

@media print,screen and (min-width: 64em) {
    .c-banner__counter-text {
        max-width: 140px
    }
}

.c-banner__counter-number {
    font-family: "Roboto", sans-serif;
    font-size: 2.4375rem;
    font-weight: 900;
    line-height: 1.25;
    color: #232323;
    margin: 0
}

@media print,screen and (min-width: 40em) {
    .c-banner__counter-number {
        font-size: 2.8125rem;
        line-height: 1.2
    }
}

@media print,screen and (min-width: 64em) {
    .c-banner__counter-number {
        text-align: right
    }
}

.c-button {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 5px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    outline: none;
    border: none;
    cursor: pointer;
    position: relative
}

@media print,screen and (min-width: 40em) {
    .c-button {
        font-size: 1.5625rem;
        line-height: 1.35
    }
}

.c-button:not([disabled]):not([aria-disabled='true']):hover {
    opacity: 0.75
}

.c-button:not([disabled]):not([aria-disabled='true']):active {
    opacity: 0.75;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3)
}

.c-button[disabled], .c-button[aria-disabled='true'] {
    opacity: 0.5;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}

.c-button.c-button--loading:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 10px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    z-index: 2
}

.c-button--small {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    padding: 3px 10px
}

.c-button--medium {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    font-size: 1.0625rem !important;
    font-weight: 500;
    padding: 10px 25px
}

.c-button--large {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.75;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 10px 20px;
    width: 200px
}

@media print,screen and (min-width: 40em) {
    .c-button--large {
        font-size: 1.25rem;
        line-height: 1.65
    }
}

@media print,screen and (min-width: 64em) {
    .c-button--large {
        margin-left: 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-button--large {
        height: 170px
    }
}

.c-button--large .c-button__title {
    margin-left: 45px
}

@media print,screen and (min-width: 64em) {
    .c-button--large .c-button__title {
        margin-left: 0
    }
}

.c-button--light {
    background-color: #ffffff;
    color: #000000
}

.u-schenk .c-button--light {
    color: #1a1739
}

.c-button--light:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.25)
}

.c-button--light.c-button--loading {
    color: #ffffff
}

    .c-button--light.c-button--loading:before {
        border-top-color: #54b63d
    }

.c-button--outline-light {
    background-color: #ffffff;
    color: #ffffff;
    border: 1px solid;
    border-color: #ffffff
}

    .c-button--outline-light:not([disabled]):not([aria-disabled='true']):focus {
        -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
        box-shadow: 0 0 0 4px rgba(255,255,255,0.25)
    }

    .c-button--outline-light.c-button--loading {
        color: #ffffff
    }

        .c-button--outline-light.c-button--loading:before {
            border-top-color: #ffffff
        }

.c-button--stable-100 {
    background-color: #f7f7f7;
    color: #ffffff
}

.u-schenk .c-button--stable-100 {
    background-color: #f4f7fc
}

.c-button--stable-100:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(247,247,247,0.25);
    box-shadow: 0 0 0 4px rgba(247,247,247,0.25)
}

.c-button--stable-100.c-button--loading {
    color: #f7f7f7
}

    .c-button--stable-100.c-button--loading:before {
        border-top-color: #ffffff
    }

.c-button--outline-stable-100 {
    background-color: #ffffff;
    color: #f7f7f7;
    border: 1px solid;
    border-color: #f7f7f7
}

.u-schenk .c-button--outline-stable-100 {
    color: #f4f7fc;
    border-color: #f4f7fc
}

.c-button--outline-stable-100:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(247,247,247,0.25);
    box-shadow: 0 0 0 4px rgba(247,247,247,0.25)
}

.c-button--outline-stable-100.c-button--loading {
    color: #ffffff
}

    .c-button--outline-stable-100.c-button--loading:before {
        border-top-color: #f7f7f7
    }

.c-button--stable-300 {
    background-color: #f1f1f2;
    color: #ffffff
}

.u-schenk .c-button--stable-300 {
    background-color: #736f87
}

.c-button--stable-300:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(241,241,242,0.25);
    box-shadow: 0 0 0 4px rgba(241,241,242,0.25)
}

.c-button--stable-300.c-button--loading {
    color: #f1f1f2
}

    .c-button--stable-300.c-button--loading:before {
        border-top-color: #ffffff
    }

.c-button--outline-stable-300 {
    background-color: #ffffff;
    color: #f1f1f2;
    border: 1px solid;
    border-color: #f1f1f2
}

.u-schenk .c-button--outline-stable-300 {
    color: #736f87;
    border-color: #736f87
}

.c-button--outline-stable-300:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(241,241,242,0.25);
    box-shadow: 0 0 0 4px rgba(241,241,242,0.25)
}

.c-button--outline-stable-300.c-button--loading {
    color: #ffffff
}

    .c-button--outline-stable-300.c-button--loading:before {
        border-top-color: #f1f1f2
    }

.c-button--stable-500 {
    background-color: #e9e9e9;
    color: #ffffff
}

.u-schenk .c-button--stable-500 {
    background-color: #3f3c64
}

.c-button--stable-500:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(233,233,233,0.25);
    box-shadow: 0 0 0 4px rgba(233,233,233,0.25)
}

.c-button--stable-500.c-button--loading {
    color: #e9e9e9
}

    .c-button--stable-500.c-button--loading:before {
        border-top-color: #ffffff
    }

.c-button--outline-stable-500 {
    background-color: #ffffff;
    color: #e9e9e9;
    border: 1px solid;
    border-color: #e9e9e9
}

.u-schenk .c-button--outline-stable-500 {
    color: #3f3c64;
    border-color: #3f3c64
}

.c-button--outline-stable-500:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(233,233,233,0.25);
    box-shadow: 0 0 0 4px rgba(233,233,233,0.25)
}

.c-button--outline-stable-500.c-button--loading {
    color: #ffffff
}

    .c-button--outline-stable-500.c-button--loading:before {
        border-top-color: #e9e9e9
    }

.c-button--stable-700 {
    background-color: #bfbfbf;
    color: #ffffff
}

    .c-button--stable-700:not([disabled]):not([aria-disabled='true']):focus {
        -webkit-box-shadow: 0 0 0 4px rgba(191,191,191,0.25);
        box-shadow: 0 0 0 4px rgba(191,191,191,0.25)
    }

    .c-button--stable-700.c-button--loading {
        color: #bfbfbf
    }

        .c-button--stable-700.c-button--loading:before {
            border-top-color: #ffffff
        }

.c-button--outline-stable-700 {
    background-color: #ffffff;
    color: #bfbfbf;
    border: 1px solid;
    border-color: #bfbfbf
}

    .c-button--outline-stable-700:not([disabled]):not([aria-disabled='true']):focus {
        -webkit-box-shadow: 0 0 0 4px rgba(191,191,191,0.25);
        box-shadow: 0 0 0 4px rgba(191,191,191,0.25)
    }

    .c-button--outline-stable-700.c-button--loading {
        color: #ffffff
    }

        .c-button--outline-stable-700.c-button--loading:before {
            border-top-color: #bfbfbf
        }

.c-button--stable-900 {
    background-color: #797979;
    color: #ffffff
}

    .c-button--stable-900:not([disabled]):not([aria-disabled='true']):focus {
        -webkit-box-shadow: 0 0 0 4px rgba(121,121,121,0.25);
        box-shadow: 0 0 0 4px rgba(121,121,121,0.25)
    }

    .c-button--stable-900.c-button--loading {
        color: #797979
    }

        .c-button--stable-900.c-button--loading:before {
            border-top-color: #ffffff
        }

.c-button--outline-stable-900 {
    background-color: #ffffff;
    color: #797979;
    border: 1px solid;
    border-color: #797979
}

    .c-button--outline-stable-900:not([disabled]):not([aria-disabled='true']):focus {
        -webkit-box-shadow: 0 0 0 4px rgba(121,121,121,0.25);
        box-shadow: 0 0 0 4px rgba(121,121,121,0.25)
    }

    .c-button--outline-stable-900.c-button--loading {
        color: #ffffff
    }

        .c-button--outline-stable-900.c-button--loading:before {
            border-top-color: #797979
        }

.c-button--positive {
    background-color: #54b63d;
    color: #ffffff
}

.u-schenk .c-button--positive {
    background-color: #1d63bf
}

.c-button--positive:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(84,182,61,0.25);
    box-shadow: 0 0 0 4px rgba(84,182,61,0.25)
}

.c-button--positive.c-button--loading {
    color: #54b63d
}

    .c-button--positive.c-button--loading:before {
        border-top-color: #ffffff
    }

.c-button--outline-positive {
    background-color: #ffffff;
    color: #54b63d;
    border: 1px solid;
    border-color: #54b63d
}

.u-schenk .c-button--outline-positive {
    color: #1d63bf;
    border-color: #1d63bf
}

.c-button--outline-positive:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(84,182,61,0.25);
    box-shadow: 0 0 0 4px rgba(84,182,61,0.25)
}

.c-button--outline-positive.c-button--loading {
    color: #ffffff
}

    .c-button--outline-positive.c-button--loading:before {
        border-top-color: #54b63d
    }

.c-button--assertive {
    background-color: #ff2b2b;
    color: #ffffff
}

.u-schenk .c-button--assertive {
    background-color: #ff2b2b
}

.c-button--assertive:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(255,43,43,0.25);
    box-shadow: 0 0 0 4px rgba(255,43,43,0.25)
}

.c-button--assertive.c-button--loading {
    color: #ff2b2b
}

    .c-button--assertive.c-button--loading:before {
        border-top-color: #ffffff
    }

.c-button--outline-assertive {
    background-color: #ffffff;
    color: #ff2b2b;
    border: 1px solid;
    border-color: #ff2b2b
}

.u-schenk .c-button--outline-assertive {
    color: #ff2b2b;
    border-color: #ff2b2b
}

.c-button--outline-assertive:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(255,43,43,0.25);
    box-shadow: 0 0 0 4px rgba(255,43,43,0.25)
}

.c-button--outline-assertive.c-button--loading {
    color: #ffffff
}

    .c-button--outline-assertive.c-button--loading:before {
        border-top-color: #ff2b2b
    }

.c-button--off-dark {
    background-color: #232323;
    color: #ffffff
}

    .c-button--off-dark:not([disabled]):not([aria-disabled='true']):focus {
        -webkit-box-shadow: 0 0 0 4px rgba(35,35,35,0.25);
        box-shadow: 0 0 0 4px rgba(35,35,35,0.25)
    }

    .c-button--off-dark.c-button--loading {
        color: #232323
    }

        .c-button--off-dark.c-button--loading:before {
            border-top-color: #ffffff
        }

.c-button--outline-off-dark {
    background-color: #ffffff;
    color: #232323;
    border: 1px solid;
    border-color: #232323
}

    .c-button--outline-off-dark:not([disabled]):not([aria-disabled='true']):focus {
        -webkit-box-shadow: 0 0 0 4px rgba(35,35,35,0.25);
        box-shadow: 0 0 0 4px rgba(35,35,35,0.25)
    }

    .c-button--outline-off-dark.c-button--loading {
        color: #ffffff
    }

        .c-button--outline-off-dark.c-button--loading:before {
            border-top-color: #232323
        }

.c-button--dark {
    background-color: #000000;
    color: #ffffff
}

.u-schenk .c-button--dark {
    background-color: #1a1739
}

.c-button--dark:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.25);
    box-shadow: 0 0 0 4px rgba(0,0,0,0.25)
}

.c-button--dark.c-button--loading {
    color: #000000
}

    .c-button--dark.c-button--loading:before {
        border-top-color: #ffffff
    }

.c-button--outline-dark {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid;
    border-color: #000000
}

.u-schenk .c-button--outline-dark {
    color: #1a1739;
    border-color: #1a1739
}

.c-button--outline-dark:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.25);
    box-shadow: 0 0 0 4px rgba(0,0,0,0.25)
}

.c-button--outline-dark.c-button--loading {
    color: #ffffff
}

    .c-button--outline-dark.c-button--loading:before {
        border-top-color: #000000
    }

.c-button--active:not(.c-button--loading) {
    background-color: #54b63d;
    color: #ffffff
}

.u-schenk .c-button--active:not(.c-button--loading) {
    background-color: #1d63bf
}

.c-button--active:not(.c-button--loading):not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(84,182,61,0.25);
    box-shadow: 0 0 0 4px rgba(84,182,61,0.25)
}

.c-button--active.c-button--loading:not(.c-button--loading) {
    color: #54b63d
}

    .c-button--active.c-button--loading:not(.c-button--loading):before {
        border-top-color: #ffffff
    }

.c-button--icon-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.c-button__icon svg {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px
}

    .c-button__icon svg path {
        fill: currentColor;
        -webkit-transition: fill 0.25s cubic-bezier(0.7, 0, 0.3, 1);
        transition: fill 0.25s cubic-bezier(0.7, 0, 0.3, 1)
    }

.c-card {
    border: 2px solid red
}

.c-charity-list__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    margin: 0 0 30px 0
}

@media print,screen and (min-width: 40em) {
    .c-charity-list__title {
        font-size: 1.8125rem;
        line-height: 1.3
    }
}

@media print,screen and (min-width: 64em) {
    .c-charity-list__title {
        margin: 0 0 40px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-charity-list__title {
        margin: 0 0 50px 0
    }
}

.c-charity-list__list {
    margin: 0;
    padding: 0;
    width: 100%
}

    .c-charity-list__list li {
        height: 68px;
        float: left;
        -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
        box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
        border-radius: 5px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
        width: 100%;
        overflow: hidden;
        position: relative
    }

@media print,screen and (min-width: 64em) {
    .c-charity-list__list li {
        width: calc(50% - 20px)
    }

        .c-charity-list__list li:nth-of-type(2n + 1) {
            margin-right: 40px
        }
}

.c-charity-list__list li:last-child {
    margin-bottom: 0
}

@media print,screen and (min-width: 64em) {
    .c-charity-list__list li:nth-last-of-type(-n + 2) {
        margin-bottom: 0
    }
}

.c-charity-list__list li p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    font-weight: 500
}

.c-charity-list__img-holder {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    width: 80px
}

    .c-charity-list__img-holder:before {
        content: '';
        position: absolute;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
        box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
        top: -10%;
        left: -30px;
        width: 116%;
        height: 120%;
        border-radius: 100%
    }

    .c-charity-list__img-holder img {
        width: 50px;
        z-index: 1
    }

.c-charity-list__list-fund {
    color: #54b63d
}

.c-charity-list__modal-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.c-c-charity-list__btn {
    margin: 0 auto
}

.c-content-columns__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.8125rem;
    font-weight: 900;
    line-height: 1.3;
    color: #232323;
    margin: 0 0 10px 0
}

@media print,screen and (min-width: 64em) {
    .c-content-columns__title {
        font-size: 2.125rem
    }
}

@media print,screen and (min-width: 64em) {
    .c-content-columns__title {
        font-size: 2.4375rem;
        line-height: 1.25
    }
}

@media print,screen and (min-width: 64em) {
    .c-content-columns__title {
        margin: 0
    }
}

.c-content-columns__intro {
    margin: 20px 0 0 0
}

@media print,screen and (min-width: 40em) {
    .c-content-columns__intro {
        margin: 30px 0 -10px 0
    }
}

.c-content-columns__person-holder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    .c-content-columns__person-holder {
        margin-bottom: 0
    }
}

.c-content-columns__person-img {
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    height: 202px;
    width: 202px;
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media print,screen and (min-width: 40em) {
    .c-content-columns__person-img {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media print,screen and (min-width: 40em) {
    .c-content-columns__info {
        position: absolute;
        bottom: 0;
        left: 160px;
        text-align: center
    }
}

.c-content-columns__person-title {
    font-weight: 700;
    color: #54b63d;
    margin-bottom: 14px
}

.c-content-columns__person-fund {
    color: #232323;
    background: white;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 0;
    min-width: 270px
}

.c-content-columns__content {
    margin-top: 30px
}

@media print,screen and (min-width: 40em) {
    .c-content-columns__content {
        margin-top: 40px
    }
}

@media print,screen and (min-width: 64em) {
    .c-content-columns__content {
        margin-top: 0
    }
}

.c-content {
    border: 2px solid yellow
}

.c-cta {
    background-color: #54b63d;
    color: #ffffff;
    padding: 40px 0;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    .c-cta {
        padding: 60px 0
    }
}

.c-cta__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 20px 0
}

@media print,screen and (min-width: 40em) {
    .c-cta__title {
        font-size: 1.8125rem;
        line-height: 1.3
    }
}

.c-cta__button {
    margin-top: 20px
}

.c-divider__inner {
    background-color: #f1f1f2;
    height: 1px
}

.c-footer__inner {
    border-top: 1px solid #f1f1f2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,screen and (min-width: 64em) {
    .c-footer__inner {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-height: none
    }
}

.c-footer__logo-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 20px 0;
    z-index: 1
}

@media print,screen and (min-width: 64em) {
    .c-footer__logo-container {
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 0
    }
}

.c-footer__logo {
    background-image: url(img/tankSchenkLogo.png);
    background-position: center;
    background-size: cover;
    display: block;
    height: 27px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 160px
}

.c-footer__nav-items {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    position: relative
}

@media print,screen and (min-width: 64em) {
    .c-footer__nav-items {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

.c-footer__nav-items > li {
    margin: 0 0 20px 0
}

@media print,screen and (min-width: 64em) {
    .c-footer__nav-items > li {
        margin: 0 15px
    }
}

.c-footer__nav-items > li > a {
    color: #797979;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none
}

    .c-footer__nav-items > li > a[href='#'] {
        color: #232323;
        pointer-events: none
    }

    .c-footer__nav-items > li > a:hover {
        color: #232323
    }

.c-footer__link-container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 30px 0
}

@media print,screen and (min-width: 64em) {
    .c-footer__link-container {
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0
    }
}

.c-footer__link-container span {
    color: #232323;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-right: 10px
}

.c-footer__link {
    color: #797979;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none
}

    .c-footer__link:hover {
        color: #232323
    }

.c-header {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.1);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 65px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: max-height 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media print,screen and (min-width: 64em) {
    .c-header {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 75px;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-height: none
    }
}

.c-header:before {
    background-color: #54b63d;
    content: '';
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.c-header.open {
    max-height: 999px
}

.c-header__logo-container {
    padding: 20px 0 20px 20px;
    z-index: 1
}

@media print,screen and (min-width: 64em) {
    .c-header__logo-container {
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        padding-left: 40px
    }
}

.c-header__logo {
    margin: 0
}

.c-header__logo-link {
    background-image: url(img/tankSchenkLogo.png);
    background-position: center;
    background-size: cover;
    display: block;
    height: 27px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 160px
}

.c-header__links {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

@media print,screen and (min-width: 64em) {
    .c-header__links {
        padding-right: 40px;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0
    }
}

.c-header__link {
    color: #232323;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none
}

    .c-header__link svg {
        display: none;
        margin-left: 10px
    }

@media print,screen and (min-width: 64em) {
    .c-header__link svg {
        display: block
    }
}

.c-header__link svg polygon {
    -webkit-transition: fill 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: fill 0.3s cubic-bezier(0.7, 0, 0.3, 1)
}

.c-header__link:hover {
    color: #54b63d
}

    .c-header__link:hover svg polygon {
        fill: #54b63d
    }

.c-header__toggle {
    width: 26px;
    height: 30px;
    outline: none;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 1
}

@media print,screen and (min-width: 64em) {
    .c-header__toggle {
        display: none
    }
}

.c-header__toggle span, .c-header__toggle span:before, .c-header__toggle span:after {
    background-color: #232323;
    cursor: pointer;
    height: 2px;
    width: 26px;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    top: 15px
}

    .c-header__toggle span:before {
        top: -9px
    }

    .c-header__toggle span:after {
        top: 9px
    }

.c-header__toggle.active span {
    background-color: transparent
}

    .c-header__toggle.active span:before, .c-header__toggle.active span:after {
        top: 0
    }

    .c-header__toggle.active span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .c-header__toggle.active span:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.c-maps {
    position: relative;
    min-height: 350px
}

    .c-maps:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 33.3333333333%
    }

@media print,screen and (min-width: 40em) {
    .c-maps {
        min-height: 500px
    }
}

@media print,screen and (min-width: 64em) {
    .c-maps {
        z-index: 1
    }
}

.c-maps__wrapper {
    position: relative
}

@media print,screen and (min-width: 64em) {
    .c-maps__wrapper {
        padding-bottom: 60px
    }
}

.c-maps__info-wrapper {
    margin-top: -40px;
    position: relative
}

@media print,screen and (max-width: 63.99875em) {
    .c-maps__info-wrapper {
        z-index: 1
    }
}

@media print,screen and (min-width: 64em) {
    .c-maps__info-wrapper {
        margin-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.c-maps__info {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
    border-radius: 5px;
    padding: 30px 35px;
    background: white;
    position: relative
}

@media print,screen and (min-width: 64em) {
    .c-maps__info {
        z-index: 2
    }
}

.c-maps__opening-hours, .c-maps__contactinfo {
    color: #000000
}

@media print,screen and (min-width: 40em) {
    .c-maps__opening-hours, .c-maps__contactinfo {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media print,screen and (min-width: 40em) {
    .c-maps__opening-hours, .c-maps__contactinfo {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px
    }
}

.c-maps__opening-hours ul, .c-maps__contactinfo ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .c-maps__opening-hours ul li, .c-maps__contactinfo ul li {
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-size: 1.0625rem;
        font-weight: 400;
        line-height: 1.75;
        font-weight: 500
    }

.c-maps__title {
    color: #232323;
    margin: 0;
    margin-bottom: 25px
}

.c-maps__divider {
    border: 0;
    height: 1px;
    background-color: #f1f1f2;
    margin: 30px -35px 35px -35px
}

.c-maps__mail {
    text-decoration: none;
    color: #54b63d
}

.c-modal {
    padding: 0
}

.c-modal__inner {
    margin-top: -65px;
    padding: 20px
}

@media print,screen and (min-width: 64em) {
    .c-modal__inner {
        margin-top: -75px
    }
}

.c-modal__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px 0
}

@media print,screen and (min-width: 40em) {
    .c-modal__title {
        font-size: 1.5625rem;
        line-height: 1.35
    }
}

.c-modal__form {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0
}

    .c-modal__form label {
        font-size: 0.9375rem;
        font-weight: 500;
        margin-right: 10px
    }

    .c-modal__form select {
        max-width: 200px
    }

.c-modal__code {
    background-color: #f1f1f2;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    font-size: 0.9375rem;
    padding: 20px
}

.c-navigation {
    position: relative
}

.c-navigation__items {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    position: relative
}

@media print,screen and (min-width: 64em) {
    .c-navigation__items {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

.c-navigation__items > li {
    margin: 0 0 20px 0
}

@media print,screen and (min-width: 64em) {
    .c-navigation__items > li {
        margin: 0 15px
    }
}

.c-navigation__items > li > a {
    color: #232323;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none
}

    .c-navigation__items > li > a:hover {
        color: #54b63d
    }

.c-navigation__items > li.current_page_item > a, .c-navigation__items > li.current_page_parent > a, .c-navigation__items > li.current_page_ancestor > a {
    color: #54b63d
}

.c-newsletter {
    border-top: 1px solid #f7f7f7;
    padding: 40px 0 30px 0
}

@media print,screen and (min-width: 40em) {
    .c-newsletter {
        padding: 60px 0 50px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-newsletter {
        padding: 80px 0 70px 0
    }
}

.c-newsletter__inner {
    text-align: center
}

@media print,screen and (min-width: 64em) {
    .c-newsletter__inner {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }
}

.c-newsletter__title {
    color: #232323;
    font-family: "Roboto", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0
}

@media print,screen and (min-width: 40em) {
    .c-newsletter__title {
        font-size: 1.8125rem;
        line-height: 1.3
    }
}

.c-newsletter__subtitle {
    color: #232323;
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.75;
    margin: 0
}

@media print,screen and (min-width: 40em) {
    .c-newsletter__subtitle {
        font-size: 1.25rem;
        line-height: 1.65
    }
}

.c-newsletter__form {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 20px 0 0 0
}

@media print,screen and (min-width: 40em) {
    .c-newsletter__form {
        margin: 40px 0 0 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-newsletter__form {
        margin: 0 0 0 40px
    }
}

@media print,screen and (min-width: 40em) {
    .c-newsletter__form .gform_wrapper form {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.c-newsletter__form .gform_wrapper form .gform_body {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-newsletter__form .gform_wrapper form ul.gform_fields {
    margin: 0 !important
}

    .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield {
        margin: 0;
        padding: 0
    }

        .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield .ginput_container, .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input {
            margin: 0
        }

            .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
                font-family: "Montserrat", sans-serif;
                font-size: 1.0625rem;
                font-weight: 400;
                line-height: 1.75;
                color: #000000;
                background-color: #ffffff;
                border-radius: 5px;
                border: 1px solid #e9e9e9;
                font-weight: 500;
                outline: none;
                padding: 10px 30px;
                -webkit-transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
                transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
                width: 100%
            }

                .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-webkit-input-placeholder {
                    color: #797979
                }

                .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-moz-placeholder {
                    color: #797979
                }

                .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder {
                    color: #797979
                }

                .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-moz-placeholder {
                    color: #797979
                }

                .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):not([disabled]):not([readonly]):focus, .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):not([disabled]):not([readonly]):active {
                    background-color: #ffffff;
                    border-color: #54b63d
                }

.u-schenk .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):not([disabled]):not([readonly]):focus, .u-schenk .c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):not([disabled]):not([readonly]):active {
    border-color: #736f87
}

.c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield input[disabled]:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    cursor: not-allowed
}

.c-newsletter__form .gform_wrapper form ul.gform_fields li.gfield .gfield_description {
    display: none
}

.c-newsletter__form .gform_wrapper form .gform_footer {
    margin: 20px 0 0 0;
    width: auto
}

@media print,screen and (min-width: 40em) {
    .c-newsletter__form .gform_wrapper form .gform_footer {
        margin: 0 0 0 40px
    }
}

.c-newsletter__form .gform_wrapper form div.validation_error {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    text-align: center
}

.c-newsletter__form .gform_wrapper form .gform_wrapper.gform_validation_error form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .c-newsletter__form .gform_wrapper form .gform_wrapper form li.gfield.gfield_error, .c-newsletter__form .gform_wrapper form .gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    margin: 0 !important;
    padding: 0
}

.c-pi {
    overflow: hidden
}

.c-pi__title, .c-pi__place {
    text-align: center
}

.c-pi__title {
    color: #232323;
    font-family: "Roboto", sans-serif;
    font-size: 1.8125rem;
    font-weight: 900;
    line-height: 1.3;
    margin: 0
}

@media print,screen and (min-width: 64em) {
    .c-pi__title {
        font-size: 2.125rem
    }
}

@media print,screen and (min-width: 64em) {
    .c-pi__title {
        font-size: 2.4375rem;
        line-height: 1.25
    }
}

.c-pi__place {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.75;
    margin: 0 0 40px 0
}

@media print,screen and (min-width: 40em) {
    .c-pi__place {
        font-size: 1.25rem;
        line-height: 1.65
    }
}

@media print,screen and (min-width: 40em) {
    .c-pi__place {
        margin: 0 0 60px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-pi__place {
        margin: 0 0 70px 0
    }
}

.c-pi__button-container {
    display: none;
    position: relative;
    top: 40px;
    z-index: 1
}

@media print,screen and (min-width: 40em) {
    .c-pi__button-container {
        display: block
    }
}

.c-pi__button {
    position: absolute;
    left: 0;
    top: -100px
}

    .c-pi__button svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.c-pi__img {
    position: relative;
    background-position: center;
    background-size: cover;
    max-height: 500px;
    min-height: 300px
}

    .c-pi__img:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 33.3333333333%
    }

.c-participants__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.35;
    color: #232323;
    margin: 0 0 10px 0;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    .c-participants__title {
        font-size: 1.8125rem;
        line-height: 1.3
    }
}

@media print,screen and (min-width: 40em) {
    .c-participants__title {
        margin: 0 0 40px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-participants__title {
        margin: 0 0 50px 0
    }
}

.c-participants__content {
    margin: 20px 0 0 0;
    text-align: center
}

.c-participants__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 0 0
}

@media print,screen and (min-width: 40em) {
    .c-participants__form {
        margin: -10px 0 0 0
    }
}

.c-participants__form-select {
    color: #232323;
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    color: #000000;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    font-weight: 500;
    outline: none;
    padding: 10px 30px;
    -webkit-transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(img/icons/chevron-down.svg);
    background-position: center right 15px;
    background-repeat: no-repeat;
    padding: 7px 20px;
    width: 100%
}

    .c-participants__form-select::-webkit-input-placeholder {
        color: #797979
    }

    .c-participants__form-select::-moz-placeholder {
        color: #797979
    }

    .c-participants__form-select:-ms-input-placeholder {
        color: #797979
    }

    .c-participants__form-select:-moz-placeholder {
        color: #797979
    }

    .c-participants__form-select:not([disabled]):not([readonly]):focus, .c-participants__form-select:not([disabled]):not([readonly]):active {
        background-color: #ffffff;
        border-color: #54b63d
    }

.u-schenk .c-participants__form-select:not([disabled]):not([readonly]):focus, .u-schenk .c-participants__form-select:not([disabled]):not([readonly]):active {
    border-color: #736f87
}

.c-participants__form-select[disabled] {
    cursor: not-allowed
}

@media print,screen and (min-width: 40em) {
    .c-participants__form-select {
        width: 300px
    }
}

.c-participants__form-select:invalid {
    color: #797979
}

.c-participants__slider-nav {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.c-participants__slider-arrow {
    background-image: url(img/tankSchenkLeftIcon.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 45px;
    display: none !important;
    cursor: pointer;
    height: 45px;
    margin: 0 15px;
    outline: none;
    width: 45px
}

@media print,screen and (min-width: 40em) {
    .c-participants__slider-arrow {
        display: block !important
    }
}

.c-participants__slider-arrow--next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-participants__slider-dots ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .c-participants__slider-dots ul li {
        display: inline
    }

        .c-participants__slider-dots ul li button {
            background-color: rgba(0,0,0,0.2);
            border-radius: 10px;
            height: 10px;
            margin: 0 10px;
            outline: none;
            overflow: hidden;
            text-indent: -999px;
            white-space: nowrap;
            width: 10px
        }

        .c-participants__slider-dots ul li.slick-active button {
            background-color: black
        }

.c-participants__participant {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    text-align: center;
    text-decoration: none
}

.c-participants__participant-img {
    background-position: center;
    background-size: cover;
    border-radius: 180px;
    height: 180px;
    position: relative;
    width: 180px
}

.c-participants__participant-plus {
    background-color: #54b63d;
    border-radius: 60px;
    background-image: url(img/tankSchenkPlusIcon.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0
}

.c-participants__participant-title {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #232323;
    margin: 25px 0 0 0
}

@media print,screen and (min-width: 40em) {
    .c-participants__participant-title {
        font-size: 1.5625rem;
        line-height: 1.35
    }
}

.c-participants__participant-content {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    color: #797979;
    margin: 5px 0 0 0;
    padding: 0 20px
}

.c-password-protected {
    margin: 30px 0;
    border: 1px solid;
    border-radius: 3px
}

    .c-password-protected form {
        padding: 30px
    }

    .c-password-protected p {
        font-family: "Montserrat", sans-serif;
        font-size: 1.0625rem;
        font-weight: 400;
        line-height: 1.75;
        position: relative
    }

    .c-password-protected input[type='password'] {
        font-family: "Montserrat", sans-serif;
        font-size: 1.0625rem;
        font-weight: 400;
        line-height: 1.75;
        color: #000000;
        background-color: #ffffff;
        border-radius: 5px;
        border: 1px solid #e9e9e9;
        font-weight: 500;
        outline: none;
        padding: 10px 30px;
        -webkit-transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
        transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
        width: 100%
    }

        .c-password-protected input[type='password']::-webkit-input-placeholder {
            color: #797979
        }

        .c-password-protected input[type='password']::-moz-placeholder {
            color: #797979
        }

        .c-password-protected input[type='password']:-ms-input-placeholder {
            color: #797979
        }

        .c-password-protected input[type='password']:-moz-placeholder {
            color: #797979
        }

        .c-password-protected input[type='password']:not([disabled]):not([readonly]):focus, .c-password-protected input[type='password']:not([disabled]):not([readonly]):active {
            background-color: #ffffff;
            border-color: #54b63d
        }

.u-schenk .c-password-protected input[type='password']:not([disabled]):not([readonly]):focus, .u-schenk .c-password-protected input[type='password']:not([disabled]):not([readonly]):active {
    border-color: #736f87
}

.c-password-protected input[type='password'][disabled] {
    cursor: not-allowed
}

.c-password-protected input[type='submit'] {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 5px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    outline: none;
    border: none;
    cursor: pointer;
    position: relative;
    background-color: #54b63d;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    font-size: 1.0625rem !important;
    font-weight: 500;
    padding: 10px 25px;
    position: absolute;
    right: 5px;
    bottom: 3px
}

@media print,screen and (min-width: 40em) {
    .c-password-protected input[type='submit'] {
        font-size: 1.5625rem;
        line-height: 1.35
    }
}

.c-password-protected input[type='submit']:not([disabled]):not([aria-disabled='true']):hover {
    opacity: 0.75
}

.c-password-protected input[type='submit']:not([disabled]):not([aria-disabled='true']):active {
    opacity: 0.75;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3)
}

.c-password-protected input[type='submit'][disabled], .c-password-protected input[type='submit'][aria-disabled='true'] {
    opacity: 0.5;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}

.c-password-protected input.c-button--loading[type='submit']:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 10px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    z-index: 2
}

.u-schenk .c-password-protected input[type='submit'] {
    background-color: #1d63bf
}

.c-password-protected input[type='submit']:not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(84,182,61,0.25);
    box-shadow: 0 0 0 4px rgba(84,182,61,0.25)
}

.c-password-protected input.c-button--loading[type='submit'] {
    color: #54b63d
}

    .c-password-protected input.c-button--loading[type='submit']:before {
        border-top-color: #ffffff
    }

.c-search-form {
    position: relative;
    margin: 15px 0
}

    .c-search-form .c-search-form__button {
        position: absolute;
        right: 5px;
        top: 5px;
        bottom: 5px
    }

.c-section {
    padding: 40px 0
}

@media print,screen and (min-width: 40em) {
    .c-section {
        padding: 60px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-section {
        padding: 80px 0
    }
}

.c-section--light {
    background-color: #ffffff
}

    .c-section--light + .c-section--light {
        padding-top: 0
    }

.c-section--stable-100 {
    background-color: #f7f7f7
}

    .c-section--stable-100 + .c-section--stable-100 {
        padding-top: 0
    }

.c-section--banner {
    padding: 0
}

    .c-section--banner + .c-section {
        padding: 40px 0
    }

@media print,screen and (min-width: 40em) {
    .c-section--banner + .c-section {
        padding: 60px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-section--banner + .c-section {
        padding: 100px 0
    }
}

.c-section--cta {
    padding-bottom: 0
}

.c-section--participant-intro {
    padding-bottom: 0
}

.c-section--maps {
    padding-top: 0
}

.c-steps__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.35;
    color: #232323;
    margin: 0 0 10px 0;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    .c-steps__title {
        font-size: 1.8125rem;
        line-height: 1.3
    }
}

@media print,screen and (min-width: 40em) {
    .c-steps__title {
        margin: 0 0 40px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-steps__title {
        margin: 0 0 50px 0
    }
}

.c-steps__block {
    background-color: #ffffff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.05);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0 0;
    padding: 30px;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    .c-steps__block {
        height: 100%;
        margin: 0
    }
}

.c-steps__block-number {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #54b63d;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #54b63d;
    border-radius: 99px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 45px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 25px 0;
    width: 45px
}

.c-steps__block-content {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    color: #54b63d;
    font-weight: 500;
    margin: 0 0 5px 0
}

.c-content-image {
    position: relative
}

.c-content-image__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.35;
    color: #232323;
    margin: 0 0 10px 0
}

@media print,screen and (min-width: 40em) {
    .c-content-image__title {
        font-size: 1.8125rem;
        line-height: 1.3
    }
}

@media print,screen and (min-width: 40em) {
    .c-content-image__title {
        margin: 0 0 20px 0
    }
}

@media print,screen and (min-width: 64em) {
    .c-content-image__title {
        margin: 0 0 30px 0
    }
}

.c-content-image__image {
    background-position: center;
    background-size: cover;
    min-height: 250px
}

@media print,screen and (max-width: 39.99875em) {
    .c-content-image__image {
        position: relative;
        margin: 40px 0 -40px 0
    }

        .c-content-image__image:before {
            display: block;
            content: '';
            width: 100%;
            padding-top: 56.25%
        }
}

@media print,screen and (min-width: 40em) {
    .c-content-image__image {
        position: absolute;
        right: 0;
        left: 58.333333%;
        top: -60px;
        bottom: -60px
    }
}

@media print,screen and (min-width: 64em) {
    .c-content-image__image {
        top: -80px;
        bottom: -80px
    }
}

.c-content-image__button {
    border-radius: 5px;
    position: absolute
}

@media print,screen and (max-width: 39.99875em) {
    .c-content-image__button {
        top: -20px;
        left: 15px
    }
}

@media print,screen and (min-width: 40em) {
    .c-content-image__button {
        bottom: 30px;
        left: -20px
    }
}

@media screen and (min-width: 75em) {
    .c-content-image__button {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 0
    }
}

.u-img-bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.u-img-bg-cover {
    background-size: cover;
    background-position: 50% 50%
}

.align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.u-pos-rel {
    position: relative
}

.u-ib {
    display: inline-block
}

.u-block {
    display: block
}

.u-hide-text {
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

body.u-schenk {
    color: #3f3c64
}

.u-schenk .c-banner__and {
    background-color: #1d63bf
}

.u-schenk .c-banner__counter-text {
    color: #736f87
}

.u-schenk .c-banner__counter-number {
    color: #1d63bf
}

.u-schenk .c-charity-list__title {
    color: #1a1739
}

.u-schenk .c-charity-list__list-title {
    color: #1a1739
}

.u-schenk .c-charity-list__list-fund {
    color: #1d63bf
}

.u-schenk .c-content-columns__title {
    color: #1a1739
}

.u-schenk .c-content-columns__person-title {
    color: #736f87
}

.u-schenk .c-content-columns__person-fund {
    color: #1d63bf
}

.u-schenk .c-content-image__title {
    color: #1a1739
}

.u-schenk .c-cta {
    background-color: #1d63bf
}

.u-schenk .c-cta__button {
    background-color: #ff2b2b;
    color: #ffffff
}

.u-schenk .c-footer__logo-container {
    padding: 25px 0 10px 0
}

@media print,screen and (min-width: 64em) {
    .u-schenk .c-footer__logo-container {
        padding: 25px 0
    }
}

.u-schenk .c-footer__logo {
    background-image: url(img/logo-schenk.svg);
    height: 37px;
    width: 119px
}

.u-schenk .c-footer__nav-items > li > a {
    color: #1a1739
}

    .u-schenk .c-footer__nav-items > li > a[href='#'] {
        color: #3f3c64
    }

    .u-schenk .c-footer__nav-items > li > a:hover {
        color: #3f3c64
    }

.u-schenk .c-footer__link-container span {
    color: #3f3c64
}

.u-schenk .c-footer__link {
    color: #1a1739
}

    .u-schenk .c-footer__link:hover {
        color: #3f3c64
    }

.u-schenk .c-header:before {
    display: none
}

.u-schenk .c-header__logo-container {
    padding: 14px 0 14px 20px
}

.u-schenk .c-header__logo-link {
    background-image: url(img/logo-schenk.svg);
    height: 37px;
    width: 119px
}

.u-schenk .c-header__link {
    color: #1a1739
}

    .u-schenk .c-header__link svg polygon {
        fill: #1a1739
    }

    .u-schenk .c-header__link:hover {
        color: #1d63bf
    }

        .u-schenk .c-header__link:hover svg polygon {
            fill: #1d63bf
        }

.u-schenk .c-maps__title {
    color: #1a1739
}

.u-schenk .c-maps__opening-hours, .u-schenk .c-maps__contactinfo {
    color: #3f3c64
}

.u-schenk .c-maps__mail {
    color: #1d63bf
}

.u-schenk .c-navigation__items > li > a {
    color: #1a1739
}

    .u-schenk .c-navigation__items > li > a:hover {
        color: #1d63bf
    }

.u-schenk .c-participants__title {
    color: #1a1739
}

.u-schenk .c-participants__form-select {
    color: #1a1739
}

    .u-schenk .c-participants__form-select:invalid {
        color: #3f3c64
    }

.u-schenk .c-participants__participant-plus {
    background-color: #ff2b2b
}

.u-schenk .c-participants__participant-title {
    color: #1a1739
}

.u-schenk .c-participants__participant-content {
    color: #3f3c64
}

.u-schenk .c-pi__title {
    color: #1a1739
}

.u-schenk .c-pi__place {
    color: #736f87
}

.u-schenk .c-section--stable-100 {
    background-color: #f4f7fc
}

.u-schenk .c-steps__title {
    color: #1a1739
}

.u-schenk .c-steps__block-number {
    color: #1d63bf;
    border: 2px solid #1d63bf
}

.u-schenk .c-steps__block-content {
    color: #3f3c64
}

.u-small-no-pt {
    padding-top: 0 !important
}

.u-small-pts {
    padding-top: 5px !important
}

.u-small-ptm {
    padding-top: 10px !important
}

.u-small-ptl {
    padding-top: 15px !important
}

.u-small-ptxl {
    padding-top: 30px !important
}

.u-small-ptxxl {
    padding-top: 40px !important
}

.u-small-no-pr {
    padding-right: 0 !important
}

.u-small-prs {
    padding-right: 5px !important
}

.u-small-prm {
    padding-right: 10px !important
}

.u-small-prl {
    padding-right: 15px !important
}

.u-small-prxl {
    padding-right: 30px !important
}

.u-small-prxxl {
    padding-right: 40px !important
}

.u-small-no-pb {
    padding-bottom: 0 !important
}

.u-small-pbs {
    padding-bottom: 5px !important
}

.u-small-pbm {
    padding-bottom: 10px !important
}

.u-small-pbl {
    padding-bottom: 15px !important
}

.u-small-pbxl {
    padding-bottom: 30px !important
}

.u-small-pbxxl {
    padding-bottom: 40px !important
}

.u-small-no-pl {
    padding-left: 0 !important
}

.u-small-pls {
    padding-left: 5px !important
}

.u-small-plm {
    padding-left: 10px !important
}

.u-small-pll {
    padding-left: 15px !important
}

.u-small-plxl {
    padding-left: 30px !important
}

.u-small-plxxl {
    padding-left: 40px !important
}

.u-small-no-p {
    padding: 0 !important
}

.u-small-pas {
    padding: 5px !important
}

.u-small-pam {
    padding: 10px !important
}

.u-small-pal {
    padding: 15px !important
}

.u-small-paxl {
    padding: 30px !important
}

.u-small-paxxl {
    padding: 40px !important
}

.u-small-no-mt {
    margin-top: 0 !important
}

.u-small-mts {
    margin-top: 5px !important
}

.u-small-mtm {
    margin-top: 10px !important
}

.u-small-mtl {
    margin-top: 15px !important
}

.u-small-mtxl {
    margin-top: 30px !important
}

.u-small-mtxxl {
    margin-top: 40px !important
}

.u-small-no-mr {
    margin-right: 0 !important
}

.u-small-mrs {
    margin-right: 5px !important
}

.u-small-mrm {
    margin-right: 10px !important
}

.u-small-mrl {
    margin-right: 15px !important
}

.u-small-mrxl {
    margin-right: 30px !important
}

.u-small-mrxxl {
    margin-right: 40px !important
}

.u-small-no-mb {
    margin-bottom: 0 !important
}

.u-small-mbs {
    margin-bottom: 5px !important
}

.u-small-mbm {
    margin-bottom: 10px !important
}

.u-small-mbl {
    margin-bottom: 15px !important
}

.u-small-mbxl {
    margin-bottom: 30px !important
}

.u-small-mbxxl {
    margin-bottom: 40px !important
}

.u-small-no-ml {
    margin-left: 0 !important
}

.u-small-mls {
    margin-left: 5px !important
}

.u-small-mlm {
    margin-left: 10px !important
}

.u-small-mll {
    margin-left: 15px !important
}

.u-small-mlxl {
    margin-left: 30px !important
}

.u-small-mlxxl {
    margin-left: 40px !important
}

.u-small-no-m {
    margin: 0 !important
}

.u-small-mas {
    margin: 5px !important
}

.u-small-mam {
    margin: 10px !important
}

.u-small-mal {
    margin: 15px !important
}

.u-small-maxl {
    margin: 30px !important
}

.u-small-maxxl {
    margin: 40px !important
}

@media print,screen and (min-width: 40em) {
    .u-medium-no-pt {
        padding-top: 0 !important
    }

    .u-medium-pts {
        padding-top: 5px !important
    }

    .u-medium-ptm {
        padding-top: 10px !important
    }

    .u-medium-ptl {
        padding-top: 15px !important
    }

    .u-medium-ptxl {
        padding-top: 30px !important
    }

    .u-medium-ptxxl {
        padding-top: 40px !important
    }

    .u-medium-no-pr {
        padding-right: 0 !important
    }

    .u-medium-prs {
        padding-right: 5px !important
    }

    .u-medium-prm {
        padding-right: 10px !important
    }

    .u-medium-prl {
        padding-right: 15px !important
    }

    .u-medium-prxl {
        padding-right: 30px !important
    }

    .u-medium-prxxl {
        padding-right: 40px !important
    }

    .u-medium-no-pb {
        padding-bottom: 0 !important
    }

    .u-medium-pbs {
        padding-bottom: 5px !important
    }

    .u-medium-pbm {
        padding-bottom: 10px !important
    }

    .u-medium-pbl {
        padding-bottom: 15px !important
    }

    .u-medium-pbxl {
        padding-bottom: 30px !important
    }

    .u-medium-pbxxl {
        padding-bottom: 40px !important
    }

    .u-medium-no-pl {
        padding-left: 0 !important
    }

    .u-medium-pls {
        padding-left: 5px !important
    }

    .u-medium-plm {
        padding-left: 10px !important
    }

    .u-medium-pll {
        padding-left: 15px !important
    }

    .u-medium-plxl {
        padding-left: 30px !important
    }

    .u-medium-plxxl {
        padding-left: 40px !important
    }

    .u-medium-no-p {
        padding: 0 !important
    }

    .u-medium-pas {
        padding: 5px !important
    }

    .u-medium-pam {
        padding: 10px !important
    }

    .u-medium-pal {
        padding: 15px !important
    }

    .u-medium-paxl {
        padding: 30px !important
    }

    .u-medium-paxxl {
        padding: 40px !important
    }

    .u-medium-no-mt {
        margin-top: 0 !important
    }

    .u-medium-mts {
        margin-top: 5px !important
    }

    .u-medium-mtm {
        margin-top: 10px !important
    }

    .u-medium-mtl {
        margin-top: 15px !important
    }

    .u-medium-mtxl {
        margin-top: 30px !important
    }

    .u-medium-mtxxl {
        margin-top: 40px !important
    }

    .u-medium-no-mr {
        margin-right: 0 !important
    }

    .u-medium-mrs {
        margin-right: 5px !important
    }

    .u-medium-mrm {
        margin-right: 10px !important
    }

    .u-medium-mrl {
        margin-right: 15px !important
    }

    .u-medium-mrxl {
        margin-right: 30px !important
    }

    .u-medium-mrxxl {
        margin-right: 40px !important
    }

    .u-medium-no-mb {
        margin-bottom: 0 !important
    }

    .u-medium-mbs {
        margin-bottom: 5px !important
    }

    .u-medium-mbm {
        margin-bottom: 10px !important
    }

    .u-medium-mbl {
        margin-bottom: 15px !important
    }

    .u-medium-mbxl {
        margin-bottom: 30px !important
    }

    .u-medium-mbxxl {
        margin-bottom: 40px !important
    }

    .u-medium-no-ml {
        margin-left: 0 !important
    }

    .u-medium-mls {
        margin-left: 5px !important
    }

    .u-medium-mlm {
        margin-left: 10px !important
    }

    .u-medium-mll {
        margin-left: 15px !important
    }

    .u-medium-mlxl {
        margin-left: 30px !important
    }

    .u-medium-mlxxl {
        margin-left: 40px !important
    }

    .u-medium-no-m {
        margin: 0 !important
    }

    .u-medium-mas {
        margin: 5px !important
    }

    .u-medium-mam {
        margin: 10px !important
    }

    .u-medium-mal {
        margin: 15px !important
    }

    .u-medium-maxl {
        margin: 30px !important
    }

    .u-medium-maxxl {
        margin: 40px !important
    }
}

@media print,screen and (min-width: 64em) {
    .u-large-no-pt {
        padding-top: 0 !important
    }

    .u-large-pts {
        padding-top: 5px !important
    }

    .u-large-ptm {
        padding-top: 10px !important
    }

    .u-large-ptl {
        padding-top: 15px !important
    }

    .u-large-ptxl {
        padding-top: 30px !important
    }

    .u-large-ptxxl {
        padding-top: 40px !important
    }

    .u-large-no-pr {
        padding-right: 0 !important
    }

    .u-large-prs {
        padding-right: 5px !important
    }

    .u-large-prm {
        padding-right: 10px !important
    }

    .u-large-prl {
        padding-right: 15px !important
    }

    .u-large-prxl {
        padding-right: 30px !important
    }

    .u-large-prxxl {
        padding-right: 40px !important
    }

    .u-large-no-pb {
        padding-bottom: 0 !important
    }

    .u-large-pbs {
        padding-bottom: 5px !important
    }

    .u-large-pbm {
        padding-bottom: 10px !important
    }

    .u-large-pbl {
        padding-bottom: 15px !important
    }

    .u-large-pbxl {
        padding-bottom: 30px !important
    }

    .u-large-pbxxl {
        padding-bottom: 40px !important
    }

    .u-large-no-pl {
        padding-left: 0 !important
    }

    .u-large-pls {
        padding-left: 5px !important
    }

    .u-large-plm {
        padding-left: 10px !important
    }

    .u-large-pll {
        padding-left: 15px !important
    }

    .u-large-plxl {
        padding-left: 30px !important
    }

    .u-large-plxxl {
        padding-left: 40px !important
    }

    .u-large-no-p {
        padding: 0 !important
    }

    .u-large-pas {
        padding: 5px !important
    }

    .u-large-pam {
        padding: 10px !important
    }

    .u-large-pal {
        padding: 15px !important
    }

    .u-large-paxl {
        padding: 30px !important
    }

    .u-large-paxxl {
        padding: 40px !important
    }

    .u-large-no-mt {
        margin-top: 0 !important
    }

    .u-large-mts {
        margin-top: 5px !important
    }

    .u-large-mtm {
        margin-top: 10px !important
    }

    .u-large-mtl {
        margin-top: 15px !important
    }

    .u-large-mtxl {
        margin-top: 30px !important
    }

    .u-large-mtxxl {
        margin-top: 40px !important
    }

    .u-large-no-mr {
        margin-right: 0 !important
    }

    .u-large-mrs {
        margin-right: 5px !important
    }

    .u-large-mrm {
        margin-right: 10px !important
    }

    .u-large-mrl {
        margin-right: 15px !important
    }

    .u-large-mrxl {
        margin-right: 30px !important
    }

    .u-large-mrxxl {
        margin-right: 40px !important
    }

    .u-large-no-mb {
        margin-bottom: 0 !important
    }

    .u-large-mbs {
        margin-bottom: 5px !important
    }

    .u-large-mbm {
        margin-bottom: 10px !important
    }

    .u-large-mbl {
        margin-bottom: 15px !important
    }

    .u-large-mbxl {
        margin-bottom: 30px !important
    }

    .u-large-mbxxl {
        margin-bottom: 40px !important
    }

    .u-large-no-ml {
        margin-left: 0 !important
    }

    .u-large-mls {
        margin-left: 5px !important
    }

    .u-large-mlm {
        margin-left: 10px !important
    }

    .u-large-mll {
        margin-left: 15px !important
    }

    .u-large-mlxl {
        margin-left: 30px !important
    }

    .u-large-mlxxl {
        margin-left: 40px !important
    }

    .u-large-no-m {
        margin: 0 !important
    }

    .u-large-mas {
        margin: 5px !important
    }

    .u-large-mam {
        margin: 10px !important
    }

    .u-large-mal {
        margin: 15px !important
    }

    .u-large-maxl {
        margin: 30px !important
    }

    .u-large-maxxl {
        margin: 40px !important
    }
}

@media screen and (min-width: 75em) {
    .u-xlarge-no-pt {
        padding-top: 0 !important
    }

    .u-xlarge-pts {
        padding-top: 5px !important
    }

    .u-xlarge-ptm {
        padding-top: 10px !important
    }

    .u-xlarge-ptl {
        padding-top: 15px !important
    }

    .u-xlarge-ptxl {
        padding-top: 30px !important
    }

    .u-xlarge-ptxxl {
        padding-top: 40px !important
    }

    .u-xlarge-no-pr {
        padding-right: 0 !important
    }

    .u-xlarge-prs {
        padding-right: 5px !important
    }

    .u-xlarge-prm {
        padding-right: 10px !important
    }

    .u-xlarge-prl {
        padding-right: 15px !important
    }

    .u-xlarge-prxl {
        padding-right: 30px !important
    }

    .u-xlarge-prxxl {
        padding-right: 40px !important
    }

    .u-xlarge-no-pb {
        padding-bottom: 0 !important
    }

    .u-xlarge-pbs {
        padding-bottom: 5px !important
    }

    .u-xlarge-pbm {
        padding-bottom: 10px !important
    }

    .u-xlarge-pbl {
        padding-bottom: 15px !important
    }

    .u-xlarge-pbxl {
        padding-bottom: 30px !important
    }

    .u-xlarge-pbxxl {
        padding-bottom: 40px !important
    }

    .u-xlarge-no-pl {
        padding-left: 0 !important
    }

    .u-xlarge-pls {
        padding-left: 5px !important
    }

    .u-xlarge-plm {
        padding-left: 10px !important
    }

    .u-xlarge-pll {
        padding-left: 15px !important
    }

    .u-xlarge-plxl {
        padding-left: 30px !important
    }

    .u-xlarge-plxxl {
        padding-left: 40px !important
    }

    .u-xlarge-no-p {
        padding: 0 !important
    }

    .u-xlarge-pas {
        padding: 5px !important
    }

    .u-xlarge-pam {
        padding: 10px !important
    }

    .u-xlarge-pal {
        padding: 15px !important
    }

    .u-xlarge-paxl {
        padding: 30px !important
    }

    .u-xlarge-paxxl {
        padding: 40px !important
    }

    .u-xlarge-no-mt {
        margin-top: 0 !important
    }

    .u-xlarge-mts {
        margin-top: 5px !important
    }

    .u-xlarge-mtm {
        margin-top: 10px !important
    }

    .u-xlarge-mtl {
        margin-top: 15px !important
    }

    .u-xlarge-mtxl {
        margin-top: 30px !important
    }

    .u-xlarge-mtxxl {
        margin-top: 40px !important
    }

    .u-xlarge-no-mr {
        margin-right: 0 !important
    }

    .u-xlarge-mrs {
        margin-right: 5px !important
    }

    .u-xlarge-mrm {
        margin-right: 10px !important
    }

    .u-xlarge-mrl {
        margin-right: 15px !important
    }

    .u-xlarge-mrxl {
        margin-right: 30px !important
    }

    .u-xlarge-mrxxl {
        margin-right: 40px !important
    }

    .u-xlarge-no-mb {
        margin-bottom: 0 !important
    }

    .u-xlarge-mbs {
        margin-bottom: 5px !important
    }

    .u-xlarge-mbm {
        margin-bottom: 10px !important
    }

    .u-xlarge-mbl {
        margin-bottom: 15px !important
    }

    .u-xlarge-mbxl {
        margin-bottom: 30px !important
    }

    .u-xlarge-mbxxl {
        margin-bottom: 40px !important
    }

    .u-xlarge-no-ml {
        margin-left: 0 !important
    }

    .u-xlarge-mls {
        margin-left: 5px !important
    }

    .u-xlarge-mlm {
        margin-left: 10px !important
    }

    .u-xlarge-mll {
        margin-left: 15px !important
    }

    .u-xlarge-mlxl {
        margin-left: 30px !important
    }

    .u-xlarge-mlxxl {
        margin-left: 40px !important
    }

    .u-xlarge-no-m {
        margin: 0 !important
    }

    .u-xlarge-mas {
        margin: 5px !important
    }

    .u-xlarge-mam {
        margin: 10px !important
    }

    .u-xlarge-mal {
        margin: 15px !important
    }

    .u-xlarge-maxl {
        margin: 30px !important
    }

    .u-xlarge-maxxl {
        margin: 40px !important
    }
}

@media screen and (min-width: 90em) {
    .u-xxlarge-no-pt {
        padding-top: 0 !important
    }

    .u-xxlarge-pts {
        padding-top: 5px !important
    }

    .u-xxlarge-ptm {
        padding-top: 10px !important
    }

    .u-xxlarge-ptl {
        padding-top: 15px !important
    }

    .u-xxlarge-ptxl {
        padding-top: 30px !important
    }

    .u-xxlarge-ptxxl {
        padding-top: 40px !important
    }

    .u-xxlarge-no-pr {
        padding-right: 0 !important
    }

    .u-xxlarge-prs {
        padding-right: 5px !important
    }

    .u-xxlarge-prm {
        padding-right: 10px !important
    }

    .u-xxlarge-prl {
        padding-right: 15px !important
    }

    .u-xxlarge-prxl {
        padding-right: 30px !important
    }

    .u-xxlarge-prxxl {
        padding-right: 40px !important
    }

    .u-xxlarge-no-pb {
        padding-bottom: 0 !important
    }

    .u-xxlarge-pbs {
        padding-bottom: 5px !important
    }

    .u-xxlarge-pbm {
        padding-bottom: 10px !important
    }

    .u-xxlarge-pbl {
        padding-bottom: 15px !important
    }

    .u-xxlarge-pbxl {
        padding-bottom: 30px !important
    }

    .u-xxlarge-pbxxl {
        padding-bottom: 40px !important
    }

    .u-xxlarge-no-pl {
        padding-left: 0 !important
    }

    .u-xxlarge-pls {
        padding-left: 5px !important
    }

    .u-xxlarge-plm {
        padding-left: 10px !important
    }

    .u-xxlarge-pll {
        padding-left: 15px !important
    }

    .u-xxlarge-plxl {
        padding-left: 30px !important
    }

    .u-xxlarge-plxxl {
        padding-left: 40px !important
    }

    .u-xxlarge-no-p {
        padding: 0 !important
    }

    .u-xxlarge-pas {
        padding: 5px !important
    }

    .u-xxlarge-pam {
        padding: 10px !important
    }

    .u-xxlarge-pal {
        padding: 15px !important
    }

    .u-xxlarge-paxl {
        padding: 30px !important
    }

    .u-xxlarge-paxxl {
        padding: 40px !important
    }

    .u-xxlarge-no-mt {
        margin-top: 0 !important
    }

    .u-xxlarge-mts {
        margin-top: 5px !important
    }

    .u-xxlarge-mtm {
        margin-top: 10px !important
    }

    .u-xxlarge-mtl {
        margin-top: 15px !important
    }

    .u-xxlarge-mtxl {
        margin-top: 30px !important
    }

    .u-xxlarge-mtxxl {
        margin-top: 40px !important
    }

    .u-xxlarge-no-mr {
        margin-right: 0 !important
    }

    .u-xxlarge-mrs {
        margin-right: 5px !important
    }

    .u-xxlarge-mrm {
        margin-right: 10px !important
    }

    .u-xxlarge-mrl {
        margin-right: 15px !important
    }

    .u-xxlarge-mrxl {
        margin-right: 30px !important
    }

    .u-xxlarge-mrxxl {
        margin-right: 40px !important
    }

    .u-xxlarge-no-mb {
        margin-bottom: 0 !important
    }

    .u-xxlarge-mbs {
        margin-bottom: 5px !important
    }

    .u-xxlarge-mbm {
        margin-bottom: 10px !important
    }

    .u-xxlarge-mbl {
        margin-bottom: 15px !important
    }

    .u-xxlarge-mbxl {
        margin-bottom: 30px !important
    }

    .u-xxlarge-mbxxl {
        margin-bottom: 40px !important
    }

    .u-xxlarge-no-ml {
        margin-left: 0 !important
    }

    .u-xxlarge-mls {
        margin-left: 5px !important
    }

    .u-xxlarge-mlm {
        margin-left: 10px !important
    }

    .u-xxlarge-mll {
        margin-left: 15px !important
    }

    .u-xxlarge-mlxl {
        margin-left: 30px !important
    }

    .u-xxlarge-mlxxl {
        margin-left: 40px !important
    }

    .u-xxlarge-no-m {
        margin: 0 !important
    }

    .u-xxlarge-mas {
        margin: 5px !important
    }

    .u-xxlarge-mam {
        margin: 10px !important
    }

    .u-xxlarge-mal {
        margin: 15px !important
    }

    .u-xxlarge-maxl {
        margin: 30px !important
    }

    .u-xxlarge-maxxl {
        margin: 40px !important
    }
}

.u-text-body {
    font-family: "Montserrat", sans-serif
}

.u-text-alt {
    font-family: "Roboto", sans-serif
}

.u-text-handwriting {
    font-family: cursive
}

.u-text-lowercase {
    text-transform: lowercase
}

.u-text-uppercase {
    text-transform: uppercase
}

.u-text-left {
    text-align: left
}

.u-text-center {
    text-align: center
}

.u-text-right {
    text-align: right
}

.u-text-thin {
    font-weight: 300
}

.u-text-normal {
    font-weight: normal
}

.u-text-strong {
    font-weight: 700
}

.u-text-dec-none {
    text-decoration: none
}

.u-text-dec-strike {
    text-decoration: line-through
}

.u-text-dec-line {
    text-decoration: underline
}

.gform_wrapper .gfield_required {
    color: currentColor
}

.gform_wrapper form ul.gform_fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,screen and (min-width: 40em) {
    .gform_wrapper form ul.gform_fields {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.gform_wrapper form ul.gform_fields li.gfield {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media print,screen and (min-width: 40em) {
    .gform_wrapper form ul.gform_fields li.gfield {
        padding: 0 15px;
        margin: 7.5px 0
    }
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    padding-left: 0;
    padding-right: 0
}

@media print,screen and (min-width: 40em) {
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        padding: 0 15px
    }
}

.gform_wrapper form .top_label li.gfield.gf_left_half, .gform_wrapper form .top_label li.gfield.gf_right_half {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media print,screen and (min-width: 40em) {
    .gform_wrapper form .top_label li.gfield.gf_left_half, .gform_wrapper form .top_label li.gfield.gf_right_half {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.gform_wrapper form .top_label li.gfield.gf_left_third, .gform_wrapper form .top_label li.gfield.gf_middle_third, .gform_wrapper form .top_label li.gfield.gf_right_third {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media print,screen and (min-width: 40em) {
    .gform_wrapper form .top_label li.gfield.gf_left_third, .gform_wrapper form .top_label li.gfield.gf_middle_third, .gform_wrapper form .top_label li.gfield.gf_right_third {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }
}

.gform_wrapper form .gform_footer {
    margin: 15px 0 0;
    padding: 0
}

    .gform_wrapper form .gform_footer br {
        display: none
    }

.gform_wrapper form .top_label .gfield_label {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4
}

@media print,screen and (min-width: 40em) {
    .gform_wrapper form .top_label .gfield_label {
        font-size: 1.5625rem;
        line-height: 1.35
    }
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input {
    margin: 0 !important;
    opacity: 0
}

    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input ~ label {
        margin-left: 5px;
        position: relative
    }

        .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input ~ label:before {
            background-color: #ffffff;
            content: '';
            border: 1px solid;
            border-radius: 2px;
            display: inline-block;
            height: 15px;
            margin-right: 5px;
            width: 15px;
            position: absolute;
            top: 3px;
            left: -20px;
            z-index: -1
        }

        .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input ~ label:checked:before {
            background: red
        }

    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input:checked ~ label {
        font-weight: normal !important
    }

        .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox input:checked ~ label:before {
            background-color: #54b63d;
            background-image: url(img/icons/checkmark.svg);
            background-position: center;
            background-repeat: no-repeat;
            border-color: #54b63d
        }

.gform_wrapper form .gform_footer input.button, .gform_wrapper form .gform_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']), .gform_wrapper form .gform_page_footer input.button, .gform_wrapper form .gform_page_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 5px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.25s cubic-bezier(0.7, 0, 0.3, 1),box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-box-shadow 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    outline: none;
    border: none;
    cursor: pointer;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    font-size: 1.0625rem !important;
    font-weight: 500;
    padding: 10px 25px;
    background-color: #54b63d;
    color: #ffffff;
    margin: 0
}

@media print,screen and (min-width: 40em) {
    .gform_wrapper form .gform_footer input.button, .gform_wrapper form .gform_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']), .gform_wrapper form .gform_page_footer input.button, .gform_wrapper form .gform_page_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
        font-size: 1.5625rem;
        line-height: 1.35
    }
}

.gform_wrapper form .gform_footer input.button:not([disabled]):not([aria-disabled='true']):hover, .gform_wrapper form .gform_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):not([disabled]):not([aria-disabled='true']):hover, .gform_wrapper form .gform_page_footer input.button:not([disabled]):not([aria-disabled='true']):hover, .gform_wrapper form .gform_page_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):not([disabled]):not([aria-disabled='true']):hover {
    opacity: 0.75
}

.gform_wrapper form .gform_footer input.button:not([disabled]):not([aria-disabled='true']):active, .gform_wrapper form .gform_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):not([disabled]):not([aria-disabled='true']):active, .gform_wrapper form .gform_page_footer input.button:not([disabled]):not([aria-disabled='true']):active, .gform_wrapper form .gform_page_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):not([disabled]):not([aria-disabled='true']):active {
    opacity: 0.75;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3)
}

.gform_wrapper form .gform_footer input.button[disabled], .gform_wrapper form .gform_footer input.button[aria-disabled='true'], .gform_wrapper form .gform_footer input[type='submit'][disabled]:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']), .gform_wrapper form .gform_footer input[type='submit'][aria-disabled='true']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']), .gform_wrapper form .gform_page_footer input.button[disabled], .gform_wrapper form .gform_page_footer input.button[aria-disabled='true'], .gform_wrapper form .gform_page_footer input[type='submit'][disabled]:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']), .gform_wrapper form .gform_page_footer input[type='submit'][aria-disabled='true']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
    opacity: 0.5;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}

.gform_wrapper form .gform_footer input.button.c-button--loading:before, .gform_wrapper form .gform_footer input.c-button--loading[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):before, .gform_wrapper form .gform_page_footer input.button.c-button--loading:before, .gform_wrapper form .gform_page_footer input.c-button--loading[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 10px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    z-index: 2
}

.u-schenk .gform_wrapper form .gform_footer input.button, .u-schenk .gform_wrapper form .gform_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']), .u-schenk .gform_wrapper form .gform_page_footer input.button, .u-schenk .gform_wrapper form .gform_page_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
    background-color: #1d63bf
}

.gform_wrapper form .gform_footer input.button:not([disabled]):not([aria-disabled='true']):focus, .gform_wrapper form .gform_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):not([disabled]):not([aria-disabled='true']):focus, .gform_wrapper form .gform_page_footer input.button:not([disabled]):not([aria-disabled='true']):focus, .gform_wrapper form .gform_page_footer input[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):not([disabled]):not([aria-disabled='true']):focus {
    -webkit-box-shadow: 0 0 0 4px rgba(84,182,61,0.25);
    box-shadow: 0 0 0 4px rgba(84,182,61,0.25)
}

.gform_wrapper form .gform_footer input.button.c-button--loading, .gform_wrapper form .gform_footer input.c-button--loading[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']), .gform_wrapper form .gform_page_footer input.button.c-button--loading, .gform_wrapper form .gform_page_footer input.c-button--loading[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
    color: #54b63d
}

    .gform_wrapper form .gform_footer input.button.c-button--loading:before, .gform_wrapper form .gform_footer input.c-button--loading[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):before, .gform_wrapper form .gform_page_footer input.button.c-button--loading:before, .gform_wrapper form .gform_page_footer input.c-button--loading[type='submit']:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):before {
        border-top-color: #ffffff
    }

.gform_wrapper form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper form textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    color: #000000;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    font-weight: 500;
    outline: none;
    padding: 10px 30px;
    -webkit-transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: background-color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%
}

    .gform_wrapper form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-webkit-input-placeholder, .gform_wrapper form textarea::-webkit-input-placeholder {
        color: #797979
    }

    .gform_wrapper form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-moz-placeholder, .gform_wrapper form textarea::-moz-placeholder {
        color: #797979
    }

    .gform_wrapper form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder, .gform_wrapper form textarea:-ms-input-placeholder {
        color: #797979
    }

    .gform_wrapper form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-moz-placeholder, .gform_wrapper form textarea:-moz-placeholder {
        color: #797979
    }

    .gform_wrapper form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):not([disabled]):not([readonly]):focus, .gform_wrapper form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):not([disabled]):not([readonly]):active, .gform_wrapper form textarea:not([disabled]):not([readonly]):focus, .gform_wrapper form textarea:not([disabled]):not([readonly]):active {
        background-color: #ffffff;
        border-color: #54b63d
    }

.u-schenk .gform_wrapper form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):not([disabled]):not([readonly]):focus, .u-schenk .gform_wrapper form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):not([disabled]):not([readonly]):active, .u-schenk .gform_wrapper form textarea:not([disabled]):not([readonly]):focus, .u-schenk .gform_wrapper form textarea:not([disabled]):not([readonly]):active {
    border-color: #736f87
}

.gform_wrapper form input[disabled]:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper form textarea[disabled] {
    cursor: not-allowed
}

.gform_wrapper form div.validation_error {
    color: #ff2b2b;
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    border: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.gform_wrapper.gform_validation_error form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .gform_wrapper form li.gfield.gfield_error, .gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    max-width: 100% !important;
    margin: 0;
    background-color: transparent;
    border: none
}

@media print,screen and (min-width: 40em) {
    .gform_wrapper.gform_validation_error form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .gform_wrapper form li.gfield.gfield_error, .gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        padding: 0 15px;
        margin: 7.5px 0 !important
    }
}

.gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper li.gfield_error textarea {
    border-color: #ff2b2b
}

.gform_wrapper form .validation_message, .gform_wrapper form .gfield_error .gfield_label {
    color: #ff2b2b
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type='email'], .gform_wrapper.gf_browser_chrome .gfield_error input[type='number'], .gform_wrapper.gf_browser_chrome .gfield_error input[type='password'], .gform_wrapper.gf_browser_chrome .gfield_error input[type='tel'], .gform_wrapper.gf_browser_chrome .gfield_error input[type='text'], .gform_wrapper.gf_browser_chrome .gfield_error input[type='url'], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type='text'] {
    margin-bottom: 0
}

.gform_wrapper form .field_description_below .gfield_description {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 0
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #000000
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0
}

[data-turbolinks-preview] .turbolinks-progress-bar {
    visibility: hidden
}

.commentlist {
    list-style: none
}

.comment {
    border-bottom: 1px dotted #666;
    padding: 10px
}

.fn {
    font-style: normal
}

.avatar {
    float: right;
    margin: 0 0 10px 10px
}

.comment-meta {
    font-size: 10px
}

    .comment-meta a {
        color: #ccc
    }

.reply {
    font-size: 11px
}

    .reply a {
        font-weight: bold
    }

.children {
    list-style: none;
    margin: 10px 0 0
}

.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 10px 10px
}

.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 10px 10px
}

.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 10px 10px
}

.even {
    background: #fff
}

.odd {
    background: #f6f6f6
}

.parent {
    border-left: 5px solid #111
}

.wp-editor p, .wp-editor hr, .wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6, .wp-editor ol, .wp-editor ul, .wp-editor pre, .wp-editor table, .wp-editor address, .wp-editor fieldset, .wp-editor figure {
    margin: 0 0 20px 0
}

    .wp-editor p:last-child, .wp-editor hr:last-child, .wp-editor h1:last-child, .wp-editor h2:last-child, .wp-editor h3:last-child, .wp-editor h4:last-child, .wp-editor h5:last-child, .wp-editor h6:last-child, .wp-editor ol:last-child, .wp-editor ul:last-child, .wp-editor pre:last-child, .wp-editor table:last-child, .wp-editor address:last-child, .wp-editor fieldset:last-child, .wp-editor figure:last-child {
        margin-bottom: 0
    }

    .wp-editor p.intro {
        font-family: "Montserrat", sans-serif;
        font-size: 1.0625rem;
        font-weight: 500;
        line-height: 1.75
    }

@media print,screen and (min-width: 40em) {
    .wp-editor p.intro {
        font-size: 1.25rem;
        line-height: 1.65
    }
}

.wp-editor ul {
    list-style: disc
}

.wp-editor ol {
    list-style: decimal
}

.wp-editor ul, .wp-editor ol {
    padding-left: 15px
}

.wp-editor li {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75
}

.wp-editor table {
    border-collapse: collapse;
    border-spacing: 0
}

    .wp-editor table th {
        font-weight: bold;
        vertical-align: bottom;
        padding: 10px
    }

    .wp-editor table td {
        font-weight: normal;
        border: 1px solid;
        padding: 10px;
        vertical-align: top
    }

.wp-editor a:not(.c-button) {
    color: #54b63d
}

    .wp-editor a:not(.c-button):link {
        -webkit-tap-highlight-color: #54b63d
    }

    .wp-editor a:not(.c-button):hover {
        text-decoration: none
    }

.wp-editor .alignleft {
    float: left;
    margin: 5px 10px 5px 0
}

.wp-editor .alignright {
    float: right;
    margin: 5px 0 5px 10px
}

.wp-editor .aligncenter {
    margin: 0 auto 10px;
    text-align: center
}

.wp-editor .gallery {
    text-align: center
}

    .wp-editor .gallery .gallery-item {
        display: inline-block;
        padding: 5px 3px 0;
        vertical-align: top;
        background: #eee;
        border: 1px solid #ddd;
        text-align: center
    }

        .wp-editor .gallery .gallery-item img {
            display: block
        }

    .wp-editor .gallery .gallery-caption {
        margin: 0;
        font-size: 11px
    }

.wp-editor .figure a {
    display: block
}

.wp-editor .figure br {
    display: none
}

.wp-editor .wp-caption {
    max-width: 100%;
    text-align: center
}

    .wp-editor .wp-caption p, .wp-editor .wp-caption figcaption {
        font-size: 0.75rem;
        margin: 10px 0
    }

    .wp-editor .wp-caption img {
        display: block;
        width: 100%;
        margin: 0
    }

    .wp-editor .wp-caption.alignnone {
        margin: 0
    }

    .wp-editor .wp-caption .alignleft {
        margin: 5px 20px 20px 0
    }

    .wp-editor .wp-caption .alignright {
        margin: 5px 0 20px 20px
    }
