@charset "UTF-8";
@media print,
screen and (min-width:40em) {

    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        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: .67em 0
}

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.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
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

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

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

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

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

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    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=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(60, 60, 60, .1);
    box-shadow: inset 0 1px 2px rgba(60, 60, 60, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3c3c3c;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

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

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

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

::-webkit-input-placeholder {
    color: #cacaca
}

::-moz-placeholder {
    color: #cacaca
}

:-ms-input-placeholder {
    color: #cacaca
}

::-ms-input-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type=checkbox],
[type=file],
[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: 400;
    line-height: 1.8;
    color: #3c3c3c
}

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

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

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

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

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

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

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #3c3c3c;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

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

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

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 #cacaca
}

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

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3c3c3c;
    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%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

@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: 0;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

select:disabled {
    background-color: #e6e6e6;
    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)::-webkit-input-placeholder {
    color: #cc4b37
}

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

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

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

.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: .75rem;
    font-weight: 700;
    color: #cc4b37
}

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

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

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

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: inherit;
    text-rendering: optimizeLegibility
}

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

.h1,
h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2,
h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h3,
h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

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

.h5,
h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

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

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

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

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

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

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

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

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

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

a:focus,
a:hover {
    color: #1468a0
}

a img {
    border: 0
}

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

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

li {
    font-size: inherit
}

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

ol {
    margin-left: 1.25rem
}

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

dl {
    margin-bottom: 1rem
}

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

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

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

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

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #3c3c3c
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

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

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

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

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

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

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

.code-inline,
code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #3c3c3c;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #3c3c3c;
    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
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        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^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.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-full,
.grid-x>.small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .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-full,
    .grid-x>.medium-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

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

    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .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-full,
    .grid-x>.large-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .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-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .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-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {
    .grid-margin-x>.auto {
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:64em) {
    .grid-margin-x>.large-auto {
        width: auto
    }

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

    .grid-margin-x>.large-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .small-margin-collapse>.large-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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .medium-margin-collapse>.large-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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .large-margin-collapse>.large-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
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.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-full,
.grid-y>.small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

    .grid-y>.medium-1,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .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-full,
    .grid-y>.medium-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

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

    .grid-y>.large-1,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .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-full,
    .grid-y>.large-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-y>.medium-1,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .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-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-y>.large-1,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .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-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }

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

    .grid-margin-y>.large-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        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%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }

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

    .grid-margin-y>.large-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

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

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

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

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

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

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

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

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

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

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

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

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
}

@media print,
screen and (min-width:40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-family: inherit;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

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

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

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

.button:focus,
.button:hover {
    background-color: #14679e;
    color: #fff
}

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

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

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

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #fff
}

.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover {
    background-color: #3adb76;
    color: #3c3c3c
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #3c3c3c
}

.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover {
    background-color: #ffae00;
    color: #3c3c3c
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #3c3c3c
}

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

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

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

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

.button.hollow:focus,
.button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

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

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

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

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

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

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

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

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

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

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a
}

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

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

.button.clear:focus,
.button.clear:hover {
    color: #0c3d5d
}

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

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

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

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #3b3b3b
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover {
    color: #3adb76
}

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

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

.button.clear.warning:focus,
.button.clear.warning:hover {
    color: #805700
}

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

.button.clear.alert:focus,
.button.clear.alert:hover {
    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: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

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

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

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

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

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

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

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

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

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.button-group::after,
.button-group::before {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group::after,
.button-group::before {
    display: none
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-right: 0
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button.disabled:focus,
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled],
.button-group.primary .button[disabled]:focus,
.button-group.primary .button[disabled]:hover {
    background-color: #1779ba;
    color: #fff
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #126195;
    color: #fff
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled],
.button-group.secondary .button[disabled]:focus,
.button-group.secondary .button[disabled]:hover {
    background-color: #767676;
    color: #fff
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #5e5e5e;
    color: #fff
}

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button.disabled:focus,
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled],
.button-group.success .button[disabled]:focus,
.button-group.success .button[disabled]:hover {
    background-color: #3adb76;
    color: #3c3c3c
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #3c3c3c
}

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button.disabled:focus,
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled],
.button-group.warning .button[disabled]:focus,
.button-group.warning .button[disabled]:hover {
    background-color: #ffae00;
    color: #3c3c3c
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #3c3c3c
}

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

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #fff
}

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

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button-group.hollow .button:focus,
.button-group.hollow .button:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary[disabled]:focus,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow.primary .button[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button-group.hollow .button.primary:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow.primary .button:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary[disabled]:focus,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow.secondary .button[disabled]:hover {
    border: 1px solid #767676;
    color: #767676
}

.button-group.hollow .button.secondary:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow.secondary .button:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success[disabled]:focus,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow.success .button[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button-group.hollow .button.success:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow.success .button:hover {
    border-color: #157539;
    color: #157539
}

.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning[disabled]:focus,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow.warning .button[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button-group.hollow .button.warning:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow.warning .button:hover {
    border-color: #805700;
    color: #805700
}

.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert[disabled]:focus,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow.alert .button[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button-group.hollow .button.alert:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow.alert .button:hover {
    border-color: #67251a;
    color: #67251a
}

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

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
    color: #1779ba
}

.button-group.clear .button:focus,
.button-group.clear .button:hover {
    color: #0c3d5d
}

.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary[disabled]:focus,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear.primary .button[disabled]:hover {
    color: #1779ba
}

.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover {
    color: #0c3d5d
}

.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary[disabled]:focus,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear.secondary .button[disabled]:hover {
    color: #767676
}

.button-group.clear .button.secondary:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear.secondary .button:hover {
    color: #3b3b3b
}

.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success[disabled]:focus,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button[disabled]:focus,
.button-group.clear.success .button[disabled]:hover {
    color: #3adb76
}

.button-group.clear .button.success:focus,
.button-group.clear .button.success:hover,
.button-group.clear.success .button:focus,
.button-group.clear.success .button:hover {
    color: #157539
}

.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning[disabled]:focus,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear.warning .button[disabled]:hover {
    color: #ffae00
}

.button-group.clear .button.warning:focus,
.button-group.clear .button.warning:hover,
.button-group.clear.warning .button:focus,
.button-group.clear.warning .button:hover {
    color: #805700
}

.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert[disabled]:focus,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear.alert .button[disabled]:hover {
    color: #cc4b37
}

.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover,
.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover {
    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-medium,
.button-group.stacked-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-right: 0
}

@media print,
screen and (min-width:40em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        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: #8a8a8a;
    cursor: pointer
}

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

.close-button:focus,
.close-button:hover {
    color: #3c3c3c
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fff
}

.label.primary {
    background: #1779ba;
    color: #fff
}

.label.secondary {
    background: #767676;
    color: #fff
}

.label.success {
    background: #3adb76;
    color: #3c3c3c
}

.label.warning {
    background: #ffae00;
    color: #3c3c3c
}

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

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,
tfoot,
thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f9f9f9;
    color: #3c3c3c
}

tfoot {
    background: #f2f2f2;
    color: #3c3c3c
}

tfoot tr,
thead tr {
    background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody td,
tbody th {
    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 td,
    table.stack th,
    table.stack tr {
        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
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    list-style-type: none
}

.tabs::after,
.tabs::before {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #1779ba
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #1673b1
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fff;
    color: #1468a0
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #e6e6e6;
    color: #1779ba
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fff;
    color: #3c3c3c;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

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: 9999999999;
    display: none;
    background-color: rgba(60, 60, 60, .45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    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: 91.875rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 91.875rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 91.875rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 91.875rem
    }
}

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: 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:74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
    .show-for-large-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
}

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

@media screen and (orientation:landscape) {

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

@media screen and (orientation:portrait) {

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

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

@media screen and (orientation:landscape) {

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

@media screen and (orientation:portrait) {

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

.slide-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    -webkit-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.long-delay {
    -webkit-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

.ratio-1-1 {
    padding-bottom: 100% !important
}

.ratio-4-3 {
    padding-bottom: 75% !important
}

.ratio-16-9 {
    padding-bottom: 56.25% !important
}

.ratio-16-7 {
    padding-bottom: 43.75% !important
}

.ratio-3-1 {
    padding-bottom: 33.33% !important
}

.ratio-2-1 {
    padding-bottom: 50% !important
}

.ratio-1-2 {
    padding-bottom: 200% !important
}

.ratio-2-3 {
    padding-bottom: 150% !important
}

.not-visible {
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.valign-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vh-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.h-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.clearme {
    clear: both
}

/*! This website uses Roboto fonts in the formats eot, woff, svg, ttf, woff2; they are based on Roboto Google Fonts (https://fonts.google.com/specimen/Roboto) and have been converted into corresponding formats via the following service: https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin. */
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/roboto-v29-latin-300italic.eot);
    src: local(""), url(../fonts/roboto-v29-latin-300italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-v29-latin-300italic.woff2) format("woff2"), url(../fonts/roboto-v29-latin-300italic.woff) format("woff"), url(../fonts/roboto-v29-latin-300italic.ttf) format("truetype"), url(../fonts/roboto-v29-latin-300italic.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/roboto-v29-latin-300.eot);
    src: local(""), url(../fonts/roboto-v29-latin-300.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-v29-latin-300.woff2) format("woff2"), url(../fonts/roboto-v29-latin-300.woff) format("woff"), url(../fonts/roboto-v29-latin-300.ttf) format("truetype"), url(../fonts/roboto-v29-latin-300.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto-v29-latin-regular.eot);
    src: local(""), url(../fonts/roboto-v29-latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-v29-latin-regular.woff2) format("woff2"), url(../fonts/roboto-v29-latin-regular.woff) format("woff"), url(../fonts/roboto-v29-latin-regular.ttf) format("truetype"), url(../fonts/roboto-v29-latin-regular.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto-v29-latin-italic.eot);
    src: local(""), url(../fonts/roboto-v29-latin-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-v29-latin-italic.woff2) format("woff2"), url(../fonts/roboto-v29-latin-italic.woff) format("woff"), url(../fonts/roboto-v29-latin-italic.ttf) format("truetype"), url(../fonts/roboto-v29-latin-italic.svg#Roboto) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/roboto-v29-latin-700.eot);
    src: local(""), url(../fonts/roboto-v29-latin-700.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-v29-latin-700.woff2) format("woff2"), url(../fonts/roboto-v29-latin-700.woff) format("woff"), url(../fonts/roboto-v29-latin-700.ttf) format("truetype"), url(../fonts/roboto-v29-latin-700.svg#Roboto) format("svg")
}

@font-face {
    font-family: utimaco;
    src: url(../fonts/utimaco.ttf?wzo0iz2) format("truetype"), url(../fonts/utimaco.woff?wzo0iz2) format("woff"), url(../fonts/utimaco.svg?wzo0iz2#utimaco) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" utimaco-"],
[class^=utimaco-] {
    font-family: utimaco !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.utimaco-platform:before {
    content: "\e928"
}

.utimaco-firmware:before {
    content: "\e929"
}

.utimaco-saas:before {
    content: "\e923"
}

.utimaco-triangle:before {
    content: "\e924"
}

.utimaco-on-premise:before {
    content: "\e90a"
}

.utimaco-saas:before {
    content: "\e923"
}

.utimaco-document:before {
    content: "\e903"
}

.utimaco-trash:before {
    content: "\e904"
}

.utimaco-person:before {
    content: "\e902"
}

.utimaco-calendar:before {
    content: "\e906"
}

.utimaco-compliance:before {
    content: "\e913"
}

.utimaco-certification:before {
    content: "\e907"
}

.utimaco-diamond:before {
    content: "\e925"
}

.utimaco-checkmark-illustration:before {
    content: "\e90b"
}

.utimaco-checkmark-circle:before {
    content: "\e909"
}

.utimaco-checkmark-bold:before {
    content: "\e908"
}

.utimaco-checkmark:before {
    content: "\e90c"
}

.utimaco-chevron-down-bold:before {
    content: "\e90d"
}

.utimaco-chevron-down:before {
    content: "\e90e"
}

.utimaco-chevron-left:before {
    content: "\e90f"
}

.utimaco-chevron-right:before {
    content: "\e910"
}

.utimaco-chevron-uo:before {
    content: "\e911"
}

.utimaco-download:before {
    content: "\e914"
}

.utimaco-download-order:before {
    content: "\e927"
}

.utimaco-download-ok:before {
    content: "\e926"
}

.utimaco-arrow-left:before {
    content: "\e905"
}

.utimaco-arrow-right:before {
    content: "\e900"
}

.utimaco-email:before {
    content: "\e915"
}

.utimaco-info-circle:before {
    content: "\e916"
}

.utimaco-info:before {
    content: "\e917"
}

.utimaco-alert:before {
    content: "\e901"
}

.utimaco-magnifying-glass:before {
    content: "\e918"
}

.utimaco-close:before {
    content: "\e912"
}

.utimaco-menu:before {
    content: "\e919"
}

.utimaco-minus:before {
    content: "\e91a"
}

.utimaco-plus:before {
    content: "\e91b"
}

.utimaco-quote-1:before {
    content: "\e91c"
}

.utimaco-quote-2:before {
    content: "\e91d"
}

.utimaco-rewind:before {
    content: "\e91e"
}

.utimaco-share:before {
    content: "\e91f"
}

.utimaco-speech-bubble:before {
    content: "\e920"
}

.utimaco-talk:before {
    content: "\e921"
}

.utimaco-kununu:before {
    content: "\e922"
}

.utimaco-some-facebook:before {
    content: "\e95b"
}

.utimaco-some-flickr:before {
    content: "\e95c"
}

.utimaco-some-google-plus:before {
    content: "\e95d"
}

.utimaco-some-linkedin:before {
    content: "\e95f"
}

.utimaco-some-messenger:before {
    content: "\e960"
}

.utimaco-some-pinterest:before {
    content: "\e961"
}

.utimaco-some-rss:before {
    content: "\e962"
}

.utimaco-some-tumblr:before {
    content: "\e963"
}

.utimaco-some-x:before {
    content: "\e964"
}

.utimaco-some-vimeo:before {
    content: "\e965"
}

.utimaco-some-xing:before {
    content: "\e967"
}

.utimaco-some-youtube:before {
    content: "\e968"
}

.utimaco-some-whatsapp:before {
    content: "\e966"
}

.utimaco-some-instagram:before {
    content: "\e95e"
}

header {
    position: relative;
    z-index: 22;
    background: #fff
}

header.is-sticky {
    margin-top: 7.375rem
}

header .header-sticky-wrap {
    background: #fff
}

header .header-sticky-wrap.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16)
}

header .header-top {
    height: 5.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff
}

header .header-top .ut-logo {
    width: 8.3125rem;
    padding-bottom: .3125rem
}

header .header-top .ut-claim {
    width: 12.5rem
}

header .header-top a i.utimaco-menu {
    font-size: 2.125rem
}

header .header-top a.close i.utimaco-menu:before {
    content: "\e912"
}

header .bc ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: .25rem 0 0 0;
    line-height: 1
}

@media print,
screen and (max-width:63.99875em) {
    header .bc ul {
        margin: 0;
        height: 1.875rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

header .bc ul li a {
    font-size: .6875rem;
    line-height: 1.25rem;
    vertical-align: middle;
    white-space: nowrap
}

header .bc ul li a:after {
    content: "/";
    padding: 0 5px 0 5px
}

header .bc ul li span {
    font-size: .6875rem;
    line-height: 1.25rem;
    vertical-align: middle
}

header .bc ul li:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

header .bc ul li:last-child a:after {
    content: ""
}

.brand-line {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #8a9ca4), color-stop(50%, #0068b4));
    background: linear-gradient(90deg, #8a9ca4 50%, #0068b4 50%);
    height: .1875rem;
    z-index: 18;
    position: relative
}

.brand-line .grid-container {
    position: relative
}

.brand-line .grid-container:before {
    content: "";
    background: #fff;
    width: 5px;
    height: 3px;
    position: absolute;
    left: 25px
}

@media print,
screen and (max-width:39.99875em) {
    .brand-line .grid-container:before {
        left: 10px
    }
}

.brand-line .grid-container .cell {
    height: 3px;
    background: #0068b4
}

@media print,
screen and (max-width:63.99875em) {
    #nav-wrap {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 19;
        height: calc(100vh - 118px);
        left: 0;
        top: 7.375rem;
        padding-bottom: 6.875rem;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-shadow: 0 20px 44px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 20px 44px 0 rgba(0, 0, 0, .2);
        overflow: auto
    }

    nav.main {
        margin-top: 1.25rem
    }

    nav.main ul {
        list-style: none !important;
        margin: 0
    }

    nav.main ul li a {
        line-height: 1.5rem;
        font-size: 1.25rem
    }

    nav.main ul li a.is-active {
        color: #0068b4 !important
    }

    nav.main li.lvl-0>a {
        display: none
    }

    nav.main li.lvl-0>ul li.lvl-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    nav.main li.lvl-0>ul li.lvl-1 a {
        padding: .8125rem 0 .8125rem 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: .9375rem
    }

    nav.main li.lvl-0>ul li.lvl-1 a.expand {
        height: 2.5rem;
        width: 2.9375rem;
        border-left: 1px solid #eceef0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 1.3125rem;
        margin-right: .9375rem
    }

    nav.main li.lvl-0>ul li.lvl-1 a.expand i {
        text-align: right;
        font-size: 1.25rem;
        color: #0068b4;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s
    }

    nav.main li.lvl-0>ul li.lvl-1 li.lvl-2 {
        padding-bottom: 1.25rem
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp {
        display: none;
        width: 100%;
        padding-left: .9375rem;
        padding-right: .9375rem;
        padding-bottom: 1.875rem
    }
}

@media print,
screen and (max-width:63.99875em) and (min-width:40em) {
    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp .grid-x {
        margin-left: -1.875rem
    }
}

@media print,
screen and (max-width:63.99875em) {
    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp .cell {
        margin: 0
    }
}

@media print,
screen and (max-width:63.99875em) {
    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp xli.lvl-2>a:after {
        font-family: utimaco;
        content: "\e900";
        font-weight: 400;
        vertical-align: text-bottom;
        padding-left: .625rem
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp xli.lvl-2>a:hover {
        color: #0068b4
    }
}

@media print,
screen and (max-width:63.99875em) {

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2>a,
    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2>span {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #3c3c3c;
        height: auto;
        padding: .75rem 0 .75rem 0
    }
}

@media print,
screen and (max-width:63.99875em) {
    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2>a:after {
        font-family: utimaco;
        content: "\e900";
        font-weight: 400;
        vertical-align: text-bottom;
        padding-left: .625rem
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2>a:hover {
        color: #0068b4
    }
}

@media print,
screen and (max-width:63.99875em) {
    nav.main li.lvl-0>ul li.lvl-1 li.lvl-3>a {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #3c3c3c;
        height: auto;
        padding: .75rem 0 .75rem 1.25rem
    }

    nav.main li.lvl-0>ul li.lvl-1 li.lvl-3>a:hover {
        color: #0068b4
    }
}

@media print,
screen and (max-width:63.99875em) {
    nav.main li.lvl-0>ul li.lvl-1.open {
        background-color: #eceef0
    }
}

@media print,
screen and (max-width:63.99875em) {
    nav.main li.lvl-0>ul li.lvl-1.open>div.lvl-2-warp {
        display: block;
        background-color: #f6f8f9
    }
}

@media print,
screen and (max-width:63.99875em) {
    nav.main li.lvl-0>ul li.lvl-1.open>a {
        font-weight: 700
    }

    nav.main li.lvl-0>ul li.lvl-1.open>a.expand i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    nav.main li.lvl-0>ul li.lvl-1.open div.lvl-2-warp {
        padding-bottom: 1.25rem;
        border-bottom: .625rem solid #fff
    }
}

@media print,
screen and (max-width:63.99875em) {
    hr.nav-hr {
        margin: 1.25rem 0 1.25rem 0;
        border-bottom: 1px solid #8a9ca4
    }

    hr.nav-hr:after,
    hr.nav-hr:before {
        content: "";
        background: #8a9ca4;
        width: 100%;
        position: absolute;
        height: 1px;
        left: 0
    }
}

@media print,
screen and (max-width:63.99875em) {
    .nav-row nav.second ul {
        list-style: none !important;
        margin: 0
    }

    .nav-row nav.second ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .nav-row nav.second ul li a {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #3c3c3c;
        height: auto;
        padding: .8125rem .9375rem .8125rem .9375rem
    }

    .nav-row nav.second ul li a:hover {
        color: #0068b4
    }

    .nav-row nav.second ul li a.is-active {
        color: #0068b4 !important
    }

    .nav-row .desktop-language-button {
        display: none
    }

    .nav-row nav.language {
        padding-top: 3.125rem;
        padding-left: .9375rem
    }

    .nav-row nav.language ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none !important;
        margin: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nav-row nav.language ul li a {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-right: .9375rem
    }

    .nav-row nav.language ul li a:hover {
        color: #0068b4
    }

    .nav-row nav.language ul li a.is-active {
        color: #0068b4 !important
    }
}

img.nav-triangle {
    display: none
}

@media print,
screen and (min-width:64em) {
    .aheader {
        padding-top: 4rem
    }

    .aborder {
        height: .1875rem;
        background: green;
        position: relative
    }

    .acube {
        width: .5rem;
        height: .5rem;
        background: red;
        position: absolute;
        left: 50%;
        top: -.5rem
    }

    img.nav-triangle {
        display: none;
        height: .5rem;
        width: 1rem;
        position: absolute;
        top: -.5rem;
        z-index: 23
    }

    #nav-wrap {
        display: block !important;
        position: static;
        background: #fff;
        width: 100%;
        margin-left: 1.875rem
    }

    nav.main {
        margin-top: .5rem;
        margin-right: auto;
        height: 2.6875rem
    }

    nav.main ul {
        list-style: none !important;
        margin: 0
    }

    nav.main ul li>a {
        line-height: 1.5rem;
        font-size: .9375rem;
        color: #0068b4
    }

    nav.main li.lvl-0>a {
        display: none
    }

    nav.main li.lvl-0>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    nav.main li.lvl-0>ul li.lvl-1.active>a {
        border-bottom: 1px solid #0068b4
    }

    nav.main li.lvl-0>ul li.lvl-1>a {
        position: relative;
        margin: 0 1.25rem 0 1.25rem;
        border-bottom: 1px solid transparent
    }

    nav.main li.lvl-0>ul li.lvl-1>a:first-child {
        margin-left: 0
    }

    nav.main li.lvl-0>ul li.lvl-1>a:hover~div.lvl-2-warp {
        opacity: 1;
        pointer-events: all;
        -webkit-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out
    }

    nav.main li.lvl-0>ul li.lvl-1>a:hover:after {
        display: block
    }

    nav.main li.lvl-0>ul li.lvl-1>a.active {
        border-bottom: 1px solid #0068b4
    }

    nav.main li.lvl-0>ul li.lvl-1>a.is-hover:after {
        display: block
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp {
        position: absolute;
        left: 0;
        top: 5.1875rem;
        width: 100%;
        z-index: 20;
        opacity: 0;
        pointer-events: none
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp .inner-wrap {
        margin-top: 2.1875rem;
        background: #fff
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp:after {
        position: absolute;
        z-index: 25;
        content: "";
        width: 100%;
        display: block;
        height: 3.125rem;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 100%)
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp .cell {
        padding-bottom: 3.125rem
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp:hover {
        opacity: 1;
        pointer-events: all
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2 {
        padding-bottom: 1.875rem
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2:first-child {
        padding-top: 2.625rem
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2:last-child {
        padding-bottom: 0
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2 ul {
        padding-top: .375rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: .75rem
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2:last-child ul {
        padding-bottom: 0
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2>a,
    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2>span {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #3c3c3c;
        font-weight: 700
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2>a:after {
        font-family: utimaco;
        content: "\e900";
        font-weight: 400;
        vertical-align: text-bottom;
        padding-left: .625rem
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-2>a:hover {
        color: #0068b4
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-3 {
        width: 25%
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-3.active>a {
        color: #0068b4
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-3>a {
        display: inline-block;
        padding: .625rem 1.875rem .625rem 0;
        font-size: .9375rem;
        line-height: 1.375rem;
        color: #3c3c3c
    }

    nav.main li.lvl-0>ul li.lvl-1>div.lvl-2-warp li.lvl-3>a:hover {
        color: #0068b4
    }

    .nav-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .nav-row nav.language,
    .nav-row nav.second {
        padding-top: .5rem
    }

    .nav-row nav.language ul:not(.contextual-links),
    .nav-row nav.second ul:not(.contextual-links) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none !important;
        margin: 0
    }

    .nav-row nav.language ul:not(.contextual-links) li,
    .nav-row nav.second ul:not(.contextual-links) li {
        padding-left: .75rem
    }

    .nav-row nav.language ul:not(.contextual-links) li.active>a,
    .nav-row nav.second ul:not(.contextual-links) li.active>a {
        border-bottom: 1px solid #3c3c3c
    }

    .nav-row nav.language ul:not(.contextual-links) li.is-active>a,
    .nav-row nav.second ul:not(.contextual-links) li.is-active>a {
        border-bottom: 1px solid #3c3c3c
    }

    .nav-row nav.language ul:not(.contextual-links) li a,
    .nav-row nav.second ul:not(.contextual-links) li a {
        position: relative;
        color: #3c3c3c;
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 400
    }

    .nav-row nav.language ul:not(.contextual-links) li a:hover:after,
    .nav-row nav.second ul:not(.contextual-links) li a:hover:after {
        display: block
    }

    .nav-row .desktop-language-button {
        display: block;
        padding-right: 1.25rem;
        margin-left: .9375rem;
        font-size: .875rem;
        margin-top: .25rem;
        position: relative;
        text-transform: uppercase
    }

    .nav-row .desktop-language-button:after {
        font-family: utimaco;
        content: "\e90e";
        font-size: .875rem;
        vertical-align: top;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: -webkit-transform .25s linear;
        transition: -webkit-transform .25s linear;
        transition: transform .25s linear;
        transition: transform .25s linear, -webkit-transform .25s linear;
        position: absolute;
        right: 0
    }

    .nav-row .desktop-language-button.open:after {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .nav-row nav.language {
        position: relative
    }

    .nav-row nav.language ul:not(.contextual-links) {
        position: absolute;
        display: none;
        top: 2.875rem;
        left: 50%;
        -webkit-transform: translateX(calc(-50% + .75rem));
        -ms-transform: translateX(calc(-50% + .75rem));
        transform: translateX(calc(-50% + .75rem));
        padding: .375rem 0 .25rem;
        border: 1px solid #99a4ab;
        background-color: #eceef0
    }

    .nav-row nav.language ul:not(.contextual-links).open {
        display: block
    }

    .nav-row nav.language ul:not(.contextual-links) li {
        padding: 0
    }

    .nav-row nav.language ul:not(.contextual-links) li a {
        text-decoration: none;
        margin: 0;
        padding: .125rem .625rem .1875rem .625rem;
        display: block;
        border-bottom: none !important;
        color: #3c3c3c;
        text-transform: none
    }

    .nav-row nav.language ul:not(.contextual-links) li a:hover {
        color: #0068b4
    }

    .menu-cols {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance;
        display: block !important
    }

    .menu-cols li {
        width: 100% !important
    }

    .menu-cols li a {
        width: 100% !important;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }
}

#cover {
    background: #3c3c3c;
    opacity: .3;
    width: 100vw;
    height: 100vh;
    z-index: 19;
    position: fixed;
    display: none
}

.topnav {
    background: #f6f8f9;
    height: 1.875rem;
    z-index: 24
}

.topnav .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.topnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:780px) {
    .topnav ul {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.topnav ul li {
    height: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.topnav ul li.search-slot-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.topnav ul li.search-slot-wrap a.search-button {
    height: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    margin-right: 0
}

.topnav ul li.search-slot-wrap form {
    width: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.875rem
}

.topnav ul li.search-slot-wrap form input {
    border: 0;
    height: 1.625rem;
    margin: 0 0 0 .3125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%
}

.topnav ul li.search-slot-wrap form input::-webkit-input-placeholder {
    font-size: .875rem
}

.topnav ul li.search-slot-wrap form input::-moz-placeholder {
    font-size: .875rem
}

.topnav ul li.search-slot-wrap form input:-ms-input-placeholder {
    font-size: .875rem
}

.topnav ul li.search-slot-wrap form input::-ms-input-placeholder {
    font-size: .875rem
}

.topnav ul li.search-slot-wrap form input::placeholder {
    font-size: .875rem
}

.topnav ul li.search-slot-wrap.open form {
    width: 11.875rem
}

.topnav ul li.search-slot-wrap.open a.search span {
    display: none
}

.topnav ul li.search-slot-wrap.open a.search:before {
    font-family: utimaco;
    content: "\e912";
    font-size: 1.125rem
}

.topnav ul li a {
    font-size: .875rem;
    line-height: .875rem;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.875rem
}

@media print,
screen and (max-width:39.99875em) {
    .topnav ul li a {
        margin-right: 0
    }
}

.topnav ul li a.search {
    margin-left: .3125rem
}

.topnav ul li a.my-utimaco {
    white-space: nowrap
}

.topnav ul li a.my-utimaco::before {
    font-family: utimaco;
    content: "\e902";
    font-size: 1.125rem;
    padding-right: .3125rem
}

.topnav ul li a.downloads {
    position: relative
}

.topnav ul li a.downloads::before {
    font-family: utimaco;
    content: "\e927";
    font-size: 1.125rem;
    padding-right: .3125rem
}

.topnav ul li a.downloads span.counter {
    display: inline-block;
    text-align: center
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .topnav ul li a.downloads {
        margin-right: 0
    }
}

.topnav .desktop-language-button {
    display: block;
    padding-right: 1.25rem;
    font-size: .875rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer
}

.topnav .desktop-language-button:after {
    font-family: utimaco;
    content: "\e90e";
    font-size: .875rem;
    vertical-align: top;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    position: absolute;
    right: 0
}

.topnav .desktop-language-button.open:after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.topnav nav.language {
    position: relative
}

.topnav nav.language ul:not(.contextual-links) {
    position: absolute;
    display: none;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + .75rem));
    -ms-transform: translateX(calc(-50% + .75rem));
    transform: translateX(calc(-50% + .75rem));
    padding: .375rem 0 .25rem;
    border: 1px solid #99a4ab;
    background-color: #f6f8f9;
    z-index: 100
}

.topnav nav.language ul:not(.contextual-links).open {
    display: block
}

.topnav nav.language ul:not(.contextual-links) li {
    padding: 0
}

.topnav nav.language ul:not(.contextual-links) li a {
    text-decoration: none;
    margin: 0;
    padding: .125rem .625rem .1875rem .625rem;
    display: block;
    border-bottom: none !important;
    color: #3c3c3c;
    text-transform: none
}

.topnav nav.language ul:not(.contextual-links) li a:hover {
    color: #0068b4
}

.banner-container {
    margin-top: -.6875rem;
    width: 100%
}

div.menu-banner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, from(#eceef0), to(#8a9ca5));
    background: linear-gradient(90deg, #eceef0 0, #8a9ca5 100%);
    max-height: 533px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

div.menu-banner .cell {
    padding-bottom: 0 !important
}

div.menu-banner .xcell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0 !important
}

div.menu-banner .xcell.icon-cell {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: .9375rem;
    padding-right: 1.875rem
}

div.menu-banner .xcell.icon-cell img {
    width: 5.625rem;
    max-width: unset
}

div.menu-banner .xcell.sp-headline {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

div.menu-banner .xcell.sp-headline h2 {
    margin-bottom: 1.25rem;
    color: #0068b4
}

div.menu-banner .xcell.sp-headline .text {
    font-size: 1.75rem;
    line-height: 2.3125rem;
    color: #0068b4
}

div.menu-banner .xcell.button-cell {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 3.75rem;
    padding-right: .9375rem;
    padding-bottom: 0 !important
}

div.menu-banner .xcell.button-cell a.button-rect {
    margin-top: 0;
    text-align: center;
    color: #3c3c3c;
    font-size: 1.25rem;
    white-space: nowrap
}

div.menu-banner .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75rem;
    width: 100%
}

footer {
    position: relative;
    z-index: 18;
    background: #fff;
    padding-bottom: 1.25rem
}

footer .footer-top-row {
    padding: 1.875rem 0 1.875rem 0
}

@media print,
screen and (max-width:63.99875em) {
    footer .footer-top-row {
        padding-bottom: 1.5625rem
    }
}

footer .footer-top-row .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 20;
    background: #fff
}

footer .footer-top-row .footer-top .ut-logo {
    width: 10.625rem;
    padding-bottom: .3125rem
}

footer .footer-top-row .footer-top .ut-claim {
    width: 12.5rem;
    margin: 0 auto 0 auto
}

@media print,
screen and (max-width:63.99875em) {
    footer .footer-top-row .footer-top .ut-claim {
        margin: unset;
        width: 9.875rem
    }
}

@media print,
screen and (max-width:63.99875em) {
    footer .footer-top-row .footer-top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

footer .footer-top-row .footer-top-claimtxt {
    font-size: .875rem;
    line-height: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

footer .footer-top-row .footer-top-claimtxt .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (max-width:63.99875em) {
    footer .footer-top-row .footer-top-claimtxt .txt {
        margin-bottom: 1.25rem
    }
}

footer .footer-top-row .footer-top-claimtxt .footer-top-badges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-items: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-top-row .footer-top-claimtxt .footer-top-badges img {
    width: 4.375rem;
    height: 5.1875rem;
    margin-left: 1.25rem
}

@media print,
screen and (max-width:63.99875em) {
    footer .footer-top-row .footer-top-claimtxt .footer-top-badges img:first-child {
        margin-left: 0
    }
}

@media print,
screen and (max-width:63.99875em) {
    footer .footer-top-row .footer-top-claimtxt {
        margin-top: 1.875rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .footer-links {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-rule: 1px solid #99a4ab;
    -moz-column-rule: 1px solid #99a4ab;
    column-rule: 1px solid #99a4ab;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-top: 1.875rem
}

@media print,
screen and (max-width:63.99875em) {
    footer .footer-links {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

footer .footer-links p {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    font-size: inherit;
    line-height: inherit
}

footer nav.second {
    margin-top: 1.25rem
}

footer nav.second ul {
    list-style: none !important;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

footer nav.second ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

footer nav.second ul li a,
footer nav.second ul li span {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #3c3c3c;
    height: auto;
    white-space: nowrap;
    padding: .625rem 1.25rem .625rem 0
}

footer nav.second ul li a:hover {
    color: #0068b4
}

footer div.follow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1rem
}

footer div.follow h3 {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #3c3c3c;
    margin-bottom: .375rem;
    font-weight: 700
}

footer div.follow ul.iconlist {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

footer div.follow ul.iconlist li {
    margin: 0 1.0625rem
}

footer div.follow ul.iconlist li:first-child a {
    margin-left: 0
}

footer div.follow ul.iconlist li:last-child a {
    margin-right: 0
}

footer div.follow ul.iconlist li a {
    line-height: 0;
    font-size: 0;
    color: transparent
}

footer div.follow ul.iconlist li a:before {
    font-size: 2rem;
    line-height: 2rem;
    color: #8a9ca4
}

a.button-rect,
button.button-rect,
span.button-rect {
    display: inline-block;
    padding: .5625rem 2.5rem .5625rem 2.5rem;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center
}

a.button-rect.light-blue,
button.button-rect.light-blue,
span.button-rect.light-blue {
    border: 1px solid #0068b4;
    color: #0068b4;
    background: #f6f8f9
}

a.button-rect.use-basket:before,
button.button-rect.use-basket:before,
span.button-rect.use-basket:before {
    content: "\e914";
    font-family: utimaco;
    padding-right: .875rem
}

a.button-rect.use-basket span.not-active,
button.button-rect.use-basket span.not-active,
span.button-rect.use-basket span.not-active {
    display: inline
}

a.button-rect.use-basket span.active,
button.button-rect.use-basket span.active,
span.button-rect.use-basket span.active {
    display: none
}

a.button-rect.use-basket.active,
button.button-rect.use-basket.active,
span.button-rect.use-basket.active {
    background-color: #0068b4;
    color: #fff
}

a.button-rect.use-basket.active:before,
button.button-rect.use-basket.active:before,
span.button-rect.use-basket.active:before {
    content: "\e926"
}

a.button-rect.use-basket.active span.active,
button.button-rect.use-basket.active span.active,
span.button-rect.use-basket.active span.active {
    display: inline
}

a.button-rect.use-basket.active span.not-active,
button.button-rect.use-basket.active span.not-active,
span.button-rect.use-basket.active span.not-active {
    display: none
}

a.button-rect.flat,
button.button-rect.flat,
span.button-rect.flat {
    -webkit-box-shadow: none;
    box-shadow: none
}

a.button-rect.blue,
button.button-rect.blue,
span.button-rect.blue {
    background-color: #0068b4;
    color: #fff
}

a.button-rect.share,
button.button-rect.share,
span.button-rect.share {
    font-size: .875rem;
    line-height: 1.25rem;
    white-space: nowrap;
    padding: .4375rem .9375rem;
    font-weight: 400;
    display: inline-block;
    margin: .3125rem;
    border-radius: 1px
}

a.button-rect.share.twitter:before,
button.button-rect.share.twitter:before,
span.button-rect.share.twitter:before {
    content: "\e964";
    font-family: utimaco;
    padding-right: .375rem
}

a.button-rect.share.linkedin:before,
button.button-rect.share.linkedin:before,
span.button-rect.share.linkedin:before {
    content: "\e95f";
    font-family: utimaco;
    padding-right: .375rem
}

a.button-round {
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

a.button-round.contact-widget {
    background-color: #fbba00;
    position: fixed;
    right: 1.25rem;
    bottom: 4.25rem;
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print,
screen and (max-width:39.99875em) {
    a.button-round.contact-widget {
        right: .5rem;
        bottom: .3125rem
    }
}

a.button-round.contact-widget:after {
    content: "\e921";
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: utimaco;
    color: #fff
}

a.button-round.contact-widget.close:after {
    content: "\e912"
}

a.button-round.utiverse-widget {
    position: fixed;
    background-color: #0068b4;
    right: 1.25rem;
    bottom: 6.25rem;
    z-index: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

a.button-round.utiverse-widget img {
    border-radius: 50%
}

@media print,
screen and (max-width:39.99875em) {
    a.button-round.utiverse-widget {
        right: .5rem;
        bottom: .9375rem
    }
}

a.button-round.utiverse-widget:after {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: utimaco;
    color: #fff
}

a.button-round.utiverse-widget.close:after {
    content: "\e912"
}

a.button-round.utiverse-widget.close img {
    display: none
}

a.button-round.basket {
    background-color: #0068b4;
    position: fixed;
    right: 1.25rem;
    bottom: 6.25rem;
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

a.button-round.basket.color-change {
    -webkit-animation: colorblinker .7s linear;
    animation: colorblinker .7s linear;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4
}

@media print,
screen and (max-width:39.99875em) {
    a.button-round.basket {
        right: .5rem;
        bottom: 4.375rem
    }
}

a.button-round.basket:after {
    content: "\e914";
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: utimaco;
    color: #fff;
    position: absolute;
    top: .5rem
}

a.button-round.basket span {
    position: absolute;
    color: #fff;
    font-size: .875rem;
    line-height: .875rem;
    padding-bottom: .5625rem;
    top: 2.5rem
}

@-webkit-keyframes colorblinker {
    0% {
        background-color: #0068b4
    }

    40% {
        background-color: #fbba00
    }

    60% {
        background-color: #fbba00
    }

    100% {
        background-color: #0068b4
    }
}

@keyframes colorblinker {
    0% {
        background-color: #0068b4
    }

    40% {
        background-color: #fbba00
    }

    60% {
        background-color: #fbba00
    }

    100% {
        background-color: #0068b4
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes blinker {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

a.explore {
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #0068b4
}

@media print,
screen and (max-width:39.99875em) {
    a.explore {
        margin-bottom: 1.25rem;
        width: 100%
    }
}

a.explore:before {
    font-family: utimaco;
    content: "\e900";
    padding-right: .75rem
}

ul.linklist {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.linklist li {
    position: relative
}

ul.linklist li a {
    position: relative;
    border-bottom: 1px solid #77b7e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .8125rem 2.8125rem .9375rem 0;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

ul.linklist li a img {
    width: 1.75rem;
    margin-right: 15px;
    padding-top: 2px
}

ul.linklist li a:after {
    font-family: utimaco;
    content: "\e910";
    position: absolute;
    right: -.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #0068b4
}

ul.linklist2 {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.linklist2 li a {
    border-bottom: 1px solid #77b7e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8125rem 0 .9375rem 0;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

ul.linklist2 li a img {
    margin-right: .9375rem;
    width: 1.75rem
}

ul.linklist2 li a span {
    margin-right: auto;
    padding-right: 2.8125rem
}

ul.linklist2 li a i {
    font-size: 1.5rem;
    color: #0068b4;
    margin-right: -.3125rem
}

ul.linklistSp {
    list-style: none;
    margin: 0 1.25rem 0 1.25rem;
    padding: 0
}

@media print,
screen and (max-width:39.99875em) {
    ul.linklistSp {
        margin: 0 .9375rem 0 .9375rem
    }
}

ul.linklistSp li {
    page-break-inside: avoid;
    scroll-snap-align: end;
    scroll-margin-bottom: .0625rem
}

ul.linklistSp li div.sub {
    page-break-inside: avoid;
    display: none;
    background-color: #fff;
    line-height: .9375rem;
    height: auto !important;
    padding-bottom: .3125rem;
    margin-top: -.3125rem;
    position: absolute;
    z-index: 1;
    padding-left: 3.625rem;
    overflow: hidden;
    border-bottom: 1px solid #c4cdd1
}

@media print,
screen and (max-width:63.99875em) {
    ul.linklistSp li div.sub {
        margin-top: -.3125rem;
        height: 2.5rem;
        padding-bottom: .625rem;
        position: static
    }
}

ul.linklistSp li div.sub.active {
    display: block
}

ul.linklistSp li div.sub a {
    font-size: .9375rem;
    line-height: .9375rem;
    border: none;
    padding-right: .625rem;
    color: #3c3c3c;
    vertical-align: middle
}

ul.linklistSp li div.sub a:before {
    font-family: utimaco;
    content: "\e900";
    vertical-align: middle;
    padding-right: .375rem;
    line-height: .9375rem
}

@media print,
screen and (max-width:63.99875em) {
    ul.linklistSp li div.sub a {
        display: inline-block;
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

ul.linklistSp li div.sub a:hover {
    color: #0068b4
}

ul.linklistSp li>a {
    border-bottom: 1px solid #c4cdd1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .4375rem 0 .5rem .9375rem;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

ul.linklistSp li>a img {
    margin-right: .9375rem;
    width: 1.75rem
}

@media print,
screen and (max-width:63.99875em) {
    ul.linklistSp li>a img {
        margin-left: 0
    }
}

ul.linklistSp li>a span {
    margin-right: auto;
    padding-right: 2.8125rem;
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media print,
screen and (max-width:63.99875em) {
    ul.linklistSp li>a span {
        font-size: 1rem;
        line-height: 1.25rem;
        padding-right: 0
    }
}

ul.linklistSp li>a i {
    font-size: 1.25rem;
    color: #0068b4;
    margin-right: .9375rem;
    display: none
}

@media print,
screen and (max-width:63.99875em) {
    ul.linklistSp li>a i {
        margin-right: .625rem
    }
}

ul.linklistSp li>a.active {
    background-color: #fff;
    border-bottom: 1px solid transparent
}

@media print,
screen and (min-width:64em) {
    ul.linklistSp li>a.active i {
        display: block
    }
}

ul.jumpdowns {
    margin: 0 0 5.9375rem 0;
    padding: 0;
    list-style: none;
    text-align: center
}

@media print,
screen and (max-width:39.99875em) {
    ul.jumpdowns {
        text-align: left;
        margin: 0 0 3.4375rem 0
    }
}

ul.jumpdowns li {
    display: inline-block;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding-bottom: .625rem
}

@media print,
screen and (max-width:39.99875em) {
    ul.jumpdowns li {
        margin-left: 0;
        margin-right: .9375rem
    }
}

ul.jumpdowns li a {
    color: #0068b4;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-indent: -2.125rem;
    padding-left: 2.125rem;
    display: inline-block
}

@media print,
screen and (max-width:39.99875em) {
    ul.jumpdowns li a {
        text-align: left
    }
}

ul.jumpdowns li a:before {
    font-family: utimaco;
    content: "\e90e";
    padding-right: .625rem;
    font-size: 1.5rem;
    vertical-align: text-top
}

ul.share {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0
}

.helppage ul.jumpdowns {
    text-align: left
}

.helppage ul.jumpdowns li {
    display: block
}

ul.js-pager__items {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 0;
    list-style: none;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.js-pager__items li a.button {
    line-height: 0;
    font-size: 0;
    color: transparent;
    height: 4rem;
    width: 4rem;
    background-color: #eceef0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

ul.js-pager__items li a.button:after {
    font-family: utimaco;
    content: "\e91b";
    color: #0068b4;
    font-size: 2.75rem;
    line-height: 2.75rem
}

.button-group {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.75rem
}

@media print,
screen and (max-width:39.99875em) {
    .button-group {
        margin-bottom: 2.5rem
    }
}

.button-group .group-label {
    display: block;
    padding: .3125rem 1.25rem .3125rem 0;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #3c3c3c
}

@media print,
screen and (max-width:39.99875em) {
    .button-group .group-label {
        width: 100%;
        text-align: center;
        padding: 0;
        padding-bottom: .625rem
    }
}

.button-group .active {
    display: block;
    padding: .3125rem 1.25rem;
    border: 1px solid #eceef0;
    background: #eceef0;
    font-size: .875rem;
    line-height: 1.25rem
}

@media print,
screen and (max-width:39.99875em) {
    .button-group .active {
        padding: .3125rem .625rem
    }
}

.button-group a {
    display: block;
    padding: .3125rem 1.25rem;
    border: 1px solid #eceef0;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #0068b4
}

@media print,
screen and (max-width:39.99875em) {
    .button-group a {
        padding: .3125rem .625rem
    }
}

.rtf-box .rtf p:last-child {
    margin-bottom: 0
}

.rtf .responsive-map,
.timeline .txt .responsive-map,
body.cke_editable .responsive-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative
}

.rtf .responsive-map iframe,
.timeline .txt .responsive-map iframe,
body.cke_editable .responsive-map iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.rtf img,
.timeline .txt img,
body.cke_editable img {
    width: 100%
}

.rtf figure,
.timeline .txt figure,
body.cke_editable figure {
    position: relative
}

.rtf figure.original_size,
.timeline .txt figure.original_size,
body.cke_editable figure.original_size {
    width: auto;
    max-width: 100%;
    display: table
}

.rtf figure.original_size img,
.timeline .txt figure.original_size img,
body.cke_editable figure.original_size img {
    width: auto;
    max-width: 100%
}

@media print,
screen and (max-width:63.99875em) {

    .rtf table,
    .timeline .txt table,
    body.cke_editable table {
        font-size: 1.8vw;
        line-height: 2.2vw
    }
}

.rtf table th,
.timeline .txt table th,
body.cke_editable table th {
    text-align: left
}

.rtf table tbody,
.rtf table tfoot,
.rtf table thead,
.timeline .txt table tbody,
.timeline .txt table tfoot,
.timeline .txt table thead,
body.cke_editable table tbody,
body.cke_editable table tfoot,
body.cke_editable table thead {
    border: 1px solid #eceef0;
    background-color: #fff
}

.rtf table thead,
.timeline .txt table thead,
body.cke_editable table thead {
    background-color: #eceef0
}

.rtf table tbody tr:nth-child(odd),
.timeline .txt table tbody tr:nth-child(odd),
body.cke_editable table tbody tr:nth-child(odd) {
    border-bottom: 0;
    background-color: #fff
}

.rtf table tbody tr:nth-child(even),
.timeline .txt table tbody tr:nth-child(even),
body.cke_editable table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #eceef0
}

.rtf table.borders-alternating-rows tbody tr:nth-child(odd) td,
.timeline .txt table.borders-alternating-rows tbody tr:nth-child(odd) td,
body.cke_editable table.borders-alternating-rows tbody tr:nth-child(odd) td {
    border: 1px solid #eceef0
}

.rtf table.borders-alternating-rows tbody tr:nth-child(even) td,
.timeline .txt table.borders-alternating-rows tbody tr:nth-child(even) td,
body.cke_editable table.borders-alternating-rows tbody tr:nth-child(even) td {
    border: 1px solid #fff
}

.rtf table.borders-alternating-rows th,
.timeline .txt table.borders-alternating-rows th,
body.cke_editable table.borders-alternating-rows th {
    border: 1px solid #fff
}

.rtf table.borders-head tbody tr,
.timeline .txt table.borders-head tbody tr,
body.cke_editable table.borders-head tbody tr {
    background-color: #fff
}

.rtf table.borders-head td,
.timeline .txt table.borders-head td,
body.cke_editable table.borders-head td {
    border: 1px solid #eceef0
}

.rtf table.borders-head th,
.timeline .txt table.borders-head th,
body.cke_editable table.borders-head th {
    border: 1px solid #fff
}

.rtf table.only-borders tbody tr,
.timeline .txt table.only-borders tbody tr,
body.cke_editable table.only-borders tbody tr {
    background-color: #fff
}

.rtf table.only-borders td,
.timeline .txt table.only-borders td,
body.cke_editable table.only-borders td {
    border: 1px solid #eceef0
}

.rtf table.only-borders th,
.timeline .txt table.only-borders th,
body.cke_editable table.only-borders th {
    background: #fff;
    border: 1px solid #eceef0
}

.rtf table.alternating-cols tr,
.timeline .txt table.alternating-cols tr,
body.cke_editable table.alternating-cols tr {
    background-color: #fff
}

.rtf table.alternating-cols td:nth-child(even),
.rtf table.alternating-cols th:nth-child(even),
.timeline .txt table.alternating-cols td:nth-child(even),
.timeline .txt table.alternating-cols th:nth-child(even),
body.cke_editable table.alternating-cols td:nth-child(even),
body.cke_editable table.alternating-cols th:nth-child(even) {
    background-color: #fff;
    border: 1px solid #eceef0
}

.rtf table.alternating-cols td:nth-child(odd),
.rtf table.alternating-cols th:nth-child(odd),
.timeline .txt table.alternating-cols td:nth-child(odd),
.timeline .txt table.alternating-cols th:nth-child(odd),
body.cke_editable table.alternating-cols td:nth-child(odd),
body.cke_editable table.alternating-cols th:nth-child(odd) {
    background-color: #eceef0;
    border: 1px solid #fff
}

.rtf .introtext,
.timeline .txt .introtext,
body.cke_editable .introtext {
    font-size: 1.75rem;
    line-height: 2.3125rem;
    color: #0068b4;
    text-align: center
}

@media print,
screen and (max-width:63.99875em) {

    .rtf .introtext,
    .timeline .txt .introtext,
    body.cke_editable .introtext {
        font-size: 1.3125rem;
        line-height: 2rem
    }
}

.rtf hr,
.timeline .txt hr,
body.cke_editable hr {
    border-color: #8a9ca4;
    margin: 1.875rem auto 3.125rem auto
}

.rtf ul,
.timeline .txt ul,
body.cke_editable ul {
    list-style: none;
    margin-left: 0
}

.rtf ul:last-child,
.timeline .txt ul:last-child,
body.cke_editable ul:last-child {
    margin-bottom: 0
}

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

    .rtf ul.cols-2,
    .timeline .txt ul.cols-2,
    body.cke_editable ul.cols-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

.rtf ul li,
.timeline .txt ul li,
body.cke_editable ul li {
    padding-bottom: 1.0625rem;
    margin-left: 2.0625rem;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    position: relative
}

.rtf ul li::before,
.timeline .txt ul li::before,
body.cke_editable ul li::before {
    content: "■";
    color: #0068b4;
    display: inline-block;
    width: 1.4375rem;
    margin-left: -1.4375rem;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: .75rem;
    line-height: .75rem;
    padding-top: 1.125rem
}

.rtf ul li.check::before,
.timeline .txt ul li.check::before,
body.cke_editable ul li.check::before {
    content: "\e90c";
    font-family: utimaco;
    color: #0068b4;
    display: inline-block;
    width: 2.0625rem;
    margin-left: -2.0625rem;
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 3px;
    font-size: 1.5rem;
    line-height: 1.5rem
}

.rtf ul li.link,
.timeline .txt ul li.link,
body.cke_editable ul li.link {
    margin-left: 0
}

.rtf ul li.link:before,
.timeline .txt ul li.link:before,
body.cke_editable ul li.link:before {
    content: "";
    margin-left: 0 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.rtf ul li.link a.link,
.timeline .txt ul li.link a.link,
body.cke_editable ul li.link a.link {
    text-indent: -2rem;
    padding-left: 2rem;
    padding-bottom: 0
}

.rtf ul li.link a.link:before,
.timeline .txt ul li.link a.link:before,
body.cke_editable ul li.link a.link:before {
    padding-right: .8125rem
}

.rtf a,
.timeline .txt a,
body.cke_editable a {
    text-decoration: underline
}

.rtf a.link,
.timeline .txt a.link,
body.cke_editable a.link {
    display: inline-block;
    text-decoration: none;
    color: #0068b4;
    padding-bottom: 10px;
    text-indent: -1.875rem;
    padding-left: 1.875rem
}

.rtf a.link:before,
.timeline .txt a.link:before,
body.cke_editable a.link:before {
    font-family: utimaco;
    content: "\e900";
    padding-right: .625rem;
    vertical-align: top
}

.rtf a.link-centered,
.timeline .txt a.link-centered,
body.cke_editable a.link-centered {
    display: block;
    text-decoration: none;
    color: #0068b4;
    padding-bottom: 10px;
    margin: 0 auto;
    width: auto;
    text-align: center
}

.rtf a.link-centered:before,
.timeline .txt a.link-centered:before,
body.cke_editable a.link-centered:before {
    font-family: utimaco;
    content: "\e900";
    padding-right: .625rem;
    vertical-align: top
}

.rtf a.link-centered.back:before,
.timeline .txt a.link-centered.back:before,
body.cke_editable a.link-centered.back:before {
    content: "\e905"
}

.rtf a.email,
.timeline .txt a.email,
body.cke_editable a.email {
    display: inline-block;
    text-decoration: none;
    color: #0068b4;
    padding-bottom: 10px;
    text-indent: -1.875rem;
    padding-left: 1.875rem
}

.rtf a.email:before,
.timeline .txt a.email:before,
body.cke_editable a.email:before {
    font-family: utimaco;
    content: "\e915";
    padding-right: .625rem;
    vertical-align: top
}

.rtf a.download,
.timeline .txt a.download,
body.cke_editable a.download {
    display: inline-block;
    text-decoration: none;
    color: #0068b4;
    padding-bottom: 10px;
    text-indent: -1.875rem;
    padding-left: 1.875rem
}

.rtf a.download:before,
.timeline .txt a.download:before,
body.cke_editable a.download:before {
    font-family: utimaco;
    content: "\e914";
    padding-right: .625rem;
    vertical-align: top
}

.rtf p.greybox,
.timeline .txt p.greybox,
body.cke_editable p.greybox {
    background: #f6f8f9;
    padding: 1.875rem
}

.joboffer ul {
    margin-bottom: 6.25rem
}

.joboffer ul:last-child {
    margin-bottom: 0
}

div.rtf.large-8:has(div.ut_svg_to_12_columns_in_rte) {
    width: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

body.cke_editable {
    padding: 20px
}

.cke_panel_list h1,
.cke_panel_list h2,
.cke_panel_list h3,
.cke_panel_list h4,
.cke_panel_list h5,
.cke_panel_list h6 {
    font-size: 12px !important
}

.cke_panel_listItem,
.cke_panel_listItem a p {
    font-size: 12px !important
}

button.media-library-item__edit {
    cursor: pointer;
    font-size: 11px;
    background-color: #add8e6;
    border: 1px solid gray;
    padding: 2px
}

figcaption[contenteditable=true] {
    top: 40px
}

.box {
    margin-bottom: 7.5rem
}

@media print,
screen and (max-width:63.99875em) {
    .box {
        margin-bottom: 5rem
    }
}

.box-s {
    margin-bottom: 3.75rem
}

@media print,
screen and (max-width:63.99875em) {
    .box-s {
        margin-bottom: 2.5rem
    }
}

.box-xs {
    margin-bottom: 2.5rem
}

@media print,
screen and (max-width:63.99875em) {
    .box-xs {
        margin-bottom: 2.5rem
    }
}

.reduce-bottom-of-above {
    margin-top: -3.75rem
}

@media print,
screen and (max-width:63.99875em) {
    .reduce-bottom-of-above {
        margin-top: -2.5rem
    }
}

div.delivery-flash {
    width: 100%;
    height: 2.5rem;
    border-radius: 2.5rem;
    background: #eceef0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 2.5rem;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 1.25rem;
    text-transform: uppercase
}

div.delivery-flash span:before {
    content: " ";
    background-color: #15a500;
    height: .625rem;
    width: .625rem;
    line-height: 2.5rem;
    font-size: .625rem;
    display: inline-block;
    border-radius: .625rem;
    padding-bottom: 1px;
    margin-right: .625rem
}

div.delivery-flash.yellow span:before {
    background-color: #fbba00
}

div.delivery-flash.red span:before {
    background-color: red
}

div.image-text+div.image-text {
    margin-top: -3.75rem
}

div.image-text figure {
    position: relative !important
}

div.image-text .image img {
    width: 100%
}

@media print,
screen and (max-width:63.99875em) {
    div.image-text .image {
        margin-bottom: 1.25rem
    }
}

@media print,
screen and (max-width:63.99875em) {
    div.image-text.reverse .grid-x {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

div.keyvis {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, right top, left top, from(#a2d3f3), color-stop(25.39%, #59a1d8), color-stop(50%, #0068b4), color-stop(75.2%, #005295), to(#003e77));
    background: linear-gradient(270deg, #a2d3f3 0, #59a1d8 25.39%, #0068b4 50%, #005295 75.2%, #003e77 100%);
    overflow: hidden;
    height: 54vw;
    max-height: 28.125rem
}

@media print,
screen and (min-width:64em) {
    div.keyvis {
        margin-top: .25rem
    }
}

div.keyvis .swiper-slide {
    width: 100%;
    height: 100%
}

div.keyvis div.quickedit-field {
    width: auto
}

div.keyvis figure {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

div.keyvis figure img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 530px
}

div.keyvis .dimmer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background: #000;
    opacity: .25
}

div.keyvis .dimmer.gradient {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 50, 98, 0)), to(rgba(0, 50, 98, .85)));
    background: linear-gradient(270deg, rgba(0, 50, 98, 0) 0, rgba(0, 50, 98, .85) 100%)
}

div.keyvis .keyvis-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff
}

div.keyvis .keyvis-content .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

div.keyvis .keyvis-content .cell h1 {
    text-shadow: 0 0 5px #000
}

div.keyvis .keyvis-content .cell .ceiling {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 2.5rem;
    text-align: center;
    text-shadow: 0 0 5px #000
}

@media print,
screen and (max-width:39.99875em) {
    div.keyvis .keyvis-content .cell .ceiling {
        margin-bottom: .9375rem;
        font-size: .875rem
    }
}

div.keyvis .keyvis-content .cell a.button-rect {
    margin-top: 1.75rem;
    text-align: center
}

@media print,
screen and (max-width:39.99875em) {
    div.keyvis .keyvis-content .cell a.button-rect {
        margin-top: .9375rem;
        font-size: 1rem;
        line-height: 1.25rem
    }
}

div.keyvis.no-image {
    max-height: none;
    height: auto
}

div.keyvis.no-image figure {
    display: none
}

div.keyvis.no-image .keyvis-content {
    position: relative;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem
}

@media print,
screen and (max-width:39.99875em) {
    div.keyvis.no-image .keyvis-content {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }
}

div.keyvis.no-image .keyvis-content h1 {
    text-shadow: none
}

div.keyvis.no-image .keyvis-content .ceiling {
    text-shadow: none
}

div.highlight-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    background: -webkit-gradient(linear, right top, left top, from(#a2d3f3), color-stop(25.39%, #59a1d8), color-stop(50%, #0068b4), color-stop(75.2%, #005295), to(#003e77));
    background: linear-gradient(270deg, #a2d3f3 0, #59a1d8 25.39%, #0068b4 50%, #005295 75.2%, #003e77 100%);
    max-height: 533px;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem
}

div.highlight-box .content {
    color: #fff
}

div.highlight-box .content .grid-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

div.highlight-box .content .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

div.highlight-box .content .cell h2:after,
div.highlight-box .content .cell h2:before {
    border-color: #fff
}

div.highlight-box .content .cell .text {
    font-size: 1.75rem;
    line-height: 2.3125rem;
    text-align: center;
    margin-bottom: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    div.highlight-box .content .cell .text {
        font-size: 1.3125rem;
        line-height: 2rem
    }
}

div.highlight-box .content .cell a.button-rect {
    margin-top: 0;
    text-align: center
}

@media print,
screen and (max-width:39.99875em) {
    div.highlight-box .content .cell a.button-rect {
        margin-top: .9375rem
    }
}

div.highlight-box.grey {
    background: -webkit-gradient(linear, right top, left top, from(#eceef0), to(#8a9ca5));
    background: linear-gradient(270deg, #eceef0 0, #8a9ca5 100%)
}

div.highlight-box.grey .text,
div.highlight-box.grey h2 {
    color: #3c3c3c
}

div.highlight-box.grey h2:after,
div.highlight-box.grey h2:before {
    border-color: #3c3c3c !important
}

div.highlight-bild-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    background: -webkit-gradient(linear, right top, left top, from(#a2d3f3), color-stop(25.39%, #59a1d8), color-stop(50%, #0068b4), color-stop(75.2%, #005295), to(#003e77));
    background: linear-gradient(270deg, #a2d3f3 0, #59a1d8 25.39%, #0068b4 50%, #005295 75.2%, #003e77 100%);
    padding-top: 4.375rem;
    padding-bottom: 4.375rem
}

div.highlight-bild-box .content {
    color: #fff
}

div.highlight-bild-box .content figure {
    position: relative
}

div.highlight-bild-box .content .fx-image-pop figure {
    -webkit-transition: all .5s;
    transition: all .5s
}

div.highlight-bild-box .content .fx-image-pop-init figure {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

div.highlight-bild-box .content .fx-image-pop-active figure {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

div.highlight-bild-box .content .grid-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

div.highlight-bild-box .content .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

div.highlight-bild-box .content .cell h2:after,
div.highlight-bild-box .content .cell h2:before {
    border-color: #fff
}

div.highlight-bild-box .content .cell .text {
    font-size: 1.75rem;
    line-height: 2.3125rem;
    text-align: center;
    margin-bottom: 2.5rem
}

@media print,
screen and (max-width:39.99875em) {
    div.highlight-bild-box .content .cell .text {
        font-size: 1.3125rem;
        line-height: 2rem
    }
}

div.highlight-bild-box .content .cell a.button-rect {
    margin-top: 0;
    text-align: center
}

@media print,
screen and (max-width:39.99875em) {
    div.highlight-bild-box .content .cell a.button-rect {
        margin-top: .9375rem
    }
}

div.highlight-bild-box.grey {
    background: -webkit-gradient(linear, right top, left top, from(#eceef0), to(#8a9ca5));
    background: linear-gradient(270deg, #eceef0 0, #8a9ca5 100%)
}

div.highlight-bild-box.grey .text,
div.highlight-bild-box.grey h2 {
    color: #3c3c3c
}

div.highlight-bild-box.grey h2:after,
div.highlight-bild-box.grey h2:before {
    border-color: #3c3c3c !important
}

.icon-boxes .icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .625rem;
    margin-bottom: 3.75rem
}

@media print,
screen and (max-width:39.99875em) {
    .icon-boxes .icon-box {
        margin-bottom: 2.5rem
    }
}

.icon-boxes .icon-box h3 {
    margin-bottom: 1.25rem;
    color: #0068b4;
    text-align: center
}

.icon-boxes .icon-box .rtf {
    padding-left: .625rem;
    padding-right: .625rem
}

.icon-boxes .icon-box .rtf p:last-child {
    margin-bottom: 0
}

.icon-boxes .icon-box .text {
    text-align: center
}

.icon-boxes .icon-box figure {
    width: auto;
    margin-bottom: 1.5625rem
}

.icon-boxes .icon-box figure img {
    height: 4.375rem
}

.icon-boxes .icon-box a.button-rect {
    margin-top: 1.25rem;
    border: 1px solid #0068b4;
    color: #0068b4;
    background: #f6f8f9
}

.teasers .teaser-boxes .teaser-box-wrap {
    margin-left: .9375rem;
    margin-right: .9375rem;
    display: block;
    margin-bottom: 1.875rem;
    position: relative !important
}

.teasers .teaser-boxes .teaser-box-wrap.swiper-slide {
    height: unset
}

@media print,
screen and (max-width:39.99875em) {
    .teasers .teaser-boxes .teaser-box-wrap {
        margin-bottom: .9375rem
    }
}

.teasers .teaser-boxes .teaser-box-wrap:after {
    font-family: utimaco;
    content: "\e900";
    padding-right: .625rem;
    vertical-align: top;
    position: absolute;
    bottom: 1.25rem;
    right: .625rem;
    font-size: 1.625rem;
    color: #0068b4
}

.teasers .teaser-boxes .teaser-box-wrap.no-arrow:after {
    content: ""
}

.teasers .teaser-boxes .teaser-box-wrap:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.teasers .teaser-boxes .teaser-box-wrap:hover h3 {
    color: #0068b4
}

@media print,
screen and (min-width:40em) {
    .teasers .teaser-boxes .teaser-box-wrap.no-mb {
        margin-bottom: 0
    }
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box {
    height: 100%;
    cursor: pointer;
    background: #fff;
    padding-bottom: 3.75rem;
    border: 1px solid #8a9ca4
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box figure img {
    width: 100%
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box .infobar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box .infobar .category {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .375rem 1.25rem .25rem 1.25rem;
    text-transform: uppercase;
    font-weight: 400;
    background: #f6f8f9
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box .infobar .category.no-bg {
    background: 0 0
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box .infobar .info-text,
.teasers .teaser-boxes .teaser-box-wrap .teaser-box .infobar time {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding: .625rem 1.25rem .5625rem 1.25rem
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box h3 {
    margin-top: 1.25rem;
    padding: 0 1.25rem 0 1.25rem;
    margin-bottom: 0
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box .figure+h3,
.teasers .teaser-boxes .teaser-box-wrap .teaser-box .infobar+h3 {
    margin-top: .625rem
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box .text {
    padding: 0 1.25rem 0 1.25rem
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box .text p:last-child {
    margin-bottom: 0
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box h3+.text {
    margin-top: 1.25rem
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box figure+.text {
    margin-top: 1.875rem
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box a.button-rect {
    margin-top: 1.25rem;
    border: 1px solid #0068b4;
    color: #0068b4
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-box .save-the-date {
    position: absolute;
    background-color: #fbba00;
    top: 1.25rem;
    left: 1.25rem;
    padding: .125rem .25rem 0 .25rem;
    font-size: .875rem;
    line-height: 1.125rem;
    border-radius: 4px;
    vertical-align: baseline;
    color: #3c3c3c;
    font-weight: 400
}

.teasers .teaser-boxes .teaser-box-wrap.small .teaser-box {
    padding-bottom: .625rem
}

.teasers .teaser-boxes .teaser-box-wrap.small .teaser-box h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-top: .75rem;
    padding-bottom: .3125rem
}

.teasers .teaser-boxes .teaser-box-wrap.small .teaser-box h3+.text {
    margin-top: 0
}

.teasers .teaser-boxes .teaser-box-wrap.small .teaser-box .text {
    font-size: .875rem;
    line-height: 1.25rem
}

.teasers .teaser-boxes .teaser-box-wrap.small:after {
    content: ""
}

.teasers .teaser-boxes .teaser-box-wrap.download .overlay {
    display: none
}

.teasers .teaser-boxes .teaser-box-wrap.download .teaser-box {
    padding-bottom: .625rem
}

.teasers .teaser-boxes .teaser-box-wrap.download .teaser-box h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-top: .1875rem;
    margin-bottom: .25rem
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket {
    position: relative !important
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket div.wrap2 {
    height: 100%
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket .basketButton {
    cursor: pointer;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: #fbba00;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: .625rem;
    left: .625rem;
    font-size: 1.875rem;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket .basketButton:before {
    font-family: utimaco;
    content: "\e914"
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket.active .overlay {
    display: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket.active .overlay span {
    background-color: #0068b4;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3.75rem;
    height: 3.75rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket.active .overlay span i {
    color: #fff;
    font-size: 1.875rem
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket.active .overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: .25;
    background-color: #007cbe
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket.active .basketButton {
    background-color: #0068b4
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket.active .basketButton:before {
    content: "\e926";
    color: #fff
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket.active h3 {
    color: #3c3c3c
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket:after {
    content: ""
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket span.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #8a9ca4;
    height: 1.5rem;
    width: 1.5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    pointer-events: all
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket span.info:hover {
    background-color: #0068b4
}

.teasers .teaser-boxes .teaser-box-wrap.download.use-basket .teaser-box.landscape {
    cursor: default
}

@media print,
screen and (min-width:64em) {
    .teasers .teaser-boxes .teaser-box-wrap.download.use-basket .teaser-box.landscape {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 0
    }

    .teasers .teaser-boxes .teaser-box-wrap.download.use-basket .teaser-box.landscape figure {
        width: 50%
    }

    .teasers .teaser-boxes .teaser-box-wrap.download.use-basket .teaser-box.landscape figure img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .teasers .teaser-boxes .teaser-box-wrap.download.use-basket .teaser-box.landscape .info-wrap {
        width: 50%;
        padding-bottom: .9375rem
    }

    .teasers .teaser-boxes .teaser-box-wrap.download.use-basket .teaser-box.landscape .info-wrap .infobar {
        padding-top: .3125rem
    }

    .teasers .teaser-boxes .teaser-box-wrap.download.use-basket .teaser-box.landscape .info-wrap .infobar .category {
        background: 0 0
    }

    .teasers .teaser-boxes .teaser-box-wrap.download.use-basket .teaser-box.landscape .info-wrap h3 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }

    .teasers .teaser-boxes .teaser-box-wrap.download.use-basket .teaser-box.landscape .basketButton {
        right: calc(50% + 10px)
    }
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-bg-crop {
    height: 17.5rem;
    position: relative
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-bg-crop figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 17.5rem
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-bg-crop .cover {
    background: rgba(0, 0, 0, .25);
    height: 17.5rem;
    width: 100%;
    position: absolute;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-bg-crop .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 30px
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-bg-crop .content h3 {
    font-size: 1.75rem;
    line-height: 2.3125rem;
    font-weight: 200;
    color: #fff;
    margin-bottom: 1.875rem;
    text-shadow: 0 0 5px #000
}

@media print,
screen and (max-width:63.99875em) {
    .teasers .teaser-boxes .teaser-box-wrap .teaser-bg-crop .content h3 {
        font-size: 1.3125rem;
        line-height: 2rem
    }
}

.teasers .teaser-boxes .teaser-box-wrap .teaser-bg-crop .content .button-rect {
    color: #3c3c3c
}

.teasers .teaser-boxes .teaser-box-wrap.overlay-teaser-wrapper.teaser-box-wrap {
    border: 1px solid #8a9ca4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.teasers .teaser-boxes .teaser-box-wrap.overlay-teaser-wrapper.teaser-box-wrap a.def-download {
    display: block
}

.teasers .teaser-boxes .teaser-box-wrap.overlay-teaser-wrapper.teaser-box-wrap .teaser-box {
    border: none;
    cursor: pointer
}

.teasers .teaser-boxes .teaser-box-wrap.overlay-teaser-wrapper.teaser-box-wrap .teaser-footer {
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f6f8f9;
    padding: .3125rem 0 .3125rem 0
}

.teasers .teaser-boxes .teaser-box-wrap.overlay-teaser-wrapper.teaser-box-wrap .teaser-footer .languages-label {
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1.875rem;
    width: auto;
    padding: 0 0 0 1.25rem;
    white-space: nowrap
}

.teasers .teaser-boxes .teaser-box-wrap.overlay-teaser-wrapper.teaser-box-wrap .teaser-footer ul.languages-links {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    font-size: .875rem;
    width: auto;
    text-transform: uppercase;
    margin-left: .75rem;
    margin-right: .75rem
}

.teasers .teaser-boxes .teaser-box-wrap.overlay-teaser-wrapper.teaser-box-wrap .teaser-footer ul.languages-links li {
    line-height: 1.875rem
}

.teasers .teaser-boxes .teaser-box-wrap.overlay-teaser-wrapper.teaser-box-wrap .teaser-footer ul.languages-links li a {
    padding: 0 .5rem 0 .5rem;
    color: #0068b4
}

.teasers .teaser-boxes .teaser-box-wrap.overlay-teaser-wrapper.teaser-box-wrap .teaser-footer ul.languages-links li a:hover {
    text-decoration: underline
}

.teasers .teaser-boxes.col-2 .teaser-box-wrap {
    width: calc(50% - 1.875rem)
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .teasers .teaser-boxes.col-2 .teaser-box-wrap {
        width: calc(50% - 1.875rem)
    }
}

@media print,
screen and (max-width:39.99875em) {
    .teasers .teaser-boxes.col-2 .teaser-box-wrap {
        width: calc(100% - 1.875rem)
    }
}

.teasers .teaser-boxes.col-3 .teaser-box-wrap {
    width: calc(33.33333% - 1.875rem)
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .teasers .teaser-boxes.col-3 .teaser-box-wrap {
        width: calc(50% - 1.875rem)
    }
}

@media print,
screen and (max-width:39.99875em) {
    .teasers .teaser-boxes.col-3 .teaser-box-wrap {
        width: calc(100% - 1.875rem)
    }
}

.teasers .teaser-boxes.col-4 .teaser-box-wrap {
    width: calc(25% - 1.875rem)
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .teasers .teaser-boxes.col-4 .teaser-box-wrap {
        width: calc(50% - 1.875rem)
    }
}

@media print,
screen and (max-width:39.99875em) {
    .teasers .teaser-boxes.col-4 .teaser-box-wrap {
        width: calc(100% - 1.875rem)
    }
}

.teasers .teaser-boxes div.teaser-box-wrap:after {
    content: "" !important
}

.teasers .teaser-boxes div.teaser-box-wrap:hover h3 {
    color: #3c3c3c
}

.teasers .teaser-boxes div.teaser-box-wrap .teaser-box {
    cursor: default
}

.download.use-basket:not(.active) a[data-downloadtype=email] button.basketButton:before {
    content: "\e927" !important
}

.tabs-box {
    border-bottom: .9375rem solid #eceef0
}

@media print,
screen and (max-width:63.99875em) {
    .tabs-box {
        border-bottom: .625rem solid #eceef0
    }
}

.tabs-box .tabs-buttons {
    background: #eceef0
}

.tabs-box .tabs-buttons ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabs-box .tabs-buttons ul li {
    list-style: none;
    margin: .9375rem 0 0 0;
    padding: .9375rem .9375rem 0 0;
    height: 3.6875rem;
    overflow: hidden;
    position: relative
}

@media print,
screen and (max-width:63.99875em) {
    .tabs-box .tabs-buttons ul li {
        height: 3.125rem;
        padding: .5625rem .9375rem 0 0
    }
}

.tabs-box .tabs-buttons ul li a {
    white-space: nowrap;
    padding: .9375rem 1.25rem;
    color: #fff;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#77b7e5), to(#59a1d8));
    background: linear-gradient(180deg, #77b7e5 0, #59a1d8 100%);
    -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .2);
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 1.875rem
}

@media print,
screen and (max-width:63.99875em) {
    .tabs-box .tabs-buttons ul li a {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: .9375rem .625rem
    }
}

.tabs-box .tabs-buttons ul li a:hover {
    background: #fff;
    color: #3c3c3c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.tabs-box .tabs-buttons ul li.is-active a {
    background: #fff;
    color: #3c3c3c
}

.tabs-box .tabs-title {
    float: none
}

.tabs-box .tabs-title a {
    display: inline
}

.tabs-box .tabs-panel {
    padding: unset
}

.tabs-box .tabs-contents .grid-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs-box .tabs-contents>.cell {
    position: relative;
    background: #fff;
    margin-top: 3.75rem
}

.tabs-box .tabs-contents>.cell .box:last-child {
    margin-bottom: 3.75rem
}

@media print,
screen and (max-width:63.99875em) {
    .tabs-box .tabs-contents>.cell {
        margin-top: 2.5rem
    }
}

.tabs-box-startpage {
    margin-top: -2.375rem;
    z-index: 19;
    position: relative
}

@media print,
screen and (max-width:63.99875em) {
    .tabs-box-startpage {
        margin-top: -1.75rem
    }
}

.tabs-box-startpage .tabs-buttons ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media print,
screen and (max-width:39.99875em) {
    .tabs-box-startpage .tabs-buttons ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tabs-box-startpage .tabs-buttons ul li {
    width: 33.3%;
    list-style: none;
    margin-left: 1.875rem;
    height: auto;
    overflow: hidden;
    position: relative
}

@media print,
screen and (max-width:39.99875em) {
    .tabs-box-startpage .tabs-buttons ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: .9375rem
    }

    .tabs-box-startpage .tabs-buttons ul li:last-child {
        margin-bottom: 0
    }
}

.tabs-box-startpage .tabs-buttons ul li:first-child {
    margin-left: 0
}

.tabs-box-startpage .tabs-buttons ul li:not(.is-active):hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.tabs-box-startpage .tabs-buttons ul li a {
    white-space: nowrap;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: #fff;
    text-decoration: none;
    background: #0068b4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 2.3125rem
}

@media print,
screen and (max-width:63.99875em) {
    .tabs-box-startpage .tabs-buttons ul li a {
        font-size: 1.25rem;
        line-height: 1rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.tabs-box-startpage .tabs-buttons ul li a:after {
    font-family: utimaco;
    content: "\e90e";
    font-size: 1.25rem;
    vertical-align: text-top;
    position: absolute;
    right: 1.25rem;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .tabs-box-startpage .tabs-buttons ul li a:after {
        content: ""
    }
}

.tabs-box-startpage .tabs-buttons ul li:nth-child(1) a {
    background: #004684
}

.tabs-box-startpage .tabs-buttons ul li:nth-child(2) a {
    background: #005295
}

.tabs-box-startpage .tabs-buttons ul li.is-active a {
    background: #f6f8f9;
    color: #0068b4
}

.tabs-box-startpage .tabs-buttons ul li.is-active a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .tabs-box-startpage .tabs-buttons ul li.is-active a:after {
        content: ""
    }
}

.tabs-box-startpage .tabs-panel {
    padding: unset
}

.tabs-box-startpage .tabs-contents .grid-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs-box-startpage .tabs-contents>.cell {
    position: relative;
    margin-top: 0
}

.tabs-box-startpage .tabs-contents>.cell .box:last-child {
    margin-bottom: 3.75rem
}

.tabs-box-startpage .tabs-contents .linklist-wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background: #f6f8f9
}

@media print,
screen and (max-width:63.99875em) {
    .tabs-box-startpage .tabs-contents .linklist-wrap {
        height: 23.9375rem;
        overflow-y: auto;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

#sp-tabs-content {
    height: 0;
    overflow: hidden
}

div.linklist h2.h3style {
    margin-bottom: 1.25rem;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    color: #3c3c3c;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left
}

@media print,
screen and (max-width:39.99875em) {
    div.linklist h2.h3style {
        font-size: 1.4375rem;
        line-height: 2rem
    }
}

div.linklist h2.h3style:after,
div.linklist h2.h3style:before {
    content: none
}

div.linklist ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

@media print,
screen and (max-width:63.99875em) {
    div.linklist ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

div.newsletter-box {
    background: #eceef0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    max-height: 533px;
    padding-top: 2.1875rem;
    padding-bottom: 1.9375rem
}

div.newsletter-box .content {
    color: #3c3c3c
}

div.newsletter-box .content .grid-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

div.newsletter-box .content .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

div.newsletter-box .content .cell h2 {
    margin-bottom: 1.125rem
}

div.newsletter-box .content .cell h2:after,
div.newsletter-box .content .cell h2:before {
    content: none
}

div.newsletter-box .content .cell .rtf,
div.newsletter-box .content .cell .rtf p {
    font-size: 1.75rem;
    line-height: 2.3125rem;
    text-align: center
}

@media print,
screen and (max-width:39.99875em) {

    div.newsletter-box .content .cell .rtf,
    div.newsletter-box .content .cell .rtf p {
        font-size: 1.3125rem;
        line-height: 2rem
    }
}

div.newsletter-box .content .cell a.button-rect {
    margin-top: 0;
    text-align: center
}

@media print,
screen and (max-width:39.99875em) {
    #job-table {
        font-size: 2.8vw;
        line-height: 3.2vw
    }
}

#job-table tr {
    border: 1px solid #eceef0
}

#job-table tr:nth-child(even) {
    background: #fff
}

#job-table th select {
    margin-bottom: 0
}

@media print,
screen and (max-width:39.99875em) {
    #job-table th select {
        font-size: 2.5vw;
        line-height: 3.2vw;
        background-size: .625rem .625rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    #job-table td {
        width: 33.3333%
    }
}

#job-table td a {
    color: #0068b4
}

#views-exposed-form-ut-current-topics-filtered2-block-1 {
    display: none
}

#block-tagsinuttags {
    text-align: center
}

#block-tagsinuttags .tagclouds-term {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #0068b4
}

#block-tagsinuttags .tagclouds-term a {
    font-size: .875rem;
    line-height: 1.25rem;
    white-space: nowrap;
    color: #0068b4;
    padding: .4375rem .9375rem;
    background: #f6f8f9;
    font-weight: 400;
    display: inline-block;
    margin: .3125rem
}

#block-tagsinuttags .tagclouds-term a span {
    color: #000;
    padding-left: .3125rem
}

#block-tagsinuttags .tagclouds-term a.active {
    background-color: #0068b4;
    color: #fff
}

#block-tagsinuttags .tagclouds-term a.active span {
    color: #fff
}

#block-tagsinuttags .more-link {
    display: none
}

div.tags-label {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: .875rem;
    line-height: 1rem;
    margin-bottom: 1.875rem;
    font-weight: 400
}

.tag-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tag-bar div a {
    font-size: .875rem;
    line-height: 1.25rem;
    white-space: nowrap;
    color: #0068b4;
    padding: .4375rem .9375rem;
    background: #f6f8f9;
    font-weight: 400;
    display: inline-block;
    margin: .3125rem
}

.partner-teasers {
    display: block
}

.partner-teasers .partner-teaser {
    margin-bottom: 1.875rem;
    border: 1px solid #8a9ca4;
    position: relative;
    padding-bottom: 1.25rem
}

.partner-teasers .partner-teaser:after {
    font-family: utimaco;
    content: "\e900";
    padding-right: .625rem;
    vertical-align: top;
    position: absolute;
    bottom: 1.25rem;
    right: .625rem;
    font-size: 1.625rem;
    color: #0068b4
}

.partner-teasers .partner-teaser:last-child {
    border: 1px solid #8a9ca4
}

.partner-teasers .partner-teaser figure {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: auto;
    text-align: center
}

.partner-teasers .partner-teaser figure img {
    max-width: 15.0625rem
}

.partner-teasers .partner-teaser .partner-name {
    color: #3c3c3c;
    padding: 1.25rem;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.3125rem
}

.partner-teasers .partner-teaser .cell.infos {
    padding: 1.5rem .9375rem 0 .9375rem
}

.partner-teasers .partner-teaser .cell.infos table {
    border: none;
    width: 100%;
    margin: 0
}

.partner-teasers .partner-teaser .cell.infos table tbody {
    border: none;
    padding: 0
}

.partner-teasers .partner-teaser .cell.infos table tr {
    background-color: #fff !important
}

.partner-teasers .partner-teaser .cell.infos table tr td {
    vertical-align: top;
    color: #3c3c3c;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0 1.25rem .9375rem 0
}

.partner-teasers .partner-teaser .cell.infos table tr td:first-child {
    font-weight: 700;
    white-space: nowrap;
    min-width: 10rem
}

.partner-teasers .partner-teaser .cell.infos table tr td:last-child {
    width: 100%
}

.cell.partner-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.125rem
}

.cell.partner-logo img {
    max-width: 20.625rem
}

div.partner-locator.rtf-box .cell p {
    margin-bottom: 3.125rem
}

div.partner-locator.rtf-box .cell .lbl {
    display: block;
    color: #3c3c3c;
    font-weight: 500;
    margin-bottom: 1.375rem
}

div.partner-locator.rtf-box .cell .value {
    display: block;
    font-weight: 300
}

.sp-banner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sp-banner:before {
    content: " ";
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sp-banner .txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2.25rem
}

.sp-banner .txt h3 {
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1.875rem
}

.sp-banner img {
    height: 17.5rem;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.persobanner {
    margin-bottom: 5.625rem
}

.circular-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.circular-image figure {
    width: auto;
    position: relative;
    margin-bottom: 1.875rem
}

.circular-image figure .circular--landscape {
    position: relative;
    width: 13.125rem;
    height: 13.125rem;
    overflow: hidden;
    border-radius: 50%
}

.circular-image figure .circular--landscape img {
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

.circular-image figure figcaption {
    text-shadow: none;
    color: #000;
    font-size: .625rem;
    line-height: 1rem;
    font-weight: 500;
    position: absolute;
    top: -.875rem;
    right: -1.0625rem;
    text-shadow: 1px 1px 0 0 rgba(0, 0, 0, .5);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    width: 100%;
    text-align: center
}

.author-box .circular-image figure {
    margin-bottom: 1.25rem
}

.author-box .circular-image figure .circular--landscape {
    width: 9.375rem;
    height: 9.375rem
}

.author-box .cell {
    text-align: center
}

.author-box .image-label {
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.25rem
}

.author-box a.button-rect {
    margin-bottom: 0
}

.author-box a.link-centered {
    margin-top: 2.5rem
}

.product-info-box {
    border: 1.875rem solid #f6f8f9
}

.product-info-box .pib-item {
    border-bottom: 1.875rem solid #f6f8f9;
    padding: .9375rem
}

.product-info-box .pib-item ul {
    list-style: none;
    margin: 0;
    margin-top: .3125rem
}

.product-info-box .pib-item ul li {
    display: inline-block;
    margin-left: 0;
    padding-bottom: .3125rem;
    line-height: 1.25rem;
    font-size: .875rem
}

.product-info-box .pib-item ul li:before {
    content: none
}

.product-info-box .pib-item ul li a {
    display: inline-block;
    text-decoration: none;
    color: #0068b4;
    padding-bottom: 0;
    text-indent: -1.25rem;
    padding-left: 1.25rem;
    margin-right: 1.5625rem;
    font-size: .875rem;
    line-height: 1.25rem
}

.product-info-box .pib-item ul li a:before {
    font-family: utimaco;
    content: "\e900";
    padding-right: .4375rem;
    vertical-align: top
}

.product-info-box .pib-item ul.pib-contact {
    margin-top: -.3125rem
}

.product-info-box .pib-item a.pib-icon {
    margin-top: .625rem;
    display: grid;
    grid-template-columns: 3.75rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-info-box .pib-item a.pib-icon i {
    font-size: 3.125rem;
    line-height: 3.125rem;
    color: #0068b4
}

.product-info-box .pib-item a.pib-icon i:before {
    content: "\e928"
}

.product-info-box .pib-item a.pib-icon i.firmware:before {
    content: "\e929"
}

.product-info-box .pib-item a.pib-icon i.platform:before {
    content: "\e928"
}

.product-info-box .pib-item a.pib-icon i.as-a-service:before {
    content: "\e923"
}

.product-info-box .pib-item a.pib-icon span {
    color: #0068b4;
    padding-bottom: 0;
    text-indent: -1.875rem;
    padding-left: 1.875rem;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.product-info-box .pib-item a.pib-icon span:before {
    font-family: utimaco;
    content: "\e900";
    padding-right: .75rem;
    vertical-align: top
}

.product-info-box .pib-item .pib-label {
    font-weight: 400;
    margin-bottom: 0
}

.product-info-box .pib-item .delivery-flash {
    background: 0 0;
    padding: 0;
    margin: 0;
    text-align: left
}

.product-info-box .pib-item .delivery-flash span {
    text-transform: none
}

.product-info-box .pib-item:last-child {
    border-bottom: none
}

@media print,
screen and (max-width:63.99875em) {
    .product-info-box {
        margin-top: 1.875rem
    }
}

.search-result-section-wrap {
    position: relative
}

.search-result-section-wrap .search-result-section {
    padding-top: 10rem
}

.search-result-section-wrap .search-result-section .search-slot-section {
    margin-top: .25rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #f6f8f9
}

.search-result-section-wrap .search-result-section .search-slot-section input {
    margin: 0
}

.search-result-section-wrap .search-result-section .search-slot-section input.button {
    background-color: #fbba00 !important;
    color: #3c3c3c !important;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

.search-result-section-wrap .search-result-section .search-slot-section .search-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (max-width:63.99875em) {
    .search-result-section-wrap .search-result-section .search-slot-section {
        padding-top: 1.125rem;
        padding-bottom: .9375rem
    }
}

.search-result-section-wrap .search-result-section .search-results {
    margin-top: .625rem
}

.search-result-section-wrap .search-result-section h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    margin: 0
}

@media print,
screen and (max-width:63.99875em) {
    .search-result-section-wrap .search-result-section h1 {
        font-size: 1.625rem;
        line-height: 1.625rem;
        margin-bottom: 1rem
    }
}

.search-result-row {
    width: 100%
}

.search-cell .views-element-container h2 {
    display: none
}

.search-cell .search-results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-cell .search-results header {
    width: 100%;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    margin-bottom: 1.875rem;
    z-index: 10
}

.search-cell .search-results #no-result-area {
    width: 100%;
    -webkit-box-ordinal-group: 51;
    -webkit-order: 50;
    -ms-flex-order: 50;
    order: 50
}

.search-cell .search-results form {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.search-cell .search-results form .form-item-search {
    padding-right: .9375rem;
    width: 100%
}

.search-cell .search-results form input[name=search] {
    height: 2.8125rem
}

.search-cell .search-results form .button {
    display: inline-block;
    padding: .5625rem 2.5rem .625rem 2.5rem;
    border-radius: 3px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    background-color: #0068b4;
    color: #fff
}

.search-cell .search-results div.filterButton {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: 1.25rem;
    width: 100%
}

.search-cell .search-results div.filterButton button {
    width: 100%;
    height: 2.8125rem
}

.search-cell .search-results .views-row {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
    width: 100%
}

.search-cell .search-results .pagination-wrap {
    -webkit-box-ordinal-group: 31;
    -webkit-order: 30;
    -ms-flex-order: 30;
    order: 30;
    width: 100%
}

.search-cell .no-results-area {
    margin-top: 2.5rem
}

.search-cell .no-results-area .large-8 {
    width: 100%
}

.search-cell .no-results-area .cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.search-cell .no-results-area .double-gutter {
    padding-left: .9375rem !important;
    padding-right: .9375rem !important
}

.search-cell .no-results-area .rtf.box {
    margin-bottom: 2.5rem
}

.searchteaser-box-wrap {
    width: 100%;
    display: block;
    margin-bottom: 1.875rem;
    position: relative
}

@media print,
screen and (max-width:39.99875em) {
    .searchteaser-box-wrap {
        margin-bottom: .9375rem
    }
}

.searchteaser-box-wrap:after {
    font-family: utimaco;
    content: "\e900";
    padding-right: .625rem;
    vertical-align: top;
    position: absolute;
    bottom: 1.25rem;
    right: .625rem;
    font-size: 1.625rem;
    color: #0068b4
}

@media print,
screen and (max-width:63.99875em) {
    .searchteaser-box-wrap:after {
        bottom: .625rem;
        right: .625rem
    }
}

.searchteaser-box-wrap:hover h3 {
    color: #0068b4
}

.search-result-box {
    height: 100%;
    cursor: pointer;
    padding-bottom: 1.25rem;
    border: 1px solid #8a9ca4;
    position: relative
}

@media print,
screen and (max-width:63.99875em) {
    .search-result-box {
        padding-bottom: 1.875rem
    }
}

.search-result-box .infobar {
    padding: .625rem 1.25rem .625rem 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-result-box .infobar .category {
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-weight: 400
}

.search-result-box .infobar time {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400
}

.search-result-box .info-cell {
    padding-right: 3.125rem
}

@media print,
screen and (max-width:63.99875em) {
    .search-result-box .info-cell {
        padding-right: 0
    }
}

.search-result-box figure {
    position: relative
}

@media print,
screen and (max-width:63.99875em) {
    .search-result-box img {
        max-width: 100%;
        margin-bottom: 1.25rem
    }
}

.search-result-box h3 {
    margin-bottom: 0
}

@media print,
screen and (max-width:63.99875em) {
    .search-result-box h3 {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.search-result-box .large-12 {
    padding-left: 1.25rem
}

@media print,
screen and (max-width:63.99875em) {
    .search-result-box .large-12 {
        padding-left: 0
    }
}

.search-result-box .text p:last-child {
    margin-bottom: 0
}

@media print,
screen and (max-width:63.99875em) {
    .search-result-box .text {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.search-result-box a.button-rect {
    margin-top: 1.25rem;
    border: 1px solid #0068b4;
    color: #0068b4
}

.facet-cell button {
    margin-bottom: 1.875rem
}

.facet-cell img {
    width: 70%
}

.block-facets-ajax {
    margin-bottom: 1.875rem
}

.block-facets-ajax h2 {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    font-size: 1.5rem
}

.block-facets-ajax h2:after,
.block-facets-ajax h2:before {
    border: none;
    max-width: 0;
    min-width: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.block-facets-ajax .facets-widget-checkbox {
    margin-bottom: 1.25rem
}

.block-facets-ajax .facets-widget-checkbox li.facet-item {
    display: block;
    position: relative;
    padding-left: 1.875rem;
    margin-bottom: .625rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.block-facets-ajax .facets-widget-checkbox li.facet-item span.facet-item__value {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(10vw, 200px)
}

@media print,
screen and (max-width:63.99875em) {
    .block-facets-ajax .facets-widget-checkbox li.facet-item span.facet-item__value {
        max-width: min(60vw, 100%)
    }
}

.block-facets-ajax .facets-widget-checkbox li.facet-item span.facet-item__count {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden
}

.block-facets-ajax .facets-widget-checkbox li.facet-item label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5625rem;
    width: 1.5625rem;
    background-color: #c4cdd1
}

.block-facets-ajax .facets-widget-checkbox li.facet-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.block-facets-ajax .facets-widget-checkbox li.facet-item input:checked+label::before {
    background: #0068b4
}

.block-facets-ajax .facets-widget-checkbox li.facet-item input:checked+label::after {
    content: "";
    position: absolute;
    left: .5625rem;
    top: .25rem;
    width: .4375rem;
    height: .875rem;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.block-facets-ajax .facets-widget-checkbox.expandable .facet-checkbox-expandable-more {
    position: absolute;
    width: 100%;
    height: 1.875rem;
    right: 0
}

.block-facets-ajax .facets-widget-checkbox.expandable .facet-checkbox-expandable-more:before {
    content: "-";
    font-size: 1.625rem;
    line-height: 1.875rem;
    position: absolute;
    border: 1px solid #0068b4;
    width: 1.875rem;
    height: 1.875rem;
    text-align: center;
    vertical-align: middle;
    background: #0068b4;
    color: #fff;
    right: 0;
    z-index: 20
}

.block-facets-ajax .facets-widget-checkbox.expandable.open .facet-checkbox-expandable-more:before {
    content: "+"
}

.block-facets-ajax .facets-widget-checkbox ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0
}

.block-facets-ajax .facets-widget-checkbox ul li {
    height: 1.875rem;
    -webkit-transition: height .2s;
    transition: height .2s
}

.block-facets-ajax .facets-widget-checkbox.expandable {
    border-bottom: 1px solid #77b7e5;
    display: inline-block;
    width: 90%;
    position: relative
}

@media print,
screen and (max-width:63.99875em) {
    .block-facets-ajax .facets-widget-checkbox.expandable {
        max-width: 100%
    }
}

.block-facets-ajax .facets-widget-checkbox.expandable.open ul li:nth-child(n+4) {
    height: 0;
    overflow: hidden;
    margin-bottom: 0
}

.xtra {
    display: none
}

#filterModal.full {
    left: 0 !important;
    top: 0 !important;
    z-index: 20000
}

#filterModal.full .xtra {
    display: block
}

#facetLarge .xtra {
    display: block
}

nav.pager {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem
}

nav.pager .dimmed a {
    color: #3c3c3c;
    opacity: .8;
    pointer-events: none
}

nav.pager ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0
}

nav.pager li {
    margin-left: .3125rem;
    margin-right: .3125rem
}

@media print,
screen and (max-width:63.99875em) {
    nav.pager li {
        margin-left: .125rem;
        margin-right: .125rem
    }
}

@media print,
screen and (max-width:63.99875em) {
    nav.pager li.pager__item--ellipsis {
        display: none
    }
}

nav.pager a {
    color: #0068b4;
    display: inline-block;
    text-align: center;
    padding: .375rem 0 .375rem 0;
    width: 2.5rem
}

nav.pager a span {
    display: none
}

nav.pager a:hover {
    color: #0068b4
}

@media print,
screen and (max-width:63.99875em) {
    nav.pager a {
        width: 2.1875rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    nav.pager a {
        width: 3.75rem
    }
}

nav.pager .is-active a,
nav.pager a.is-active {
    color: #fff;
    height: 2.75rem;
    width: 2.75rem;
    padding: .375rem 0 .375rem 0;
    text-align: center;
    background-color: #0068b4;
    border-radius: 50%;
    display: inline-block
}

@media print,
screen and (max-width:39.99875em) {
    nav.pager .pager__item {
        display: none
    }
}

nav.pager .pager__item--next {
    margin-left: .9375rem;
    margin-right: .9375rem;
    display: inline-block
}

@media print,
screen and (max-width:63.99875em) {
    nav.pager .pager__item--next {
        margin-left: .3125rem;
        margin-right: .3125rem
    }
}

nav.pager .pager__item--next a:after {
    content: "\e910";
    font-family: utimaco;
    font-size: 1.625rem;
    line-height: 2.3125rem
}

nav.pager .pager__item--previous {
    margin-left: .9375rem;
    margin-right: .9375rem;
    display: inline-block
}

@media print,
screen and (max-width:63.99875em) {
    nav.pager .pager__item--previous {
        margin-left: .3125rem;
        margin-right: .3125rem
    }
}

nav.pager .pager__item--previous a:before {
    content: "\e90f";
    font-family: utimaco;
    font-size: 1.625rem;
    line-height: 2.3125rem;
    display: inline-block
}

nav.pager .pager__item--first {
    margin-left: 0;
    margin-right: 0;
    display: inline-block
}

nav.pager .pager__item--first a:before {
    content: "\e90f\e90f";
    font-family: utimaco;
    font-size: 1.625rem;
    line-height: 2.3125rem;
    margin-left: -1.25rem;
    display: inline-block;
    letter-spacing: -.9375rem
}

nav.pager .pager__item--last {
    margin-left: 0;
    margin-right: 0;
    display: inline-block
}

nav.pager .pager__item--last a:after {
    content: "\e910\e910";
    font-family: utimaco;
    font-size: 1.625rem;
    line-height: 2.3125rem;
    margin-left: -.625rem;
    letter-spacing: -.9375rem
}

ul.search-api-autocomplete-search {
    font-size: 1rem;
    line-height: 1.375rem
}

ul.search-api-autocomplete-search li {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.search-api-autocomplete-search .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion {
    background: #0068b4;
    color: #fff
}

@media print,
screen and (max-width:39.99875em) {
    .big-swiper {
        background-color: #eceef0;
        padding-bottom: 1.75rem
    }
}

.big-swiper .swiper-container {
    width: 100%;
    max-height: 28.125rem;
    overflow: hidden
}

@media print,
screen and (min-width:40em) {
    .big-swiper .swiper-container {
        height: 28.125rem
    }
}

.big-swiper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.big-swiper .swiper-slide:first-child .slide-wrap {
    visibility: visible !important
}

.big-swiper .swiper-slide div.slide-wrap {
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    cursor: grab;
    cursor: -webkit-grab
}

.big-swiper .swiper-slide div.slide-wrap div.text {
    text-align: left;
    position: absolute;
    top: calc(50% - 14px);
    left: max(30px, (100% - 1470px) / 2 + 30px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22.5rem;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

.big-swiper .swiper-slide div.slide-wrap div.text a {
    font-size: 1.75rem;
    line-height: 2.3125rem;
    font-weight: 700;
    color: #3c3c3c
}

.big-swiper .swiper-slide div.slide-wrap div.text a:after {
    margin-left: .625rem;
    font-family: utimaco;
    content: "\e900";
    vertical-align: middle;
    font-weight: 400
}

@media print,
screen and (max-width:39.99875em) {
    .big-swiper .swiper-slide div.slide-wrap div.text a {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
}

@media print,
screen and (min-width:40em) {
    .big-swiper .swiper-slide div.slide-wrap div.text {
        padding: 1.875rem .9375rem 1.875rem 1.25rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .big-swiper .swiper-slide div.slide-wrap div.text {
        position: static;
        padding-top: .9375rem;
        padding-bottom: .9375rem;
        padding-right: .9375rem;
        padding-left: .9375rem;
        width: 100%;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.big-swiper .swiper-slide div.slide-wrap picture {
    width: 100%
}

.big-swiper .swiper-slide div.slide-wrap img {
    width: 100%
}

.big-swiper .swiper-slide div.slide-wrap .cover {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(39.9%, rgba(0, 0, 0, 0)));
    background: linear-gradient(360deg, #000 0, rgba(0, 0, 0, 0) 39.9%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media print,
screen and (max-width:39.99875em) {
    .big-swiper .swiper-slide div.slide-wrap .cover {
        display: none
    }
}

.big-swiper .swiper-pagination {
    position: absolute;
    top: 23.75rem;
    line-height: .75rem
}

@media print,
screen and (max-width:39.99875em) {
    .big-swiper .swiper-pagination {
        position: static;
        line-height: .5rem;
        padding-bottom: .9375rem
    }
}

@media print,
screen and (min-width:40em) {
    .big-swiper .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff !important
    }

    .big-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #8a9ca4 !important
    }
}

.big-swiper .slider-img {
    position: relative
}

.big-swiper .slider-img img {
    height: 28.125rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media print,
screen and (max-width:39.99875em) {
    .big-swiper .slider-img img {
        height: 13.25rem
    }
}

.card-swiper .swiper-container {
    width: 100%;
    height: auto
}

.card-swiper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70vw !important;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto !important
}

@media print,
screen and (max-width:63.99875em) {
    .card-swiper .swiper-slide {
        width: 75vw !important
    }
}

@media screen and (min-width:90em) {
    .card-swiper .swiper-slide {
        width: 55vw !important
    }
}

.card-swiper .swiper-slide div.slide-wrap {
    margin-top: 1.5rem;
    margin-bottom: 7.5rem;
    padding: 5.625rem 1.875rem 5.625rem 3.125rem;
    -webkit-box-shadow: 0 20px 44px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 44px 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media print,
screen and (max-width:63.99875em) {
    .card-swiper .swiper-slide div.slide-wrap {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        padding: .9375rem .9375rem 1.875rem .9375rem;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 5rem
    }
}

.card-swiper .swiper-slide div.slide-wrap .text {
    text-align: left;
    padding: 0 1.875rem 0 0
}

@media print,
screen and (max-width:63.99875em) {
    .card-swiper .swiper-slide div.slide-wrap .text {
        padding: .625rem 0 0 0
    }
}

.card-swiper .swiper-slide div.slide-wrap .image {
    width: 270px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0
}

@media print,
screen and (max-width:63.99875em) {
    .card-swiper .swiper-slide div.slide-wrap .image {
        -webkit-flex-shrink: unset;
        -ms-flex-negative: unset;
        flex-shrink: unset;
        width: 100%
    }
}

.card-swiper .swiper-slide div.slide-wrap figure {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

.card-swiper .swiper-slide div.slide-wrap figure.contextual-region {
    position: relative !important
}

.card-swiper .swiper-slide div.slide-wrap figure img {
    position: absolute;
    top: 50%;
    width: auto;
    min-width: 100%;
    height: 100%;
    max-width: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle
}

.card-swiper .swiper-button-next,
.card-swiper .swiper-button-prev {
    height: 100%;
    width: calc(15vw - 40px);
    top: 0
}

.card-swiper .swiper-button-next:after,
.card-swiper .swiper-button-prev:after {
    content: ""
}

@media print,
screen and (max-width:63.99875em) {

    .card-swiper .swiper-button-next,
    .card-swiper .swiper-button-prev {
        display: none
    }
}

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

    .card-swiper .swiper-button-next,
    .card-swiper .swiper-button-prev {
        width: calc(22.5vw - 40px)
    }
}

.card-swiper .swiper-button-next {
    right: 0
}

.card-swiper .swiper-button-prev {
    left: 0
}

.swiper-teaser {
    margin-bottom: 8.125rem
}

@media print,
screen and (max-width:39.99875em) {
    .swiper-teaser {
        margin-bottom: 6.25rem
    }
}

.swiper-teaser .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-teaser .swiper-slide {
    height: unset !important
}

@media print,
screen and (min-width:40em) {
    .swiper-teaser .swiper-slide {
        max-width: 23.75rem
    }
}

@media print,
screen and (min-width:64em) {
    .swiper-teaser .swiper-slide {
        max-width: 20.625rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .swiper-teaser .swiper-slide {
        max-width: 40rem
    }
}

.swiper-teaser .cell {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden
}

.swiper-teaser .cell .teaser-box-wrap {
    margin-left: 0;
    margin-right: 0
}

.swiper-teaser .teaser-boxes {
    position: relative
}

.swiper-teaser .teaser-swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -1.25rem !important;
    margin-bottom: 0;
    width: 100%
}

.swiper-pagination-bullet {
    background-color: #c4cdd1 !important;
    opacity: 1 !important;
    height: .75rem !important;
    width: .75rem !important;
    margin: 0 8px 0 8px !important
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000 !important;
    opacity: 1 !important
}

.partner-swiper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background: #eceef0
}

@media print,
screen and (max-width:39.99875em) {
    .partner-swiper {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.partner-swiper .swiper-slide {
    width: 9rem
}

@media print,
screen and (max-width:39.99875em) {
    .partner-swiper .swiper-cell {
        width: 100%;
        margin: right 0;
        margin-left: 0
    }
}

.partner-swiper .name {
    font-size: .875rem;
    line-height: 1.25rem;
    width: 9rem;
    text-align: center;
    font-weight: 400;
    margin-top: .75rem
}

.partner-swiper .partner-bubble {
    width: 9rem;
    height: 9rem;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media print,
screen and (max-width:39.99875em) {
    .partner-swiper .partner-bubble {
        width: 8rem;
        height: 8rem
    }
}

.partner-swiper .partner-bubble img {
    height: 6.25rem;
    width: 6.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden
}

@media print,
screen and (max-width:39.99875em) {
    .partner-swiper .partner-bubble img {
        width: 5.625rem;
        height: 5.625rem
    }
}

.partner-swiper .swiper-button-next,
.partner-swiper .swiper-button-prev {
    width: 3.6875rem;
    height: 9rem;
    top: 0;
    margin-top: 0
}

@media print,
screen and (max-width:39.99875em) {

    .partner-swiper .swiper-button-next,
    .partner-swiper .swiper-button-prev {
        height: 8rem
    }
}

.partner-swiper .swiper-button-next:after,
.partner-swiper .swiper-button-prev:after {
    color: #8a9ca4;
    font-family: utimaco;
    font-size: 1.75rem;
    line-height: 1.75rem
}

.partner-swiper .swiper-button-next {
    background: -webkit-gradient(linear, left top, right top, color-stop(.85%, #eceef0), color-stop(100.85%, rgba(236, 238, 240, 0)));
    background: linear-gradient(90deg, #eceef0 .85%, rgba(236, 238, 240, 0) 100.85%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 0
}

.partner-swiper .swiper-button-next:after {
    content: "\e90f";
    margin-left: -2.375rem
}

@media print,
screen and (max-width:39.99875em) {
    .partner-swiper .swiper-button-next:after {
        margin-left: -1.875rem
    }
}

.partner-swiper .swiper-button-prev {
    background: -webkit-gradient(linear, left top, right top, color-stop(.85%, #eceef0), color-stop(100.85%, rgba(236, 238, 240, 0)));
    background: linear-gradient(90deg, #eceef0 .85%, rgba(236, 238, 240, 0) 100.85%);
    left: 0
}

.partner-swiper .swiper-button-prev:after {
    content: "\e90f";
    margin-left: -2.375rem
}

@media print,
screen and (max-width:39.99875em) {
    .partner-swiper .swiper-button-prev:after {
        margin-left: -1.875rem
    }
}

.swiper-icon {
    margin-bottom: 7.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .swiper-icon {
        margin-bottom: 6.5625rem
    }
}

.swiper-icon .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-icon .swiper-slide {
    height: unset !important;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    border: 0
}

.swiper-icon .swiper-slide img {
    width: 3.5rem;
    height: 3.5rem
}

.swiper-icon .swiper-slide .txt {
    padding-top: .625rem;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    max-width: 13.125rem;
    display: inline-block
}

.swiper-icon .cell {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden
}

.swiper-icon .teaser-boxes {
    position: relative
}

.swiper-icon .icon-swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -3.125rem !important
}

@media print,
screen and (max-width:39.99875em) {
    .swiper-icon .icon-swiper-pagination {
        bottom: -2.5rem !important
    }
}

div.swiper-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    background: -webkit-gradient(linear, right top, left top, from(#a2d3f3), color-stop(25.39%, #59a1d8), color-stop(50%, #0068b4), color-stop(75.2%, #005295), to(#003e77));
    background: linear-gradient(270deg, #a2d3f3 0, #59a1d8 25.39%, #0068b4 50%, #005295 75.2%, #003e77 100%);
    padding-top: 1.875rem;
    padding-bottom: 4.375rem
}

@media print,
screen and (max-width:39.99875em) {
    div.swiper-group {
        padding-top: 1.875rem;
        padding-bottom: 3rem
    }
}

div.swiper-group .content {
    color: #fff
}

@media print,
screen and (max-width:39.99875em) {
    div.swiper-group .content .sp-headline {
        margin-bottom: .625rem
    }
}

div.swiper-group .content .explore {
    color: #000
}

@media print,
screen and (max-width:39.99875em) {
    div.swiper-group .content .explore {
        color: #fff;
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

div.swiper-group .content .swiper-teaser {
    margin-bottom: 2.8125rem
}

div.swiper-group .content .swiper-teaser .explore {
    display: none
}

div.swiper-group .content .swiper-teaser:last-child {
    margin-bottom: 0
}

@media print,
screen and (max-width:39.99875em) {
    div.swiper-group .content .swiper-teaser .sp-headline {
        margin-bottom: 0
    }
}

div.swiper-group .content .swiper-teaser h3 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: .625rem
}

@media print,
screen and (max-width:39.99875em) {
    div.swiper-group .content .swiper-teaser h3 {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

div.swiper-group .content .swiper-teaser.teasers .teaser-boxes .teaser-box-wrap.small .teaser-box {
    padding-bottom: 1.25rem
}

div.swiper-group .content .swiper-teaser.teasers .teaser-boxes .teaser-box-wrap.small .teaser-box h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-top: .75rem;
    padding: 0 1.25rem .3125rem 1.25rem;
    font-weight: 400;
    margin-bottom: 0
}

div.swiper-group .content .swiper-teaser.teasers .teaser-boxes .teaser-box-wrap.small .teaser-box h4+.text {
    margin-top: 0
}

div.swiper-group .content .swiper-teaser.teasers .teaser-boxes .teaser-box-wrap.small .teaser-box .text {
    font-size: .875rem;
    line-height: 1.25rem
}

div.swiper-group .content .swiper-teaser.teasers .teaser-boxes .teaser-box-wrap.small .teaser-box .infobar+h4 {
    margin-top: .125rem;
    padding-bottom: .625rem
}

div.swiper-group .content .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: .5 !important
}

div.swiper-group .content .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important
}

.scroll-fx-image {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 7.5rem
}

@media print,
screen and (max-width:63.99875em) {
    .scroll-fx-image {
        margin-bottom: 5rem
    }
}

.scroll-fx-image .scroll-fx-image-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.fade-text {
    -webkit-animation-name: fade-text;
    animation-name: fade-text;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes fade-text {
    0% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-text {
    0% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.parallax-richtext {
    position: relative;
    margin: 0 0 1.875rem 0
}

.parallax-richtext .parallax-richtext-image-wrap {
    height: 25rem;
    overflow: hidden
}

.parallax-richtext .parallax-richtext-image-wrap .parallax-richtext-image {
    height: 100%
}

.parallax-richtext .parallax-richtext-image-wrap .parallax-richtext-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.parallax-richtext .parallax-richtext-button-wrap {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 75%, 0);
        transform: translate3d(0, 75%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 75%, 0);
        transform: translate3d(0, 75%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.parallax-richtext-content {
    opacity: 0
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    opacity: 1
}

div.stagelink-wrap {
    min-height: 1.25rem
}

div.stagelink-wrap div.stage-link {
    height: 1.875rem;
    background: #fbba00
}

@media print,
screen and (max-width:63.99875em) {
    div.stagelink-wrap div.stage-link {
        margin-top: 0
    }
}

div.stagelink-wrap div.stage-link .cell {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

div.stagelink-wrap div.stage-link .cell .grid-container {
    width: 100%
}

div.stagelink-wrap div.stage-link .cell div {
    line-height: 1.25rem
}

div.stagelink-wrap div.stage-link a {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #3c3c3c;
    font-weight: 700;
    vertical-align: middle;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

div.stagelink-wrap div.stage-link a span.linkflag {
    color: #fff;
    text-transform: uppercase;
    background-color: #0068b4;
    border-radius: 3px;
    padding: 0 .3125rem 0 .3125rem;
    margin-right: .625rem;
    font-weight: 400;
    display: inline-block
}

div.stagelink-wrap div.stage-link a span.txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

div.stagelink-wrap div.stage-link a span.arrow {
    display: inline-block
}

@media print,
screen and (max-width:39.99875em) {
    div.stagelink-wrap div.stage-link a span.arrow {
        margin-left: auto
    }
}

div.stagelink-wrap div.stage-link a span.arrow:after {
    font-family: utimaco;
    content: "\e900";
    margin-left: .625rem;
    font-weight: 700;
    font-size: .9375rem
}

div.stagelink-wrap div.stage-link a:hover {
    color: #0068b4
}

div.stagelink-wrap div.stage-link a.linkflag:before {
    content: "";
    margin: 0
}

div.startpage-intro {
    position: relative
}

div.startpage-intro figure {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: unset
}

div.startpage-intro figure img {
    width: 9.5rem
}

@media print,
screen and (max-width:39.99875em) {
    div.startpage-intro figure {
        position: absolute;
        right: 0;
        overflow: hidden;
        width: 5.625rem;
        height: 100%
    }

    div.startpage-intro figure img {
        position: absolute;
        width: 8.75rem;
        right: -70px;
        max-width: unset
    }
}

div.startpage-intro .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

div.startpage-intro .cell .text {
    padding-right: 1.25rem;
    margin-bottom: 3.75rem
}

@media print,
screen and (max-width:39.99875em) {
    div.startpage-intro .cell .text {
        width: 80%;
        margin-bottom: 1.875rem
    }
}

div.startpage-intro .cell .text h1 {
    color: #3c3c3c;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    text-align: left;
    margin-bottom: 1.25rem;
    font-weight: 400
}

@media print,
screen and (max-width:39.99875em) {
    div.startpage-intro .cell .text h1 {
        font-size: 1.4375rem;
        line-height: 2rem
    }
}

div.startpage-intro .cell .text .txt {
    color: #3c3c3c;
    font-size: 1.25rem;
    line-height: 1.875rem
}

div.startpage-intro .cell .text .txt p {
    font-size: unset;
    line-height: unset
}

div.startpage-intro .cell .text .txt p:last-child {
    margin-bottom: 0
}

div.startpage-intro .cell .text .txt a {
    color: #3c3c3c;
    font-size: 1.25rem;
    line-height: 1.875rem
}

div.startpage-intro .cell .text .txt a:after {
    margin-left: .3125rem;
    font-family: utimaco;
    line-height: .875rem;
    font-size: .875rem;
    content: "\e910";
    vertical-align: middle
}

div.stage-startpage .swiper-android .swiper-slide,
div.stage-startpage .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

div.stage-startpage .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

div.stage-startpage .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

div.stage-startpage .stage-ratio-16-9 {
    position: relative;
    overflow: hidden
}

div.stage-startpage .stage-ratio-16-9 figure img {
    max-height: 28.125rem;
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover
}

@media print,
screen and (max-width:39.99875em) {
    div.stage-startpage .stage-ratio-16-9 figure img {
        aspect-ratio: 1/1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

div.stage-startpage .stage-ratio-16-9 figure figcaption {
    display: none
}

div.stage-startpage .stage-ratio-16-9 .cover {
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 15
}

div.stage-startpage .stage-ratio-16-9 .text {
    position: absolute;
    top: calc(50% - 10px);
    left: max((100% - 1440px) / 2 + 113px, 113px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    max-width: 58.125rem;
    z-index: 18
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    div.stage-startpage .stage-ratio-16-9 .text {
        width: calc(100% - 60px);
        max-width: 50rem;
        left: 1.875rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    div.stage-startpage .stage-ratio-16-9 .text {
        width: calc(100% - 30px);
        left: .9375rem
    }
}

div.stage-startpage .stage-ratio-16-9 .text .roof-line {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #fff;
    margin-bottom: 1.875rem;
    text-shadow: 0 0 5px #000;
    text-align: left
}

@media print,
screen and (max-width:63.99875em) {
    div.stage-startpage .stage-ratio-16-9 .text .roof-line {
        margin-bottom: 1.25rem;
        font-size: 1rem;
        line-height: 1.375rem
    }
}

div.stage-startpage .stage-ratio-16-9 .text a.headline {
    color: #fff;
    text-align: left;
    font-size: 2.5rem;
    line-height: 3.25rem;
    text-shadow: 0 0 5px #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print,
screen and (max-width:63.99875em) {
    div.stage-startpage .stage-ratio-16-9 .text a.headline {
        font-size: 1.5rem;
        line-height: 2.25rem
    }
}

div.stage-startpage .stage-ratio-16-9 .text a.headline span.icon {
    display: block;
    width: 7.1875rem;
    padding-right: 1.25rem;
    padding-top: .4375rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

div.stage-startpage .stage-ratio-16-9 .text a.headline span.icon img {
    width: 100%
}

div.stage-startpage .stage-ratio-16-9 .text a.headline span.txt {
    display: inline
}

div.stage-startpage .stage-ratio-16-9 .text a.headline span.txt:after {
    font-family: utimaco;
    content: "\e900";
    margin-left: 1.25rem;
    font-size: 2.8125rem;
    line-height: 2.8125rem;
    vertical-align: middle
}

@media print,
screen and (max-width:63.99875em) {
    div.stage-startpage .stage-ratio-16-9 .text a.headline span.txt:after {
        margin-left: .625rem;
        font-size: 1.5625rem;
        line-height: 1.5625rem
    }
}

div.stage-startpage .stage-ratio-16-9 .diamonds {
    position: absolute;
    top: -95px;
    right: -95px;
    z-index: 17;
    --starttime: 1.4s;
    opacity: 0;
    -webkit-transform: translate(70%, -70%);
    -ms-transform: translate(70%, -70%);
    transform: translate(70%, -70%);
    -webkit-transition: opacity linear var(--starttime) 1.45s, -webkit-transform cubic-bezier(.215, .61, .355, 1) var(--starttime) 1.45s;
    transition: opacity linear var(--starttime) 1.45s, -webkit-transform cubic-bezier(.215, .61, .355, 1) var(--starttime) 1.45s;
    transition: opacity linear var(--starttime) 1.45s, transform cubic-bezier(.215, .61, .355, 1) var(--starttime) 1.45s;
    transition: opacity linear var(--starttime) 1.45s, transform cubic-bezier(.215, .61, .355, 1) var(--starttime) 1.45s, -webkit-transform cubic-bezier(.215, .61, .355, 1) var(--starttime) 1.45s
}

div.stage-startpage .stage-ratio-16-9 .diamonds img {
    width: 22.625rem
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    div.stage-startpage .stage-ratio-16-9 .diamonds {
        top: -45px;
        right: -45px
    }

    div.stage-startpage .stage-ratio-16-9 .diamonds img {
        width: 15rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    div.stage-startpage .stage-ratio-16-9 .diamonds {
        top: -45px;
        right: -45px
    }

    div.stage-startpage .stage-ratio-16-9 .diamonds img {
        width: 11.25rem
    }
}

div.stage-startpage .stage-ratio-16-9 .diamonds.animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.fade-top {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    position: relative;
    -webkit-transition: opacity linear .6s .45s, -webkit-transform cubic-bezier(.215, .61, .355, 1) 1s .4s;
    transition: opacity linear .6s .45s, -webkit-transform cubic-bezier(.215, .61, .355, 1) 1s .4s;
    transition: opacity linear .6s .45s, transform cubic-bezier(.215, .61, .355, 1) 1s .4s;
    transition: opacity linear .6s .45s, transform cubic-bezier(.215, .61, .355, 1) 1s .4s, -webkit-transform cubic-bezier(.215, .61, .355, 1) 1s .4s
}

.fade-top.animate {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.sp-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,
screen and (max-width:39.99875em) {
    .sp-headline {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.sp-headline h2 {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 1.875rem;
    width: auto
}

@media print,
screen and (max-width:39.99875em) {
    .sp-headline h2 {
        margin-bottom: 1.25rem;
        width: 100%
    }
}

@media print,
screen and (max-width:39.99875em) {

    .sp-headline h2+a,
    .sp-headline h2+div {
        margin-top: -.625rem
    }
}

.sp-headline h2:before {
    content: none
}

.sp-headline h2:after {
    content: none
}

div.get-in-touch-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    background: -webkit-gradient(linear, right top, left top, from(#a2d3f3), color-stop(25.39%, #59a1d8), color-stop(50%, #0068b4), color-stop(75.2%, #005295), to(#003e77));
    background: linear-gradient(270deg, #a2d3f3 0, #59a1d8 25.39%, #0068b4 50%, #005295 75.2%, #003e77 100%);
    max-height: 533px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

@media print,
screen and (max-width:39.99875em) {
    div.get-in-touch-box {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

div.get-in-touch-box .content {
    color: #fff
}

div.get-in-touch-box .content i.utimaco-talk {
    font-size: 5.625rem
}

div.get-in-touch-box .content .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

div.get-in-touch-box .content .cell.icon-cell {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: .3125rem
}

@media print,
screen and (max-width:39.99875em) {
    div.get-in-touch-box .content .cell.icon-cell {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

div.get-in-touch-box .content .cell.sp-headline {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,
screen and (max-width:39.99875em) {
    div.get-in-touch-box .content .cell.sp-headline {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

div.get-in-touch-box .content .cell h2 {
    margin-bottom: 1.25rem
}

@media print,
screen and (max-width:39.99875em) {
    div.get-in-touch-box .content .cell h2 {
        margin-bottom: .5rem;
        text-align: center;
        display: inline-block
    }
}

div.get-in-touch-box .content .cell .text {
    font-size: 1.75rem;
    line-height: 2.3125rem
}

@media print,
screen and (max-width:39.99875em) {
    div.get-in-touch-box .content .cell .text {
        font-size: 1.3125rem;
        line-height: 2rem;
        text-align: center
    }
}

div.get-in-touch-box .content .cell.button-cell {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media print,
screen and (max-width:39.99875em) {
    div.get-in-touch-box .content .cell.button-cell {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

div.get-in-touch-box .content .cell.button-cell a.button-rect {
    margin-top: 0;
    text-align: center
}

@media print,
screen and (max-width:39.99875em) {
    div.get-in-touch-box .content .cell.button-cell a.button-rect {
        margin-top: .9375rem
    }
}

select {
    font-size: 1.25rem;
    line-height: 3.75rem;
    height: 3.75rem;
    border: 1px solid transparent;
    border-bottom: 1px solid #77b7e5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAABbZFH9AAAALVBMVEUBabQCabVPl8tWm81Znc5cns9godBpptOVwOCbxOKdxeKfxuP7/f78/f7///+qd1YoAAAAAWJLR0QOb70wTwAAAGlJREFUGNNjeIcMGKjD00bibGJInAfnvBRjuMoB5y20YXgb0AflvBI+x/AOLrnQBmgmTBIoBbIBKgmUAvEgkiApsO1gSZAUmAeSBEtBXAaUBEtBeG8DusBSUFdfEfRF8sPb8nvUDAkUHgCmnSGHKlbdFQAAAABJRU5ErkJggg==) !important;
    background-size: 26px 26px;
    color: #3c3c3c;
    font-weight: 300
}

select:focus {
    border: 1px solid transparent;
    border-bottom: 1px solid #77b7e5
}

.js input.form-autocomplete {
    background-image: none
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(/themes/custom/utimaco/assets/img/throbber.svg);
    background-position: 98% center
}

::-webkit-input-placeholder {
    color: #8a9ca4
}

::-moz-placeholder {
    color: #8a9ca4
}

:-ms-input-placeholder {
    color: #8a9ca4
}

::-ms-input-placeholder {
    color: #8a9ca4
}

::placeholder {
    color: #8a9ca4
}

.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px)
}

.select-pure__select {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    border-bottom: 1px solid #77b7e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    min-height: 42px;
    padding: 3px 30px 3px 8px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%;
    position: relative
}

.select-pure__select:after {
    content: "\e90e";
    font-family: utimaco;
    position: absolute;
    right: 10px;
    color: #0068b4;
    font-size: 1.625rem
}

.select-pure__options {
    border-radius: 0;
    border: 1px solid #77b7e5;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3c3c3c;
    display: none;
    left: 0;
    max-height: 20.0625rem;
    overflow-y: scroll;
    position: absolute;
    top: 2.625rem;
    width: 100%;
    z-index: 25;
    background: #fff;
    margin-top: -1px
}

.select-pure__select--opened .select-pure__options {
    display: block
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #eceef0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.select-pure__option:not([data-value]) {
    display: none
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none
}

.select-pure__option--hidden {
    display: none
}

.select-pure__selected-label {
    background: #f6f8f9;
    border-radius: 3px;
    color: #0068b4;
    cursor: initial;
    display: inline-block;
    margin: 2px 10px 2px 0;
    padding: 6px 7px;
    font-size: .875rem;
    line-height: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.select-pure__selected-label i {
    font-size: .875rem;
    vertical-align: middle;
    font-weight: 400
}

.select-pure__selected-label:last-of-type {
    margin-right: 0
}

.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px
}

.select-pure__selected-label i:hover {
    color: #e4e4e4
}

.select-pure__autocomplete {
    background: #f6f8f9;
    border-bottom: 1px solid #eceef0;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    outline: 0;
    padding: 10px;
    width: 100%
}

.select-pure__autocomplete:focus {
    background: #f6f8f9;
    border-bottom: 1px solid #eceef0;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select-pure__placeholder {
    color: #8a9ca4;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 300
}

.select-pure__placeholder.select-pure__placeholder--hidden {
    display: none
}

.selectrow {
    margin-bottom: 2.5rem
}

@media print,
screen and (min-width:64em) {
    .selectrow.filterbox {
        margin-bottom: 0
    }

    .selectrow.filterbox .cell {
        margin-bottom: 2.5rem
    }
}

@media print,
screen and (max-width:63.99875em) {
    .selectrow {
        margin-bottom: 0
    }
}

.selectrow label {
    color: #3c3c3c;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding-left: .5rem;
    padding-bottom: .9375rem
}

@media print,
screen and (max-width:63.99875em) {
    .selectrow .cell {
        margin-bottom: 1.875rem
    }
}

.timeline-stage {
    margin-top: 6.25rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline-stage {
        margin-top: 2.1875rem
    }
}

.timeline-stage h1 {
    margin-bottom: 2.1875rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline-stage h1 {
        margin-bottom: .9375rem
    }
}

.timeline-stage span.line {
    margin-bottom: 6.25rem;
    display: block;
    text-align: center
}

@media print,
screen and (max-width:63.99875em) {
    .timeline-stage span.line {
        margin-bottom: 2.8125rem;
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.timeline {
    margin-top: 2.3125rem;
    position: relative
}

.timeline:before {
    position: absolute;
    top: -1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    left: calc(50% - 14px);
    content: "";
    width: 1.875rem;
    border: 2px solid #c4cdd1
}

@media print,
screen and (max-width:63.99875em) {
    .timeline:before {
        top: -1.875rem;
        left: calc(50% - 14px)
    }
}

@media print,
screen and (max-width:63.99875em) {
    .timeline {
        margin-top: 1.25rem
    }
}

.timeline .years {
    position: relative
}

.timeline .years:after {
    content: "";
    width: 2px;
    background-color: #c4cdd1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1
}

.timeline .years section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.timeline .years section:first-child {
    margin-top: 3.75rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section:first-child {
        margin-top: 0
    }
}

.timeline .years section:last-child {
    padding-bottom: 0;
    margin-bottom: .625rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section:last-child {
        margin-bottom: .75rem;
        padding-bottom: 7.5rem
    }
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 9.25rem
    }
}

.timeline .years section h2 {
    position: absolute;
    z-index: 5;
    margin: 0;
    padding: 0;
    height: 4.375rem;
    display: inline-block;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    color: #0068b4;
    background-color: #fff;
    width: auto;
    padding-right: 1.875rem;
    top: -1.5rem
}

.timeline .years section h2:after,
.timeline .years section h2:before {
    border: none;
    min-width: 0;
    margin: 0
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section h2 {
        background-color: transparent;
        font-size: 2.5rem;
        line-height: 2.5rem;
        text-align: left;
        padding: 0;
        height: 6.875rem;
        width: 50%;
        border-bottom: 2px solid #c4cdd1;
        top: 0
    }

    .timeline .years section h2 span {
        display: inline-block;
        position: absolute;
        bottom: -1.25rem;
        background-color: #fff;
        padding-right: .625rem
    }

    .timeline .years section h2:after {
        content: "";
        background-color: #0068b4;
        display: inline-block;
        position: absolute;
        width: .875rem;
        height: .875rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 1.5rem;
        line-height: 1.5rem;
        right: -.5rem;
        top: 6.3125rem
    }
}

.timeline .years section>div.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: calc(50% + 1px);
    border-top: 2px solid #c4cdd1;
    padding-bottom: 7.5rem;
    padding-left: 0;
    padding-right: 1.875rem
}

.timeline .years section>div.wrap a.button-rect,
.timeline .years section>div.wrap a.explore {
    margin-top: 1.25rem;
    margin-bottom: 0
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section>div.wrap {
        border: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        background-color: #fff
    }
}

.timeline .years section>div.wrap:before {
    content: "";
    background-color: #0068b4;
    display: inline-block;
    position: absolute;
    width: .875rem;
    height: .875rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 1.5rem;
    line-height: 1.5rem;
    right: -.4375rem;
    top: -.5rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section>div.wrap:before {
        content: none
    }
}

.timeline .years section>div.wrap .txt {
    padding-top: 3.75rem
}

.timeline .years section>div.wrap .txt p:last-child {
    margin-bottom: 0
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section>div.wrap .txt {
        padding-left: 0;
        padding-top: 0;
        padding-right: 0
    }
}

.timeline .years section>div.image {
    padding-left: 1.875rem;
    width: calc(50% - 1px);
    padding-top: 3.75rem;
    padding-bottom: 7.5rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section>div.image {
        background-color: #fff;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 1.25rem
    }
}

.timeline .years section:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section:nth-child(even) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.timeline .years section:nth-child(even) h2 {
    padding-right: 0;
    padding-left: 1.875rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section:nth-child(even) h2 {
        border-right: none;
        text-align: right;
        width: calc(50% + 1px)
    }

    .timeline .years section:nth-child(even) h2 span {
        padding-right: 0;
        padding-left: .625rem;
        right: 0
    }

    .timeline .years section:nth-child(even) h2:after {
        left: -.3125rem
    }
}

.timeline .years section:nth-child(even) div.wrap {
    border-right: 0;
    padding-right: 0;
    padding-left: 1.875rem
}

.timeline .years section:nth-child(even) div.wrap:before {
    left: -.3125rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section:nth-child(even) div.wrap .txt {
        padding-left: 0
    }
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section:nth-child(even) div.wrap {
        padding-right: 0;
        padding-left: 0;
        border: none
    }
}

.timeline .years section:nth-child(even)>div.image {
    padding-left: 0;
    padding-right: 1.875rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section:nth-child(even)>div.image {
        padding-right: 0
    }
}

.timeline .years section.big-image {
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.timeline .years section.big-image div.wrap {
    padding-bottom: 1.875rem
}

.timeline .years section.big-image div.image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    margin-bottom: 7.5rem
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.big-image div.image {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1.25rem;
        padding-top: 0;
        margin-bottom: 0
    }

    .timeline .years section.big-image div.image:after {
        content: none
    }
}

.timeline .years section.hidden {
    display: none
}

.timeline .years section.milestone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(265.87deg, #1478c3 0, #00579f 49%, #003e77 100%);
    margin-bottom: 7.5rem;
    position: relative;
    overflow: hidden
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone {
        margin-top: 3.75rem;
        margin-bottom: 0;
        padding-top: 0
    }
}

.timeline .years section.milestone:before {
    content: "";
    left: calc(50% + 1px);
    right: unset;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 2px solid #c4cdd1;
    height: 4.6875rem;
    position: absolute
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone:before {
        top: 0;
        height: 3.75rem
    }
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone:last-child {
        margin-bottom: 5.625rem;
        padding-bottom: .9375rem
    }
}

.timeline .years section.milestone img.diamonds {
    position: absolute;
    width: 16.125rem;
    top: 0;
    left: 0;
    opacity: 1
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone img.diamonds {
        width: 8.8125rem;
        top: 0;
        left: 0
    }
}

.timeline .years section.milestone>div.wrap {
    border: none;
    width: 100%;
    padding-top: 4.6875rem;
    padding-bottom: 3.125rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    background-color: unset
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone>div.wrap {
        padding-top: 3.75rem;
        padding-bottom: .9375rem;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.timeline .years section.milestone>div.wrap h2 {
    padding: 0;
    color: #fff;
    background: 0 0;
    position: static;
    margin-bottom: 1.875rem;
    width: 100%;
    text-align: center;
    font-size: 4.375rem;
    line-height: 5.25rem;
    border: none
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone>div.wrap h2 {
        position: relative;
        font-size: 3.125rem;
        line-height: 3.75rem;
        height: 3.75rem;
        margin-bottom: .9375rem
    }
}

.timeline .years section.milestone>div.wrap h2 span {
    background-color: unset;
    padding-left: 0;
    width: 100%;
    text-align: center
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone>div.wrap h2 span {
        position: static
    }
}

.timeline .years section.milestone>div.wrap h2:after {
    background-color: #fff
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone>div.wrap h2:after {
        top: -2.1875rem;
        left: calc(50% + 1px);
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg)
    }
}

.timeline .years section.milestone>div.wrap h3 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.8125rem;
    color: #fff;
    margin-bottom: 1.875rem;
    font-weight: 300
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone>div.wrap h3 {
        font-size: 1.625rem;
        line-height: 2rem;
        margin-bottom: .9375rem
    }
}

.timeline .years section.milestone>div.wrap .txt {
    text-align: center;
    color: #fff;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    padding-top: 0;
    width: 100%;
    text-align: center
}

.timeline .years section.milestone>div.wrap .txt p {
    font-size: inherit;
    line-height: inherit
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .years section.milestone>div.wrap .txt {
        font-size: 1.3125rem;
        line-height: 2rem
    }
}

.timeline .years section.milestone>div.wrap:before {
    top: 1.9375rem;
    left: calc(50% + 1px);
    right: unset;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff
}

.timeline .end {
    position: relative
}

.timeline .end:before {
    content: "";
    background-color: #0068b4;
    display: inline-block;
    position: absolute;
    width: .875rem;
    height: .875rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 1.5rem;
    line-height: 1.5rem;
    left: calc(50% - 6px);
    top: -1rem
}

.timeline .end section {
    padding-top: .625rem
}

.timeline .end section h2 {
    font-size: 4.375rem;
    line-height: 5.25rem;
    color: #0068b4;
    font-weight: 700;
    margin-bottom: .625rem
}

.timeline .end section h2:after,
.timeline .end section h2:before {
    border: none;
    min-width: 0;
    margin: 0
}

@media print,
screen and (max-width:63.99875em) {
    .timeline .end section h2 {
        font-size: 3.125rem;
        line-height: 3.75rem
    }
}

.timeline .end section .wrap {
    text-align: center
}

.timeline .end section .wrap a.button-rect {
    margin-top: 1.25rem
}

.contextual-region:not(.no-context-region) {
    position: unset !important
}

.contextual {
    display: none
}

li.quickedit {
    display: none
}

div.js-form-item {
    margin: 0 !important;
    max-width: 100% !important
}

.visually-hidden {
    display: none
}

body {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    overflow-x: hidden !important;
    min-height: 50rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 300;
    color: #3c3c3c;
    background-color: #fff
}

body.is-mobile-menu {
    overflow: hidden
}

p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 3.125rem
}

@media print,
screen and (max-width:39.99875em) {
    p {
        margin-bottom: 1.875rem
    }
}

h1 {
    font-size: 3.125rem;
    line-height: 3.625rem;
    font-weight: 300;
    text-align: center
}

@media print,
screen and (max-width:39.99875em) {
    h1 {
        font-size: 1.625rem;
        line-height: 2rem
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
    font-weight: 300;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3.125rem
}

h2:after,
h2:before {
    content: "";
    border-top: 2px solid #8a9ca4;
    margin: 1.25rem 1.875rem 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1.875rem;
    -ms-flex: 1 0 1.875rem;
    flex: 1 0 1.875rem;
    min-width: 4.375rem;
    max-width: 10.625rem
}

@media print,
screen and (max-width:39.99875em) {

    h2:after,
    h2:before {
        min-width: 1.25rem
    }
}

h2:after {
    margin: 1.25rem 0 0 1.875rem
}

@media print,
screen and (max-width:39.99875em) {
    h2 {
        font-size: 1.625rem;
        line-height: 2rem;
        margin-bottom: 1.875rem
    }
}

h3 {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    color: #3c3c3c;
    margin-bottom: 2.3125rem
}

@media print,
screen and (max-width:39.99875em) {
    h3 {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: 2rem
    }
}

a {
    color: #3c3c3c
}

a:hover {
    color: #0068b4
}

.gold {
    background: #fbba00
}

.black-text {
    color: #3c3c3c
}

.fullstripe {
    position: relative
}

.fullstripe .cell:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #f6f8f9;
    z-index: -1
}

.shadow1 {
    -webkit-box-shadow: 0 20px 44px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 44px 0 rgba(0, 0, 0, .2)
}

@media print,
screen and (min-width:40em) {
    .double-gutter {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }
}

figure {
    width: 100%
}

figure figcaption {
    position: absolute;
    top: 8px;
    right: 5px;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    font-size: .6875rem;
    line-height: .6875rem;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5)
}

figure.crop_1_1 {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

figure.crop_1_1 img {
    position: absolute;
    top: 50%;
    width: auto;
    min-width: 100%;
    height: 100%;
    max-width: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle
}

figure.icon-70 img {
    height: 4.375rem
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

iframe {
    width: 100% !important
}

.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

div.contact-widget {
    display: none;
    height: 22.6875rem;
    width: 23.5rem;
    border-radius: .875rem;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    position: fixed;
    right: 1.25rem;
    bottom: 9.25rem;
    z-index: 6000
}

@media print,
screen and (max-width:39.99875em) {
    div.contact-widget {
        height: 22.5rem;
        width: calc(100% - 17px);
        right: .5rem;
        bottom: 4.375rem
    }
}

div.contact-widget .headline {
    width: 100%;
    border-radius: 14px 14px 0 0;
    background-color: #77b7e5;
    padding: 4.375rem 1.25rem .8125rem 1.25rem
}

div.contact-widget .headline h4 {
    color: #fff;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    font-weight: 700;
    margin-bottom: 0
}

div.contact-widget .body {
    padding: 1.25rem 1.25rem .8125rem 1.25rem
}

div.contact-widget .body a {
    margin-top: 1.25rem
}

div.utiverse-widget {
    display: none;
    height: 22.6875rem;
    width: 23.5rem;
    border-radius: .875rem;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    position: fixed;
    right: 1.25rem;
    bottom: 11.25rem;
    z-index: 400
}

@media print,
screen and (max-width:39.99875em) {
    div.utiverse-widget {
        height: 22.5rem;
        width: calc(100% - 30px);
        right: .9375rem;
        bottom: 6.25rem
    }
}

div.utiverse-widget .headline {
    width: 100%;
    border-radius: 14px 14px 0 0;
    background-color: #77b7e5;
    padding: 4.375rem 1.25rem .8125rem 1.25rem
}

div.utiverse-widget .headline h4 {
    color: #fff;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    font-weight: 700;
    margin-bottom: 0
}

div.utiverse-widget .body {
    padding: 1.25rem 1.25rem .8125rem 1.25rem
}

div.utiverse-widget .body a {
    margin-top: 1.25rem
}

article.product .introtext {
    margin-bottom: 2.3125rem !important
}

article.product .product-intro .introtext {
    text-align: left
}

.tippy-box {
    background: #3c3c3c !important;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .375rem
}

.tippy-box .tippy-arrow {
    color: #3c3c3c !important
}

iframe.resize {
    width: 1px;
    min-width: 100%
}

.reveal-overlay {
    z-index: 9999999999
}

.reveal.large {
    max-width: 73.125rem !important;
    padding: 0
}

.reveal.large#basketModal .tabs-content {
    border: none
}

.reveal.large#basketModal div.iframeloader {
    width: 100%;
    text-align: center
}

.reveal.large#basketModal .basketwrap {
    padding: 2.8125rem 7.5rem 3.75rem 7.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .reveal.large#basketModal .basketwrap {
        padding: 2.8125rem .9375rem 2.5rem .9375rem
    }
}

.reveal.large#basketModal .basketwrap .afterSubmitStyle {
    padding-bottom: 0
}

.reveal.large#basketModal h3 {
    margin-bottom: 1.25rem
}

.reveal.large#basketModal .iframe-wrap iframe {
    border: 0
}

.reveal.large#basketModal .empty-basket-text {
    display: none
}

.reveal.large#basketModal button {
    top: .625rem !important;
    right: .625rem !important
}

.reveal.large#basketModal button i {
    font-size: 2.25rem
}

.reveal.large#basketModal ul.basketlist {
    margin: 0;
    width: 100%;
    list-style: none;
    margin-bottom: 1.875rem
}

.reveal.large#basketModal ul.basketlist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-items: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #77b7e5;
    height: 3.75rem;
    line-height: 1.375rem
}

.reveal.large#basketModal ul.basketlist li strong {
    color: #3c3c3c;
    padding-right: .625rem
}

.reveal.large#basketModal ul.basketlist li span {
    padding-right: .625rem
}

.reveal.large#basketModal ul.basketlist li a {
    margin-left: auto
}

.reveal.large#basketModal ul.basketlist li a i {
    color: #77b7e5;
    font-size: 1.5rem;
    margin-top: .25rem;
    display: inline-block
}

.reveal.large#basketModal .introtext {
    display: none;
    padding: 2.875rem 7.5rem 1.875rem 7.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .reveal.large#basketModal .introtext {
        padding: 2.8125rem .9375rem 1.875rem .9375rem
    }
}

.reveal.large#basketModal .tabs-box {
    display: none;
    border: none;
    width: 100%;
    margin-bottom: 1.25rem
}

.reveal.large#basketModal .tabs-box .tabs-buttons {
    padding: 0 7.5rem 0 7.5rem
}

@media print,
screen and (max-width:39.99875em) {
    .reveal.large#basketModal .tabs-box .tabs-buttons {
        padding: 0 .9375rem 0 .9375rem
    }
}

.reveal.large#basketModal .tabs-box .tabs {
    border: 0;
    background-color: inherit
}

@media print,
screen and (max-width:39.99875em) {
    .reveal.large#basketModal .tabs-box .tabs li {
        padding-right: .625rem
    }

    .reveal.large#basketModal .tabs-box .tabs li:last-child {
        padding-right: 0
    }
}

.reveal.large#basketModal .tabs-box .cell {
    margin: 0
}

.reveal.large#basketModal .tabs-panel {
    padding: 0
}

.reveal.large#basketModal .afterSubmit {
    padding: 1.875rem 7.5rem;
    background: -webkit-gradient(linear, right top, left top, from(#a2d3f3), color-stop(25.39%, #59a1d8), color-stop(50%, #0068b4), color-stop(75.2%, #005295), to(#003e77));
    background: linear-gradient(270deg, #a2d3f3 0, #59a1d8 25.39%, #0068b4 50%, #005295 75.2%, #003e77 100%)
}

.reveal.large#basketModal .afterSubmit h3 {
    color: #fff;
    margin-bottom: 1.75rem
}

.reveal.large#basketModal .afterSubmit a {
    color: #fff
}

@media print,
screen and (max-width:39.99875em) {
    .reveal.large#basketModal .afterSubmit {
        padding: 1.875rem .9375rem
    }
}

.jump-down {
    margin-top: -11.25rem
}

#cmpcookieinfo {
    overflow-x: auto
}

@media print,
screen and (min-width:64em) {
    div[data-drupal-facets-summary-id=pf_summary] {
        min-height: 2.75rem
    }
}

div[data-drupal-facets-summary-id=pf_summary] ul {
    margin: 0 0 1.875rem 0;
    list-style: none
}

@media print,
screen and (min-width:64em) {
    div[data-drupal-facets-summary-id=pf_summary] ul {
        margin-bottom: 0
    }
}

div[data-drupal-facets-summary-id=pf_summary] ul li a {
    border: 1px solid #0068b4;
    color: #0068b4;
    background: #f6f8f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    padding: .5625rem 2.5rem .5625rem 2.5rem;
    border-radius: 3px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center
}

#pf_application-filter span.select-pure__label,
#pf_industry-filter span.select-pure__label,
#pf_use_case-filter span.select-pure__label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}