/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: not-allowed;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.foundation-mq {
    font-family: "small=0em&medium=48em&large=64em&xlarge=87.5em";
}
html {
    font-size: 100%;
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    padding: 0;
    margin: 0;
    font-family: FuturaFuturis-Regular, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}
select {
    width: 100%;
    border-radius: 0;
}
#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}
[data-whatinput="mouse"] button {
    outline: 0;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.row .row {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 48em) {
    .row .row {
        margin-left: 0;
        margin-right: 0;
    }
}
.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-left: auto;
    margin-right: auto;
}
.column,
.columns {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 48em) {
    .column,
    .columns {
        padding-left: 0;
        padding-right: 0;
    }
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}
.column.row.row,
.row.row.columns {
    float: none;
}
.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.small-1 {
    width: 8.3333333333%;
}
.small-push-1 {
    position: relative;
    left: 8.3333333333%;
}
.small-pull-1 {
    position: relative;
    left: -8.3333333333%;
}
.small-offset-0 {
    margin-left: 0;
}
.small-2 {
    width: 16.6666666667%;
}
.small-push-2 {
    position: relative;
    left: 16.6666666667%;
}
.small-pull-2 {
    position: relative;
    left: -16.6666666667%;
}
.small-offset-1 {
    margin-left: 8.3333333333%;
}
.small-3 {
    width: 25%;
}
.small-push-3 {
    position: relative;
    left: 25%;
}
.small-pull-3 {
    position: relative;
    left: -25%;
}
.small-offset-2 {
    margin-left: 16.6666666667%;
}
.small-4 {
    width: 33.3333333333%;
}
.small-push-4 {
    position: relative;
    left: 33.3333333333%;
}
.small-pull-4 {
    position: relative;
    left: -33.3333333333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    width: 41.6666666667%;
}
.small-push-5 {
    position: relative;
    left: 41.6666666667%;
}
.small-pull-5 {
    position: relative;
    left: -41.6666666667%;
}
.small-offset-4 {
    margin-left: 33.3333333333%;
}
.small-6 {
    width: 50%;
}
.small-push-6 {
    position: relative;
    left: 50%;
}
.small-pull-6 {
    position: relative;
    left: -50%;
}
.small-offset-5 {
    margin-left: 41.6666666667%;
}
.small-7 {
    width: 58.3333333333%;
}
.small-push-7 {
    position: relative;
    left: 58.3333333333%;
}
.small-pull-7 {
    position: relative;
    left: -58.3333333333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    width: 66.6666666667%;
}
.small-push-8 {
    position: relative;
    left: 66.6666666667%;
}
.small-pull-8 {
    position: relative;
    left: -66.6666666667%;
}
.small-offset-7 {
    margin-left: 58.3333333333%;
}
.small-9 {
    width: 75%;
}
.small-push-9 {
    position: relative;
    left: 75%;
}
.small-pull-9 {
    position: relative;
    left: -75%;
}
.small-offset-8 {
    margin-left: 66.6666666667%;
}
.small-10 {
    width: 83.3333333333%;
}
.small-push-10 {
    position: relative;
    left: 83.3333333333%;
}
.small-pull-10 {
    position: relative;
    left: -83.3333333333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    width: 91.6666666667%;
}
.small-push-11 {
    position: relative;
    left: 91.6666666667%;
}
.small-pull-11 {
    position: relative;
    left: -91.6666666667%;
}
.small-offset-10 {
    margin-left: 83.3333333333%;
}
.small-12 {
    width: 100%;
}
.small-offset-11 {
    margin-left: 91.6666666667%;
}
.small-up-1 > .column,
.small-up-1 > .columns {
    width: 100%;
    float: left;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
    float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
    width: 50%;
    float: left;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-2 > .column:nth-of-type(odd),
.small-up-2 > .columns:nth-of-type(odd) {
    clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
    float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
    float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
    width: 25%;
    float: left;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
    float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
    width: 20%;
    float: left;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
    float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
    float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
    float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
    width: 12.5%;
    float: left;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
    float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.expanded.row .small-collapse.row,
.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
}
@media screen and (min-width: 48em) {
    .medium-1 {
        width: 8.3333333333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }
    .medium-offset-0 {
        margin-left: 0;
    }
    .medium-2 {
        width: 16.6666666667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }
    .medium-4 {
        width: 33.3333333333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.6666666667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }
    .medium-7 {
        width: 58.3333333333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.6666666667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }
    .medium-10 {
        width: 83.3333333333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.6666666667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }
    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        width: 100%;
        float: left;
    }
    .medium-up-1 > .column:nth-of-type(1n),
    .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n + 1),
    .medium-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }
    .medium-up-1 > .column:last-child,
    .medium-up-1 > .columns:last-child {
        float: left;
    }
    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        width: 50%;
        float: left;
    }
    .medium-up-2 > .column:nth-of-type(1n),
    .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2 > .column:nth-of-type(odd),
    .medium-up-2 > .columns:nth-of-type(odd) {
        clear: both;
    }
    .medium-up-2 > .column:last-child,
    .medium-up-2 > .columns:last-child {
        float: left;
    }
    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        width: 33.3333333333%;
        float: left;
    }
    .medium-up-3 > .column:nth-of-type(1n),
    .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n + 1),
    .medium-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }
    .medium-up-3 > .column:last-child,
    .medium-up-3 > .columns:last-child {
        float: left;
    }
    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        width: 25%;
        float: left;
    }
    .medium-up-4 > .column:nth-of-type(1n),
    .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n + 1),
    .medium-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }
    .medium-up-4 > .column:last-child,
    .medium-up-4 > .columns:last-child {
        float: left;
    }
    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        width: 20%;
        float: left;
    }
    .medium-up-5 > .column:nth-of-type(1n),
    .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n + 1),
    .medium-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }
    .medium-up-5 > .column:last-child,
    .medium-up-5 > .columns:last-child {
        float: left;
    }
    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        width: 16.6666666667%;
        float: left;
    }
    .medium-up-6 > .column:nth-of-type(1n),
    .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n + 1),
    .medium-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }
    .medium-up-6 > .column:last-child,
    .medium-up-6 > .columns:last-child {
        float: left;
    }
    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        width: 14.2857142857%;
        float: left;
    }
    .medium-up-7 > .column:nth-of-type(1n),
    .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n + 1),
    .medium-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }
    .medium-up-7 > .column:last-child,
    .medium-up-7 > .columns:last-child {
        float: left;
    }
    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        width: 12.5%;
        float: left;
    }
    .medium-up-8 > .column:nth-of-type(1n),
    .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n + 1),
    .medium-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }
    .medium-up-8 > .column:last-child,
    .medium-up-8 > .columns:last-child {
        float: left;
    }
    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .expanded.row .medium-collapse.row,
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}
@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.3333333333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }
    .large-offset-0 {
        margin-left: 0;
    }
    .large-2 {
        width: 16.6666666667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }
    .large-offset-1 {
        margin-left: 8.3333333333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.6666666667%;
    }
    .large-4 {
        width: 33.3333333333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.6666666667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }
    .large-offset-4 {
        margin-left: 33.3333333333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.6666666667%;
    }
    .large-7 {
        width: 58.3333333333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.6666666667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }
    .large-offset-7 {
        margin-left: 58.3333333333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.6666666667%;
    }
    .large-10 {
        width: 83.3333333333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.6666666667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }
    .large-offset-10 {
        margin-left: 83.3333333333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.6666666667%;
    }
    .large-up-1 > .column,
    .large-up-1 > .columns {
        width: 100%;
        float: left;
    }
    .large-up-1 > .column:nth-of-type(1n),
    .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n + 1),
    .large-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }
    .large-up-1 > .column:last-child,
    .large-up-1 > .columns:last-child {
        float: left;
    }
    .large-up-2 > .column,
    .large-up-2 > .columns {
        width: 50%;
        float: left;
    }
    .large-up-2 > .column:nth-of-type(1n),
    .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2 > .column:nth-of-type(odd),
    .large-up-2 > .columns:nth-of-type(odd) {
        clear: both;
    }
    .large-up-2 > .column:last-child,
    .large-up-2 > .columns:last-child {
        float: left;
    }
    .large-up-3 > .column,
    .large-up-3 > .columns {
        width: 33.3333333333%;
        float: left;
    }
    .large-up-3 > .column:nth-of-type(1n),
    .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n + 1),
    .large-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }
    .large-up-3 > .column:last-child,
    .large-up-3 > .columns:last-child {
        float: left;
    }
    .large-up-4 > .column,
    .large-up-4 > .columns {
        width: 25%;
        float: left;
    }
    .large-up-4 > .column:nth-of-type(1n),
    .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n + 1),
    .large-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }
    .large-up-4 > .column:last-child,
    .large-up-4 > .columns:last-child {
        float: left;
    }
    .large-up-5 > .column,
    .large-up-5 > .columns {
        width: 20%;
        float: left;
    }
    .large-up-5 > .column:nth-of-type(1n),
    .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n + 1),
    .large-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }
    .large-up-5 > .column:last-child,
    .large-up-5 > .columns:last-child {
        float: left;
    }
    .large-up-6 > .column,
    .large-up-6 > .columns {
        width: 16.6666666667%;
        float: left;
    }
    .large-up-6 > .column:nth-of-type(1n),
    .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n + 1),
    .large-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }
    .large-up-6 > .column:last-child,
    .large-up-6 > .columns:last-child {
        float: left;
    }
    .large-up-7 > .column,
    .large-up-7 > .columns {
        width: 14.2857142857%;
        float: left;
    }
    .large-up-7 > .column:nth-of-type(1n),
    .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n + 1),
    .large-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }
    .large-up-7 > .column:last-child,
    .large-up-7 > .columns:last-child {
        float: left;
    }
    .large-up-8 > .column,
    .large-up-8 > .columns {
        width: 12.5%;
        float: left;
    }
    .large-up-8 > .column:nth-of-type(1n),
    .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n + 1),
    .large-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }
    .large-up-8 > .column:last-child,
    .large-up-8 > .columns:last-child {
        float: left;
    }
    .large-collapse > .column,
    .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .expanded.row .large-collapse.row,
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}
@media screen and (min-width: 87.5em) {
    .xlarge-1 {
        width: 8.3333333333%;
    }
    .xlarge-push-1 {
        position: relative;
        left: 8.3333333333%;
    }
    .xlarge-pull-1 {
        position: relative;
        left: -8.3333333333%;
    }
    .xlarge-offset-0 {
        margin-left: 0;
    }
    .xlarge-2 {
        width: 16.6666666667%;
    }
    .xlarge-push-2 {
        position: relative;
        left: 16.6666666667%;
    }
    .xlarge-pull-2 {
        position: relative;
        left: -16.6666666667%;
    }
    .xlarge-offset-1 {
        margin-left: 8.3333333333%;
    }
    .xlarge-3 {
        width: 25%;
    }
    .xlarge-push-3 {
        position: relative;
        left: 25%;
    }
    .xlarge-pull-3 {
        position: relative;
        left: -25%;
    }
    .xlarge-offset-2 {
        margin-left: 16.6666666667%;
    }
    .xlarge-4 {
        width: 33.3333333333%;
    }
    .xlarge-push-4 {
        position: relative;
        left: 33.3333333333%;
    }
    .xlarge-pull-4 {
        position: relative;
        left: -33.3333333333%;
    }
    .xlarge-offset-3 {
        margin-left: 25%;
    }
    .xlarge-5 {
        width: 41.6666666667%;
    }
    .xlarge-push-5 {
        position: relative;
        left: 41.6666666667%;
    }
    .xlarge-pull-5 {
        position: relative;
        left: -41.6666666667%;
    }
    .xlarge-offset-4 {
        margin-left: 33.3333333333%;
    }
    .xlarge-6 {
        width: 50%;
    }
    .xlarge-push-6 {
        position: relative;
        left: 50%;
    }
    .xlarge-pull-6 {
        position: relative;
        left: -50%;
    }
    .xlarge-offset-5 {
        margin-left: 41.6666666667%;
    }
    .xlarge-7 {
        width: 58.3333333333%;
    }
    .xlarge-push-7 {
        position: relative;
        left: 58.3333333333%;
    }
    .xlarge-pull-7 {
        position: relative;
        left: -58.3333333333%;
    }
    .xlarge-offset-6 {
        margin-left: 50%;
    }
    .xlarge-8 {
        width: 66.6666666667%;
    }
    .xlarge-push-8 {
        position: relative;
        left: 66.6666666667%;
    }
    .xlarge-pull-8 {
        position: relative;
        left: -66.6666666667%;
    }
    .xlarge-offset-7 {
        margin-left: 58.3333333333%;
    }
    .xlarge-9 {
        width: 75%;
    }
    .xlarge-push-9 {
        position: relative;
        left: 75%;
    }
    .xlarge-pull-9 {
        position: relative;
        left: -75%;
    }
    .xlarge-offset-8 {
        margin-left: 66.6666666667%;
    }
    .xlarge-10 {
        width: 83.3333333333%;
    }
    .xlarge-push-10 {
        position: relative;
        left: 83.3333333333%;
    }
    .xlarge-pull-10 {
        position: relative;
        left: -83.3333333333%;
    }
    .xlarge-offset-9 {
        margin-left: 75%;
    }
    .xlarge-11 {
        width: 91.6666666667%;
    }
    .xlarge-push-11 {
        position: relative;
        left: 91.6666666667%;
    }
    .xlarge-pull-11 {
        position: relative;
        left: -91.6666666667%;
    }
    .xlarge-offset-10 {
        margin-left: 83.3333333333%;
    }
    .xlarge-12 {
        width: 100%;
    }
    .xlarge-offset-11 {
        margin-left: 91.6666666667%;
    }
    .xlarge-up-1 > .column,
    .xlarge-up-1 > .columns {
        width: 100%;
        float: left;
    }
    .xlarge-up-1 > .column:nth-of-type(1n),
    .xlarge-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-1 > .column:nth-of-type(1n + 1),
    .xlarge-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }
    .xlarge-up-1 > .column:last-child,
    .xlarge-up-1 > .columns:last-child {
        float: left;
    }
    .xlarge-up-2 > .column,
    .xlarge-up-2 > .columns {
        width: 50%;
        float: left;
    }
    .xlarge-up-2 > .column:nth-of-type(1n),
    .xlarge-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-2 > .column:nth-of-type(odd),
    .xlarge-up-2 > .columns:nth-of-type(odd) {
        clear: both;
    }
    .xlarge-up-2 > .column:last-child,
    .xlarge-up-2 > .columns:last-child {
        float: left;
    }
    .xlarge-up-3 > .column,
    .xlarge-up-3 > .columns {
        width: 33.3333333333%;
        float: left;
    }
    .xlarge-up-3 > .column:nth-of-type(1n),
    .xlarge-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-3 > .column:nth-of-type(3n + 1),
    .xlarge-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }
    .xlarge-up-3 > .column:last-child,
    .xlarge-up-3 > .columns:last-child {
        float: left;
    }
    .xlarge-up-4 > .column,
    .xlarge-up-4 > .columns {
        width: 25%;
        float: left;
    }
    .xlarge-up-4 > .column:nth-of-type(1n),
    .xlarge-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-4 > .column:nth-of-type(4n + 1),
    .xlarge-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }
    .xlarge-up-4 > .column:last-child,
    .xlarge-up-4 > .columns:last-child {
        float: left;
    }
    .xlarge-up-5 > .column,
    .xlarge-up-5 > .columns {
        width: 20%;
        float: left;
    }
    .xlarge-up-5 > .column:nth-of-type(1n),
    .xlarge-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-5 > .column:nth-of-type(5n + 1),
    .xlarge-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }
    .xlarge-up-5 > .column:last-child,
    .xlarge-up-5 > .columns:last-child {
        float: left;
    }
    .xlarge-up-6 > .column,
    .xlarge-up-6 > .columns {
        width: 16.6666666667%;
        float: left;
    }
    .xlarge-up-6 > .column:nth-of-type(1n),
    .xlarge-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-6 > .column:nth-of-type(6n + 1),
    .xlarge-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }
    .xlarge-up-6 > .column:last-child,
    .xlarge-up-6 > .columns:last-child {
        float: left;
    }
    .xlarge-up-7 > .column,
    .xlarge-up-7 > .columns {
        width: 14.2857142857%;
        float: left;
    }
    .xlarge-up-7 > .column:nth-of-type(1n),
    .xlarge-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-7 > .column:nth-of-type(7n + 1),
    .xlarge-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }
    .xlarge-up-7 > .column:last-child,
    .xlarge-up-7 > .columns:last-child {
        float: left;
    }
    .xlarge-up-8 > .column,
    .xlarge-up-8 > .columns {
        width: 12.5%;
        float: left;
    }
    .xlarge-up-8 > .column:nth-of-type(1n),
    .xlarge-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .xlarge-up-8 > .column:nth-of-type(8n + 1),
    .xlarge-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }
    .xlarge-up-8 > .column:last-child,
    .xlarge-up-8 > .columns:last-child {
        float: left;
    }
    .xlarge-collapse > .column,
    .xlarge-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .expanded.row .xlarge-collapse.row,
    .xlarge-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .xlarge-uncollapse > .column,
    .xlarge-uncollapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .xlarge-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .xlarge-pull-0,
    .xlarge-push-0,
    .xlarge-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
}
b,
em,
i,
strong {
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
    line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: FuturaFuturis-Regular, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0;
}
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.25rem;
}
h3 {
    font-size: 1.1875rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.0625rem;
}
h6 {
    font-size: 1rem;
}
@media screen and (min-width: 48em) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 1.9375rem;
    }
    h4 {
        font-size: 1.5625rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
}
a {
    color: #2199e8;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #1585cf;
}
a img {
    border: 0;
}
hr {
    max-width: 312.5rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}
dl,
ol,
ul {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}
li {
    font-size: inherit;
}
ul {
    list-style-type: disc;
}
ol,
ul {
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}
cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}
cite:before {
    content: "\2014 \0020";
}
abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}
code {
    font-weight: 400;
    border: 1px solid #cacaca;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
code,
kbd {
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a;
    background-color: #e6e6e6;
}
kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}
.lead {
    font-size: 125%;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
.no-bullet {
    margin-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
@media screen and (min-width: 48em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
@media screen and (min-width: 87.5em) {
    .xlarge-text-left {
        text-align: left;
    }
    .xlarge-text-right {
        text-align: right;
    }
    .xlarge-text-center {
        text-align: center;
    }
    .xlarge-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.hide {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
@media screen and (max-width: 47.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}
@media screen and (max-width: 0em), screen and (min-width: 48em) {
    .show-for-small-only {
        display: none !important;
    }
}
@media screen and (min-width: 48em) {
    .hide-for-medium {
        display: none !important;
    }
}
@media screen and (max-width: 47.9375em) {
    .show-for-medium {
        display: none !important;
    }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}
@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}
@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}
@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}
@media screen and (min-width: 64em) and (max-width: 87.4375em) {
    .hide-for-large-only {
        display: none !important;
    }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 87.5em) {
    .show-for-large-only {
        display: none !important;
    }
}
@media screen and (min-width: 87.5em) {
    .hide-for-xlarge {
        display: none !important;
    }
}
@media screen and (max-width: 87.4375em) {
    .show-for-xlarge {
        display: none !important;
    }
}
@media screen and (min-width: 87.5em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}
@media screen and (max-width: 87.4375em) {
    .show-for-xlarge-only {
        display: none !important;
    }
}
.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}
.hide-for-portrait,
.show-for-landscape {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
}
.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.debug-section-title {
    max-width: 312.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-family: Courier;
    text-align: center;
}
.debug-section-title:after,
.debug-section-title:before {
    content: " ";
    display: table;
}
.debug-section-title:after {
    clear: both;
}
@media screen and (min-width: 48em) {
    .debug-section-title {
        padding-left: 0;
        padding-right: 0;
    }
}
.debug-section-title:last-child:not(:first-child) {
    float: right;
}
.debug-section-title,
.debug-section-title:last-child {
    float: none;
}
body:before {
    content: "small";
    display: none;
}
@media screen and (min-width: 48em) {
    body:before {
        content: "medium";
    }
}
@media screen and (min-width: 64em) {
    body:before {
        content: "large";
    }
}
body > svg {
    display: none;
}
.wrapper {
    width: 90%;
    margin: auto;
}
.content-wrapper {
    padding-top: 102px;
    z-index: 1;
}
@media screen and (min-width: 48em) {
    .content-wrapper {
        padding-top: 141px;
    }
}
@media screen and (min-width: 64em) {
    .content-wrapper {
        padding-top: 170px;
    }
}
@media screen and (min-width: 87.5em) {
    .content-wrapper {
        padding-top: 196px;
        padding-left: 6%;
        padding-right: 6%;
    }
}
.row {
    max-width: 312.5rem;
    margin-left: auto;
    margin-right: auto;
}
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.hide {
    position: absolute;
    top: -99999px;
    left: -99999px;
    opacity: 0;
}
label {
    cursor: pointer;
}
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    color: inherit;
    outline: none;
}
header {
    max-width: 312.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    text-align: center;
    left: 5%;
    z-index: 99;
    padding: 39px 0 0;
}
header:after,
header:before {
    content: " ";
    display: table;
}
header:after {
    clear: both;
}
@media screen and (min-width: 48em) {
    header {
        padding-left: 0;
        padding-right: 0;
    }
}
header:last-child:not(:first-child) {
    float: right;
}
header svg {
    width: 92px;
    height: 19px;
}
@media screen and (min-width: 48em) {
    header {
        padding: 54px 0 0;
    }
    header svg {
        width: 126px;
        height: 26px;
    }
}
@media screen and (min-width: 64em) {
    header {
        padding: 65px 0 0;
    }
    header svg {
        width: 152px;
        height: 31px;
    }
}
@media screen and (min-width: 87.5em) {
    header {
        padding: 75px 0 0;
    }
    header svg {
        width: 175px;
        height: 35px;
    }
}
header .share {
    position: absolute;
    right: 0;
    color: #000;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    top: 37px;
}
@media screen and (min-width: 48em) {
    header .share {
        top: 56px;
    }
}
@media screen and (min-width: 64em) {
    header .share {
        top: 70px;
    }
}
@media screen and (min-width: 87.5em) {
    header .share {
        top: 83px;
    }
}
header .home {
    position: absolute;
    left: 0;
    color: #000;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    top: 37px;
}
@media screen and (min-width: 48em) {
    header .home {
        top: 56px;
    }
}
@media screen and (min-width: 64em) {
    header .home {
        top: 70px;
    }
}
@media screen and (min-width: 87.5em) {
    header .home {
        top: 83px;
    }
}
nav {
    position: fixed;
    right: 0.9%;
    width: 10.4166666666667%;
    top: 50vh;
    height: 200px;
    margin-top: -100px;
    font-size: 16px;
}
nav .menu-main {
    list-style: none;
    margin-left: 0;
    padding: 0;
    line-height: 100%;
    text-align: center;
}
nav .menu-main li {
    padding: 12px 0;
    margin: 0;
}
nav .menu-main__item {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 3px solid #fff;
    margin: 0;
    padding: 0;
}
nav .menu-main__item.active {
    border-bottom: 3px solid #000;
}
nav .menu-main__item {
    letter-spacing: 0;
}
nav .menu-main__item span {
    display: none;
}
nav .menu-main__item.work:after {
    content: "W";
}
nav .menu-main__item.journal:after {
    content: "J";
}
nav .menu-main__item.about:after {
    content: "S";
}
nav .menu-main__item.jobs:after {
    content: "J";
}
nav .menu-main__item.contact:after {
    content: "C";
}
nav .menu-main li.long {
    padding: 12px 0 6px;
    margin-bottom: 6px;
    background-color: #fff;
    transition: all 0.1s ease;
}
nav .menu-main__item.long {
    letter-spacing: 3px;
    border-bottom: 3px solid transparent;
}
nav .menu-main__item.work.long:after {
    content: "Work";
}
nav .menu-main__item.journal.long:after {
    content: "Journal";
}
nav .menu-main__item.about.long:after {
    content: "Services";
}
nav .menu-main__item.jobs.long:after {
    content: "Jobs";
}
nav .menu-main__item.contact.long:after {
    content: "Contact";
}
nav .menu-main li.workLi.long {
    margin-left: -42px;
}
nav .menu-main li.journalLi.long {
    margin-left: -75px;
}
nav .menu-main li.aboutLi.long {
    margin-left: -51px;
}
nav .menu-main li.jobsLi.long {
    margin-left: -32px;
}
nav .menu-main li.contactLi.long {
    margin-left: -77px;
}
@media screen and (min-width: 48em) {
    nav .menu-main li.long {
        margin-right: 14px;
    }
    nav .menu-main li.workLi.long {
        margin-left: -28px;
    }
    nav .menu-main li.journalLi.long {
        margin-left: -61px;
    }
    nav .menu-main li.aboutLi.long {
        margin-left: -37px;
    }
    nav .menu-main li.jobsLi.long {
        margin-left: -18px;
    }
    nav .menu-main li.contactLi.long {
        margin-left: -63px;
    }
}
@media screen and (min-width: 64em) {
    nav .menu-main__item {
        letter-spacing: 3px;
    }
    nav .menu-main__item span {
        display: block;
    }
    nav .menu-main__item.about:after,
    nav .menu-main__item.contact:after,
    nav .menu-main__item.jobs:after,
    nav .menu-main__item.journal:after,
    nav .menu-main__item.work:after {
        content: "";
    }
}
footer {
    clear: both;
    margin-top: 50px;
    background-color: #000;
}
footer .inner {
    max-width: 312.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    text-align: center;
    padding: 7.5em 0 4em;
}
footer .inner:after,
footer .inner:before {
    content: " ";
    display: table;
}
footer .inner:after {
    clear: both;
}
@media screen and (min-width: 48em) {
    footer .inner {
        padding-left: 0;
        padding-right: 0;
    }
}
footer .inner:last-child:not(:first-child) {
    float: right;
}
footer .inner:last-child:last-child {
    float: left;
}
@media screen and (min-width: 48em) {
    footer .inner {
        width: 83.3333333333%;
        float: left;
        padding-left: 0;
        padding-right: 0;
        margin-left: 8.3333333333%;
    }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
    footer .inner {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 48em) {
    footer .inner:last-child:not(:first-child) {
        float: right;
    }
}
footer .inner p {
    color: #fff;
    padding: 0;
    margin: 0;
}
footer .inner a:active,
footer .inner a:hover,
footer .inner a:link,
footer .inner a:visited {
    color: inherit;
    display: inline-block;
    border-bottom: 3px solid #000;
    margin-top: 0.6em;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
}
footer .inner .legal,
footer .inner a.legal:active,
footer .inner a.legal:hover,
footer .inner a.legal:link,
footer .inner a.legal:visited {
    font-size: 12px;
    border-bottom-width: 2px;
}
footer .inner .legal.big,
footer .inner a.legal:active.big,
footer .inner a.legal:hover.big,
footer .inner a.legal:link.big,
footer .inner a.legal:visited.big {
    font-size: 13px;
}
footer .inner a:hover {
    border-bottom: 3px solid #f8f8f9;
}
footer .inner .menu-meta {
    color: #fff;
    list-style: none;
    margin: 0.5em 0 2.5em;
    padding: 0;
}
footer .inner .menu-meta li {
    display: block;
    padding: 0 0.3em;
}
@media screen and (min-width: 48em) {
    footer .inner .menu-meta li {
        padding: 0 1em;
        display: inline-block;
    }
}
@media screen and (min-width: 64em) {
    footer .inner .menu-meta li {
        padding: 0 1em;
    }
}
footer .inner .menu-meta--inline li {
    display: inline-block;
    margin: 3em 0 0;
}
body.homepage article {
    width: 75%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 48em) {
    body.homepage article {
        padding-left: 0;
        padding-right: 0;
    }
}
body.homepage article:last-child:not(:first-child) {
    float: right;
}
body.homepage article:nth-of-type(odd) {
    margin-left: 0;
}
body.homepage article:nth-of-type(2n) {
    margin-left: 16.6666666667%;
}
body.homepage article:last-child:last-child {
    float: left;
}
.boxes:after,
.boxes:before {
    content: " ";
    display: table;
}
.boxes:after {
    clear: both;
}
.box {
    overflow: hidden;
    max-width: 312.5rem;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: all 1.8s ease !important;
    transform: translateY(180px);
    margin-bottom: 100px;
    width: 75%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
.box:after,
.box:before {
    content: " ";
    display: table;
}
.box:after {
    clear: both;
}
@media screen and (min-width: 48em) {
    .box {
        padding-left: 0;
        padding-right: 0;
    }
}
.box:last-child:not(:first-child) {
    float: right;
}
.box:nth-child(2n) {
    margin-left: 16.6666666667%;
}
.box:nth-child(odd) {
    margin-left: 0;
}
@media screen and (min-width: 48em) {
    .box {
        margin-bottom: 100px;
        width: 50%;
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 50% !important;
    }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
    .box {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 48em) {
    .box:last-child:not(:first-child) {
        float: right;
    }
    .box:nth-child(2n) {
        margin-left: 41.6666666667%;
        margin-left: 41.6666666667% !important;
    }
    .box:nth-child(odd) {
        margin-left: 8.3333333333%;
        margin-left: 8.33333333335% !important;
    }
}
@media screen and (min-width: 64em) {
    .box {
        width: 41.6666666667%;
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 41.6666666667% !important;
    }
}
@media screen and (min-width: 64em) and (min-width: 48em) {
    .box {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 64em) {
    .box:last-child:not(:first-child) {
        float: right;
    }
    .box:nth-child(2n) {
        margin-left: 50%;
        margin-left: 50% !important;
    }
    .box:nth-child(odd) {
        margin-left: 8.3333333333%;
        margin-left: 8.33333333335% !important;
    }
}
.box:last-child:last-child {
    float: left;
}
.box__play {
    z-index: 1;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: inline-block;
    padding: 1.4em 1.7em 1.2em;
}
.box__play span {
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1;
}
@media screen and (min-width: 48em) {
    .box__play,
    .box__play span {
        font-size: 23px;
    }
}
@media screen and (min-width: 64em) {
    .box__play,
    .box__play span {
        font-size: 26px;
    }
}
@media screen and (min-width: 87.5em) {
    .box__play,
    .box__play span {
        font-size: 30px;
    }
}
.box__label {
    position: relative;
    display: block;
}
.box__label img {
    transition: all 0.6s ease;
}
.box__label:hover img {
    transform: scale(1.02);
}
.box__label:hover .box__play span {
    border-bottom-color: #000;
}
.loaded.inViewport,
.textbox.inViewport,
.textonly.inViewport {
    opacity: 1;
    transform: translate(0);
}
.textbox {
    text-align: center;
    background-color: #f8f8f9;
}
.textbox__content {
    padding: 2em 1em;
}
@media screen and (min-width: 48em) {
    .textbox__content {
        padding: 3.5em 2em 3.7em;
    }
}
@media screen and (min-width: 64em) {
    .textbox__content {
        padding: 4em 3em 4.5em;
    }
}
@media screen and (min-width: 87.5em) {
    .textbox__content {
        padding: 4.5em 4em 4.7em;
    }
}
.textbox h2 {
    font-size: 50px;
    font-size: 3.5vw;
    letter-spacing: 3px;
    margin-bottom: 1.9rem;
    line-height: 120%;
}
@media (max-width: 971.428571429px) {
    .textbox h2 {
        font-size: 34px;
    }
}
@media (min-width: 1285.71428571px) {
    .textbox h2 {
        font-size: 45px;
    }
}
.textbox h4,
.textbox p {
    font-size: 16px;
    font-size: 4vw;
    letter-spacing: 0.4px;
    line-height: 160%;
}
@media (max-width: 300px) {
    .textbox h4,
    .textbox p {
        font-size: 12px;
    }
}
@media (min-width: 425px) {
    .textbox h4,
    .textbox p {
        font-size: 17px;
    }
}
@media screen and (min-width: 48em) {
    .textbox h4,
    .textbox p {
        font-size: 16px;
        font-size: 1.8vw;
    }
}
@media screen and (min-width: 48em) and (max-width: 944.444444444px) {
    .textbox h4,
    .textbox p {
        font-size: 17px;
    }
}
@media screen and (min-width: 48em) and (min-width: 1222.22222222px) {
    .textbox h4,
    .textbox p {
        font-size: 22px;
    }
}
@media screen and (min-width: 64em) {
    .textbox h4,
    .textbox p {
        font-size: 16px;
        font-size: 1.6vw;
    }
}
@media screen and (min-width: 64em) and (max-width: 1062.5px) {
    .textbox h4,
    .textbox p {
        font-size: 17px;
    }
}
@media screen and (min-width: 64em) and (min-width: 1375px) {
    .textbox h4,
    .textbox p {
        font-size: 22px;
    }
}
@media screen and (min-width: 48em) {
    .textbox h4,
    .textbox p {
        line-height: 185%;
    }
}
.textbox p {
    margin: 0 0 0.8em;
    padding: 0;
}
.textbox.journal {
    background: url(/web/20221206095404im_/https://www.korefe.de/assets/images/border.png) repeat-x;
    background-color: #f8f8f9;
}
.textbox.nojournal h2 {
    font-size: 16px;
    font-size: 4vw;
    letter-spacing: 0.4px;
    line-height: 160%;
    margin-bottom: 2em;
}
@media (max-width: 300px) {
    .textbox.nojournal h2 {
        font-size: 12px;
    }
}
@media (min-width: 425px) {
    .textbox.nojournal h2 {
        font-size: 17px;
    }
}
@media screen and (min-width: 48em) {
    .textbox.nojournal h2 {
        font-size: 16px;
        font-size: 1.8vw;
    }
}
@media screen and (min-width: 48em) and (max-width: 944.444444444px) {
    .textbox.nojournal h2 {
        font-size: 17px;
    }
}
@media screen and (min-width: 48em) and (min-width: 1222.22222222px) {
    .textbox.nojournal h2 {
        font-size: 22px;
    }
}
@media screen and (min-width: 64em) {
    .textbox.nojournal h2 {
        font-size: 16px;
        font-size: 1.6vw;
    }
}
@media screen and (min-width: 64em) and (max-width: 1062.5px) {
    .textbox.nojournal h2 {
        font-size: 17px;
    }
}
@media screen and (min-width: 64em) and (min-width: 1375px) {
    .textbox.nojournal h2 {
        font-size: 22px;
    }
}
.textbox div.link {
    margin-top: 2.5em;
    margin-bottom: 0.4em;
}
.textbox div.link span {
    color: #000;
    text-transform: uppercase;
    display: inline;
    border-bottom: 3px solid #f8f8f9;
    letter-spacing: 3px;
    line-height: 100%;
}
.textbox a:hover div.link span {
    border-bottom: 3px solid #000;
}
.textbox.black {
    background-color: #000;
    color: #fff;
}
.textbox.black div.link span {
    color: #fff;
    border-bottom: 3px solid #000;
}
.textbox.black a:hover div.link span {
    border-bottom: 3px solid #fff;
}
.teaserbox {
    overflow: hidden;
}
.teaserbox a {
    display: block;
    position: relative;
}
.teaserbox img {
    transition: all 0.6s ease;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.teaserbox:hover img {
    transform: scale(1.02);
}
body.homepage .dekobox {
    display: none;
}
@media screen and (min-width: 48em) {
    body.homepage .dekobox {
        display: block;
    }
}
.dekobox div {
    display: block;
    position: relative;
}
.dekobox img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.gifbox {
    overflow: hidden;
}
.gifbox a {
    display: block;
    position: relative;
}
.gifbox img {
    transition: all 0.6s ease;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.gifbox:hover img {
    transform: scale(1.02);
}
.textonly {
    margin-left: 0;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 48em) {
    .textonly {
        padding-left: 0;
        padding-right: 0;
    }
}
.textonly:last-child:not(:first-child) {
    float: right;
}
@media screen and (min-width: 48em) {
    .textonly {
        margin-left: 16.6666666667%;
        width: 66.6666666667%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
    .textonly {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 48em) {
    .textonly:last-child:not(:first-child) {
        float: right;
    }
}
.textonly h2 {
    text-align: left;
}
.textonly h2,
.textonly p {
    font-size: 16px;
    font-size: 4vw;
    letter-spacing: 0.4px;
    line-height: 160%;
}
@media (max-width: 300px) {
    .textonly h2,
    .textonly p {
        font-size: 12px;
    }
}
@media (min-width: 425px) {
    .textonly h2,
    .textonly p {
        font-size: 17px;
    }
}
@media screen and (min-width: 48em) {
    .textonly h2,
    .textonly p {
        font-size: 16px;
        font-size: 1.8vw;
    }
}
@media screen and (min-width: 48em) and (max-width: 944.444444444px) {
    .textonly h2,
    .textonly p {
        font-size: 17px;
    }
}
@media screen and (min-width: 48em) and (min-width: 1222.22222222px) {
    .textonly h2,
    .textonly p {
        font-size: 22px;
    }
}
@media screen and (min-width: 64em) {
    .textonly h2,
    .textonly p {
        font-size: 16px;
        font-size: 1.6vw;
    }
}
@media screen and (min-width: 64em) and (max-width: 1062.5px) {
    .textonly h2,
    .textonly p {
        font-size: 17px;
    }
}
@media screen and (min-width: 64em) and (min-width: 1375px) {
    .textonly h2,
    .textonly p {
        font-size: 22px;
    }
}
@media screen and (min-width: 48em) {
    .textonly h2,
    .textonly p {
        line-height: 185%;
    }
}
.textonly iframe {
    border: 0;
    width: 100%;
    overflow: hidden;
}
.stage {
    max-width: 312.5rem;
    margin-left: auto;
    margin-right: auto;
}
.stage:after,
.stage:before {
    content: " ";
    display: table;
}
.stage:after {
    clear: both;
}
.stage .content {
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
}
@media screen and (min-width: 48em) {
    .stage .content {
        padding-left: 0;
        padding-right: 0;
    }
}
.stage .content:last-child:not(:first-child) {
    float: right;
}
@media screen and (min-width: 48em) {
    .stage .content {
        margin-left: 8.3333333333%;
        width: 83.3333333333%;
        float: left;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 120px;
    }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
    .stage .content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 48em) {
    .stage .content:last-child:not(:first-child) {
        float: right;
    }
}
@media screen and (min-width: 64em) {
    .stage .content {
        margin-left: 8.3333333333%;
        width: 83.3333333333%;
        float: left;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 180px;
    }
}
@media screen and (min-width: 64em) and (min-width: 48em) {
    .stage .content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 64em) {
    .stage .content:last-child:not(:first-child) {
        float: right;
    }
}
.stage img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.layer {
    background-color: #000;
    color: #fff;
    display: table;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    transition: visibility 0s linear 0.8s, opacity 0.8s ease-out;
    opacity: 0;
    visibility: hidden;
}
input:checked ~ .layer {
    transition: visibility 0s linear, opacity 0.5s ease-out;
    opacity: 1;
    visibility: visible;
}
input:checked ~ .layer .layer__overlay {
    opacity: 0;
}
.layer__content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.layer__content a:active,
.layer__content a:hover,
.layer__content a:link,
.layer__content a:visited {
    color: inherit;
    display: inline-block;
    border-bottom: 3px solid #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
}
.layer__content a:hover {
    border-bottom: 3px solid #fff;
}
.layer__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.layer__content ul li {
    margin-bottom: 1em;
}
.layer__video {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
}
@media screen and (min-width: 48em) {
    .layer__video {
        padding: 0 20%;
    }
}
.layer__close {
    z-index: 2;
    right: 5%;
    position: absolute;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 2px;
    top: 37px;
}
@media screen and (min-width: 48em) {
    .layer__close {
        top: 56px;
    }
}
@media screen and (min-width: 64em) {
    .layer__close {
        top: 70px;
    }
}
@media screen and (min-width: 87.5em) {
    .layer__close {
        top: 83px;
    }
}
.layer__overlay {
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    transition: opacity 0.8s ease-out 1s;
    opacity: 1;
    pointer-events: none;
}
.videoplayer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoplayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.nextproject {
    max-width: 312.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 10px auto 50px;
}
.nextproject:after,
.nextproject:before {
    content: " ";
    display: table;
}
.nextproject:after {
    clear: both;
}
.nextproject a:active,
.nextproject a:hover,
.nextproject a:link,
.nextproject a:visited {
    color: inherit;
    display: inline;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
}
.nextproject a:hover {
    border-bottom: 3px solid #000;
}
.error404 {
    max-width: 312.5rem;
    margin-left: auto;
    margin-right: auto;
}
.error404:after,
.error404:before {
    content: " ";
    display: table;
}
.error404:after {
    clear: both;
}
.error404 .content {
    margin-left: 0;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 48em) {
    .error404 .content {
        padding-left: 0;
        padding-right: 0;
    }
}
.error404 .content:last-child:not(:first-child) {
    float: right;
}
@media screen and (min-width: 48em) {
    .error404 .content {
        margin-left: 8.3333333333%;
        width: 83.3333333333%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
    .error404 .content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 48em) {
    .error404 .content:last-child:not(:first-child) {
        float: right;
    }
}
.error404 img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.animation,
.stage {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.animation.later,
.stage.later {
    transition-duration: 0.8s;
    transition-delay: 0.8s;
}
.animation.loaded,
.intro,
.stage.loaded {
    opacity: 1;
}
.intro {
    text-align: center;
    background-color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
    transition: visibility 0s linear, opacity 0.8s ease-out;
    visibility: visible;
    padding: 39px 0 45px;
}
.intro svg {
    fill: #fff;
    width: 92px;
}
@media screen and (min-width: 48em) {
    .intro {
        padding: 54px 0 62px;
    }
    .intro svg {
        width: 126px;
    }
}
@media screen and (min-width: 64em) {
    .intro {
        padding: 65px 0 75px;
    }
    .intro svg {
        width: 152px;
    }
}
@media screen and (min-width: 87.5em) {
    .intro {
        padding: 75px 0 86px;
    }
    .intro svg {
        width: 175px;
    }
}
.intro.loaded {
    transition: visibility 0s linear 1.8s, opacity 0.8s ease-out 1s;
    opacity: 0;
    visibility: hidden;
}
.privacy .animation {
    background-color: #000;
    color: #fff;
}
.privacy header .home {
    color: #fff;
    background-color: transparent;
}
.privacy header svg {
    fill: #fff;
}
.privacy footer {
    margin-top: 0;
}
.cookie-layer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding-top: 43px;
    padding-bottom: 35px;
}
.cookie-layer__copy {
    margin-bottom: 10px;
}
.cookie-layer__close-button,
.cookie-layer__more-link {
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cookie-layer__more-link {
    margin-right: 40px;
}
.cookie-layer__close-button {
    border-bottom: 3px solid #fff;
}
#CybotCookiebotDialogBody {
    padding-top: 5px;
    padding-bottom: 5px;
}
#CybotCookiebotDialogBodyButtonAccept {
    background-color: #000 !important;
    border-color: #fff !important;
}
#CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogBodyButtonDecline {
    font-family: FuturaFuturis-Regular, Helvetica, Roboto, Arial, sans-serif !important;
}
#CybotCookiebotDialog {
    box-shadow: none !important;
}
#CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialogBodyContentTitle {
    font-family: FuturaFuturis-Regular, Helvetica, Roboto, Arial, sans-serif !important;
}
#CybotCookiebotDialogBodyContentText {
    font-size: 8pt !important;
}
#CybotCookiebotDialogBodyButtonDetails,
#CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising,
#CybotCookiebotDialogDetailBodyContentCookieContainerNecessary,
#CybotCookiebotDialogDetailBodyContentCookieContainerPreference,
#CybotCookiebotDialogDetailBodyContentCookieContainerStatistics,
#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified,
#CybotCookiebotDialogDetailBodyContentTabsAbout,
#CybotCookiebotDialogDetailBodyContentTabsOverview,
.CybotCookiebotDialogDetailBodyContentCookieTypeIntro,
.CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer tbody tr,
.CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer thead tr {
    font-family: FuturaFuturis-Regular, Helvetica, Roboto, Arial, sans-serif !important;
}
.CookieDeclarationDialogText,
.CookieDeclarationIntro,
.CookieDeclarationLastUpdated {
    display: none !important;
}
