﻿@font-face {
    font-family: 'iconfont';
    font-display: swap;
    src: url("/cdn/fonts/iconfont.woff?123") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'mainfont';
    font-display: swap;
    src: url("/cdn/fonts/quicksand-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'mainfont';
    font-display: swap;
    src: url("/cdn/fonts/quicksand-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'dekofont';
    font-display: swap;
    src: url("/cdn/fonts/quicksand-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@media print,
screen and (min-width: 40em) {

    .reveal,
    .reveal.tiny,
    .reveal.small,
    .reveal.large {
        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 {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    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 {
    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"] {
    box-sizing: border-box;
    padding: 0
}

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=100em"
}

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

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

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "mainfont", "Arial", "Helvetica", "Roboto", "sans-serif";
    font-weight: normal;
    line-height: 1.667;
    color: #0a0a0f;
    -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: .1875rem
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: .1875rem
}

.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;
    appearance: none;
    border: 0;
    border-radius: .1875rem;
    background: transparent;
    line-height: 1;
    cursor: auto
}

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

pre {
    overflow: auto
}

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

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.81288rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #aaabad;
    border-radius: .1875rem;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10, 10, 15, 0.1);
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.667;
    color: #0a0a0f;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    outline: none;
    border: 1px solid #77777c;
    background-color: #fff;
    box-shadow: 0 0 5px #aaabad;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e7e8ea;
    cursor: not-allowed
}

[type='submit'],
[type='button'] {
    appearance: none;
    border-radius: .1875rem
}

input[type='search'] {
    box-sizing: border-box
}

::placeholder {
    color: #aaabad
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
    cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
    margin-right: .5rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0f
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0f
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
    border-radius: .1875rem 0 0 .1875rem
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0 .1875rem .1875rem 0
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #aaabad;
    background: #e7e8ea;
    color: #0a0a0f;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.125rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #aaabad
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.81288rem;
    margin: 0 0 1rem;
    padding: .5rem;
    appearance: none;
    border: 1px solid #aaabad;
    border-radius: .1875rem;
    background-color: #fff;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.667;
    color: #0a0a0f;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28119, 119, 124%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 1px solid #77777c;
    background-color: #fff;
    box-shadow: 0 0 5px #aaabad;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

select:disabled {
    background-color: #e7e8ea;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .875rem;
    font-weight: normal;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1.875rem;
    font-size: inherit;
    line-height: 1.667;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "dekofont", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #aaabad
}

h1,
.h1 {
    font-size: 1.75rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.875rem
}

h2,
.h2 {
    font-size: 1.375rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.875rem
}

h3,
.h3 {
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.875rem
}

h4,
.h4 {
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.875rem
}

h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.875rem
}

h6,
.h6 {
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.875rem
}

@media print,
screen and (min-width: 40em) {

    h1,
    .h1 {
        font-size: 2rem
    }

    h2,
    .h2 {
        font-size: 1.5rem
    }

    h3,
    .h3 {
        font-size: 1.125rem
    }

    h4,
    .h4 {
        font-size: 1.125rem
    }

    h5,
    .h5 {
        font-size: 1.125rem
    }

    h6,
    .h6 {
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 64em) {

    h1,
    .h1 {
        font-size: 2.375rem
    }

    h2,
    .h2 {
        font-size: 1.75rem
    }

    h3,
    .h3 {
        font-size: 1.375rem
    }

    h4,
    .h4 {
        font-size: 1.125rem
    }

    h5,
    .h5 {
        font-size: 1.125rem
    }

    h6,
    .h6 {
        font-size: 1.125rem
    }
}

a {
    line-height: inherit;
    color: #0a0a0f;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:focus {
    color: #09090d
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #aaabad;
    border-left: 0
}

ul,
ol,
dl {
    margin-bottom: 1.875rem;
    list-style-position: outside;
    line-height: 1.667
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 1.875rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #aaabad
}

blockquote,
blockquote p {
    line-height: 1.667;
    color: #77777c
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0f;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e7e8ea;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0f;
    border-radius: .1875rem
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #77777c
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ul.no-bullet,
ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block,
cite {
    display: block;
    color: #77777c;
    font-size: .8125rem
}

.cite-block:before,
cite:before {
    content: "— "
}

.code-inline,
code {
    border: 1px solid #aaabad;
    background-color: #e7e8ea;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0f;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #aaabad;
    background-color: #e7e8ea;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0f;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width: 40em) {
    .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 print,
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: 100em) {
    .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: black !important;
        color-adjust: economy;
        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 {
        display: table-cell !important
    }

    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^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre,
    blockquote {
        border: 1px solid #77777c;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

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

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

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

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

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

.grid-x {
    display: flex;
    flex-flow: row wrap
}

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

.cell.auto {
    flex: 1 1 0px
}

.cell.shrink {
    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 {
    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 {
        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 {
        flex-basis: auto
    }
}

@media screen and (min-width: 100em) {

    .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 {
        flex-basis: auto
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-x>.xlarge-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: -1.25rem;
    margin-right: -1.25rem
}

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

.grid-margin-x>.cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x>.cell {
        width: calc(100% - 2.5rem);
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
}

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

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

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 2.5rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 2.5rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 2.5rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 2.5rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 2.5rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 2.5rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 2.5rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 2.5rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 2.5rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 2.5rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 2.5rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 2.5rem)
}

@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.33333% - 2.5rem)
    }

    .grid-margin-x>.small-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x>.small-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x>.small-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x>.small-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x>.small-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x>.small-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x>.small-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x>.small-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x>.small-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x>.small-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x>.small-12 {
        width: calc(100% - 2.5rem)
    }

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

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

    .grid-margin-x>.medium-1 {
        width: calc(8.33333% - 2.5rem)
    }

    .grid-margin-x>.medium-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x>.medium-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x>.medium-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x>.medium-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x>.medium-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x>.medium-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x>.medium-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x>.medium-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x>.medium-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x>.medium-12 {
        width: calc(100% - 2.5rem)
    }
}

@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.33333% - 2.5rem)
    }

    .grid-margin-x>.large-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x>.large-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x>.large-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x>.large-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x>.large-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x>.large-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x>.large-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x>.large-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x>.large-12 {
        width: calc(100% - 2.5rem)
    }
}

@media screen and (min-width: 100em) {
    .grid-margin-x>.xlarge-auto {
        width: auto
    }

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

    .grid-margin-x>.xlarge-1 {
        width: calc(8.33333% - 2.5rem)
    }

    .grid-margin-x>.xlarge-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x>.xlarge-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x>.xlarge-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x>.xlarge-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x>.xlarge-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x>.xlarge-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x>.xlarge-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x>.xlarge-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x>.xlarge-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x>.xlarge-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x>.xlarge-12 {
        width: calc(100% - 2.5rem)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%
    }

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

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

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

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

    .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.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 2.5rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 2.5rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 2.5rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 2.5rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 2.5rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 2.5rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 2.5rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 2.5rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 2.5rem)
    }

    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 2.5rem)
    }

    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 2.5rem)
    }

    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 2.5rem)
    }

    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 2.5rem)
    }

    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 2.5rem)
    }

    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 2.5rem)
    }

    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 2.5rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - 2.5rem)
    }

    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 2.5rem)
    }

    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - 2.5rem)
    }

    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 2.5rem)
    }
}

@media screen and (min-width: 100em) {
    .grid-margin-x.xlarge-up-1>.cell {
        width: calc(100% - 2.5rem)
    }

    .grid-margin-x.xlarge-up-2>.cell {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x.xlarge-up-3>.cell {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x.xlarge-up-4>.cell {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x.xlarge-up-5>.cell {
        width: calc(20% - 2.5rem)
    }

    .grid-margin-x.xlarge-up-6>.cell {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x.xlarge-up-7>.cell {
        width: calc(14.28571% - 2.5rem)
    }

    .grid-margin-x.xlarge-up-8>.cell {
        width: calc(12.5% - 2.5rem)
    }
}

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

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

.small-margin-collapse>.small-1 {
    width: 8.33333%
}

.small-margin-collapse>.small-2 {
    width: 16.66667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.33333%
}

.small-margin-collapse>.small-5 {
    width: 41.66667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.33333%
}

.small-margin-collapse>.small-8 {
    width: 66.66667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.33333%
}

.small-margin-collapse>.small-11 {
    width: 91.66667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

@media print,
screen and (min-width: 40em) {
    .small-margin-collapse>.medium-1 {
        width: 8.33333%
    }

    .small-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.medium-3 {
        width: 25%
    }

    .small-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.medium-6 {
        width: 50%
    }

    .small-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.medium-9 {
        width: 75%
    }

    .small-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .small-margin-collapse>.large-1 {
        width: 8.33333%
    }

    .small-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.large-3 {
        width: 25%
    }

    .small-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.large-6 {
        width: 50%
    }

    .small-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.large-9 {
        width: 75%
    }

    .small-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 100em) {
    .small-margin-collapse>.xlarge-1 {
        width: 8.33333%
    }

    .small-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .small-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .small-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .small-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

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

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

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

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

@media print,
screen and (min-width: 40em) {
    .medium-margin-collapse>.small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.small-3 {
        width: 25%
    }

    .medium-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.small-6 {
        width: 50%
    }

    .medium-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.small-9 {
        width: 75%
    }

    .medium-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-margin-collapse>.medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.medium-3 {
        width: 25%
    }

    .medium-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.medium-6 {
        width: 50%
    }

    .medium-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.medium-9 {
        width: 75%
    }

    .medium-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .medium-margin-collapse>.large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.large-3 {
        width: 25%
    }

    .medium-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.large-6 {
        width: 50%
    }

    .medium-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.large-9 {
        width: 75%
    }

    .medium-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 100em) {
    .medium-margin-collapse>.xlarge-1 {
        width: 8.33333%
    }

    .medium-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .medium-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .medium-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .medium-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

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

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

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

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

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse>.small-1 {
        width: 8.33333%
    }

    .large-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.small-3 {
        width: 25%
    }

    .large-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.small-6 {
        width: 50%
    }

    .large-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.small-9 {
        width: 75%
    }

    .large-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse>.medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.medium-3 {
        width: 25%
    }

    .large-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.medium-6 {
        width: 50%
    }

    .large-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.medium-9 {
        width: 75%
    }

    .large-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse>.large-1 {
        width: 8.33333%
    }

    .large-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.large-3 {
        width: 25%
    }

    .large-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.large-6 {
        width: 50%
    }

    .large-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.large-9 {
        width: 75%
    }

    .large-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 100em) {
    .large-margin-collapse>.xlarge-1 {
        width: 8.33333%
    }

    .large-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .large-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .large-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .large-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

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

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

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

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

@media screen and (min-width: 100em) {
    .xlarge-margin-collapse>.small-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.small-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.small-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.small-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.small-12 {
        width: 100%
    }
}

@media screen and (min-width: 100em) {
    .xlarge-margin-collapse>.medium-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.medium-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.medium-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.medium-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 100em) {
    .xlarge-margin-collapse>.large-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.large-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.large-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.large-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 100em) {
    .xlarge-margin-collapse>.xlarge-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y {
    display: flex;
    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 {
    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 {
        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 {
        flex-basis: auto
    }
}

@media screen and (min-width: 100em) {

    .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 {
        flex-basis: auto
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-y>.cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 2.5rem);
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
}

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

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

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 2.5rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 2.5rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 2.5rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 2.5rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 2.5rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 2.5rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 2.5rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 2.5rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 2.5rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 2.5rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 2.5rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 2.5rem)
}

@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.33333% - 2.5rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 2.5rem)
    }

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

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

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 2.5rem)
    }
}

@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.33333% - 2.5rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 2.5rem)
    }
}

@media screen and (min-width: 100em) {
    .grid-margin-y>.xlarge-auto {
        height: auto
    }

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

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 2.5rem)
    }
}

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

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

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

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

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}

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

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

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

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

    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

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

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

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

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

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

    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

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

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

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

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

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

    .xlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-y>.cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 2.5rem);
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
}

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

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

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 2.5rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 2.5rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 2.5rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 2.5rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 2.5rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 2.5rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 2.5rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 2.5rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 2.5rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 2.5rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 2.5rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 2.5rem)
}

@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.33333% - 2.5rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 2.5rem)
    }

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

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

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 2.5rem)
    }
}

@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.33333% - 2.5rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 2.5rem)
    }
}

@media screen and (min-width: 100em) {
    .grid-margin-y>.xlarge-auto {
        height: auto
    }

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

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 2.5rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 2.5rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 2.5rem)
    }
}

@media screen and (min-width: 100em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 2.5rem)
    }
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 2.5rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 2.5rem)
    }
}

@media screen and (min-width: 100em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 2.5rem)
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.75em 1em;
    border: 2px solid transparent;
    border-radius: .1875rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 1.125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

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

.button.tiny {
    font-size: .75rem
}

.button.small {
    font-size: 1rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

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

.button:hover,
.button:focus {
    background-color: #09090d;
    color: #fff
}

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

.button.primary:hover,
.button.primary:focus {
    background-color: #08080c;
    color: #fff
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
    background-color: #cfcfd2;
    color: #0a0a0f
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #a4a4aa;
    color: #0a0a0f
}

.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0f
}

.button.success:hover,
.button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0f
}

.button.warning,
.button.warning.disabled,
.button.warning[disabled],
.button.warning.disabled:hover,
.button.warning[disabled]:hover,
.button.warning.disabled:focus,
.button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0f
}

.button.warning:hover,
.button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0f
}

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

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

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

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

.button.hollow:hover,
.button.hollow:focus {
    border-color: #050508;
    color: #050508
}

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

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    border-color: #050508;
    color: #050508
}

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

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    border-color: #65656c;
    color: #65656c
}

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

.button.hollow.success:hover,
.button.hollow.success:focus {
    border-color: #157539;
    color: #157539
}

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

.button.hollow.warning:hover,
.button.hollow.warning:focus {
    border-color: #805700;
    color: #805700
}

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

.button.hollow.alert:hover,
.button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a
}

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

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

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

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

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

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

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

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
    color: #3adb76
}

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

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

.button.clear.warning:hover,
.button.clear.warning:focus {
    color: #805700
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-grow: 1
}

.button-group::before,
.button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group::before,
.button-group::after {
    display: none
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1.125rem;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .75rem
}

.button-group.small .button {
    font-size: 1rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded .button {
    flex: 1 1 0px;
    margin-right: 0
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button[disabled],
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled]:hover,
.button-group.primary .button.disabled:focus,
.button-group.primary .button[disabled]:focus {
    background-color: #0a0a0f;
    color: #fff
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #08080c;
    color: #fff
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button[disabled],
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button[disabled]:focus {
    background-color: #cfcfd2;
    color: #0a0a0f
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    background-color: #a4a4aa;
    color: #0a0a0f
}

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button[disabled],
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled]:hover,
.button-group.success .button.disabled:focus,
.button-group.success .button[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0f
}

.button-group.success .button:hover,
.button-group.success .button:focus {
    background-color: #22bb5b;
    color: #0a0a0f
}

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button[disabled],
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled]:hover,
.button-group.warning .button.disabled:focus,
.button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0f
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #0a0a0f
}

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

.button-group.alert .button:hover,
.button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fff
}

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

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button[disabled],
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled]:focus {
    border: 1px solid #0a0a0f;
    color: #0a0a0f
}

.button-group.hollow .button:hover,
.button-group.hollow .button:focus {
    border-color: #050508;
    color: #050508
}

.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #0a0a0f;
    color: #0a0a0f
}

.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow .button.primary:focus {
    border-color: #050508;
    color: #050508
}

.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #cfcfd2;
    color: #cfcfd2
}

.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .button.secondary:focus {
    border-color: #65656c;
    color: #65656c
}

.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled]:hover,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button-group.hollow.success .button:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539
}

.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled]:hover,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button-group.hollow.warning .button:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700
}

.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled]:hover,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button-group.hollow.alert .button:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a
}

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

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button[disabled],
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled]:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled]:focus {
    color: #0a0a0f
}

.button-group.clear .button:hover,
.button-group.clear .button:focus {
    color: #050508
}

.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary[disabled]:focus {
    color: #0a0a0f
}

.button-group.clear.primary .button:hover,
.button-group.clear.primary .button:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .button.primary:focus {
    color: #050508
}

.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary[disabled]:focus {
    color: #cfcfd2
}

.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .button.secondary:focus {
    color: #65656c
}

.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled]:hover,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button[disabled]:focus,
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success[disabled]:focus {
    color: #3adb76
}

.button-group.clear.success .button:hover,
.button-group.clear.success .button:focus,
.button-group.clear .button.success:hover,
.button-group.clear .button.success:focus {
    color: #157539
}

.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled]:hover,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning[disabled]:focus {
    color: #ffae00
}

.button-group.clear.warning .button:hover,
.button-group.clear.warning .button:focus,
.button-group.clear .button.warning:hover,
.button-group.clear .button.warning:focus {
    color: #805700
}

.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37
}

.button-group.clear.alert .button:hover,
.button-group.clear.alert .button:focus,
.button-group.clear .button.alert:hover,
.button-group.clear .button.alert:focus {
    color: #67251a
}

.button-group.no-gaps .button {
    margin-right: -.0625rem
}

.button-group.no-gaps .button+.button {
    border-left-color: transparent
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
    flex: 1 1 0px;
    margin-right: 0
}

@media print,
screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block
    }

    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0
    }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #77777c;
    cursor: pointer
}

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

.close-button:hover,
.close-button:focus {
    color: #0a0a0f
}

.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
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: .1875rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #0a0a0f;
    color: #fff
}

.label.primary {
    background: #0a0a0f;
    color: #fff
}

.label.secondary {
    background: #cfcfd2;
    color: #0a0a0f
}

.label.success {
    background: #3adb76;
    color: #0a0a0f
}

.label.warning {
    background: #ffae00;
    color: #0a0a0f
}

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

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: .1875rem
}

thead,
tbody,
tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: bold
}

thead {
    background: #f9f9f9;
    color: #0a0a0f
}

tfoot {
    background: #f2f2f2;
    color: #0a0a0f
}

thead tr,
tfoot tr {
    background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: .5rem .625rem .625rem;
    font-weight: bold;
    text-align: left
}

tbody th,
tbody td {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2
}

table.unstriped tbody {
    background-color: #fff
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff
}

@media print,
screen and (max-width: 63.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none
}

.breadcrumbs::before,
.breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: 1rem;
    color: #0a0a0f;
    cursor: default
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #aaabad
}

.breadcrumbs a {
    color: #0a0a0f
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #aaabad;
    cursor: not-allowed
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 15, 0.25);
    border-radius: .1875rem;
    background-color: #fff;
    color: #0a0a0f
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #d3d3e2;
    color: #0a0a0f
}

.callout.secondary {
    background-color: #f8f8f8;
    color: #0a0a0f
}

.callout.success {
    background-color: #e1faea;
    color: #0a0a0f
}

.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0f
}

.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0f
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e7e8ea;
    border-radius: .1875rem;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0f
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    display: flex;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e7e8ea
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    flex: 1 0 auto;
    padding: 1rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #aaabad;
    border-radius: .1875rem;
    background-color: #fff;
    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
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::before,
.pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: .1875rem;
    font-size: .875rem;
    display: none
}

.pagination li:last-child,
.pagination li:first-child {
    display: inline-block
}

@media print,
screen and (min-width: 40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: .1875rem;
    color: #0a0a0f
}

.pagination a:hover,
.pagination button:hover {
    background: #e7e8ea
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #0a0a0f;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #aaabad;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #0a0a0f
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "«"
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "»"
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #77777c;
    font-weight: bold;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: .1875rem;
    background-color: #0a0a0f;
    font-size: 80%;
    color: #fff
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0f;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0f transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0f;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0f transparent transparent;
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 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%
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: .1875rem .1875rem 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 .1875rem .1875rem
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e7e8ea;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #0a0a0f
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e7e8ea;
    border-radius: 0 0 .1875rem .1875rem
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: #e7e8ea
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"
}

.is-active>.accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e7e8ea;
    border-bottom: 0;
    background-color: #fff;
    color: #0a0a0f
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e7e8ea
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 15, 0.5);
    color: #fff
}

.orbit-previous,
.orbit-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
    outline: 0
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
    background-color: rgba(10, 10, 15, 0.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

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

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #aaabad
}

.orbit-bullets button:hover {
    background-color: #77777c
}

.orbit-bullets button.is-active {
    background-color: #77777c
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%
}

.tabs {
    margin: 0;
    border: 1px solid #e7e8ea;
    background: #fff;
    list-style-type: none
}

.tabs::before,
.tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    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: #0a0a0f
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #14141e
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #0a0a0f
}

[data-whatinput='mouse'] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fff;
    color: #09090d
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #e7e8ea;
    color: #0a0a0f
}

.tabs-content {
    border: 1px solid #e7e8ea;
    border-top: 0;
    background: #fff;
    color: #0a0a0f;
    transition: all 0.5s ease
}

.tabs-content.vertical {
    border: 1px solid #e7e8ea;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

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

.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem
}

.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row
}

.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column
}

.menu.expanded li {
    flex: 1 1 0px
}

.menu.simple {
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width: 40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.medium-expanded li {
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.large-expanded li {
        flex: 1 1 0px
    }

    .menu.large-simple li {
        flex: 1 1 0px
    }
}

@media screen and (min-width: 100em) {
    .menu.xlarge-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.xlarge-expanded li {
        flex: 1 1 0px
    }

    .menu.xlarge-simple li {
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: flex
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
    display: flex
}

.menu.icon-left li a {
    flex-flow: row nowrap
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    flex-flow: row nowrap
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    flex-flow: column nowrap
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    flex-flow: column nowrap
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: rgba(0, 0, 0, 0);
    color: #0a0a0f
}

.menu .active>a {
    background: rgba(0, 0, 0, 0);
    color: #0a0a0f
}

.menu.align-left {
    justify-content: flex-start
}

.menu.align-right li {
    display: flex;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: flex;
    justify-content: center
}

.menu.align-center li .submenu li {
    justify-content: flex-start
}

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    justify-content: center
}

.menu-centered>.menu li {
    display: flex;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''
}

.menu-icon:hover::after {
    background: #aaabad;
    box-shadow: 0 7px 0 #aaabad, 0 14px 0 #aaabad
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0f;
    box-shadow: 0 7px 0 #0a0a0f, 0 14px 0 #0a0a0f;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #77777c;
    box-shadow: 0 7px 0 #77777c, 0 14px 0 #77777c
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: 0.7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0f transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
    transform: rotate(180deg);
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0f transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded='true']::after {
    transform: scaleY(-1);
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height 0.5s
}

.drilldown a {
    padding: 0.7rem 1rem;
    background: #e7e8ea
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #e7e8ea;
    transition: transform 0.15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0f;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0f;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0f transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back>a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0f transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    padding: 0.7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: rgba(0, 0, 0, 0);
    color: #0a0a0f
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

@media print,
screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width: 100em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -4px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: none;
    background: #fff
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(10, 10, 15, 0.3);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .5s ease;
    backface-visibility: hidden;
    background: #e7e8ea
}

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

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 15, 0.7)
}

.off-canvas.is-open {
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: transform .5s ease;
    backface-visibility: hidden;
    background: #e7e8ea
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 15, 0.7)
}

.off-canvas-absolute.is-open {
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px)
}

.position-left.is-transition-push {
    box-shadow: inset 0px 0 0px 0px rgba(10, 10, 15, 0.25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    box-shadow: inset 0px 0 0px 0px rgba(10, 10, 15, 0.25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px)
}

.position-top.is-transition-push {
    box-shadow: inset 0 0px 0px 0px rgba(10, 10, 15, 0.25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 0px 0px 0px rgba(10, 10, 15, 0.25)
}

.off-canvas-content {
    transform: none;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    transition: transform .5s ease
}

.off-canvas-content.has-transition-push {
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0)
}

@media print,
screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,
screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width: 100em) {
    .position-left.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-xlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-xlarge~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-xlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-xlarge~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-xlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-xlarge~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-xlarge~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,
screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top,
    .off-canvas.in-canvas-for-medium.position-bottom {
        box-shadow: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,
screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top,
    .off-canvas.in-canvas-for-large.position-bottom {
        box-shadow: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

@media screen and (min-width: 100em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-xlarge.position-left,
    .off-canvas.in-canvas-for-xlarge.position-right,
    .off-canvas.in-canvas-for-xlarge.position-top,
    .off-canvas.in-canvas-for-xlarge.position-bottom {
        box-shadow: none;
        transform: none
    }

    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none
    }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

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, 15, 0.45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #aaabad;
    border-radius: .1875rem;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[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: 600px;
        max-width: 75rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.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
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.top-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #e7e8ea
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width: 40em) {
    .top-bar {
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print,
screen and (max-width: 99.99875em) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar.stacked-for-xlarge {
    flex-wrap: wrap
}

.top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%
}

.top-bar-title {
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0
}

.top-bar-left,
.top-bar-right {
    flex: 0 0 auto
}

.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: ' ';
    flex-basis: 0;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print,
screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1
    }

    .medium-order-2 {
        order: 2
    }

    .medium-order-3 {
        order: 3
    }

    .medium-order-4 {
        order: 4
    }

    .medium-order-5 {
        order: 5
    }

    .medium-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width: 64em) {
    .large-order-1 {
        order: 1
    }

    .large-order-2 {
        order: 2
    }

    .large-order-3 {
        order: 3
    }

    .large-order-4 {
        order: 4
    }

    .large-order-5 {
        order: 5
    }

    .large-order-6 {
        order: 6
    }
}

@media screen and (min-width: 100em) {
    .xlarge-order-1 {
        order: 1
    }

    .xlarge-order-2 {
        order: 2
    }

    .xlarge-order-3 {
        order: 3
    }

    .xlarge-order-4 {
        order: 4
    }

    .xlarge-order-5 {
        order: 5
    }

    .xlarge-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex
    }

    .medium-flex-child-auto {
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width: 64em) {
    .large-flex-container {
        display: flex
    }

    .large-flex-child-auto {
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 100em) {
    .xlarge-flex-container {
        display: flex
    }

    .xlarge-flex-child-auto {
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

.text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important
}

.text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-wrap {
    word-wrap: break-word !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-overline {
    text-decoration: overline !important
}

.text-underline {
    text-decoration: underline !important
}

.text-line-through {
    text-decoration: line-through !important
}

.font-wide {
    letter-spacing: .25rem
}

.font-normal {
    font-weight: normal
}

.font-bold {
    font-weight: bold
}

.font-italic {
    font-style: italic !important
}

ul.list-disc {
    list-style-type: disc !important
}

ul.list-circle {
    list-style-type: circle !important
}

ul.list-square {
    list-style-type: square !important
}

ol.list-decimal {
    list-style-type: decimal !important
}

ol.list-lower-alpha {
    list-style-type: lower-alpha !important
}

ol.list-lower-latin {
    list-style-type: lower-latin !important
}

ol.list-lower-roman {
    list-style-type: lower-roman !important
}

ol.list-upper-alpha {
    list-style-type: upper-alpha !important
}

ol.list-upper-latin {
    list-style-type: upper-latin !important
}

ol.list-upper-roman {
    list-style-type: upper-roman !important
}

.rounded {
    border-radius: 5000px !important
}

.rounded .switch-paddle {
    border-radius: 5000px !important
}

.rounded .switch-paddle:after {
    border-radius: 50%
}

.radius {
    border-radius: .1875rem
}

.bordered {
    border: .0625rem solid #aaabad
}

.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.arrow-down {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0f transparent transparent
}

.arrow-up {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0f
}

.arrow-right {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0f
}

.arrow-left {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0f transparent transparent
}

.separator-center {
    text-align: center !important
}

.separator-center::before,
.separator-center::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.separator-center::after {
    clear: both
}

.separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: .125rem solid #0a0a0f;
    margin: 1rem auto 0
}

.separator-left {
    text-align: left !important
}

.separator-left::before,
.separator-left::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.separator-left::after {
    clear: both
}

.separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: .125rem solid #0a0a0f;
    margin: 1rem auto 0;
    margin-left: 0 !important
}

.separator-right {
    text-align: right !important
}

.separator-right::before,
.separator-right::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.separator-right::after {
    clear: both
}

.separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: .125rem solid #0a0a0f;
    margin: 1rem auto 0;
    margin-right: 0 !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.display-inline {
    display: inline !important
}

.display-inline-block {
    display: inline-block !important
}

.display-block {
    display: block !important
}

.display-table {
    display: table !important
}

.display-table-cell {
    display: table-cell !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975
}

.position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975
}

.border-box {
    box-sizing: border-box !important
}

.border-none {
    border: none !important
}

.width-25 {
    width: 25% !important
}

.width-50 {
    width: 50% !important
}

.width-75 {
    width: 75% !important
}

.width-100 {
    width: 100% !important
}

.height-25 {
    height: 25% !important
}

.height-50 {
    height: 50% !important
}

.height-75 {
    height: 75% !important
}

.height-100 {
    height: 100% !important
}

.max-width-100 {
    max-width: 100% !important
}

.max-height-100 {
    max-height: 100% !important
}

.margin-0 {
    margin: 0rem !important
}

.margin-top-0 {
    margin-top: 0rem !important
}

.margin-right-0 {
    margin-right: 0rem !important
}

.margin-bottom-0 {
    margin-bottom: 0rem !important
}

.margin-left-0 {
    margin-left: 0rem !important
}

.margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important
}

.margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
}

.padding-0 {
    padding: 0rem !important
}

.padding-top-0 {
    padding-top: 0rem !important
}

.padding-right-0 {
    padding-right: 0rem !important
}

.padding-bottom-0 {
    padding-bottom: 0rem !important
}

.padding-left-0 {
    padding-left: 0rem !important
}

.padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important
}

.padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
}

.margin-1 {
    margin: 1rem !important
}

.margin-top-1 {
    margin-top: 1rem !important
}

.margin-right-1 {
    margin-right: 1rem !important
}

.margin-bottom-1 {
    margin-bottom: 1rem !important
}

.margin-left-1 {
    margin-left: 1rem !important
}

.margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.padding-1 {
    padding: 1rem !important
}

.padding-top-1 {
    padding-top: 1rem !important
}

.padding-right-1 {
    padding-right: 1rem !important
}

.padding-bottom-1 {
    padding-bottom: 1rem !important
}

.padding-left-1 {
    padding-left: 1rem !important
}

.padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.margin-2 {
    margin: 2rem !important
}

.margin-top-2 {
    margin-top: 2rem !important
}

.margin-right-2 {
    margin-right: 2rem !important
}

.margin-bottom-2 {
    margin-bottom: 2rem !important
}

.margin-left-2 {
    margin-left: 2rem !important
}

.margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.padding-2 {
    padding: 2rem !important
}

.padding-top-2 {
    padding-top: 2rem !important
}

.padding-right-2 {
    padding-right: 2rem !important
}

.padding-bottom-2 {
    padding-bottom: 2rem !important
}

.padding-left-2 {
    padding-left: 2rem !important
}

.padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.margin-3 {
    margin: 3rem !important
}

.margin-top-3 {
    margin-top: 3rem !important
}

.margin-right-3 {
    margin-right: 3rem !important
}

.margin-bottom-3 {
    margin-bottom: 3rem !important
}

.margin-left-3 {
    margin-left: 3rem !important
}

.margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.padding-3 {
    padding: 3rem !important
}

.padding-top-3 {
    padding-top: 3rem !important
}

.padding-right-3 {
    padding-right: 3rem !important
}

.padding-bottom-3 {
    padding-bottom: 3rem !important
}

.padding-left-3 {
    padding-left: 3rem !important
}

.padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.acf_content h1,
.content h1 {
    padding-bottom: 1.375rem
}

.acf_content h1 strong,
.content h1 strong {
    font-size: 1.125rem
}

.acf_content h2,
.content h2 {
    padding-top: 1.125rem
}

.acf_content h3,
.content h3 {
    padding-top: 1.125rem
}

@media print,
screen and (min-width: 40em) {

    .acf_content h1,
    .content h1 {
        padding-bottom: 1.625rem
    }

    .acf_content h1 strong,
    .content h1 strong {
        font-size: 1.25rem
    }

    .acf_content h2,
    .content h2 {
        padding-top: 1.625rem
    }

    .acf_content h3,
    .content h3 {
        padding-top: 1.625rem
    }
}

@media print,
screen and (min-width: 64em) {

    .acf_content h1,
    .content h1 {
        padding-bottom: 2rem
    }

    .acf_content h1 strong,
    .content h1 strong {
        font-size: 1.625rem
    }

    .acf_content h2,
    .content h2 {
        padding-top: 1.875rem
    }

    .acf_content h3,
    .content h3 {
        padding-top: 1.875rem
    }
}

.acf_content h1,
.acf_content h2,
.acf_content h3,
.content h1,
.content h2,
.content h3 {
    letter-spacing: -0.03em;
    color: #0a0a0f
}

.acf_content h1,
.content h1 {
    position: relative;
    text-align: center
}

.acf_content h1 strong,
.content h1 strong {
    font-weight: 200;
    font-size: 0.7em;
    font-family: "mainfont", "Arial", "Helvetica", "Roboto", "sans-serif";
    line-height: 1.1;
    padding-top: 0.3em;
    display: block;
    letter-spacing: 0
}

.acf_content h1:after,
.content h1:after {
    content: '';
    position: absolute;
    display: block;
    margin: 0 auto;
    bottom: 0;
    height: .1875rem;
    width: 9.375rem;
    background: #008bd0;
    left: 50%;
    transform: translateX(-50%)
}

.acf_content h3,
.content h3 {
    line-height: inherit
}

@media print,
screen and (max-width: 39.99875em) {

    .acf_content p,
    .acf_content li,
    .acf_content td,
    .content p,
    .content li,
    .content td {
        text-align: left
    }
}

.acf_content ul,
.acf_content ol,
.content ul,
.content ol {
    margin-left: 0;
    list-style-type: none
}

.acf_content ul li,
.acf_content ol li,
.content ul li,
.content ol li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: .9375rem
}

.acf_content ul li>h2:first-child,
.acf_content ul li>h3:first-child,
.acf_content ol li>h2:first-child,
.acf_content ol li>h3:first-child,
.content ul li>h2:first-child,
.content ul li>h3:first-child,
.content ol li>h2:first-child,
.content ol li>h3:first-child {
    padding-top: 0
}

.acf_content ul li:last-child,
.acf_content ol li:last-child,
.content ul li:last-child,
.content ol li:last-child {
    margin-bottom: 0
}

.acf_content ul ul,
.acf_content ul ol,
.acf_content ol ul,
.acf_content ol ol,
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
    margin-top: .9375rem;
    margin-bottom: 0
}

.acf_content ul ul li:last-child,
.acf_content ul ol li:last-child,
.acf_content ol ul li:last-child,
.acf_content ol ol li:last-child,
.content ul ul li:last-child,
.content ul ol li:last-child,
.content ol ul li:last-child,
.content ol ol li:last-child {
    margin-bottom: 0
}

.acf_content ul li,
.content ul li {
    padding-left: 1.5em
}

.acf_content ul li:before,
.content ul li:before {
    content: '';
    display: block;
    position: absolute;
    line-height: 3.2;
    left: 0.1rem;
    font-size: 50%;
    color: #0a0a0f
}

.acf_content ul li li:before,
.content ul li li:before {
    content: ''
}

.acf_content ul li li li:before,
.content ul li li li:before {
    content: ''
}

.acf_content ul li li li li:before,
.content ul li li li li:before {
    content: ''
}

.acf_content ul.no-bullet li,
.content ul.no-bullet li {
    padding-left: 0
}

.acf_content ul.no-bullet li:before,
.content ul.no-bullet li:before {
    display: none
}

.acf_content ol,
.content ol {
    counter-reset: item
}

.acf_content ol li:before,
.content ol li:before {
    font-family: "mainfont", "Arial", "Helvetica", "Roboto", "sans-serif";
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    right: .625rem
}

.acf_content ol li li,
.content ol li li {
    padding-left: 1.5em
}

.acf_content ol li li li,
.content ol li li li {
    padding-left: 3.75rem
}

.acf_content address,
.content address {
    margin-bottom: 1.875rem;
    font-style: normal
}

.acf_content a:not([href$='.jpg']):not([href$='.jpeg']):not([href$='.png']):not([href$='.gif']):not([href$='.svg']):not(.button):not(.unstyled):not(h1):not(h2):not(h3):not(h4),
.content a:not([href$='.jpg']):not([href$='.jpeg']):not([href$='.png']):not([href$='.gif']):not([href$='.svg']):not(.button):not(.unstyled):not(h1):not(h2):not(h3):not(h4) {
    background: linear-gradient(to bottom, #008bd0 0%, #008bd0 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: .0625rem .125rem;
    transition: background-size 0.25s cubic-bezier(0.37, 0.8, 0.2, 1), color 0.25s cubic-bezier(0.37, 0.8, 0.2, 1), background-color 0.25s cubic-bezier(0.37, 0.8, 0.2, 1);
    padding: 0 .125rem
}

.acf_content a:not([href$='.jpg']):not([href$='.jpeg']):not([href$='.png']):not([href$='.gif']):not([href$='.svg']):not(.button):not(.unstyled):not(h1):not(h2):not(h3):not(h4):hover,
.content a:not([href$='.jpg']):not([href$='.jpeg']):not([href$='.png']):not([href$='.gif']):not([href$='.svg']):not(.button):not(.unstyled):not(h1):not(h2):not(h3):not(h4):hover {
    background-size: .25rem 100%;
    color: #fff
}

.acf_content a[target='_blank'],
.acf_content a[href$='.7z'],
.acf_content a[href$='.zip'],
.acf_content a[href$='.rar'],
.acf_content a[href$='.pdf'],
.acf_content a[href$='.doc'],
.acf_content a[href$='.docx'],
.acf_content a[href$='.xls'],
.acf_content a[href$='.xlsx'],
.acf_content a[href$='.ppt'],
.acf_content a[href$='.pptx'],
.acf_content a[target='_blank'],
.content a[target='_blank'],
.content a[href$='.7z'],
.content a[href$='.zip'],
.content a[href$='.rar'],
.content a[href$='.pdf'],
.content a[href$='.doc'],
.content a[href$='.docx'],
.content a[href$='.xls'],
.content a[href$='.xlsx'],
.content a[href$='.ppt'],
.content a[href$='.pptx'],
.content a[target='_blank'] {
    display: inline
}

.acf_content a[target='_blank'].button.unstyled:after,
.acf_content a[href$='.7z'].button.unstyled:after,
.acf_content a[href$='.zip'].button.unstyled:after,
.acf_content a[href$='.rar'].button.unstyled:after,
.acf_content a[href$='.pdf'].button.unstyled:after,
.acf_content a[href$='.doc'].button.unstyled:after,
.acf_content a[href$='.docx'].button.unstyled:after,
.acf_content a[href$='.xls'].button.unstyled:after,
.acf_content a[href$='.xlsx'].button.unstyled:after,
.acf_content a[href$='.ppt'].button.unstyled:after,
.acf_content a[href$='.pptx'].button.unstyled:after,
.acf_content a[target='_blank'].button.unstyled:after,
.content a[target='_blank'].button.unstyled:after,
.content a[href$='.7z'].button.unstyled:after,
.content a[href$='.zip'].button.unstyled:after,
.content a[href$='.rar'].button.unstyled:after,
.content a[href$='.pdf'].button.unstyled:after,
.content a[href$='.doc'].button.unstyled:after,
.content a[href$='.docx'].button.unstyled:after,
.content a[href$='.xls'].button.unstyled:after,
.content a[href$='.xlsx'].button.unstyled:after,
.content a[href$='.ppt'].button.unstyled:after,
.content a[href$='.pptx'].button.unstyled:after,
.content a[target='_blank'].button.unstyled:after {
    margin-left: 0.5rem;
    display: inline-block
}

.acf_content a[target='_blank']:not(.unstyled):after,
.acf_content a[href$='.7z']:not(.unstyled):after,
.acf_content a[href$='.zip']:not(.unstyled):after,
.acf_content a[href$='.rar']:not(.unstyled):after,
.acf_content a[href$='.pdf']:not(.unstyled):after,
.acf_content a[href$='.doc']:not(.unstyled):after,
.acf_content a[href$='.docx']:not(.unstyled):after,
.acf_content a[href$='.xls']:not(.unstyled):after,
.acf_content a[href$='.xlsx']:not(.unstyled):after,
.acf_content a[href$='.ppt']:not(.unstyled):after,
.acf_content a[href$='.pptx']:not(.unstyled):after,
.acf_content a[target='_blank']:not(.unstyled):after,
.content a[target='_blank']:not(.unstyled):after,
.content a[href$='.7z']:not(.unstyled):after,
.content a[href$='.zip']:not(.unstyled):after,
.content a[href$='.rar']:not(.unstyled):after,
.content a[href$='.pdf']:not(.unstyled):after,
.content a[href$='.doc']:not(.unstyled):after,
.content a[href$='.docx']:not(.unstyled):after,
.content a[href$='.xls']:not(.unstyled):after,
.content a[href$='.xlsx']:not(.unstyled):after,
.content a[href$='.ppt']:not(.unstyled):after,
.content a[href$='.pptx']:not(.unstyled):after,
.content a[target='_blank']:not(.unstyled):after {
    font-size: 0.65em;
    vertical-align: top;
    background: #e7e8ea;
    padding: 0 0.35em 0;
    margin-top: 0.4em;
    display: inline-block;
    height: 1.75em;
    margin-left: 0.5em
}

.acf_content a[target='_blank']:not(.unstyled):hover:after,
.acf_content a[href$='.7z']:not(.unstyled):hover:after,
.acf_content a[href$='.zip']:not(.unstyled):hover:after,
.acf_content a[href$='.rar']:not(.unstyled):hover:after,
.acf_content a[href$='.pdf']:not(.unstyled):hover:after,
.acf_content a[href$='.doc']:not(.unstyled):hover:after,
.acf_content a[href$='.docx']:not(.unstyled):hover:after,
.acf_content a[href$='.xls']:not(.unstyled):hover:after,
.acf_content a[href$='.xlsx']:not(.unstyled):hover:after,
.acf_content a[href$='.ppt']:not(.unstyled):hover:after,
.acf_content a[href$='.pptx']:not(.unstyled):hover:after,
.acf_content a[target='_blank']:not(.unstyled):hover:after,
.content a[target='_blank']:not(.unstyled):hover:after,
.content a[href$='.7z']:not(.unstyled):hover:after,
.content a[href$='.zip']:not(.unstyled):hover:after,
.content a[href$='.rar']:not(.unstyled):hover:after,
.content a[href$='.pdf']:not(.unstyled):hover:after,
.content a[href$='.doc']:not(.unstyled):hover:after,
.content a[href$='.docx']:not(.unstyled):hover:after,
.content a[href$='.xls']:not(.unstyled):hover:after,
.content a[href$='.xlsx']:not(.unstyled):hover:after,
.content a[href$='.ppt']:not(.unstyled):hover:after,
.content a[href$='.pptx']:not(.unstyled):hover:after,
.content a[target='_blank']:not(.unstyled):hover:after {
    background: #0a0a0f;
    color: #fff
}

.acf_content a[target='_blank']:after,
.content a[target='_blank']:after {
    content: ''
}

.acf_content a[href$='.pdf']:after,
.content a[href$='.pdf']:after {
    content: ''
}

.acf_content a[href$='.docx']:after,
.acf_content a[href$='.doc']:after,
.content a[href$='.docx']:after,
.content a[href$='.doc']:after {
    content: ''
}

.acf_content a[href$='.xlsx']:after,
.acf_content a[href$='.xls']:after,
.content a[href$='.xlsx']:after,
.content a[href$='.xls']:after {
    content: ''
}

.acf_content a[href$='.pptx']:after,
.acf_content a[href$='.ppt']:after,
.content a[href$='.pptx']:after,
.content a[href$='.ppt']:after {
    content: ''
}

.acf_content a[href$='.7z']:after,
.acf_content a[href$='.zip']:after,
.acf_content a[href$='.rar']:after,
.content a[href$='.7z']:after,
.content a[href$='.zip']:after,
.content a[href$='.rar']:after {
    content: ''
}

.acf_content .isc_all_image_list_box.isc_stop_overlay table tr th:nth-child(2),
.acf_content .isc_all_image_list_box.isc_stop_overlay table tr th:nth-child(1),
.acf_content .isc_all_image_list_box.isc_stop_overlay table tr td:nth-child(2),
.acf_content .isc_all_image_list_box.isc_stop_overlay table tr td:nth-child(1),
.content .isc_all_image_list_box.isc_stop_overlay table tr th:nth-child(2),
.content .isc_all_image_list_box.isc_stop_overlay table tr th:nth-child(1),
.content .isc_all_image_list_box.isc_stop_overlay table tr td:nth-child(2),
.content .isc_all_image_list_box.isc_stop_overlay table tr td:nth-child(1) {
    display: none
}

.acf_content .isc_all_image_list_box.isc_stop_overlay table tr td:nth-child(3),
.content .isc_all_image_list_box.isc_stop_overlay table tr td:nth-child(3) {
    width: 20rem
}

[class^=icon-]:before {
    display: inline-block;
    padding-right: 0.3em;
    text-align: center;
    font-weight: normal
}

.icon-youtube:before {
    content: ''
}

.icon-instagram:before {
    content: ''
}

.icon-xing:before {
    content: ''
}

.icon-twitter:before {
    content: ''
}

.icon-facebook:before {
    content: ''
}

.icon-linkedin:before {
    content: ''
}

.icon-search:before {
    content: ''
}

.icon-phone:before {
    content: ''
}

.icon-mobilephone:before {
    content: ''
}

.icon-email:before {
    content: ''
}

.icon-contactform:before {
    content: ''
}

.icon-clock:before {
    content: ''
}

.icon-location:before {
    content: ''
}

.icon-user:before {
    content: ''
}

.icon-logout:before {
    content: ''
}

.page-template-template-page-raw-top .breadcrumb {
    display: none
}

.breadcrumb {
    background-color: #e7e8ea;
    padding: .4375rem 0 .5625rem;
    line-height: 1.5
}

.breadcrumb .breadcrumbs {
    margin-bottom: 0;
    text-align: center
}

.breadcrumb .breadcrumbs>span {
    font-size: 1rem;
    color: #0a0a0f;
    margin-right: .75rem;
    line-height: inherit
}

.breadcrumb .breadcrumbs>span.current-item {
    color: #aaabad;
    font-weight: bold
}

.breadcrumb .breadcrumbs>span.separator {
    color: #aaabad
}

.button-group .button {
    margin-right: .125rem
}

.button {
    margin-bottom: 0.25rem
}

.button.primary {
    font-weight: bold;
    background-color: #008bd0
}

.button.primary:hover:not(.disabled) {
    background-color: #00689c !important
}

.button.primary.is-active:not(.hollow),
.button.primary:hover:not(.hollow) {
    background-color: #afafb4
}

.button.primary.disabled {
    background-color: #e7e8ea;
    color: #aaabad;
    opacity: 1
}

.button.primary.disabled:hover {
    background-color: #e7e8ea;
    color: #aaabad;
    opacity: 1
}

.button.primary>* {
    color: inherit
}

.button.primary>*:hover {
    color: inherit
}

.button.primary.hollow:after {
    background: #0a0a0f
}

.button.primary.hollow.is-active,
.button.primary.hollow:focus,
.button.primary.hollow:active,
.button.primary.hollow:hover {
    color: #fff;
    border-color: #0a0a0f
}

.button.white {
    background-color: #fff;
    color: #0a0a0f;
    font-weight: bold;
    border-color: #fff
}

.button.white.hollow {
    background: transparent;
    color: #fff
}

.button.white.hollow:after {
    background: #fff
}

.button.white.hollow.is-active,
.button.white.hollow:focus,
.button.white.hollow:active,
.button.white.hollow:hover {
    border-color: #fff;
    color: #0a0a0f
}

.button.hollow {
    position: relative
}

.button.hollow:after {
    position: absolute;
    content: '';
    display: block;
    background: #0a0a0f;
    transition: width .3s cubic-bezier(0.37, 0.8, 0.2, 1);
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: -1
}

.button.hollow.is-active,
.button.hollow:focus,
.button.hollow:active,
.button.hollow:hover {
    border-color: #0a0a0f;
    color: #fff
}

.button.hollow.is-active:after,
.button.hollow:focus:after,
.button.hollow:active:after,
.button.hollow:hover:after {
    width: 100%
}

.button.light-gray {
    background-color: #e7e8ea;
    color: #0a0a0f
}

.button.light-gray:hover {
    background-color: #ced0d4
}

@keyframes openRightIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes openRightOut {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(-1rem);
        opacity: 0
    }
}

@keyframes openLeftIn {
    0% {
        transform: translateX(1rem);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes openLeftOut {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(1rem);
        opacity: 0
    }
}

@keyframes openTopIn {
    0% {
        transform: translateY(1.25rem);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes openTopOut {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(1.25rem);
        opacity: 0
    }
}

@keyframes openTopAfterIn {
    0% {
        top: -3.4375rem
    }

    100% {
        top: -1.5625rem
    }
}

@keyframes openTopAfterOut {
    0% {
        top: -1.5625rem
    }

    100% {
        top: -3.4375rem
    }
}

@keyframes secondaryOpenTopIn {
    0% {
        transform: translateY(.4375rem);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes secondaryOpenTopOut {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(.4375rem);
        opacity: 0
    }
}

@keyframes secondaryOpenTopAfterIn {
    0% {
        top: 0
    }

    100% {
        top: 0
    }
}

@keyframes secondaryOpenTopAfterOut {
    0% {
        top: 0
    }

    100% {
        top: 0
    }
}

.menuHoverOut {
    pointer-events: none !important
}

.no-animation ul.menu ul {
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden !important
}

[data-responsive-menu*="dropdown"] li.is-active>a,
[data-responsive-menu*="dropdown"] li.active>a {
    color: #0a0a0f;
    font-weight: bold
}

[data-responsive-menu*="dropdown"] li a {
    color: #0a0a0f;
    transition: color .3s cubic-bezier(0.37, 0.8, 0.2, 1)
}

[data-responsive-menu*="dropdown"] li a:hover {
    color: #0a0a0f
}

[data-responsive-menu*="dropdown"] li.menu-item-has-children>a:after {
    position: absolute;
    top: 0;
    left: auto;
    right: 1rem;
    bottom: auto;
    margin: 0;
    padding: 0.75rem 0
}

[data-responsive-menu*="dropdown"] li.menu-item-has-children.opens-right {
    padding-right: 0.7rem
}

[data-responsive-menu*="dropdown"] li.menu-item-has-children.opens-right>a:after {
    content: ''
}

[data-responsive-menu*="dropdown"] li.menu-item-has-children.ml-opens-left>a:after,
[data-responsive-menu*="dropdown"] li.menu-item-has-children.opens-left>a:after {
    right: auto;
    left: .5rem;
    content: '';
    transition: transform .3s cubic-bezier(0.37, 0.8, 0.2, 1);
    transform: scaleX(-1)
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent>.is-dropdown-submenu {
    font-size: 1rem;
    display: block;
    pointer-events: none;
    padding: .625rem 0;
    border-radius: .1875rem;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: -.625rem;
    animation-fill-mode: forwards;
    animation-duration: .3s;
    animation-timing-function: cubic-bezier(0.37, 0.8, 0.2, 1)
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent>.is-dropdown-submenu:after {
    content: '';
    position: absolute;
    top: -.625rem;
    bottom: -.625rem;
    left: 0;
    right: 0;
    z-index: -1;
    animation-fill-mode: forwards;
    animation-duration: .3s;
    animation-timing-function: cubic-bezier(0.37, 0.8, 0.2, 1)
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent>.is-dropdown-submenu.first-sub {
    margin-top: 1.5625rem;
    animation-name: openTopOut
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent>.is-dropdown-submenu.first-sub:after {
    animation-name: openTopAfterOut
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu:not(.first-sub) {
    animation-name: openRightOut
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu:not(.first-sub) {
    animation-name: openLeftOut
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent.ml-opens-left>.is-dropdown-submenu.first-sub {
    right: 0 !important;
    left: auto !important
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent.ml-opens-left>.is-dropdown-submenu:not(.first-sub) {
    animation-name: openLeftOut;
    right: 100% !important;
    left: auto !important
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent.is-active>.is-dropdown-submenu {
    pointer-events: auto
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent.is-active>.is-dropdown-submenu.first-sub {
    animation-name: openTopIn
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent.is-active>.is-dropdown-submenu.first-sub:after {
    animation-name: openTopAfterIn
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent.is-active.opens-left>.is-dropdown-submenu:not(.first-sub) {
    animation-name: openLeftIn
}

[data-responsive-menu*="dropdown"] li.is-dropdown-submenu-parent.is-active.opens-right>.is-dropdown-submenu:not(.first-sub) {
    animation-name: openRightIn
}

[data-responsive-menu*="dropdown"]>li:last-child:not(.button)>a {
    padding-right: 0
}

[data-responsive-menu*="dropdown"]>li:last-child:not(.button)>a:before,
[data-responsive-menu*="dropdown"]>li:last-child:not(.button)>a:after {
    right: 0
}

[data-responsive-menu*="dropdown"]>li:last-child:not(.button).menu-item-has-children>a {
    padding-right: .75rem
}

[data-responsive-menu*="dropdown"]>li:last-child:not(.button).menu-item-has-children>a:before,
[data-responsive-menu*="dropdown"]>li:last-child:not(.button).menu-item-has-children>a:after {
    right: 0
}

[data-responsive-menu*="dropdown"]>li.is-active.button,
[data-responsive-menu*="dropdown"]>li.button {
    border: none;
    padding: 0;
    margin: 0 1rem;
    text-align: left
}

[data-responsive-menu*="dropdown"]>li.is-active.button:last-child,
[data-responsive-menu*="dropdown"]>li.button:last-child {
    margin-right: 0
}

[data-responsive-menu*="dropdown"]>li.is-active.button:first-child,
[data-responsive-menu*="dropdown"]>li.button:first-child {
    margin-left: 0
}

[data-responsive-menu*="dropdown"]>li.is-active.button>a,
[data-responsive-menu*="dropdown"]>li.button>a {
    color: #fff
}

[data-responsive-menu*="dropdown"]>li.is-active.button>a:hover,
[data-responsive-menu*="dropdown"]>li.button>a:hover {
    color: #fff
}

[data-responsive-menu*="dropdown"]>li.is-dropdown-submenu-parent.menu-item-has-children>a,
[data-responsive-menu*="dropdown"]>li>a {
    font-family: 'dekofont', Arial, Helvetica, sans-serif;
    position: relative;
    color: #fff
}

[data-responsive-menu*="dropdown"]>li.is-dropdown-submenu-parent.menu-item-has-children>a:hover,
[data-responsive-menu*="dropdown"]>li>a:hover {
    color: #fff
}

[data-responsive-menu*="dropdown"]>li.is-active.is-dropdown-submenu-parent>a,
[data-responsive-menu*="dropdown"]>li.is-active>a,
[data-responsive-menu*="dropdown"]>li.active.is-dropdown-submenu-parent>a,
[data-responsive-menu*="dropdown"]>li.active>a {
    color: #fff;
    font-weight: bold
}

[data-responsive-menu*="dropdown"]>li:not(.button)>a:before {
    content: '';
    position: absolute;
    display: block;
    transform: translateY(-1rem);
    bottom: 0;
    opacity: 0;
    height: .125rem;
    background: #fff;
    left: 1rem;
    right: 1rem;
    transition: opacity .3s cubic-bezier(0.37, 0.8, 0.2, 1), transform .3s cubic-bezier(0.37, 0.8, 0.2, 1)
}

[data-responsive-menu*="dropdown"]>li:not(.button):hover>a:before,
[data-responsive-menu*="dropdown"]>li:not(.button).active>a:before,
[data-responsive-menu*="dropdown"]>li:not(.button).is-active>a:before {
    transform: translateY(-.125rem);
    opacity: 1
}

[data-responsive-menu*="dropdown"]>li.menu-item-has-children.opens-right {
    padding-right: 0
}

[data-responsive-menu*="dropdown"]>li.menu-item-has-children.ml-opens-left>a,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children.opens-left>a,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children.opens-right>a,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children>a {
    padding-right: 1.75rem
}

[data-responsive-menu*="dropdown"]>li.menu-item-has-children.ml-opens-left>a:before,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children.opens-left>a:before,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children.opens-right>a:before,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children>a:before {
    right: 1rem
}

[data-responsive-menu*="dropdown"]>li.menu-item-has-children.ml-opens-left>a:after,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children.opens-left>a:after,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children.opens-right>a:after,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children>a:after {
    top: 0;
    left: auto;
    right: 1rem;
    bottom: auto;
    content: ' ';
    padding: 0.75rem 0;
    transform: none
}

[data-responsive-menu*="dropdown"]>li.menu-item-has-children.is-active.ml-opens-left>a:after,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children.is-active.opens-left>a:after,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children.is-active.opens-right>a:after,
[data-responsive-menu*="dropdown"]>li.menu-item-has-children.is-active>a:after {
    transform: scaleY(-1)
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li>a {
    font-weight: normal;
    padding: 0.525rem .75rem
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li:not(.button)>a:before {
    height: .0625rem;
    bottom: .3125rem;
    left: .75rem;
    right: .75rem
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li:last-child:not(.button)>a {
    padding-right: 0
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li:last-child:not(.button)>a:before,
.top-bar-secondary [data-responsive-menu*="dropdown"]>li:last-child:not(.button)>a:after {
    right: 0
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li:last-child:not(.button).menu-item-has-children>a {
    padding-right: .5625rem
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children>a {
    padding-right: 1.3125rem
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children>a:after {
    right: .75rem;
    padding-top: inherit;
    padding-bottom: inherit
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children.is-active>.is-dropdown-submenu,
.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children:hover>.is-dropdown-submenu {
    padding: .625rem 0;
    margin-top: 0;
    opacity: 1 !important
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children.is-active>.is-dropdown-submenu:after,
.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children:hover>.is-dropdown-submenu:after {
    content: '';
    position: absolute;
    bottom: -.625rem;
    left: 0;
    right: 0;
    z-index: -1
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children.is-active>.is-dropdown-submenu.first-sub,
.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children:hover>.is-dropdown-submenu.first-sub {
    margin-top: 0
}

.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children.is-active>.is-dropdown-submenu.first-sub:after,
.top-bar-secondary [data-responsive-menu*="dropdown"]>li.menu-item-has-children:hover>.is-dropdown-submenu.first-sub:after {
    display: none !important;
    animation-name: none
}

.menu.drilldown li a {
    border-bottom: 1px solid #aaabad;
    transition: background-color .3s cubic-bezier(0.37, 0.8, 0.2, 1)
}

.menu.drilldown li a:hover {
    background: #fff
}

.menu.drilldown li a[target='_blank']:after {
    content: '\00a0';
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 0;
    font-size: 0.8em
}

.menu.drilldown li.active>a {
    font-weight: bold
}

.menu.drilldown li.js-drilldown-back a {
    background-color: #0a0a0f;
    border-bottom: 1px solid #0a0a0f;
    color: #fff
}

.menu.drilldown li.js-drilldown-back a:before {
    border-color: transparent #fff transparent
}

body:not(.mce-content-body) .hidden-container {
    display: none;
    overflow: hidden
}

.hidden-container.light-gray {
    background: #e7e8ea;
    padding: 1.875rem;
    margin-bottom: 1.875rem
}

.hidden-container.light-gray>*:first-child {
    padding-top: 0
}

.hidden-container.light-gray>*:last-child {
    margin-bottom: 0
}

.hidden-container.light-gray.hollow {
    background: transparent;
    border: .125rem solid #e7e8ea
}

@media print,
screen and (min-width: 64em) {
    body.is-off-canvas-open {
        overflow-y: scroll !important
    }
}

body.is-off-canvas-open #hamburger {
    background-color: #0a0a0f
}

body.is-off-canvas-open #hamburger .line {
    background-color: #fff
}

body.is-off-canvas-open #hamburger .line:nth-child(2) {
    opacity: 0
}

body.is-off-canvas-open #hamburger .line:nth-child(1) {
    transform: translateY(8px) rotate(40deg)
}

body.is-off-canvas-open #hamburger .line:nth-child(3) {
    transform: translateY(-8px) rotate(-40deg)
}

body.is-off-canvas-open #hamburger [class^="text"] {
    color: #fff
}

body.is-off-canvas-open #hamburger [class^="text"] .exit {
    display: inline
}

body.is-off-canvas-open #hamburger [class^="text"] .open {
    display: none
}

#off-canvas {
    will-change: transform;
    overflow: scroll !important;
    transition: transform .45s ease-in-out !important
}

.off-canvas-content {
    will-change: margin;
    margin: 0;
    transition: margin .45s ease-in-out, filter .45s ease-in-out !important
}

.off-canvas-content.has-transition-push {
    transform: none !important
}

.off-canvas-content.is-open-right {
    margin-right: 250px;
    margin-left: -250px
}

.responsive-embed,
.flex-video {
    background-size: cover;
    margin-bottom: 1.875rem
}

.responsive-embed.widescreen.video,
.flex-video.widescreen.video {
    padding-bottom: calc(56.25% + 1px)
}

.responsive-embed[class*='lazy-loader-background'],
.flex-video[class*='lazy-loader-background'] {
    background-position: center center
}

.responsive-embed.grid,
.flex-video.grid {
    margin-bottom: 0;
    background: #e7e8ea
}

.responsive-embed.grid img,
.flex-video.grid img {
    border: none
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@media print,
screen and (min-width: 64em) {
    html.reveal-active .off-canvas-content {
        filter: blur(8px)
    }
}

.reveal-overlay-ml {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: .3s;
    animation-timing-function: cubic-bezier(0.37, 0.8, 0.2, 1)
}

.reveal-overlay-ml.fade-in {
    animation-name: fade-in;
    display: block
}

.reveal-overlay-ml.fade-out {
    animation-name: fade-out;
    display: block
}

.reveal-overlay-ml .align-middle {
    top: 50%;
    transform: translateY(-50%);
    position: relative
}

.reveal-overlay-ml .align-middle .wrapper {
    padding: 3rem
}

.reveal-overlay-ml .wrapper {
    max-width: 37.5rem;
    margin: 0 auto;
    padding: 4rem
}

.reveal-overlay-ml .wrapper .searchform input.searchterm {
    border-color: #fff;
    margin-right: .125rem;
    box-shadow: none;
    overflow: hidden
}

.table-container {
    position: relative;
    margin-bottom: 1.875rem
}

.table-container>table {
    width: 100%;
    overflow-x: auto;
    display: block
}

.table-container div[class^='scroll'] {
    position: absolute;
    content: '';
    top: 2px;
    z-index: 20;
    bottom: 2px;
    width: 20px;
    display: none
}

.table-container.scrollRight div.scrollRight {
    right: 0;
    display: block;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0))
}

.table-container.scrollLeft div.scrollLeft {
    left: 0;
    display: block;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0))
}

@keyframes tooltipFadeIn {
    from {
        opacity: 0;
        transform: translateY(20%);
        z-index: -1
    }

    to {
        opacity: 1;
        transform: translateY(0%);
        z-index: 1200
    }
}

@keyframes tooltipFadeOut {
    from {
        opacity: 1;
        transform: translateY(0%);
        z-index: 1200
    }

    to {
        opacity: 0;
        transform: translateY(20%);
        z-index: -1
    }
}

.tooltip {
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 10px);
    display: block !important;
    animation: tooltipFadeOut .3s cubic-bezier(0.37, 0.8, 0.2, 1);
    animation-fill-mode: forwards
}

.tooltip[data-is-active='true'] {
    animation: tooltipFadeIn .3s cubic-bezier(0.37, 0.8, 0.2, 1);
    animation-fill-mode: forwards
}

textarea,
input[type="text"],
input[type="search"],
input[type="button"],
input[type="email"],
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

legend {
    font-weight: bold;
    font-size: 1.2em;
    color: #0a0a0f;
    font-family: 'dekofont'
}

.fieldset>*:last-child {
    margin-bottom: 0
}

.row-height-2 textarea {
    height: 6.37575rem
}

.row-height-3 textarea {
    height: 9.93863rem
}

.row-height-4 textarea {
    height: 13.5015rem
}

.row-height-5 textarea {
    height: 17.06437rem
}

.show-password-input {
    display: block;
    position: absolute;
    cursor: pointer;
    top: .625rem;
    right: .625rem;
    width: 2rem;
    height: 2rem;
    text-align: center
}

.show-password-input:before {
    content: ''
}

.show-password-input.display-password:before {
    content: ''
}

.input-group input {
    height: auto
}

.floated-label-wrapper {
    position: relative
}

.floated-label-wrapper ::-webkit-input-placeholder {
    opacity: 0
}

.floated-label-wrapper ::-moz-placeholder {
    opacity: 0
}

.floated-label-wrapper :-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.floated-label-wrapper ::placeholder {
    opacity: 0
}

.floated-label-wrapper.plz {
    float: left;
    width: 5.3125rem
}

.floated-label-wrapper.ort {
    float: right;
    width: calc(100% - 5.9375rem)
}

.floated-label-wrapper [type="text"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="password"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="date"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="datetime"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="datetime-local"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="month"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="week"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="email"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="number"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="search"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="tel"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="time"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="url"]:-ms-input-placeholder+label,
.floated-label-wrapper [type="color"]:-ms-input-placeholder+label,
.floated-label-wrapper textarea:-ms-input-placeholder+label {
    background: transparent;
    color: #77777c;
    font-size: 1.125rem;
    left: .3125rem;
    padding: 0 .25rem;
    margin-top: .5rem;
    position: absolute;
    top: 0.25rem;
    z-index: 1;
    line-height: 1.667;
    transition: all 0.15s ease-in-out
}

.floated-label-wrapper [type="text"]:placeholder-shown+label,
.floated-label-wrapper [type="password"]:placeholder-shown+label,
.floated-label-wrapper [type="date"]:placeholder-shown+label,
.floated-label-wrapper [type="datetime"]:placeholder-shown+label,
.floated-label-wrapper [type="datetime-local"]:placeholder-shown+label,
.floated-label-wrapper [type="month"]:placeholder-shown+label,
.floated-label-wrapper [type="week"]:placeholder-shown+label,
.floated-label-wrapper [type="email"]:placeholder-shown+label,
.floated-label-wrapper [type="number"]:placeholder-shown+label,
.floated-label-wrapper [type="search"]:placeholder-shown+label,
.floated-label-wrapper [type="tel"]:placeholder-shown+label,
.floated-label-wrapper [type="time"]:placeholder-shown+label,
.floated-label-wrapper [type="url"]:placeholder-shown+label,
.floated-label-wrapper [type="color"]:placeholder-shown+label,
.floated-label-wrapper textarea:placeholder-shown+label {
    background: transparent;
    color: #77777c;
    font-size: 1.125rem;
    left: .3125rem;
    padding: 0 .25rem;
    margin-top: .5rem;
    position: absolute;
    top: 0.25rem;
    z-index: 1;
    line-height: 1.667;
    transition: all 0.15s ease-in-out
}

.floated-label-wrapper [type="text"]:not(.placeholder)+label,
.floated-label-wrapper [type="text"][value=""]+label,
.floated-label-wrapper [type="text"]+label,
.floated-label-wrapper [type="password"]:not(.placeholder)+label,
.floated-label-wrapper [type="password"][value=""]+label,
.floated-label-wrapper [type="password"]+label,
.floated-label-wrapper [type="date"]:not(.placeholder)+label,
.floated-label-wrapper [type="date"][value=""]+label,
.floated-label-wrapper [type="date"]+label,
.floated-label-wrapper [type="datetime"]:not(.placeholder)+label,
.floated-label-wrapper [type="datetime"][value=""]+label,
.floated-label-wrapper [type="datetime"]+label,
.floated-label-wrapper [type="datetime-local"]:not(.placeholder)+label,
.floated-label-wrapper [type="datetime-local"][value=""]+label,
.floated-label-wrapper [type="datetime-local"]+label,
.floated-label-wrapper [type="month"]:not(.placeholder)+label,
.floated-label-wrapper [type="month"][value=""]+label,
.floated-label-wrapper [type="month"]+label,
.floated-label-wrapper [type="week"]:not(.placeholder)+label,
.floated-label-wrapper [type="week"][value=""]+label,
.floated-label-wrapper [type="week"]+label,
.floated-label-wrapper [type="email"]:not(.placeholder)+label,
.floated-label-wrapper [type="email"][value=""]+label,
.floated-label-wrapper [type="email"]+label,
.floated-label-wrapper [type="number"]:not(.placeholder)+label,
.floated-label-wrapper [type="number"][value=""]+label,
.floated-label-wrapper [type="number"]+label,
.floated-label-wrapper [type="search"]:not(.placeholder)+label,
.floated-label-wrapper [type="search"][value=""]+label,
.floated-label-wrapper [type="search"]+label,
.floated-label-wrapper [type="tel"]:not(.placeholder)+label,
.floated-label-wrapper [type="tel"][value=""]+label,
.floated-label-wrapper [type="tel"]+label,
.floated-label-wrapper [type="time"]:not(.placeholder)+label,
.floated-label-wrapper [type="time"][value=""]+label,
.floated-label-wrapper [type="time"]+label,
.floated-label-wrapper [type="url"]:not(.placeholder)+label,
.floated-label-wrapper [type="url"][value=""]+label,
.floated-label-wrapper [type="url"]+label,
.floated-label-wrapper [type="color"]:not(.placeholder)+label,
.floated-label-wrapper [type="color"][value=""]+label,
.floated-label-wrapper [type="color"]+label,
.floated-label-wrapper textarea:not(.placeholder)+label,
.floated-label-wrapper textarea[value=""]+label,
.floated-label-wrapper textarea+label {
    background: transparent;
    color: #77777c;
    font-size: 1.125rem;
    left: .3125rem;
    padding: 0 .25rem;
    margin-top: .5rem;
    position: absolute;
    top: 0.25rem;
    z-index: 1;
    line-height: 1.667;
    transition: all 0.15s ease-in-out
}

.floated-label-wrapper [type="text"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="password"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="date"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="datetime"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="datetime-local"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="month"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="week"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="email"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="number"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="search"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="tel"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="time"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="url"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper [type="color"]:not(:-ms-input-placeholder)+label,
.floated-label-wrapper textarea:not(:-ms-input-placeholder)+label {
    background: #fff;
    top: -1.25rem;
    font-size: .875rem;
    color: #0a0a0f
}

.floated-label-wrapper [type="text"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="password"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="date"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="datetime"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="datetime-local"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="month"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="week"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="email"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="number"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="search"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="tel"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="time"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="url"]:not(:placeholder-shown)+label,
.floated-label-wrapper [type="color"]:not(:placeholder-shown)+label,
.floated-label-wrapper textarea:not(:placeholder-shown)+label {
    background: #fff;
    top: -1.25rem;
    font-size: .875rem;
    color: #0a0a0f
}

.floated-label-wrapper [type="text"].placeholder+label,
.floated-label-wrapper [type="text"][value]:not([value=""])+label,
.floated-label-wrapper [type="text"]:focus+label,
.floated-label-wrapper [type="password"].placeholder+label,
.floated-label-wrapper [type="password"][value]:not([value=""])+label,
.floated-label-wrapper [type="password"]:focus+label,
.floated-label-wrapper [type="date"].placeholder+label,
.floated-label-wrapper [type="date"][value]:not([value=""])+label,
.floated-label-wrapper [type="date"]:focus+label,
.floated-label-wrapper [type="datetime"].placeholder+label,
.floated-label-wrapper [type="datetime"][value]:not([value=""])+label,
.floated-label-wrapper [type="datetime"]:focus+label,
.floated-label-wrapper [type="datetime-local"].placeholder+label,
.floated-label-wrapper [type="datetime-local"][value]:not([value=""])+label,
.floated-label-wrapper [type="datetime-local"]:focus+label,
.floated-label-wrapper [type="month"].placeholder+label,
.floated-label-wrapper [type="month"][value]:not([value=""])+label,
.floated-label-wrapper [type="month"]:focus+label,
.floated-label-wrapper [type="week"].placeholder+label,
.floated-label-wrapper [type="week"][value]:not([value=""])+label,
.floated-label-wrapper [type="week"]:focus+label,
.floated-label-wrapper [type="email"].placeholder+label,
.floated-label-wrapper [type="email"][value]:not([value=""])+label,
.floated-label-wrapper [type="email"]:focus+label,
.floated-label-wrapper [type="number"].placeholder+label,
.floated-label-wrapper [type="number"][value]:not([value=""])+label,
.floated-label-wrapper [type="number"]:focus+label,
.floated-label-wrapper [type="search"].placeholder+label,
.floated-label-wrapper [type="search"][value]:not([value=""])+label,
.floated-label-wrapper [type="search"]:focus+label,
.floated-label-wrapper [type="tel"].placeholder+label,
.floated-label-wrapper [type="tel"][value]:not([value=""])+label,
.floated-label-wrapper [type="tel"]:focus+label,
.floated-label-wrapper [type="time"].placeholder+label,
.floated-label-wrapper [type="time"][value]:not([value=""])+label,
.floated-label-wrapper [type="time"]:focus+label,
.floated-label-wrapper [type="url"].placeholder+label,
.floated-label-wrapper [type="url"][value]:not([value=""])+label,
.floated-label-wrapper [type="url"]:focus+label,
.floated-label-wrapper [type="color"].placeholder+label,
.floated-label-wrapper [type="color"][value]:not([value=""])+label,
.floated-label-wrapper [type="color"]:focus+label,
.floated-label-wrapper textarea.placeholder+label,
.floated-label-wrapper textarea[value]:not([value=""])+label,
.floated-label-wrapper textarea:focus+label {
    background: #fff;
    top: -1.25rem;
    font-size: .875rem;
    color: #0a0a0f
}

.floated-label-wrapper [type="text"]+label.is-invalid-label,
.floated-label-wrapper [type="password"]+label.is-invalid-label,
.floated-label-wrapper [type="date"]+label.is-invalid-label,
.floated-label-wrapper [type="datetime"]+label.is-invalid-label,
.floated-label-wrapper [type="datetime-local"]+label.is-invalid-label,
.floated-label-wrapper [type="month"]+label.is-invalid-label,
.floated-label-wrapper [type="week"]+label.is-invalid-label,
.floated-label-wrapper [type="email"]+label.is-invalid-label,
.floated-label-wrapper [type="number"]+label.is-invalid-label,
.floated-label-wrapper [type="search"]+label.is-invalid-label,
.floated-label-wrapper [type="tel"]+label.is-invalid-label,
.floated-label-wrapper [type="time"]+label.is-invalid-label,
.floated-label-wrapper [type="url"]+label.is-invalid-label,
.floated-label-wrapper [type="color"]+label.is-invalid-label,
.floated-label-wrapper textarea+label.is-invalid-label {
    color: #cc4b37;
    background-color: #faedeb
}

.floated-label-wrapper [type="text"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="password"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="date"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="datetime"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="datetime-local"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="month"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="week"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="email"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="number"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="search"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="tel"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="time"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="url"]:focus+label.is-invalid-label,
.floated-label-wrapper [type="color"]:focus+label.is-invalid-label,
.floated-label-wrapper textarea:focus+label.is-invalid-label {
    background: #fff
}

.floated-label-wrapper .woocommerce-password-strength+label,
.floated-label-wrapper .woocommerce-password-hint+label {
    background: transparent;
    color: #77777c;
    font-size: 1.125rem;
    left: .3125rem;
    padding: 0 .25rem;
    margin-top: .5rem;
    position: absolute;
    top: 0.25rem;
    z-index: 1;
    line-height: 1.667;
    transition: all 0.15s ease-in-out;
    background: #fff;
    top: -1.25rem;
    font-size: .875rem;
    color: #0a0a0f
}

.floated-label-wrapper [type="text"],
.floated-label-wrapper [type="password"],
.floated-label-wrapper [type="date"],
.floated-label-wrapper [type="datetime"],
.floated-label-wrapper [type="datetime-local"],
.floated-label-wrapper [type="month"],
.floated-label-wrapper [type="week"],
.floated-label-wrapper [type="email"],
.floated-label-wrapper [type="number"],
.floated-label-wrapper [type="search"],
.floated-label-wrapper [type="tel"],
.floated-label-wrapper [type="time"],
.floated-label-wrapper [type="url"],
.floated-label-wrapper [type="color"],
.floated-label-wrapper textarea {
    margin-bottom: 0
}

.floated-label-wrapper,
.label-wrapper {
    margin-bottom: .75rem
}

.label-wrapper {
    padding-top: .375rem;
    min-height: 2.81288rem
}

.label-wrapper.small:last-of-type {
    margin-bottom: 1.875rem
}

.label-wrapper.small label {
    line-height: inherit
}

.label-wrapper.small .wpcf7-list-item-label {
    font-size: 80%
}

.label-wrapper.small input[type="checkbox"]+span,
.label-wrapper.small input[type="radio"]+span {
    display: inline-block;
    padding-left: 1.4625rem;
    position: relative
}

.label-wrapper.small input[type="checkbox"]+span:before,
.label-wrapper.small input[type="radio"]+span:before {
    top: .375rem
}

.label-wrapper.small input[type="checkbox"]+span:after,
.label-wrapper.small input[type="radio"]+span:after {
    top: -.125rem
}

.label-wrapper label {
    position: relative;
    display: inline-block;
    font-size: 1.125rem;
    margin-right: 1.2rem
}

.label-wrapper label:last-of-type {
    margin-right: 0
}

.label-wrapper label input[type="checkbox"],
.label-wrapper label input[type="radio"] {
    position: absolute;
    transform: scale(0.0001);
    z-index: 1;
    top: .375rem;
    left: 0.1rem
}

.label-wrapper label input[type="checkbox"]+span,
.label-wrapper label input[type="radio"]+span {
    display: inline-block;
    padding-left: 1.4625rem;
    position: relative
}

.label-wrapper label input[type="checkbox"]+span:before,
.label-wrapper label input[type="radio"]+span:before {
    position: absolute;
    top: .5625rem;
    left: 0.1rem;
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: #e7e8ea;
    border-radius: 50%;
    border: 1px solid #aaabad
}

.label-wrapper label input[type="checkbox"]+span:after,
.label-wrapper label input[type="radio"]+span:after {
    position: absolute;
    top: .0625rem;
    left: 0;
    display: block;
    font-size: 1.125rem
}

.label-wrapper label input[type="checkbox"]:checked+span:before,
.label-wrapper label input[type="radio"]:checked+span:before {
    background: #a8a8c5;
    border: 1px solid #585883
}

.label-wrapper label input[type="checkbox"]:checked+span:after,
.label-wrapper label input[type="radio"]:checked+span:after {
    content: '';
    color: #0a0a0f
}

label.is-invalid-label+.form-error {
    display: block !important
}

input[type="radio"]:checked+span[class*='label'] {
    color: #0a0a0f;
    font-weight: bold
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    height: 3.50038rem
}

.flex {
    display: flex
}

@media print,
screen and (max-width: 39.99875em) {
    .flex {
        flex-direction: column
    }
}

.inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 1rem;
    padding: 0 1.5rem
}

@media print,
screen and (min-width: 40em) {
    .inner {
        font-size: 1.125rem;
        max-width: 60rem
    }
}

@media print,
screen and (min-width: 64em) {
    .inner {
        max-width: 71.25rem;
        padding: 0 2.25rem
    }
}

@media screen and (min-width: 100em) {
    .inner {
        max-width: 81.25rem
    }
}

main,
footer {
    display: block
}

main {
    flex-grow: 1
}

body header {
    position: relative
}

body #top-bar-menu {
    display: flex;
    justify-content: space-between
}

@media print,
screen and (min-width: 64em) {
    body.topbar-is-invisible #topbar-container {
        opacity: 0;
        transform: translateY(-100%) translateY(-2rem);
        overflow: hidden
    }

    body.topbar-is-inside #topbar-container.is-stuck {
        transform: translateY(0)
    }

    body.topbar-has-boxshadow #topbar-container {
        box-shadow: 0 0 1.875rem rgba(10, 10, 15, 0.3)
    }
}

@media print,
screen and (min-width: 64em) and (max-width: 63.99875em) {
    body.topbar-has-boxshadow #topbar-container {
        position: fixed !important
    }
}

body #topbar-container {
    width: 100%;
    max-width: 100% !important;
    background: #e7e8ea;
    z-index: 10;
    transition: transform 0.3s linear 0.1s, box-shadow cubic-bezier(0.37, 0.8, 0.2, 1) .3s, opacity cubic-bezier(0.37, 0.8, 0.2, 1) .3s;
    transform: translateY(0);
    transform-origin: top;
    will-change: transform
}

@media print,
screen and (min-width: 64em) {
    body #topbar-container {
        background: #008bd0
    }
}

@media print,
screen and (min-width: 64em) {
    body #topbar-container.secondary-nav .inner {
        padding-top: 2rem;
        padding-bottom: 1rem
    }

    body #topbar-container .inner {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media print,
screen and (min-width: 64em) {
    body #topbar-container.is-anchored {
        transition: none
    }
}

body #topbar-container.is-stuck {
    box-shadow: 0 0 1.875rem rgba(10, 10, 15, 0.3)
}

@media print,
screen and (min-width: 64em) {
    body #topbar-container.is-stuck {
        transform: translateY(-100%) translateY(-2rem)
    }
}

@media print,
screen and (max-width: 63.99875em) {
    body #topbar-container {
        height: 3rem
    }
}

body #topbar-container .top-bar-logo {
    width: 7rem;
    margin: .25rem 0 0 0;
    height: auto
}

@media print,
screen and (min-width: 64em) {
    body #topbar-container .top-bar-logo {
        width: 11.875rem;
        margin: -1.1875rem 0 0 0
    }
}

body #topbar-container .top-bar-secondary {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    padding: 0 2.25rem;
    font-size: .875rem
}

body #topbar-container .top-bar-contact {
    flex: 1
}

body #topbar-container .top-bar-contact .contact-nav ul {
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    flex-direction: row;
    flex-wrap: nowrap
}

body #topbar-container .top-bar-contact .contact-nav ul li {
    margin: 0 0 0 .125rem;
    padding: 0;
    flex: 1 1 0;
    list-style-type: none;
    max-width: 48px
}

body #topbar-container .top-bar-contact .contact-nav ul li:first-child {
    margin: 0
}

body #topbar-container .top-bar-contact .contact-nav ul li a {
    display: block;
    text-align: center;
    background-color: #0a0a0f;
    width: 100%;
    height: 3rem
}

body #topbar-container .top-bar-contact .contact-nav ul li a:before {
    color: #fff;
    font-size: 1.7rem
}

@media print,
screen and (max-width: 63.99875em) {
    header .topbar {
        background: #008bd0;
        min-height: 3rem
    }
}

.social-nav {
    margin: 0 -1.5rem 0 0
}

.social-nav ul {
    min-height: 3rem;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end
}

.social-nav ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 3rem
}

.social-nav ul li a {
    display: block;
    text-align: center;
    position: relative;
    background-color: #e7e8ea;
    width: 100%;
    height: 3rem
}

.social-nav ul li a:before {
    color: #77777c;
    font-size: 1.7rem
}

.social-nav ul li a:hover:before,
.social-nav ul li a:active:before {
    color: #0a0a0f
}

.social-nav ul li a:hover:after,
.social-nav ul li a:active:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: .125rem;
    background-color: #0a0a0f
}

#hamburger {
    width: 100%;
    height: 100%;
    background-color: #008bd0;
    transition: background-color .3s cubic-bezier(0.37, 0.8, 0.2, 1);
    text-align: center;
    line-height: 0.85;
    padding-top: .5rem
}

#hamburger .line {
    width: 1.875rem;
    height: .125rem;
    background-color: #fff;
    display: block;
    margin: .375rem auto;
    transition: background-color .3s cubic-bezier(0.37, 0.8, 0.2, 1), transform .3s cubic-bezier(0.37, 0.8, 0.2, 1)
}

#hamburger .line:first-child {
    margin-top: 0
}

#hamburger [class^="text"] {
    margin-top: -rem-calc(5);
    color: #fff;
    text-transform: uppercase;
    font-size: .5625rem;
    display: block;
    letter-spacing: .125rem;
    font-weight: bold
}

#hamburger [class^="text"] .open {
    display: inline
}

#hamburger [class^="text"] .exit {
    display: none
}

#hamburger:hover {
    cursor: pointer
}

.inner-shadow {
    overflow: hidden
}

.inner-shadow:before,
.inner-shadow:after {
    content: "";
    position: absolute;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    top: -40px;
    width: 100%;
    height: 30px;
    border-radius: 100%;
    left: 0;
    right: 0
}

.inner-shadow:after {
    top: auto;
    bottom: -40px
}

section.hero {
    position: relative;
    padding: 1rem 0
}

@media print,
screen and (min-width: 40em) {
    section.hero {
        padding: 2rem 0
    }
}

@media screen and (min-width: 100em) {
    section.hero {
        padding: 3rem 0
    }
}

section .background-layer {
    position: absolute;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e7e8ea;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: opacity .6s cubic-bezier(0.37, 0.8, 0.2, 1)
}

section .background-layer.lazyloading,
section .background-layer.lazyload {
    opacity: 0
}

section .background-layer .lazyloaded {
    opacity: 1
}

section .background-layer.cover {
    background-size: cover
}

body:not(.mce-content-body) section.hero:first-child {
    padding: 1.5rem 0
}

@media print,
screen and (min-width: 64em) {
    body:not(.mce-content-body) section.hero:first-child {
        padding: 8.5rem 0 3rem
    }
}

.label.messe {
    background: #e7e8ea;
    color: #0a0a0f;
    font-weight: bold
}

.filter--navigation {
    text-align: center;
    padding-bottom: 1rem;
    overflow: hidden
}

a.infomateriallink:before {
    content: 'Infomaterial / Flyer';
    font-family: 'mainfont'
}

.eventlist-big .cell {
    border-bottom: 1px solid #aaabad;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row
}

.eventlist-big .eventdatum {
    width: 10rem;
    flex-shrink: 0
}

@media print,
screen and (min-width: 40em) {
    .eventlist-big .eventdatum {
        width: 12.5rem
    }
}

.eventlist-big .eventinfo {
    flex: 2
}

.eventlist-big .eventname,
.eventlist-big .eventjahr,
.eventlist-big .eventmonat,
.eventlist-big .eventtag {
    font-weight: bold
}

.eventlist-big .eventthema,
.eventlist-big .eventwochentag {
    display: block
}

ul.eventlist li {
    margin-bottom: 1.25rem
}

ul.eventlist li .eventjahr,
ul.eventlist li .eventmonat {
    display: block
}

ul.eventlist li .eventdatum {
    display: flex;
    flex-flow: row
}

ul.eventlist li .eventdatum .eventtag {
    background: #0a0a0f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    padding: .125rem .1875rem;
    width: 75px;
    text-align: center
}

ul.eventlist li .eventdatum .eventdatewrapper {
    padding-left: .625rem;
    line-height: 1.2
}

ul.eventlist li .eventname {
    line-height: 1;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px
}

ul.eventlist li .eventthema {
    font-size: 80%;
    line-height: 1;
    display: block
}

.events-table .cell {
    padding: .625rem 0 .75rem;
    border-top: 1px solid #aaabad
}

.events-table .eventname,
.events-table .datum {
    font-weight: bold
}

.events-table .eventthema {
    font-style: italic
}

.events-table .grid:first-child .cell {
    padding-top: 0;
    border-top: none
}

.profiluebersicht {
    justify-content: center
}

.profiluebersicht .cell {
    text-align: center;
    padding-bottom: 1.25rem
}

.profiluebersicht article,
.profiluebersicht figure {
    height: 100%
}

.profiluebersicht a {
    height: 100%
}

.profiluebersicht figure {
    background-color: transparent !important;
    transition: background-color .3s cubic-bezier(0.37, 0.8, 0.2, 1);
    margin-bottom: 0
}

.profiluebersicht figure:hover {
    background-color: #e7e8ea !important
}

.profiluebersicht figcaption {
    line-height: 1;
    padding: .625rem .625rem .75rem
}

.profiluebersicht figcaption p {
    padding-top: .5rem;
    line-height: 1.2;
    text-align: center;
    hyphens: none
}

.profiluebersicht figcaption p:last-of-type {
    margin-bottom: 0
}

.content-wrapper {
    position: relative;
    flex-grow: 1;
    background: transparent;
    width: 100%;
    margin-bottom: 0;
    z-index: 3
}

body:not(.page-template-template-page-raw-top) .content-wrapper {
    padding: 1rem 0
}

@media print,
screen and (min-width: 40em) {
    body:not(.page-template-template-page-raw-top) .content-wrapper {
        padding: 2rem 0
    }
}

@media screen and (min-width: 100em) {
    body:not(.page-template-template-page-raw-top) .content-wrapper {
        padding: 3rem 0
    }
}

.content-width {
    flex: 1;
    order: 2
}

.data-accordion .accordion-label[aria-selected="false"] .accordion-label-more,
.data-accordion .accordion-label[aria-selected="true"] .accordion-label-less {
    display: inline-block
}

.data-accordion .accordion-label[aria-selected="true"] .accordion-label-more,
.data-accordion .accordion-label[aria-selected="false"] .accordion-label-less {
    display: none
}

.hero-banner {
    position: relative;
    font-size: 1.125rem
}

@media print,
screen and (min-width: 64em) {
    .hero-banner {
        padding: 0 14rem
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .stickynote-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around
    }
}

.stickynote {
    position: relative;
    display: block;
    width: 10em;
    height: 10em;
    background: linear-gradient(-23.5deg, transparent 1.5em, #58a 0);
    padding: 1em 1em 3em;
    color: #fff;
    font-weight: bold;
    border-radius: 0
}

.stickynote.bewerbungsfotos {
    width: auto;
    position: relative;
    height: auto;
    background: linear-gradient(-23.5deg, transparent 1.5em, red 0)
}

@media print,
screen and (min-width: 64em) {
    .stickynote {
        position: absolute
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .stickynote {
        margin: 0 0 1rem;
        width: 100%;
        height: auto;
        transform: rotate(0) !important
    }
}

.stickynote:focus,
.stickynote:active,
.stickynote:hover {
    color: #fff
}

.stickynote:after {
    position: absolute;
    display: block;
    content: '';
    background: url(/content/uploads/deko_bueroklammer.png) no-repeat center center;
    background-size: cover;
    top: -0.8rem;
    right: 0.2rem;
    width: 2.5rem;
    height: 2.5rem
}

.stickynote:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2.25em;
    height: 3.38em;
    background: linear-gradient(to left bottom, transparent 50%, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2)) 100% 0 no-repeat;
    transform: translateX(-3.7em) rotate(100deg);
    transform-origin: bottom right;
    border-bottom-left-radius: 0
}

.stickynote.big {
    position: relative;
    margin: 0 auto;
    min-height: 22em;
    padding-top: 2em;
    text-align: center;
    width: 100%;
    height: auto;
    background: linear-gradient(-23.5deg, transparent 3em, #008bd0 0);
    margin-bottom: 2rem
}

.stickynote.big.messe .tag {
    line-height: 1.2;
    margin-bottom: 0.5em
}

.stickynote.big.messe div:not([class]) {
    font-size: 1em;
    line-height: 1.3;
    padding-bottom: 1rem
}

.stickynote.big:after {
    top: -1.6rem;
    right: 0.4rem;
    width: 5rem;
    height: 5rem
}

@media print,
screen and (min-width: 64em) {
    .stickynote.big {
        max-width: 43.75rem
    }
}

@media print,
screen and (max-width: 39.99875em) {
    .stickynote.big {
        font-size: 0.7rem
    }

    .stickynote.big:after {
        top: -0.8rem;
        right: 0.2rem;
        width: 2.5rem;
        height: 2.5rem
    }
}

.stickynote.big:before {
    width: 4.5em;
    height: 6.76em;
    background: linear-gradient(to left bottom, transparent 50%, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2)) 100% 0 no-repeat;
    transform: translateX(-7.4em) rotate(100deg)
}

.stickynote.big .marktplatz-logo {
    font-size: 3.5em;
    margin: 0 auto;
    max-width: 43.75rem
}

.stickynote.big .datum {
    padding-top: 0.6em;
    line-height: 1;
    font-size: 3.5em
}

.stickynote.big .tag {
    font-size: 1.68em
}

.stickynote.big .ort {
    padding-top: 1.2em;
    padding-bottom: 2rem;
    font-size: 1.37em;
    line-height: 1.2
}

.stickynote.postit-1l {
    top: 0;
    left: 0;
    transform: rotate(10deg);
    background: linear-gradient(-23.5deg, transparent 1.5em, #f77878 0)
}

.stickynote.postit-2l {
    bottom: 0;
    left: 0;
    transform: rotate(-10deg);
    background: linear-gradient(-23.5deg, transparent 1.5em, #1f9c82 0)
}

.stickynote.postit-1r {
    top: 0;
    right: 0;
    transform: rotate(-10deg);
    background: linear-gradient(-23.5deg, transparent 1.5em, #f7c553 0)
}

.stickynote.postit-2r {
    bottom: 0;
    right: 0;
    transform: rotate(10deg);
    background: linear-gradient(-23.5deg, transparent 1.5em, #406b78 0)
}

.archive-grid {
    justify-content: center
}

.archive-grid article {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center
}

.archive-grid article figure {
    margin-bottom: 2rem
}

@media print,
screen and (max-width: 39.99875em) {
    .archive-grid article figure {
        max-width: 65%;
        margin-left: auto;
        margin-right: auto
    }
}

.archive-grid article figcaption {
    padding-top: 1rem;
    line-height: 1
}

footer.article-footer {
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 2px solid #e7e8ea
}

footer.article-footer .cell {
    text-align: center
}

footer.article-footer span:first-child {
    font-weight: bold
}

footer.article-footer a {
    color: #fff
}

@media print,
screen and (min-width: 40em) {
    footer.article-footer a span {
        padding: .25rem;
        background: #008bd0;
        transition: background-color .3s cubic-bezier(0.37, 0.8, 0.2, 1)
    }

    footer.article-footer a:hover span {
        background: #0a0a0f
    }
}

@media print,
screen and (max-width: 39.99875em) {
    footer.article-footer a {
        display: block;
        padding: .25rem;
        background: #008bd0;
        transition: background-color .3s cubic-bezier(0.37, 0.8, 0.2, 1);
        margin-bottom: .125rem
    }

    footer.article-footer a:hover {
        background: #0a0a0f
    }

    footer.article-footer .cell.overview {
        order: 1
    }

    footer.article-footer .cell.prev {
        order: 2
    }

    footer.article-footer .cell.next {
        order: 3
    }
}

@media print,
screen and (min-width: 40em) {
    footer.article-footer .cell.prev {
        text-align: left
    }

    footer.article-footer .cell.next {
        text-align: right
    }
}

.content img[data-aspect-ratio='21to9'] {
    width: 100%
}

.content img[data-aspect-ratio='16to9'] {
    width: 80%
}

.content img[data-aspect-ratio='4to3'] {
    width: 75%
}

.content img[data-aspect-ratio='1to1'] {
    width: 50%
}

.content img[data-aspect-ratio='3to4'] {
    width: 25%
}

.content img[data-aspect-ratio='9to16'] {
    width: 10%
}

.aussteller-logo+h3,
.aussteller-logo+h2 {
    padding-top: 0
}

.aussteller-logo figure {
    display: block;
    text-align: center
}

@media print,
screen and (min-width: 40em) {
    .aussteller-logo {
        float: right;
        width: 18.75rem;
        height: auto;
        padding: .5rem 0 1.25rem 1.25rem;
        margin-left: 1.875rem;
        border-left: .1875rem solid #e7e8ea
    }
}

@media print,
screen and (max-width: 39.99875em) {
    .aussteller-logo {
        margin-bottom: 1rem
    }
}

.post .grid-container.full {
    clear: both
}

.post .grid-container.full p {
    max-width: 100%
}

.mediapost {
    margin-bottom: 2rem
}

.mediapost img {
    margin-top: .625rem;
    border: 1px solid #e7e8ea
}

.excerpt-read-more {
    word-break: keep-all
}

@media print,
screen and (min-width: 64em) {
    .sidebar-width {
        width: 16.25rem
    }
}

#sidebar-sticky {
    transition: transform 0.3s linear 0.1s, box-shadow cubic-bezier(0.37, 0.8, 0.2, 1) .3s;
    transform-origin: top;
    will-change: transform;
    background: #e7e8ea;
    overflow: hidden;
    padding: 20px
}

footer.footer {
    background: #e7e8ea;
    padding: 1rem 0 .75rem
}

@media print,
screen and (min-width: 40em) {
    footer.footer {
        padding: 2rem 0 1.5rem
    }
}

@media screen and (min-width: 100em) {
    footer.footer {
        padding: 2rem 0 1.5rem
    }
}

footer.footer.footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

footer.footer h1,
footer.footer h2,
footer.footer h3 {
    text-align: center
}

footer.footer .grid-x {
    justify-content: space-around;
    align-items: center
}

footer.footer .grid-x .cell {
    text-align: center
}

footer.footer .grid-x .cell a {
    display: block
}

footer.footer .grid-x .cell img {
    max-height: 6.25rem;
    width: auto
}

@media print,
screen and (min-width: 64em) {
    footer.footer .grid-x .cell:first-child {
        text-align: left
    }

    footer.footer .grid-x .cell:last-child {
        text-align: right
    }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
    footer.footer .grid-x .cell img {
        max-height: 5.625rem
    }
}

@media print,
screen and (max-width: 39.99875em) {
    footer.footer .grid-x .cell a {
        max-width: 65%;
        margin: 0 auto 2rem
    }
}

html[style="overflow-y: hidden;"],
body#tinymce {
    height: auto !important
}

#content_ifr html,
#content_ifr body {
    height: auto
}

.mce-inline-toolbar-grp *:before,
.mce-inline-toolbar-grp *:after,
#wpadminbar *:before,
#wpadminbar *:after {
    font-family: dashicons
}

#frame .mce-content-body {
    margin: 0
}

.mce-content-body {
    margin: 15px;
    overflow-y: visible !important;
    display: block;
    height: auto;
    width: auto;
    font-size: 1.125rem
}

.mce-content-body img[data-wp-more] {
    border: 0;
    box-shadow: none;
    width: 96%;
    height: 16px;
    display: block;
    margin: 15px auto 0;
    outline: 0;
    cursor: default
}

.mce-content-body img[data-wp-more='more'] {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB2wAAAAUCAYAAABBLM3iAAACJklEQVR4nO3dsW7iQBSGUb9ZHpryVlOhSTk9okzHK9wtYAIem7BLUjjLORJF8Aey6KJftqcJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgN+nlciIyNJOOR47tZIRkVHa7Fge9ruI8+f6a3/I3dr3Xl8l3z/y7f7x5XcAAAAAAAAA/Nc+h9NhlJ2maaqxPNZH3NtxtQ+4t6NvK5FRj59/H2tkRL17HAAAAAAAAODltBJZas2yOsLWrHU+2NZYH1ofDbLnofd6la3BFgAAAAAAAHh5fTg91pUrYvv7l8E2P97fyp3bJ58H3vuDbCvz4ddgCwAAwOaNz/LpL71ev+1+S+ei1+v1er1er9c/0ofTfkVtf79exte1wXbtWbP9tsj92OIZtcM4u3yGbf2rc97a76nX6/V6vV6v1z/Tb+U89Hr9g/5Xnaxer9/kuej1er1er9fr9Y/cXula4zy45mG/6yPtT1xhO94ueTz+L7b2e+r1er1er9fr9c/0WzkPvV7//f+rAQAA4FsWw2pt2cp1lD3+wDNs14Zet0QGAAAAAAAAXt5sWL3c1vj2StlxsD21khHz2yL3z301yH416AIAAAAAAAC8pHE4rTEfaMfBdppuh93ra3yu7fi9/Srb/t7yGbbrz8YFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACe9QdmeI/abvHNrwAAAABJRU5ErkJggg==) repeat-y scroll center center
}

.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.mce-content-body p,
.mce-content-body table {
    margin-top: 0
}

.mce-content-body .wp-caption br[data-mce-bogus] {
    display: none
}

.mce-content-body a+br[data-mce-bogus] {
    display: none
}

.mce-content-body .accordion-content {
    display: block
}

@keyframes visibleIn {
    0% {
        overflow: hidden
    }

    99% {
        overflow: hidden
    }

    100% {
        overflow: visible
    }
}

@media print,
screen and (min-width: 64em) {
    html #wpadminbar {
        min-width: 35px;
        max-width: 35px;
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
        transition: max-width 0.9s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), padding 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition-delay: 0.75s;
        overflow: hidden;
        border-right: 1px solid rgba(240, 245, 250, 0.6);
        border-bottom: 1px solid rgba(240, 245, 250, 0.6)
    }

    html #wpadminbar:hover {
        min-width: auto;
        max-width: 3200px;
        border-color: #23282d;
        padding-right: 15px;
        overflow: visible;
        animation: visibleIn 0.7s linear;
        transition-delay: 0s
    }
}

#wp-admin-bar-wp-logo {
    display: none
}

#wpadminbar {
    background: #111121
}

#wpadminbar #wp-admin-bar-site-name>.ab-item::before {
    font-family: 'iconfont';
    content: "" !important;
    color: #E53534 !important
}

#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input,
#wpadminbar .ab-top-menu>li.hover>.ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
    background: #222232
}

#wpadminbar .ab-top-menu>li.hover>.ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,
#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label,
#wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label,
#wpadminbar>#wp-toolbar li.hover span.ab-label,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,
#wpadminbar li #adminbarsearch.adminbar-focused::before,
#wpadminbar li .ab-item:focus .ab-icon::before,
#wpadminbar li .ab-item:focus::before,
#wpadminbar li a:focus .ab-icon::before,
#wpadminbar li.hover .ab-icon::before,
#wpadminbar li.hover .ab-item::before,
#wpadminbar li:hover #adminbarsearch::before,
#wpadminbar li:hover .ab-icon::before,
#wpadminbar li:hover .ab-item::before,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
    color: #E53534 !important
}

@keyframes plyr-progress {
    to {
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: 0.5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: var(--plyr-font-weight-regular, 400);
    height: 100%;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow 0.3s ease;
    z-index: 0
}

.plyr video,
.plyr audio,
.plyr iframe {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: var(--plyr-badge-background, #4a5464);
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: var(--plyr-badge-text-color, #fff);
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in 0.3s ease;
    bottom: 0;
    display: none;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform 0.4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-base, 15px);
        padding: calc(var(--plyr-control-spacing, 10px) * 2)
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}

.plyr__caption {
    background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
    border-radius: 2px;
    box-decoration-break: clone;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: transparent;
    border: 0;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
    position: relative;
    transition: all 0.3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #008bd0)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

a.plyr__control {
    text-decoration: none
}

a.plyr__control::after,
a.plyr__control::before {
    display: none
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 calc(var(--plyr-control-spacing, 10px) / 2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time {
    padding-left: 0
}

.plyr__controls:empty {
    display: none
}

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
    display: none
}

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform 0.3s ease
}

.plyr__menu .plyr__control[aria-expanded='true'] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
    border-radius: 4px;
    bottom: 100%;
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: var(--plyr-menu-color, #4a5464);
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1)
}

.plyr__menu__container::after {
    border: var(--plyr-menu-arrow-size, 4px) solid transparent;
    border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
    content: '';
    height: 0;
    position: absolute;
    right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
    top: 100%;
    width: 0
}

.plyr__menu__container [role='menu'] {
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7)
}

.plyr__menu__container [role='menuitem'],
.plyr__menu__container [role='menuitemradio'] {
    margin-top: 2px
}

.plyr__menu__container [role='menuitem']:first-child,
.plyr__menu__container [role='menuitemradio']:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
    padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
    padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control::after {
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4)
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
    position: relative;
    width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2))
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back::before {
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: '';
    height: 1px;
    left: 0;
    margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role='menuitemradio'] {
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7)
}

.plyr__menu__container .plyr__control[role='menuitemradio']::before,
.plyr__menu__container .plyr__control[role='menuitemradio']::after {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role='menuitemradio']::before {
    background: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all 0.3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role='menuitemradio']::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #008bd0)))
}

.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
    background: rgba(35, 40, 47, 0.1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
    overflow: hidden;
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
    pointer-events: none
}

.plyr--full-ui input[type='range'] {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #008bd0)));
    display: block;
    height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    padding: 0;
    transition: box-shadow 0.3s ease;
    width: 100%
}

.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))
}

.plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    -webkit-appearance: none;
    margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1)
}

.plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none
}

.plyr--full-ui input[type='range']::-moz-range-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none;
    color: transparent
}

.plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none
}

.plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type='range']::-ms-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top: 0
}

.plyr--full-ui input[type='range']::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type='range']:focus {
    outline: 0
}

.plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #008bd0)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #008bd0)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #008bd0)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width: calc(768px - 1)) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
    opacity: 0;
    padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
    left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7))
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible {
    transform: translate(0, 0) scale(1)
}

.plyr__progress {
    left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress input[type='range'],
.plyr__progress__buffer {
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type='range'] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 100px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: transparent
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    transition: width 0.2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    transition: width 0.2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width 0.2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
}

.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%
}

.plyr__volume input[type='range'] {
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    position: relative;
    z-index: 2
}

.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded='true'] {
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #008bd0)));
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}

.plyr--audio .plyr__progress__buffer {
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
}

.plyr--video {
    background: #000;
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    left: 0;
    position: absolute;
    top: 0
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: calc(var(--plyr-control-spacing, 10px) / 2);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: var(--plyr-control-spacing, 10px);
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded='true'] {
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #008bd0)));
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #008bd0)));
    border: 0;
    border-radius: 100%;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: 0.9;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))
}

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))
}

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))
}

.plyr--video .plyr__progress__buffer {
    color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:fullscreen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads::after {
    background: #23282f;
    border-radius: 2px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads::after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px)/2 0 0;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    border-radius: 3px;
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
    opacity: 0;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

@keyframes lazyloadIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes imageBeforeIn {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes imageIn {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #fff
    }
}

img {
    transition: transform 2s cubic-bezier(0.37, 0.8, 0.2, 1)
}

img.lazyloaded {
    padding-top: 0 !important;
    animation: lazyloadIn .3s cubic-bezier(0.37, 0.8, 0.2, 1);
    animation-fill-mode: forwards
}

img.lazyloading,
img.lazyload {
    overflow: hidden;
    height: 0 !important
}

.content img[data-aspect-ratio='21to9'] {
    width: 100%
}

.content img[data-aspect-ratio='16to9'] {
    width: 80%
}

.content img[data-aspect-ratio='4to3'] {
    width: 75%
}

.content img[data-aspect-ratio='1to1'] {
    width: 50%
}

.content img[data-aspect-ratio='3to4'] {
    width: 35%
}

.content img[data-aspect-ratio='9to16'] {
    width: 10%
}

.archive-grid.profiluebersicht a {
    display: block;
    transition: transform .3s cubic-bezier(0.37, 0.8, 0.2, 1)
}

.archive-grid.profiluebersicht a:hover {
    transform: scale(1.1)
}

.archive-grid.profiluebersicht figure img {
    border: 1px solid #aaabad
}

.archive-grid.profiluebersicht figure figcaption {
    font-size: inherit
}

figure {
    margin-bottom: 1.875rem
}

figure:before {
    animation: imageBeforeIn .6s cubic-bezier(0.37, 0.8, 0.2, 1);
    animation-fill-mode: forwards
}

figure.keep-ar {
    width: 100%
}

figure[class*='wp-caption'],
figure[class*='wp-image'] {
    padding: 0px;
    max-width: 100%;
    vertical-align: top;
    display: inline-block
}

figure[class*='wp-caption'].alignleft,
figure[class*='wp-caption'].alignright,
figure[class*='wp-caption'].aligncenter,
figure[class*='wp-image'].alignleft,
figure[class*='wp-image'].alignright,
figure[class*='wp-image'].aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center
}

@media print,
screen and (min-width: 40em) {

    figure[class*='wp-caption'].aligncenter,
    figure[class*='wp-image'].aligncenter {
        margin-left: auto;
        margin-right: auto
    }

    figure[class*='wp-caption'].alignleft,
    figure[class*='wp-image'].alignleft {
        margin-right: 1.875rem;
        float: left;
        max-width: 35% !important
    }

    figure[class*='wp-caption'].alignright,
    figure[class*='wp-image'].alignright {
        margin-left: 1.875rem;
        float: right;
        max-width: 35% !important
    }
}

figure[class*='wp-caption'] a,
figure[class*='wp-image'] a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    transition: box-shadow 0.5s cubic-bezier(0.37, 0.8, 0.2, 1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

figure[class*='wp-caption'] a:before,
figure[class*='wp-image'] a:before {
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
    top: auto;
    bottom: 1.5rem;
    right: 1.5rem !important;
    left: auto;
    transition: background .3s cubic-bezier(0.37, 0.8, 0.2, 1);
    background: rgba(255, 255, 255, 0.75);
    right: inherit;
    color: #0a0a0f;
    padding: 0.35rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1;
    opacity: 1;
    content: ''
}

figure[class*='wp-caption'] a:hover,
figure[class*='wp-image'] a:hover {
    box-shadow: 0 0 2.6rem rgba(0, 0, 0, 0.35)
}

figure[class*='wp-caption'] a:hover img,
figure[class*='wp-image'] a:hover img {
    transform: scale(1.1);
    transition: transform 1s cubic-bezier(0.37, 0.8, 0.2, 1)
}

figure[class*='wp-caption'] a:hover:before,
figure[class*='wp-image'] a:hover:before {
    background: #fff
}

figure[class*='wp-caption']:before,
figure[class*='wp-caption']:after,
figure[class*='wp-image']:before,
figure[class*='wp-image']:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: ''
}

.ratio-container {
    position: relative;
    display: block
}

.ratio-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    background: #fff
}

.ratio-container>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.klaro .cookie-modal,
.klaro .cookie-notice {
    font-size: 14px
}

.klaro .cookie-modal .switch,
.klaro .cookie-notice .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px
}

.klaro .cookie-modal .cm-app-input:checked+.cm-app-label .slider,
.klaro .cookie-notice .cm-app-input:checked+.cm-app-label .slider {
    background-color: #0885BA
}

.klaro .cookie-modal .cm-app-input.required:checked+.cm-app-label .slider,
.klaro .cookie-notice .cm-app-input.required:checked+.cm-app-label .slider {
    opacity: 0.8;
    background-color: #cfcfd2;
    cursor: not-allowed
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
    box-shadow: 0 .1875rem 1.25rem rgba(10, 10, 15, 0.2)
}

.klaro .cookie-modal .cm-app-input,
.klaro .cookie-notice .cm-app-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 30px
}

.klaro .cookie-modal .cm-app-label .slider,
.klaro .cookie-notice .cm-app-label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 50px;
    display: inline-block
}

.klaro .cookie-modal .cm-app-label .slider:before,
.klaro .cookie-notice .cm-app-label .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

.klaro .cookie-modal .cm-app-label .slider.round,
.klaro .cookie-notice .cm-app-label .slider.round {
    border-radius: 30px
}

.klaro .cookie-modal .cm-app-label .slider.round:before,
.klaro .cookie-notice .cm-app-label .slider.round:before {
    border-radius: 50%
}

.klaro .cookie-modal .cm-app-label input:focus+.slider,
.klaro .cookie-notice .cm-app-label input:focus+.slider {
    box-shadow: 0 0 1px #0885BA
}

.klaro .cookie-modal .cm-app-label input:checked+.slider:before,
.klaro .cookie-notice .cm-app-label input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.klaro .cookie-modal .cm-app-input:focus+.cm-app-label .slider,
.klaro .cookie-notice .cm-app-input:focus+.cm-app-label .slider {
    box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19)
}

.klaro .cookie-modal .cm-app-input:checked+.cm-app-label .slider:before,
.klaro .cookie-notice .cm-app-input:checked+.cm-app-label .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
    box-shadow: 0 .1875rem 1.25rem rgba(10, 10, 15, 0.2)
}

.klaro .cookie-modal a,
.klaro .cookie-notice a {
    color: #0a0a0f;
    text-decoration: none
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
    font-family: inherit;
    color: inherit
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 0.7em
}

.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
    padding-left: 4px;
    vertical-align: middle
}

.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
    background: #555;
    color: inherit;
    border-radius: 6px;
    padding: 6px 10px;
    margin-right: 0.5em;
    border: 0
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
    opacity: 0.5
}

.klaro .cookie-modal .cm-btn.cm-btn-sm,
.klaro .cookie-notice .cm-btn.cm-btn-sm {
    padding: 0.4em;
    font-size: 1em
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
    background: #eee;
    color: #000
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
    background: #0a0a0f
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
    background: #0885BA
}

.klaro .cookie-modal .cm-btn.cm-btn-right,
.klaro .cookie-notice .cm-btn.cm-btn-right {
    float: right;
    margin-left: 0.5em;
    margin-right: 0
}

.klaro .cookie-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000
}

.klaro .cookie-modal .cm-bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.klaro .cookie-modal .cm-modal {
    z-index: 1001;
    box-shadow: 0 .1875rem 1.25rem rgba(10, 10, 15, 0.2);
    width: 100%;
    max-height: 98%;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    background: #fff;
    color: inherit
}

@media (min-width: 1024px) {
    .klaro .cookie-modal .cm-modal {
        border-radius: .1875rem;
        position: relative;
        margin: 0 auto;
        max-width: 640px;
        height: auto;
        width: auto
    }
}

.klaro .cookie-modal .cm-modal .hide {
    border: none;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

.klaro .cookie-modal .cm-modal .hide svg {
    stroke: inherit
}

.klaro .cookie-modal .cm-modal .cm-footer {
    padding: 1em;
    border-top: 1px solid #aaabad
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::before,
.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
    content: " ";
    display: table
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
    clear: both
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    font-size: 0.8em;
    padding-top: 4px;
    text-align: center
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
    color: inherit
}

.klaro .cookie-modal .cm-modal .cm-header {
    padding: 1em;
    padding-right: 24px;
    border-bottom: 1px solid #aaabad
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
    margin: 0;
    font-size: 2em;
    display: block
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
    padding-right: 20px
}

.klaro .cookie-modal .cm-modal .cm-body {
    padding: 1em
}

.klaro .cookie-modal .cm-modal .cm-body ul {
    display: block
}

.klaro .cookie-modal .cm-modal .cm-body span {
    display: inline-block;
    width: auto
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
    padding: 0;
    margin: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 60px;
    min-height: 40px
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
    margin-top: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
    position: absolute;
    left: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
    margin-top: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
    font-size: 0.8em;
    color: inherit
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
    border-top: 1px solid #aaabad;
    padding-top: 1em
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
    font-weight: 600
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
    padding-left: 0.2em;
    font-size: 0.8em;
    color: inherit
}

.klaro .cookie-notice {
    background: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0
}

@media (min-width: 990px) {
    .klaro .cookie-notice {
        box-shadow: 0 .1875rem 1.25rem rgba(10, 10, 15, 0.2);
        border-radius: .1875rem;
        position: fixed;
        bottom: 20px;
        right: 20px;
        max-width: 300px
    }
}

@media (max-width: 989px) {
    .klaro .cookie-notice {
        border: none;
        border-radius: 0
    }
}

.klaro .cookie-notice .cn-body {
    margin-bottom: 0;
    margin-right: 0;
    bottom: 0;
    padding: 1em;
    padding-top: 0
}

.klaro .cookie-notice .cn-body p {
    margin-bottom: 0.5em
}

.klaro .cookie-notice .cn-body p.cn-changes {
    text-decoration: underline
}

.klaro .cookie-notice .cn-body .cn-learn-more {
    display: inline-block
}

.klaro .cookie-notice .cn-body p.cn-ok {
    padding-top: 0.5em;
    margin: 0
}

.klaro .cookie-notice-hidden {
    display: none !important
}

.klaro .cookie-modal,
.klaro .cookie-notice {
    font-size: .875rem
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
    box-shadow: none
}

.klaro .cookie-modal a,
.klaro .cookie-notice a {
    color: #0a0a0f;
    text-decoration: none
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
    font-family: inherit;
    color: #0a0a0f
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
    margin-top: 0.7em
}

.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
    padding-left: 4px;
    vertical-align: middle
}

.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
    background: #e7e8ea;
    color: #fff;
    border-radius: .1875rem;
    padding: 0.75em 1em;
    margin: 0 0 1rem 0;
    border: 0;
    cursor: pointer
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
    opacity: 0.5
}

.klaro .cookie-modal .cm-btn.cm-btn-sm.cn-decline,
.klaro .cookie-notice .cm-btn.cm-btn-sm.cn-decline {
    color: #77777c;
    padding: 0.75em 1em
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
    background: #eee;
    color: #000
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
    background: #0a0a0f;
    font-weight: bold;
    padding: 0.75em 1em
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
    background: #0885BA
}

.klaro .cookie-modal .cm-btn.cm-btn-right,
.klaro .cookie-notice .cm-btn.cm-btn-right {
    float: right;
    margin-left: 0.5em;
    margin-right: 0
}

.klaro .cookie-modal .cm-bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.klaro .cookie-modal .cm-modal {
    background: #fff;
    color: inherit
}

.klaro .cookie-modal .cm-modal .hide {
    border: none;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

.klaro .cookie-modal .cm-modal .hide svg {
    stroke: inherit
}

.klaro .cookie-modal .cm-modal .cm-footer {
    padding: 1rem 2rem 0;
    border-top: 1px solid #aaabad
}

.klaro .cookie-modal .cm-modal .cm-footer button.cm-btn-accept {
    font-weight: normal
}

.klaro .cookie-modal .cm-modal .cm-footer button.cm-btn-accept-all {
    font-weight: bold;
    margin-right: 0.5rem
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    display: none
}

.klaro .cookie-modal .cm-modal .cm-header {
    padding: 2rem;
    border-bottom: 1px solid #aaabad
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
    margin: 0;
    font-size: 2em;
    color: #0a0a0f
}

.klaro .cookie-modal .cm-modal .cm-header h1:before,
.klaro .cookie-modal .cm-modal .cm-header h1:after {
    display: none
}

.klaro .cookie-modal .cm-modal .cm-body {
    padding: 2rem
}

.klaro .cookie-modal .cm-modal .cm-body ul {
    display: block
}

.klaro .cookie-modal .cm-modal .cm-body span {
    display: inline-block;
    width: auto
}

.klaro .cookie-modal .cm-modal .cm-body [type="checkbox"]+label,
.klaro .cookie-modal .cm-modal .cm-body [type="radio"]+label {
    margin-left: 0;
    font-size: 1.25rem
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
    padding: 0;
    margin: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 60px;
    min-height: 40px
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
    margin-top: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
    position: absolute;
    top: 2px;
    left: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
    margin-top: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
    font-size: 0.8em;
    color: inherit
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
    display: none
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
    padding-left: 0.2em;
    font-size: .875rem;
    color: #77777c
}

.klaro .cookie-notice {
    background: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    box-shadow: 0 .1875rem 1.25rem rgba(10, 10, 15, 0.2)
}

@media (min-width: 990px) {
    .klaro .cookie-notice {
        box-shadow: 0 .1875rem 1.25rem rgba(10, 10, 15, 0.2);
        border-radius: .1875rem;
        position: fixed;
        bottom: 1.25rem;
        right: 1.25rem;
        max-width: 25rem
    }
}

@media (max-width: 989px) {
    .klaro .cookie-notice {
        border: none;
        border-radius: 0
    }
}

.klaro .cookie-notice .cn-body {
    margin-bottom: 0;
    margin-right: 0;
    bottom: 0;
    padding: .75rem 1.5rem 1.5rem
}

.klaro .cookie-notice .cn-body p {
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: center
}

.klaro .cookie-notice .cn-body p strong {
    padding-top: 0.5em;
    display: block
}

.klaro .cookie-notice .cn-body p.cm-changes {
    text-decoration: underline
}

.klaro .cookie-notice .cn-body p.cn-ok {
    display: flex;
    flex-flow: column;
    font-size: 1.125rem
}

.klaro .cookie-notice .cn-body p.cn-ok .cm-btn-success {
    order: 1
}

.klaro .cookie-notice .cn-body p.cn-ok .cn-decline {
    order: 2;
    font-size: .875rem
}

.klaro .cookie-notice .cn-body p.cn-ok .cm-learn-more {
    display: block;
    text-align: center;
    order: 3;
    font-size: .875rem
}

.klaro .cookie-notice .cn-body p.cn-ok .cm-learn-more:hover {
    text-decoration: underline
}

.klaro .cookie-notice .cn-body #cm-important-links {
    display: block;
    text-align: center;
    font-size: .75rem;
    padding-top: 1rem;
    color: #77777c
}

.klaro .cookie-notice .cn-body #cm-important-links a {
    color: #77777c
}

.klaro .cookie-notice .cn-body #cm-important-links a:hover {
    color: #0a0a0f;
    text-decoration: underline
}

.klaro .cookie-notice-hidden {
    display: none !important
}

.googlemap-consent .consent-message,
.responsive-embed .consent-message {
    background: linear-gradient(rgba(231, 232, 234, 0.75) 0%, #e7e8ea 80%)
}

.consent-message {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    background: #e7e8ea;
    align-items: center;
    overflow: auto
}

.consent-message .consent-message-container {
    width: 100%;
    padding: 1rem 1rem 0
}

@media print,
screen and (min-width: 40em) {
    .consent-message .consent-message-container {
        padding: 2rem 2rem 0
    }
}

.consent-message .consent-message-container p {
    text-align: center
}

@media print,
screen and (max-width: 39.99875em) {
    .consent-message .consent-message-container p {
        font-size: 80%;
        margin-bottom: .9375rem
    }

    .consent-message .consent-message-container p:last-child,
    .consent-message .consent-message-container p:first-child {
        margin-bottom: 0
    }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: 0.9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(/content/themes/ml/assets/styles/scss/foundation-ml/misc/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/content/themes/ml/assets/styles/scss/foundation-ml/misc/photoswipe/default-skin/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transform: translateY(6px);
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(/content/themes/ml/assets/styles/scss/foundation-ml/misc/photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    100% {
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

html,
body {
    overscroll-behavior: contain
}

.no-animations #topbar-container li.menu-item-has-children ul {
    visibility: hidden
}

body.home {
    background: #e7e8ea
}

html[lang] {
    margin-top: 0 !important;
    height: 100vh
}

#page {
    width: 100%;
    min-height: calc(100vh + 1px);
    display: flex;
    flex-direction: column
}

@media print,
screen and (min-width: 40em) {

    html,
    body {
        overflow-x: hidden
    }
}

*:before,
*:after {
    font-family: 'iconfont'
}

.marktplatz-logo {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.18;
    display: block;
    color: #fff
}

@media print,
screen and (min-width: 64em) {
    .marktplatz-logo {
        font-size: 1.75rem
    }
}

.marktplatz-logo span {
    font-size: 1em
}

.marktplatz-logo span:last-child {
    letter-spacing: 0.013em;
    padding-left: 0.1em
}

@media print,
screen and (min-width: 40em) {
    .sidebar-content ul {
        margin-left: 0;
        list-style-type: none
    }

    .sidebar-content ul li {
        margin-bottom: 1.875rem;
        hyphens: auto;
        text-align: center
    }

    .sidebar-content ul li a {
        transition: all .3s ease-in-out
    }

    .sidebar-content ul li a span.date {
        font-weight: bold;
        display: block;
        background: #e7e8ea;
        margin-bottom: 0.5rem;
        border-left: 3px solid #008bd0;
        padding-right: 3px
    }

    .sidebar-content ul li a span.title {
        display: block;
        font-size: 1rem;
        line-height: 1.3;
        text-align: justify
    }

    .sidebar-content h2 {
        text-align: center;
        margin-bottom: 1.25rem
    }
}

.display-none {
    display: none !important;
}


#main-nav {
    font-size: 1.375rem;
}

/* generated Wed, 24 Aug 2022 19:06:44 GMT */