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

    .reveal,
    .reveal.tiny,
    .reveal.small,
    .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

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

.ft-copyright body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

[data-whatintent="mouse"] *,
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

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

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

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #798490;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

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

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

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

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

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

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    -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: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

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

[type='submit'],
[type='button'] {
    -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='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem
}

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

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

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

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

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

label.middle {
    margin: 0 0 1rem;
    line-height: 1.5;
    padding: .5625rem 0
}

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

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

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

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

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

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

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    -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: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    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%2851, 51, 51%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 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.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: none;
    border: 1px solid #333;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

select:disabled {
    background-color: #F2F2F2;
    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: #f9ecea
}

.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: bold;
    color: #cc4b37
}

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

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

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #0a0a0a;
    text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #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: 4.125rem
    }

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

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

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

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

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

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

a:hover,
a:focus {
    color: #de3e0c
}

a img {
    border: 0
}

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

ul,
ol,
dl {
    margin-bottom: 1rem;
    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
}

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

dl {
    margin-bottom: 1rem
}

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

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

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

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

figure {
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 75em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-text-left {
        text-align: left
    }

    .xxlarge-text-right {
        text-align: right
    }

    .xxlarge-text-center {
        text-align: center
    }

    .xxlarge-text-justify {
        text-align: justify
    }
}

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

@media print {
    * {
        background: transparent !important;
        color: black !important;
        -webkit-print-color-adjust: economy;
        print-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^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

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

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

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

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 90rem;
    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: .625rem;
    padding-left: .625rem;
    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: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x>.msmall-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.33333% - 1.875rem)
    }

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

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

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

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

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

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

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

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

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

    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 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.33333% - 1.875rem)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: -.625rem;
    margin-left: -.625rem
}

@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: .625rem;
    padding-left: .625rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 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.66667% - 1.875rem)
    }

    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x.xxlarge-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.33333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x>.xxlarge-offset-1 {
        margin-left: calc(8.33333% + 1.875rem / 2)
    }

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

    .grid-margin-x>.xxlarge-offset-2 {
        margin-left: calc(16.66667% + 1.875rem / 2)
    }

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

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

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

    .grid-margin-x>.xxlarge-offset-4 {
        margin-left: calc(33.33333% + 1.875rem / 2)
    }

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

    .grid-margin-x>.xxlarge-offset-5 {
        margin-left: calc(41.66667% + 1.875rem / 2)
    }

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

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

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

    .grid-margin-x>.xxlarge-offset-7 {
        margin-left: calc(58.33333% + 1.875rem / 2)
    }

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

    .grid-margin-x>.xxlarge-offset-8 {
        margin-left: calc(66.66667% + 1.875rem / 2)
    }

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

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

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

    .grid-margin-x>.xxlarge-offset-10 {
        margin-left: calc(83.33333% + 1.875rem / 2)
    }

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

    .grid-margin-x>.xxlarge-offset-11 {
        margin-left: calc(91.66667% + 1.875rem / 2)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-y>.large-7 {
        height: 58.33333%
    }

    .grid-y>.large-8 {
        height: 66.66667%
    }

    .grid-y>.large-9 {
        height: 75%
    }

    .grid-y>.large-10 {
        height: 83.33333%
    }

    .grid-y>.large-11 {
        height: 91.66667%
    }

    .grid-y>.large-12 {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .grid-y>.xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y>.xlarge-shrink,
    .grid-y>.xlarge-1,
    .grid-y>.xlarge-2,
    .grid-y>.xlarge-3,
    .grid-y>.xlarge-4,
    .grid-y>.xlarge-5,
    .grid-y>.xlarge-6,
    .grid-y>.xlarge-7,
    .grid-y>.xlarge-8,
    .grid-y>.xlarge-9,
    .grid-y>.xlarge-10,
    .grid-y>.xlarge-11,
    .grid-y>.xlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.xlarge-shrink {
        height: auto
    }

    .grid-y>.xlarge-1 {
        height: 8.33333%
    }

    .grid-y>.xlarge-2 {
        height: 16.66667%
    }

    .grid-y>.xlarge-3 {
        height: 25%
    }

    .grid-y>.xlarge-4 {
        height: 33.33333%
    }

    .grid-y>.xlarge-5 {
        height: 41.66667%
    }

    .grid-y>.xlarge-6 {
        height: 50%
    }

    .grid-y>.xlarge-7 {
        height: 58.33333%
    }

    .grid-y>.xlarge-8 {
        height: 66.66667%
    }

    .grid-y>.xlarge-9 {
        height: 75%
    }

    .grid-y>.xlarge-10 {
        height: 83.33333%
    }

    .grid-y>.xlarge-11 {
        height: 91.66667%
    }

    .grid-y>.xlarge-12 {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-y>.xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y>.xxlarge-shrink,
    .grid-y>.xxlarge-1,
    .grid-y>.xxlarge-2,
    .grid-y>.xxlarge-3,
    .grid-y>.xxlarge-4,
    .grid-y>.xxlarge-5,
    .grid-y>.xxlarge-6,
    .grid-y>.xxlarge-7,
    .grid-y>.xxlarge-8,
    .grid-y>.xxlarge-9,
    .grid-y>.xxlarge-10,
    .grid-y>.xxlarge-11,
    .grid-y>.xxlarge-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.xxlarge-shrink {
        height: auto
    }

    .grid-y>.xxlarge-1 {
        height: 8.33333%
    }

    .grid-y>.xxlarge-2 {
        height: 16.66667%
    }

    .grid-y>.xxlarge-3 {
        height: 25%
    }

    .grid-y>.xxlarge-4 {
        height: 33.33333%
    }

    .grid-y>.xxlarge-5 {
        height: 41.66667%
    }

    .grid-y>.xxlarge-6 {
        height: 50%
    }

    .grid-y>.xxlarge-7 {
        height: 58.33333%
    }

    .grid-y>.xxlarge-8 {
        height: 66.66667%
    }

    .grid-y>.xxlarge-9 {
        height: 75%
    }

    .grid-y>.xxlarge-10 {
        height: 83.33333%
    }

    .grid-y>.xxlarge-11 {
        height: 91.66667%
    }

    .grid-y>.xxlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@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: .625rem;
    padding-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-y>.cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@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.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.auto {
        height: auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.msmall-auto {
        height: auto
    }

    .grid-margin-y>.msmall-shrink {
        height: auto
    }

    .grid-margin-y>.msmall-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.msmall-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.msmall-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.msmall-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.msmall-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.msmall-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.msmall-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.msmall-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.msmall-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.msmall-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.msmall-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.msmall-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.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 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.33333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y>.xlarge-auto {
        height: auto
    }

    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y>.xxlarge-auto {
        height: auto
    }

    .grid-margin-y>.xxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print,
screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,
screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxlarge-grid-frame {
        width: 100%
    }

    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
}

@media print,
screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-y.xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-y.xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@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.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.auto {
        height: auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.msmall-auto {
        height: auto
    }

    .grid-margin-y>.msmall-shrink {
        height: auto
    }

    .grid-margin-y>.msmall-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.msmall-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.msmall-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.msmall-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.msmall-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.msmall-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.msmall-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.msmall-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.msmall-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.msmall-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.msmall-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.msmall-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.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 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.33333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y>.xlarge-auto {
        height: auto
    }

    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y>.xxlarge-auto {
        height: auto
    }

    .grid-margin-y>.xxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@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 screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .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)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 0px solid transparent;
    border-radius: clamp(3.125rem, 2.604vw, 2.604vw);
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.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],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
    background-color: #F3501D;
    color: #fefefe
}

.button:hover,
.button:focus {
    background-color: #dc3d0c;
    color: #fefefe
}

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
    background-color: #F3501D;
    color: #0a0a0a
}

.button.primary:hover,
.button.primary:focus {
    background-color: #cf3a0b;
    color: #0a0a0a
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
    background-color: #798490;
    color: #0a0a0a
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #606a74;
    color: #0a0a0a
}

.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.success:hover,
.button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button.warning,
.button.warning.disabled,
.button.warning[disabled],
.button.warning.disabled:hover,
.button.warning[disabled]:hover,
.button.warning.disabled:focus,
.button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.warning:hover,
.button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button.alert,
.button.alert.disabled,
.button.alert[disabled],
.button.alert.disabled:hover,
.button.alert[disabled]:hover,
.button.alert.disabled:focus,
.button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe
}

.button.alert:hover,
.button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus,
.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
    background-color: transparent
}

.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
    border: 1px solid #F3501D;
    color: #F3501D
}

.button.hollow:hover,
.button.hollow:focus {
    border-color: #812407;
    color: #812407
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary[disabled],
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
    border: 1px solid #F3501D;
    color: #F3501D
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    border-color: #812407;
    color: #812407
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary[disabled],
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
    border: 1px solid #798490;
    color: #798490
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    border-color: #3c4248;
    color: #3c4248
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success[disabled],
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled]:hover,
.button.hollow.success.disabled:focus,
.button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:hover,
.button.hollow.success:focus {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning[disabled],
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled]:hover,
.button.hollow.warning.disabled:focus,
.button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert[disabled],
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled]:hover,
.button.hollow.alert.disabled:focus,
.button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a
}

.button.clear,
.button.clear:hover,
.button.clear:focus,
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
    color: #F3501D
}

.button.clear:hover,
.button.clear:focus {
    color: #812407
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
    color: #F3501D
}

.button.clear.primary:hover,
.button.clear.primary:focus {
    color: #812407
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
    color: #798490
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
    color: #3c4248
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
    color: #3adb76
}

.button.clear.success:hover,
.button.clear.success:focus {
    color: #157539
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
    color: #ffae00
}

.button.clear.warning:hover,
.button.clear.warning:focus {
    color: #805700
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
    color: #cc4b37
}

.button.clear.alert:hover,
.button.clear.alert:focus {
    color: #67251a
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .4em;
    content: '';
    border-bottom-width: 0;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
    border-top-color: #F3501D
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
    border-top-color: #F3501D
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
    border-top-color: #798490
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
    border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
    border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0
}

a.button:hover,
a.button:focus {
    text-decoration: none
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.button-group::before,
.button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group::before,
.button-group::after {
    display: none
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
    -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;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button[disabled],
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled]:hover,
.button-group.primary .button.disabled:focus,
.button-group.primary .button[disabled]:focus {
    background-color: #F3501D;
    color: #0a0a0a
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #cf3a0b;
    color: #0a0a0a
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button[disabled],
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button[disabled]:focus {
    background-color: #798490;
    color: #0a0a0a
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    background-color: #606a74;
    color: #0a0a0a
}

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button[disabled],
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled]:hover,
.button-group.success .button.disabled:focus,
.button-group.success .button[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a
}

.button-group.success .button:hover,
.button-group.success .button:focus {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button[disabled],
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled]:hover,
.button-group.warning .button.disabled:focus,
.button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button[disabled],
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled]:hover,
.button-group.alert .button.disabled:focus,
.button-group.alert .button[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fefefe
}

.button-group.hollow .button,
.button-group.hollow .button:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button[disabled]:focus {
    background-color: transparent
}

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button[disabled],
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled]:focus {
    border: 1px solid #F3501D;
    color: #F3501D
}

.button-group.hollow .button:hover,
.button-group.hollow .button:focus {
    border-color: #812407;
    color: #812407
}

.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #F3501D;
    color: #F3501D
}

.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow .button.primary:focus {
    border-color: #812407;
    color: #812407
}

.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #798490;
    color: #798490
}

.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .button.secondary:focus {
    border-color: #3c4248;
    color: #3c4248
}

.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled]:hover,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button-group.hollow.success .button:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539
}

.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled]:hover,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button-group.hollow.warning .button:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700
}

.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled]:hover,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button-group.hollow.alert .button:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a
}

.button-group.clear .button,
.button-group.clear .button:hover,
.button-group.clear .button:focus,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:hover,
.button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button[disabled],
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled]:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled]:focus {
    color: #F3501D
}

.button-group.clear .button:hover,
.button-group.clear .button:focus {
    color: #812407
}

.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary[disabled]:focus {
    color: #F3501D
}

.button-group.clear.primary .button:hover,
.button-group.clear.primary .button:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .button.primary:focus {
    color: #812407
}

.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary[disabled]:focus {
    color: #798490
}

.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .button.secondary:focus {
    color: #3c4248
}

.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled]:hover,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button[disabled]:focus,
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success[disabled]:focus {
    color: #3adb76
}

.button-group.clear.success .button:hover,
.button-group.clear.success .button:focus,
.button-group.clear .button.success:hover,
.button-group.clear .button.success:focus {
    color: #157539
}

.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled]:hover,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning[disabled]:focus {
    color: #ffae00
}

.button-group.clear.warning .button:hover,
.button-group.clear.warning .button:focus,
.button-group.clear .button.warning:hover,
.button-group.clear .button.warning:focus {
    color: #805700
}

.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37
}

.button-group.clear.alert .button:hover,
.button-group.clear.alert .button:focus,
.button-group.clear .button.alert:hover,
.button-group.clear .button.alert:focus {
    color: #67251a
}

.button-group.no-gaps .button {
    margin-right: -.0625rem
}

.button-group.no-gaps .button+.button {
    border-left-color: transparent
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

@media print,
screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 0;
        -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;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (max-width: 29.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: #333;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover,
.close-button:focus {
    color: #0a0a0a
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #F3501D;
    color: #fefefe
}

.label.primary {
    background: #F3501D;
    color: #0a0a0a
}

.label.secondary {
    background: #798490;
    color: #0a0a0a
}

.label.success {
    background: #3adb76;
    color: #0a0a0a
}

.label.warning {
    background: #ffae00;
    color: #0a0a0a
}

.label.alert {
    background: #cc4b37;
    color: #fefefe
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: bold
}

thead {
    background: #f8f8f8;
    color: #798490
}

tfoot {
    background: #f1f1f1;
    color: #798490
}

thead tr,
tfoot tr {
    background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: .5rem .625rem .625rem;
    font-weight: bold;
    text-align: left
}

tbody th,
tbody td {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

@media print,
screen and (max-width: 63.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    background: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #798490
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #F2F2F2
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.accordion {
    margin-left: 0;
    background: none;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: 0 0 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #F2F2F2;
    border-bottom: 0;
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    line-height: 1;
    color: #333
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #F2F2F2;
    border-radius: 0 0 0 0
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: none
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"
}

.is-active>.accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #F2F2F2;
    border-bottom: 0;
    background-color: #fefefe;
    color: #798490
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #F2F2F2
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%
}

.tabs {
    margin: 0;
    border: 1px solid 0;
    background: #fefefe;
    list-style-type: none
}

.tabs::before,
.tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: transparent
}

.tabs.primary {
    background: #F3501D
}

.tabs.primary>li>a {
    color: #0a0a0a
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #f24610
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 0;
    font-size: clamp(1.5625rem, 1.458vw, 1.458vw);
    line-height: 1;
    color: #798490
}

[data-whatinput='mouse'] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fefefe;
    color: #67717d
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: none;
    color: #F3501D
}

.tabs-content {
    border: 1px solid 0;
    border-top: 0;
    background: #fefefe;
    color: #798490;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.tabs-content.vertical {
    border: 1px solid 0;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow 200ms ease-out;
    transition: -webkit-box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out
}

a.thumbnail:hover,
a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(243, 80, 29, 0.5);
    box-shadow: 0 0 6px 1px rgba(243, 80, 29, 0.5)
}

a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
    outline: 0
}

.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0
}

.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg,
.menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
    text-align: left
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg,
.menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
    text-align: left
}

.menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xxlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xxlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xxlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a,
.menu.nested.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg,
.menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a,
.menu.nested.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg,
.menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a,
.menu.nested.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg,
.menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg,
.menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: #F3501D;
    color: #0a0a0a
}

.menu .active>a {
    background: #F3501D;
    color: #0a0a0a
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg,
.menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: 0;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: 0
}

.accordion-menu .is-accordion-submenu a {
    padding: 0
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #F3501D transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded='true']::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    padding: 0
}

.dropdown.menu>li.is-active>a {
    background: rgba(0, 0, 0, 0);
    color: #F3501D
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

@media print,
screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width: 75em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width: 90em) {
    .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 250px;
    border: 0px solid #cacaca;
    background: #F3501D
}

.dropdown .is-dropdown-submenu a {
    padding: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

[data-whatinput='mouse'] .reveal {
    outline: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 90rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 90rem
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 90rem
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 90rem
    }
}

.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: 29.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::before,
.clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width: 64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media print,
screen and (max-width: 29.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 30em) {
    .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
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em),
screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {

    .show-for-landscape,
    .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {

    .show-for-landscape,
    .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.show-for-dark-mode {
    display: none
}

.hide-for-dark-mode {
    display: block
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display: block !important
    }

    .hide-for-dark-mode {
        display: none !important
    }
}

.show-for-ie {
    display: none
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .show-for-ie {
        display: block !important
    }

    .hide-for-ie {
        display: none !important
    }
}

.show-for-sticky {
    display: none
}

.is-stuck .show-for-sticky {
    display: block
}

.is-stuck .hide-for-sticky {
    display: none
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.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);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.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);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.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);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.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(0.485, 0.155, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important
}

.long-delay {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important
}

html.is-reveal-open {
    top: 0 !important
}

.hd {
    position: relative;
    z-index: 1
}

.hd::before {
    content: '';
    width: 100%;
    height: clamp(7.5rem, 7.813vw, 7.813vw);
    position: absolute;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 10, 10, 0)), to(#0a0a0a));
    background: linear-gradient(0deg, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%)
}

.hd-logo>img {
    width: clamp(6.25rem, 7.813vw, 7.813vw)
}

.hd-rightcol {
    display: grid;
    place-content: end;
    justify-items: center
}

.hd-donate {
    background-color: #F3501D;
    color: #fefefe;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media print,
screen and (max-width: 39.99875em) {
    .hd-donate {
        background: none;
        padding: 0 !important;
        margin: 0 !important
    }

    .hd-donate img {
        max-width: 2.8125rem;
        width: 100%
    }
}

@media print,
screen and (min-width: 40em) {
    .hd-donate {
        font-size: clamp(1.125rem, 1.25vw, 1.25vw);
        border-radius: 100%;
        font-weight: 700;
        font-family: "Josefin Sans", sans-serif;
        margin-bottom: clamp(.625rem, 0.781vw, 0.781vw);
        padding-block: clamp(.3125rem, 0.26vw, 0.26vw);
        padding-inline: clamp(.9375rem, 1.042vw, 1.042vw);
        border-width: clamp(.125rem, 0.104vw, 0.104vw);
        border-style: solid;
        border-color: #F3501D;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media print,
screen and (min-width: 40em) {
    .hd-donate:hover {
        background-color: #fefefe;
        color: #F3501D
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .hd-nav {
        margin-block: .625rem;
        padding-block: 1.25rem
    }
}

@media print,
screen and (max-width: 74.99875em) {
    .hd-nav {
        background-color: #fefefe;
        border-radius: .625rem
    }
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hd-nav {
        margin-top: .625rem
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .hd-nav__menu {
        margin-bottom: 1.875rem
    }
}

.hd-nav__list {
    text-align: center;
    position: relative
}

@media print,
screen and (max-width: 63.99875em) {
    .hd-nav__list {
        padding-block: .625rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media print,
screen and (min-width: 64em) {
    .hd-nav__list {
        margin-inline: clamp(.625rem, 1.042vw, 1.042vw);
        margin-block: clamp(.625rem, 1.042vw, 1.042vw)
    }
}

.hd-nav__list:hover:after,
.hd-nav__list.selected:after {
    content: ''
}

@media print,
screen and (min-width: 64em) {

    .hd-nav__list:hover:after,
    .hd-nav__list.selected:after {
        width: 100%;
        height: clamp(.1875rem, 0.156vw, 0.156vw);
        background-color: #F3501D;
        position: absolute;
        bottom: clamp(-.625rem, -0.521vw, -0.521vw);
        left: 0
    }
}

.hd-nav__link {
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    text-transform: uppercase;
    color: #333
}

@media print,
screen and (min-width: 1200px) and (max-width: 1300px) {

    .hd-nav__link {
        font-size: clamp(14px, 1.042vw, 1.042vw);
    }
}

.hd-subnav {
    border-radius: clamp(.3125rem, 0.26vw, 0.26vw)
}

@media print,
screen and (max-width: 63.99875em) {
    .hd-subnav {
        background-color: #F3501D;
        margin-top: .625rem
    }
}

@media print,
screen and (min-width: 64em) {
    .hd-subnav {
        left: auto !important;
        top: calc(100% + 10px) !important
    }
}

.hd-subnav li:first-child {
    width: 100%;
    text-align: center;
    padding: clamp(.3125rem, 0.26vw, 0.26vw)
}

.hd-subnav li:first-child a {
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    color: #fefefe;
    width: 100%;
    display: block;
    padding-block: clamp(.625rem, 0.521vw, 0.521vw) !important
}

.hd-subnav li:first-child a:hover {
    border-radius: clamp(.3125rem, 0.26vw, 0.26vw);
    color: #fefefe;
    background-color: #333
}

.hd-subnav__list {
    width: 100%;
    text-align: center;
    padding: clamp(.3125rem, 0.26vw, 0.26vw)
}

.hd-subnav__link {
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    color: #fefefe;
    width: 100%;
    display: block;
    padding-block: clamp(.625rem, 0.521vw, 0.521vw) !important
}

.hd-subnav__link:hover {
    border-radius: clamp(.3125rem, 0.26vw, 0.26vw);
    color: #fefefe;
    background-color: #333
}

.ft {
    background-color: #333;
    color: #fefefe;
    padding-block: clamp(3.75rem, 3.125vw, 3.125vw)
}

@media print,
screen and (max-width: 39.99875em) {
    .ft-logo {
        text-align: center;
        margin-bottom: clamp(2.1875rem, 1.823vw, 1.823vw)
    }
}

@media print,
screen and (min-width: 40em) {
    .ft-logo {
        min-width: clamp(11.25rem, 10.938vw, 10.938vw)
    }
}

.ft-logo>img {
    width: clamp(7.5rem, 6.927vw, 6.927vw)
}

@media print,
screen and (max-width: 63.99875em) {
    .ft-acc {
        margin-block: clamp(3.125rem, 3.125vw, 3.125vw);
        text-align: center
    }
}

.ft-acc__title {
    margin-bottom: clamp(2.1875rem, 1.823vw, 1.823vw);
    font-size: clamp(1.3125rem, 1.25vw, 1.25vw)
}

.ft-acc__fig {
    display: inline-block;
    margin-bottom: clamp(2.1875rem, 1.823vw, 1.823vw) !important
}

@media print,
screen and (max-width: 63.99875em) {
    .ft-acc__fig {
        margin-inline: clamp(.625rem, 1.042vw, 1.042vw)
    }
}

@media print,
screen and (min-width: 64em) {
    .ft-acc__fig {
        margin-right: clamp(1.25rem, 1.042vw, 1.042vw)
    }
}

@media print,
screen and (min-width: 641px) {
    .ft-social-media {
        justify-content: flex-start;
    }
}

.ft-acc__fig img {
    height: clamp(4.875rem, 3.729vw, 3.729vw)
}

.ft-acc__fig--award img {
    height: clamp(8.875rem, 4.729vw, 4.729vw)
}

@media print,
screen and (max-width: 63.99875em) {
    .ft-acc .menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.ft-address {
    font-size: clamp(1.125rem, 1vw, 1vw);
    font-style: normal;
    margin-bottom: 30px;
}

@media print,
screen and (max-width: 39.99875em) {
    .ft-address {
        text-align: center
    }
}

@media print,
screen and (min-width: 40em) {
    .ft-address span {
        display: block
    }
}

.ft-copyright {
    font-weight: 300;
    font-size: clamp(1.125rem, 1vw, 1vw)
}

@media print,
screen and (min-width: 64em) {
    .ft-copyright {
        padding-left: clamp(11.25rem, 10.938vw, 10.938vw)
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .ft-copyright>.menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .ft-copyright>.menu li {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1 !important;
        padding-block: .9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .ft-copyright>.menu li {
        border-right: .0625rem solid #fefefe;
        padding-inline: clamp(.9375rem, 1.042vw, 1.042vw)
    }

    .ft-copyright>.menu li:first-child {
        padding-left: 0;
        border: 0
    }

    .ft-copyright>.menu li:last-child {
        padding-right: 0;
        border: 0
    }
}

.ft-copyright__link {
    color: #fefefe
}

@media print,
screen and (min-width: 40em) {
    .ft-copyright__link {
        line-height: 1.6 !important
    }
}

.clr-white {
    background-color: #fefefe
}

.clr-white-txt,
.stats-home__list-title {
    color: #fefefe
}

.clr-secondary {
    background-color: #798490
}

.clr-secondary-txt {
    color: #798490
}

.clr-clgray {
    background-color: #3c3c3d
}

.clr-clgray-txt {
    color: #3c3c3d
}

.clr-clblue {
    background-color: #0060ad
}

.clr-clblue-txt {
    color: #0060ad
}

.clr-clgreen {
    background-color: #258135
}

.clr-clgreen-txt {
    color: #258135
}

.clr-clorange {
    background-color: #eb781f
}

.clr-clorange-txt {
    color: #eb781f
}

.clr-clpink {
    background-color: #e20066
}

.clr-clpink-txt {
    color: #e20066
}

.clr-lgray {
    background-color: #F2F2F2
}

.clr-lgray-txt {
    color: #F2F2F2
}

.clr-mgray {
    background-color: #666
}

.clr-mgray-txt {
    color: #666
}

.clr-lblue {
    background-color: #32DBF7
}

.clr-lblue-txt {
    color: #32DBF7
}

.clr-dblue {
    background-color: #00ADEF
}

.clr-dblue-txt {
    color: #00ADEF
}

.clr-dgray {
    background-color: #333
}

.clr-dgray {
    background-color: #333
}

.clr-primary,
.gift-donate__btn {
    background-color: #F3501D;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.clr-primary-txt,
.pg-loc__list p,
.stats-home__list span {
    color: #F3501D
}

.clr-primary-lt {
    background-color: rgba(243, 80, 29, 0.1)
}

.clr-primary-br-left {
    border-left-width: clamp(.625rem, 0.625vw, 0.625vw);
    border-left-style: solid;
    border-left-color: #F3501D
}

.clr-black {
    background-color: #0a0a0a
}

.clr-black-txt {
    color: #0a0a0a
}

.clr-gradient,
.stories-wrap:nth-child(4n+4) .stories-info {
    background: -webkit-gradient(linear, left top, left bottom, from(#32dbf7), to(#00adef));
    background: linear-gradient(180deg, #32dbf7 0%, #00adef 100%)
}

.clr-gradient-hr {
    background: -webkit-gradient(linear, left top, right top, from(#32dbf7), to(#00adef));
    background: linear-gradient(90deg, #32dbf7 0%, #00adef 100%)
}

.clr-gradient-op {
    position: relative;
    isolation: isolate
}

.clr-gradient-op:after {
    content: '';
    opacity: .2;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%
}

@media print,
screen and (max-width: 63.99875em) {
    .clr-gradient-op:after {
        left: 0;
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .clr-gradient-op:after {
        left: 10%;
        width: 90%
    }
}

.clr-gradient-orange-bg,
.stories-wrap:nth-child(4n+3) .stories-info,
.stories-other__list:nth-child(4n+3) .stories-other__info,
.stories-slider .slick-slide:nth-child(4n+3) .stories-wrap .stories-info {
    background: -webkit-gradient(linear, left top, left bottom, from(#ef9c30), to(#ec5131));
    background: linear-gradient(180deg, #ef9c30 0%, #ec5131 100%)
}

.clr-gradient-orange:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#ef9c30), to(#ec5131));
    background: linear-gradient(180deg, #ef9c30 0%, #ec5131 100%)
}

.clr-gradient-blue-bg,
.stories-wrap:nth-child(4n+2) .stories-info,
.stories-other__list:nth-child(4n+2) .stories-other__info,
.stories-slider .slick-slide:nth-child(4n+2) .stories-wrap .stories-info {
    background: -webkit-gradient(linear, left top, left bottom, from(#ad7ec1), to(#4051a0));
    background: linear-gradient(180deg, #ad7ec1 0%, #4051a0 100%)
}

.clr-gradient-blue:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#ad7ec1), to(#4051a0));
    background: linear-gradient(180deg, #ad7ec1 0%, #4051a0 100%)
}

.clr-gradient-pink-bg,
.stories-wrap:nth-child(4n+1) .stories-info,
.stories-other__list:nth-child(4n+1) .stories-other__info,
.stories-slider .slick-slide:nth-child(4n+1) .stories-wrap .stories-info {
    background: -webkit-gradient(linear, left top, left bottom, from(#a62b8f), to(#e44f9c));
    background: linear-gradient(180deg, #a62b8f 0%, #e44f9c 100%)
}

.cm-hasbanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media screen and (min-width: 75em) {
    .cm-hasbanner .hd-nav__link {
        color: #fefefe
    }
}

@media print,
screen and (min-width: 64em) {
    .cm-hasbanner .cm-social__link img {
        -webkit-filter: grayscale(1) invert(1) brightness(2);
        filter: grayscale(1) invert(1) brightness(2)
    }
}

.cm-banner {
    width: 100%;
    position: relative;
    z-index: 0
}

.cm-banner__title {
    line-height: 1.5;
    margin-bottom: clamp(1.875rem, 6.25vw, 6.25vw);
    -webkit-filter: drop-shadow(grey 1px 1px 5px);
    filter: drop-shadow(grey 1px 1px 5px)
}

.cm-banner--info {
    margin-bottom: 20px;
}

.cm-banner__info p {
    color: #fff;
    font-size: clamp(1.125rem, 1.5vw, 1.5vw);
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
}

@media print,
screen and (max-width: 39.99875em) {
    .cm-banner__title {
        font-size: 1.5rem;
        margin-top: 3.125rem
    }
}

@media print,
screen and (min-width: 40em) {
    .cm-banner__title {
        font-size: clamp(2.5rem, 3.438vw, 3.438vw)
    }
}

.cm-banner__title span {
    color: #fefefe
}

@media print,
screen and (max-width: 39.99875em) {
    .cm-banner__title span {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 40em) {
    .cm-banner__title span {
        font-size: 1.875rem
    }
}

@media print,
screen and (min-width: 40em) {
    .cm-banner__tag {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0
    }
}

.cm-banner__tag-info {
    padding: clamp(1.25rem, 2.604vw, 2.604vw)
}

.cm-banner__tag-info h2,
.cm-banner__tag-info h3,
.cm-banner__tag-info p {
    color: #fefefe;
    margin-bottom: 0
}

@media print,
screen and (max-width: 74.99875em) {

    .cm-banner__tag-info h2,
    .cm-banner__tag-info h3 {
        font-size: 1.5625rem
    }
}

@media print,
screen and (max-width: 63.99875em) {

    .cm-banner__tag-info h2,
    .cm-banner__tag-info h3 {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 75em) {

    .cm-banner__tag-info h2,
    .cm-banner__tag-info h3 {
        font-size: clamp(2rem, 1.979vw, 1.979vw)
    }
}

@media print,
screen and (max-width: 74.99875em) {
    .cm-banner__tag-info p {
        font-size: 1rem
    }
}

.cm-banner__fig {
    overflow: hidden;
    height: 70vh
}

@media print,
screen and (min-width: 40em) {
    .cm-banner__fig {
        height: 95vh
    }
}

.cm-banner__fig img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cm-banner__fig--video img {
    opacity: 0
}

.cm-banner__fig--video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media print,
screen and (max-width: 63.99875em) {
    .cm-banner__fig--video-wrap {
        width: 170% !important
    }
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {
    .cm-banner__fig--video-wrap {
        width: 130% !important
    }
}

.cm-banner__fig--page {
    height: 50vh
}

@media print,
screen and (min-width: 40em) {
    .cm-banner__fig--page {
        height: 83vh
    }
}

.cm-banner__fig--event {
    height: 50vh
}

@media print,
screen and (max-width: 39.99875em) {
    .cm-banner__video .cm-banner__info {
        height: 75vh
    }
}

@media print,
screen and (min-width: 40em) {
    .cm-banner__video .cm-banner__info {
        height: 95vh
    }
}

.cm-banner__info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    height: 60vh
}

@media print,
screen and (min-width: 40em) {
    .cm-banner__info {
        height: 95vh
    }
}

.cm-banner__info>.grid-x {
    width: 100vw
}

.cm-banner__info--event {
    height: 40vh
}

@media print,
screen and (min-width: 40em) {
    .cm-banner__info--event {
        height: 50vh
    }
}

.cm-banner__link {
    margin: clamp(1.25rem, 1.042vw, 1.042vw)
}

.cm-banner__link-active {
    border-color: #F3501D;
    color: #F3501D;
    background-color: #fefefe
}

.cm-overlap {
    position: relative
}

@media print,
screen and (max-width: 39.99875em) {
    .cm-overlap {
        top: -1.875rem
    }
}

@media print,
screen and (min-width: 40em) {
    .cm-overlap {
        top: clamp(-9.375rem, -7.813vw, -7.813vw)
    }
}

.cm-overlap-all {
    position: relative
}

@media print,
screen and (max-width: 63.99875em) {
    .cm-overlap-all {
        top: -5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .cm-overlap-all {
        top: clamp(-9.375rem, -7.813vw, -7.813vw)
    }
}

.cm-title {
    padding-bottom: clamp(3.125rem, 3.073vw, 3.073vw);
    margin-bottom: 0;
    line-height: 1.4;
    font-size: clamp(1.875rem, 2.5vw, 2.5vw)
}

.cm-title--600 {
    font-weight: 600
}

.cm-title--700 {
    font-weight: 700
}

.cm-subtitle {
    font-size: clamp(1.75rem, 2.083vw, 2.083vw)
}

.cm-subtitle-thin {
    font-weight: 400;
    font-size: clamp(1.75rem, 2.083vw, 2.083vw)
}

.cm-spacer {
    height: 100vh
}

@media print,
screen and (max-width: 63.99875em) {
    .cm-spacer {
        max-height: var(--minHeight)
    }
}

@media print,
screen and (min-width: 64em) {
    .cm-spacer {
        max-height: var(--maxHeight)
    }
}

.cm-column {
    padding-block: clamp(1.25rem, 1.25vw, 1.25vw)
}

.cm-column__fig img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cm-content p {
    font-size: clamp(1.25rem, 1.25vw, 1.25vw)
}

.cm-content h3 {
    font-size: clamp(1.5625rem, 2.083vw, 2.083vw)
}

.cm-content h4 {
    font-size: clamp(1.375rem, 1.823vw, 1.823vw)
}

.cm-content__clrcol {
    padding: clamp(1.875rem, 2.604vw, 2.604vw);
    text-align: center;
    overflow: hidden
}

.cm-content__clrcol h3,
.cm-content__clrcol h2 {
    margin-bottom: clamp(.9375rem, 1.042vw, 1.042vw)
}

.cm-content__clrcol h3,
.cm-content__clrcol h2,
.cm-content__clrcol p {
    color: #fefefe;
    line-height: 1.3
}

.cm-content__clrcol-fig img {
    height: clamp(7.5rem, 9.792vw, 9.792vw);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cm-social__list {
    margin-inline: clamp(.75rem, 0.625vw, 0.625vw)
}

.cm-social__list:first-child {
    margin-left: 0
}

.cm-social__list:last-child {
    margin-right: 0
}

.cm-social__link {
    display: inline-block
}

.cm-social__link img {
    height: clamp(1.5625rem, 1.406vw, 1.406vw)
}

@media print,
screen and (min-width: 40em) {
    .cm-form {
        margin-left: clamp(1.875rem, 3.125vw, 3.125vw)
    }
}

.cm-form input[type="text"],
.cm-form textarea {
    border-bottom-color: #cacaca !important;
    padding-inline: 0 !important;
    color: #333 !important
}

.cm-form input[type="text"]::-webkit-input-placeholder,
.cm-form textarea::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1
}

.cm-form input[type="text"]::-moz-placeholder,
.cm-form textarea::-moz-placeholder {
    color: #333 !important;
    opacity: 1
}

.cm-form input[type="text"]:-ms-input-placeholder,
.cm-form textarea:-ms-input-placeholder {
    color: #333 !important;
    opacity: 1
}

.cm-form input[type="text"]::-ms-input-placeholder,
.cm-form textarea::-ms-input-placeholder {
    color: #333 !important;
    opacity: 1
}

.cm-form input[type="text"]::placeholder,
.cm-form textarea::placeholder {
    color: #333 !important;
    opacity: 1
}

.cm-form input[type="text"]:focus::-webkit-input-placeholder,
.cm-form textarea:focus::-webkit-input-placeholder {
    opacity: .5
}

.cm-form input[type="text"]:focus::-moz-placeholder,
.cm-form textarea:focus::-moz-placeholder {
    opacity: .5
}

.cm-form input[type="text"]:focus:-ms-input-placeholder,
.cm-form textarea:focus:-ms-input-placeholder {
    opacity: .5
}

.cm-form input[type="text"]:focus::-ms-input-placeholder,
.cm-form textarea:focus::-ms-input-placeholder {
    opacity: .5
}

.cm-form input[type="text"]:focus::placeholder,
.cm-form textarea:focus::placeholder {
    opacity: .5
}

.cm-form__submit {
    margin-top: clamp(1.25rem, 1.25vw, 1.25vw);
    font-size: clamp(1.25rem, 1.458vw, 1.458vw) !important
}

.cm-form__submit:hover {
    background-color: #fefefe;
    color: #F3501D !important
}

.cm-form__contact {
    padding-block: clamp(2.5rem, 4.167vw, 4.167vw)
}

.cm-form__leftcol {
    background-color: #F3501D;
    color: #fefefe !important;
    padding: clamp(2.1875rem, 2.604vw, 2.604vw)
}

@media print,
screen and (max-width: 63.99875em) {
    .cm-form__leftcol {
        margin-bottom: 3.125rem
    }
}

.cm-form__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (max-width: 39.99875em) {
    .cm-form__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media print,
screen and (min-width: 40em) {
    .cm-form__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.cm-form__info:first-child {
    padding-bottom: clamp(1.25rem, 1.563vw, 1.563vw)
}

.cm-form__info img {
    margin-right: clamp(.9375rem, 1.042vw, 1.042vw);
    height: clamp(2.8125rem, 3.385vw, 3.385vw)
}

.cm-form__info a {
    color: #fefefe;
    font-size: clamp(1.25rem, 1.563vw, 1.563vw);
    font-weight: 600
}

.cm-iframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%
}

.cm-iframe .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none
}

.cm-intern__title {
    font-size: clamp(2.5rem, 3.646vw, 3.646vw);
    margin-bottom: 0;
    padding: clamp(.9375rem, 1.042vw, 1.042vw);
    padding-bottom: clamp(.625rem, 0.781vw, 0.781vw);
    line-height: 1.5;
    color: #fefefe
}

.cm-intern__list li {
    color: #fefefe;
    font-size: clamp(1.25rem, 1.823vw, 1.823vw);
    padding-left: clamp(1.875rem, 2.083vw, 2.083vw);
    padding-block: clamp(.3125rem, 0.521vw, 0.521vw);
    position: relative
}

.cm-intern__list li:before {
    content: '';
    display: inline-block;
    width: clamp(1.25rem, 1.302vw, 1.302vw);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon-list-plus.svg) no-repeat center center
}

.cm-intern__list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: clamp(1.5625rem, 2.865vw, 2.865vw)
}

.cm-intern__info {
    padding-block: clamp(1.25rem, 1.302vw, 1.302vw);
    padding-inline: clamp(.9375rem, 10%, 20%)
}

.cm-intern__info p {
    color: #fefefe;
    margin-bottom: 0;
    font-size: clamp(1.25rem, 1.823vw, 1.823vw);
    line-height: 1.4
}

.cm-intern__card {
    max-width: clamp(18.75rem, 22.396vw, 22.396vw);
    margin: 0 auto;
    padding-block: clamp(1.25rem, 1.563vw, 1.563vw) !important;
    padding-inline: clamp(1.25rem, 1.823vw, 1.823vw) !important;
    margin-bottom: clamp(1.125rem, 1.042vw, 1.042vw);
    text-align: center
}

.cm-intern__card p {
    font-size: clamp(1.125rem, 1.146vw, 1.146vw);
    color: #333;
    margin-bottom: 0
}

.cm-intern__subtitle {
    font-size: clamp(1.75rem, 1.771vw, 1.771vw);
    padding-block: clamp(1.25rem, 1.823vw, 1.823vw);
    margin-bottom: 0
}

.cm-intern__sec {
    padding-block: clamp(2.1875rem, 2.604vw, 2.604vw);
    padding-inline: clamp(1.875rem, 4.167vw, 4.167vw);
    text-align: center
}

.cm-intern__sec>img {
    max-width: clamp(9.375rem, 14.844vw, 14.844vw);
    -webkit-filter: invert(1) brightness(2);
    filter: invert(1) brightness(2);
    margin-bottom: clamp(1.25rem, 1.823vw, 1.823vw)
}

.cm-intern__sec p {
    font-family: "Josefin Sans", sans-serif;
    color: #fefefe;
    font-size: clamp(1.5625rem, 1.771vw, 1.771vw);
    line-height: 1.4;
    margin-bottom: clamp(.9375rem, 1.823vw, 1.823vw)
}

.cm-intern__sec p:last-child {
    margin-bottom: 0
}

.cm-intern__items {
    padding-inline: clamp(1.25rem, 1.563vw, 1.563vw)
}

.cm-intern__items img {
    max-width: clamp(9.375rem, 11.719vw, 11.719vw)
}

.cm-intern__items h3 {
    padding-top: clamp(1.25rem, 2.083vw, 2.083vw);
    padding-bottom: clamp(1.125rem, 1.042vw, 1.042vw);
    font-weight: 600;
    font-size: clamp(1.5625rem, 1.823vw, 1.823vw)
}

.cm-intern__items p {
    font-size: clamp(1.25rem, 1.042vw, 1.042vw)
}

.cm-intern__items p:last-child {
    margin-bottom: 0
}

.cm-intern__form textarea {
    border: 1px solid #707070 !important;
    resize: vertical !important;
    height: none !important
}

.cm-intern__form input::-webkit-input-placeholder {
    color: #798490 !important;
    border-bottom-color: #798490 !important
}

.cm-intern__form input::-moz-placeholder {
    color: #798490 !important;
    border-bottom-color: #798490 !important
}

.cm-intern__form input:-ms-input-placeholder {
    color: #798490 !important;
    border-bottom-color: #798490 !important
}

.cm-intern__form input::-ms-input-placeholder {
    color: #798490 !important;
    border-bottom-color: #798490 !important
}

.cm-intern__form input::placeholder {
    color: #798490 !important;
    border-bottom-color: #798490 !important
}

.cm-intern__form input:focus::-webkit-input-placeholder {
    opacity: .5
}

.cm-intern__form input:focus::-moz-placeholder {
    opacity: .5
}

.cm-intern__form input:focus:-ms-input-placeholder {
    opacity: .5
}

.cm-intern__form input:focus::-ms-input-placeholder {
    opacity: .5
}

.cm-intern__form input:focus::placeholder {
    opacity: .5
}

.cm-intern__form input[type="file"] {
    margin-bottom: 0 !important
}

.cm-intern__form input[type="file"]::-webkit-file-upload-button {
    border-radius: 6.25rem;
    border: 0;
    padding-inline: clamp(.9375rem, 1.042vw, 1.042vw);
    height: clamp(2.5rem, 2.083vw, 2.083vw);
    cursor: pointer;
    background-color: white;
    color: #F3501D;
    font-size: clamp(1.125rem, 1.042vw, 1.042vw);
    margin-right: .9375rem;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.cm-intern__form input[type="file"]::file-selector-button {
    border-radius: 6.25rem;
    border: 0;
    padding-inline: clamp(.9375rem, 1.042vw, 1.042vw);
    height: clamp(2.5rem, 2.083vw, 2.083vw);
    cursor: pointer;
    background-color: white;
    color: #F3501D;
    font-size: clamp(1.125rem, 1.042vw, 1.042vw);
    margin-right: .9375rem;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.cm-intern__form input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #333;
    color: #fefefe
}

.cm-intern__form input[type="file"]::file-selector-button:hover {
    background-color: #333;
    color: #fefefe
}

.cm-intern__form ul li label {
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    color: #798490 !important;
    padding-block: .3125rem
}

.cm-intern__form ul li label input[type="checkbox"],
.cm-intern__form ul li label input[type="radio"] {
    margin-right: .625rem
}

.cm-intern__form--wrap {
    grid-template-columns: minmax(0, 80%) minmax(0, 1fr) !important
}

.cm-intern__form-title {
    font-size: clamp(1.875rem, 2.604vw, 2.604vw) !important;
    margin-bottom: clamp(1.875rem, 2.604vw, 2.604vw)
}

.cm-intern__form-sec {
    padding-block: clamp(1.875rem, 3.385vw, 3.385vw);
    padding-inline: clamp(1.25rem, 6.771vw, 6.771vw);
    color: #fefefe
}

.cm-intern__form-sec h4,
.cm-intern__form-sec h3,
.cm-intern__form-sec p {
    color: #fefefe
}

.cm-intern__form-sec h4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: clamp(1.5625rem, 1.771vw, 1.771vw);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0
}

.cm-intern__form-sec h4 a {
    color: #fefefe
}

.cm-intern__form-sec h3 {
    margin-bottom: 0 !important;
    margin-top: clamp(1.5625rem, 3vw, 3vw)
}

.cm-intern__form-sec p {
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    line-height: 1.2
}

.cm-intern__form-sec ol {
    counter-reset: item;
    list-style-type: none;
    margin: 0
}

.cm-intern__form-sec ol li {
    display: block;
    padding-left: clamp(1.875rem, 3.906vw, 3.906vw);
    position: relative
}

.cm-intern__form-sec ol li:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    font-size: clamp(1.25rem, 1.979vw, 1.979vw);
    position: absolute;
    left: 0;
    top: -.3125rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600
}

.cm-intern__form-sec ol li p {
    font-size: clamp(1rem, 1.25vw, 1.25vw);
    line-height: 1.2
}

.cm-intern__form-sec ol li textarea {
    border-color: #fefefe !important;
    height: none !important
}

.cm-intern__form-sec ol li input[type="text"],
.cm-intern__form-sec ol li textarea {
    border: .0625rem solid #fefefe;
    color: #fefefe
}

.cm-intern__form-sec ol li input[type="text"]::-webkit-input-placeholder,
.cm-intern__form-sec ol li textarea::-webkit-input-placeholder {
    color: #fefefe
}

.cm-intern__form-sec ol li input[type="text"]::-moz-placeholder,
.cm-intern__form-sec ol li textarea::-moz-placeholder {
    color: #fefefe
}

.cm-intern__form-sec ol li input[type="text"]:-ms-input-placeholder,
.cm-intern__form-sec ol li textarea:-ms-input-placeholder {
    color: #fefefe
}

.cm-intern__form-sec ol li input[type="text"]::-ms-input-placeholder,
.cm-intern__form-sec ol li textarea::-ms-input-placeholder {
    color: #fefefe
}

.cm-intern__form-sec ol li input[type="text"]::placeholder,
.cm-intern__form-sec ol li textarea::placeholder {
    color: #fefefe
}

.cm-intern__form-sec ol li input[type="text"]:focus::-webkit-input-placeholder,
.cm-intern__form-sec ol li textarea:focus::-webkit-input-placeholder {
    opacity: .5
}

.cm-intern__form-sec ol li input[type="text"]:focus::-moz-placeholder,
.cm-intern__form-sec ol li textarea:focus::-moz-placeholder {
    opacity: .5
}

.cm-intern__form-sec ol li input[type="text"]:focus:-ms-input-placeholder,
.cm-intern__form-sec ol li textarea:focus:-ms-input-placeholder {
    opacity: .5
}

.cm-intern__form-sec ol li input[type="text"]:focus::-ms-input-placeholder,
.cm-intern__form-sec ol li textarea:focus::-ms-input-placeholder {
    opacity: .5
}

.cm-intern__form-sec ol li input[type="text"]:focus::placeholder,
.cm-intern__form-sec ol li textarea:focus::placeholder {
    opacity: .5
}

.cm-reveal {
    max-width: 81.25rem;
    margin: 15px auto 15px !important;
    padding-top: clamp(2.8125rem, 4.948vw, 4.948vw);
    padding-inline: clamp(1.5625rem, 3.125vw, 3.125vw);
    padding-bottom: clamp(1.5625rem, 2.344vw, 2.344vw);
    border-radius: clamp(1.25rem, 3.125vw, 3.125vw);
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
    background-color: #fefefe
}

.cm-reveal .team-readmore {
    color: #666
}

.cm-reveal__wrap {
    background: none;
    padding: 0;
    border: 0
}

.cm-reveal figure img {
    width: clamp(13.75rem, 11.458vw, 11.458vw);
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    margin-bottom: clamp(.9375rem, 1.042vw, 1.042vw)
}

.cm-reveal__hd {
    display: inline-block;
    text-align: center
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
    .cm-reveal__hd {
        margin: 0 auto
    }
}

.cm-reveal__hd h3 {
    font-size: clamp(1.375rem, 1.563vw, 1.563vw);
    margin-bottom: 0;
    line-height: 1
}

.cm-reveal__hd>p {
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    font-weight: 500
}

.cm-reveal__info {
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    font-weight: 300;
    overflow: hidden;
    max-height: clamp(21.875rem, 18.229vw, 18.229vw)
}

.line {
    width: 1.5rem;
    height: .0625rem;
    background-color: #fefefe;
    display: block;
    margin: .3125rem auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.hamburger {
    padding: 0;
    background-color: #F3501D;
    border-radius: 6.25rem;
    width: 2.5rem;
    height: 2.5rem
}

.hamburger--white {
    background-color: #fefefe;
    border: .0625rem solid #F3501D
}

.hamburger--white .line {
    background-color: #F3501D
}

.hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
    background-color: #fefefe
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
    background-color: #fefefe
}

.hamburger--white.is-active .line:nth-child(1),
.hamburger--white.is-active .line:nth-child(3) {
    background-color: #F3501D
}

.cr-wrap {
    position: relative;
    isolation: isolate;
    z-index: 0;
    margin-block: clamp(3.125rem, 6.771vw, 6.771vw);
    margin-inline: auto
}

@media print,
screen and (min-width: 40em) {
    .cr-wrap {
        width: clamp(32.5rem, 30.333vw, 33.333vw);
        height: clamp(32.5rem, 30.333vw, 33.333vw);
        border-radius: clamp(20rem, 80%, 33.333vw);
        border-color: #F3501D;
        border-style: solid;
        /* border-width: clamp(.4375rem, 0.365vw, 0.365vw) */
        border-width: 2px;
    }
}

@media print,
screen and (max-width: 39.99875em) {
    .cr-detail {
        /*border: .2375rem solid #3c3c3d;*/
        border: .1rem solid #3c3c3d;
        margin: .9375rem 0;
        padding: 1.25rem 1.25rem .625rem 1.25rem
    }
}

@media print,
screen and (min-width: 40em) {
    .cr-detail {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        display: contents
    }
}

@media print,
screen and (min-width: 40em) {
    .cr-detail__info {
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
        opacity: 0;
        position: absolute;
        z-index: 1;
        text-align: center;
        width: clamp(32.5rem, 30.333vw, 33.333vw);
        height: clamp(32.5rem, 30.333vw, 33.333vw);
        padding: clamp(2.1875rem, 5.208vw, 5.208vw);
        display: grid;
        place-content: center
    }
}

.cr-detail__info-title {
    font-size: clamp(1.5rem, 1.771vw, 1.771vw)
}

.cr-detail__info>p {
    font-size: clamp(1rem, 1.042vw, 1.25vw)
}

@media print,
screen and (min-width: 40em) {
    .cr-detail--active .cr-detail__info {
        opacity: 1
    }
}

.cr-list {
    background-color: #fefefe;
    border-radius: clamp(6.25rem, 5.208vw, 5.208vw);
    border-color: #F3501D;
    border-style: solid;
    -webkit-box-shadow: 0 0 1.5625rem .3125rem rgba(60, 60, 61, 0.5);
    box-shadow: 0 0 1.5625rem .3125rem rgba(60, 60, 61, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0a0a0a;
    width: clamp(7.5rem, 7.292vw, 7.292vw);
    height: clamp(7.5rem, 7.292vw, 7.292vw);

    line-height: 1.2;
    padding-bottom: 10px;
}

@media print,
screen and (max-width: 39.99875em) {
    .cr-list {
        margin: 0 auto 1.25rem;
        border-width: 1px;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
}

@media print,
screen and (min-width: 40em) {
    .cr-list {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        opacity: 0;
        position: absolute;
        top: 49%;
        left: 50%;
        z-index: 2;
        cursor: pointer;
        /* border-width: clamp(.3125rem, 0.26vw, 0.26vw); */
        border-width: 2px;
        font-size: clamp(1rem, 0.938vw, 0.938vw);
    }
}

.cr-list:hover {
    cursor: pointer;
    background-color: #F3501D;
    color: #fefefe
}

.cr-list:hover img {
    -webkit-filter: grayscale(1) invert(1) brightness(2);
    filter: grayscale(1) invert(1) brightness(2)
}

.cr-list img {
    height: clamp(2.1875rem, 2.604vw, 2.604vw)
}

@media print,
screen and (min-width: 40em) {
    .cr-list--1.cr-pos {
        top: clamp(-1.875rem, -3.646vw, -3.646vw);
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-25%);
        transform: translateX(-50%) translateY(-25%);
        opacity: 1
    }
}

@media print,
screen and (min-width: 40em) {
    .cr-list--2.cr-pos {
        top: 15%;
        left: calc(100% - 105px);
        -webkit-transform: translateX(10%) translateY(0%);
        transform: translateX(10%) translateY(0%);
        opacity: 1
    }
}

@media print,
screen and (min-width: 40em) {
    .cr-list--3.cr-pos {
        bottom: 15%;
        left: calc(100% - 105px);
        -webkit-transform: translateX(10%) translateY(0%);
        transform: translateX(10%) translateY(0%);
        top: auto;
        opacity: 1
    }
}

@media print,
screen and (min-width: 40em) {
    .cr-list--4.cr-pos {
        top: calc(100% - 105px);
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(25%);
        transform: translateX(-50%) translateY(25%);
        opacity: 1
    }
}

@media print,
screen and (min-width: 40em) {
    .cr-list--5.cr-pos {
        bottom: 15%;
        left: clamp(-1.875rem, -3.646vw, -3.646vw);
        -webkit-transform: translateX(-10%) translateY(0%);
        transform: translateX(-10%) translateY(0%);
        top: auto;
        opacity: 1
    }
}

@media print,
screen and (min-width: 40em) {
    .cr-list--6.cr-pos {
        top: 15%;
        left: clamp(-1.875rem, -3.646vw, -3.646vw);
        -webkit-transform: translateX(-10%) translateY(0%);
        transform: translateX(-10%) translateY(0%);
        opacity: 1
    }
}

@media print,
screen and (min-width: 40em) {
    .cr-pos--active {
        background-color: #F3501D;
        color: #fefefe
    }
}

.cr-pos--active img {
    -webkit-filter: grayscale(1) invert(1) brightness(2);
    filter: grayscale(1) invert(1) brightness(2)
}

.card-icon {
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
    padding-block: clamp(1.5625rem, 1.563vw, 1.563vw);
    padding-inline: clamp(1.5625rem, 1.563vw, 1.563vw);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.card-icon__brbtm {
    position: relative;
    z-index: 0
}

.card-icon__brbtm:before {
    content: "";
    width: 100%;
    height: clamp(.625rem, 0.625vw, 0.625vw);
    background-color: #F3501D;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.card-icon__brbtm:hover:before {
    background-color: #0a0a0a
}

.card-icon__info {
    margin-bottom: clamp(1.5625rem, 2.083vw, 2.083vw)
}

.card-icon__info p {
    font-size: clamp(1.25rem, 1.25vw, 1.25vw);
    line-height: 1.4
}

.card-icon__info p a {
    color: #798490;
}

.card-icon img {
    height: clamp(3.125rem, 4.167vw, 4.167vw)
}

.card-icon:hover {
    background-color: #F3501D
}

.card-icon:hover .card-icon__info p a {
    color: #FFF;
}

.card-icon:hover .button {
    background-color: #fefefe;
    color: #F3501D
}

.card-icon:hover .card-icon__title {
    color: #fefefe
}

.card-icon:hover img {
    -webkit-filter: grayscale(1) invert(2) brightness(3);
    filter: grayscale(1) invert(2) brightness(3)
}

.card-icon:hover .card-icon__info {
    color: #fefefe
}

@media print,
screen and (max-width: 39.99875em) {
    .card-icon__sec {
        padding-block: 3.125rem
    }
}

@media print,
screen and (max-width: 39.99875em) {
    .card-icon__sec--nopd {
        padding-top: 0
    }
}

.card-icon__title {
    font-size: clamp(1.75rem, 1.771vw, 1.771vw);
    margin-top: clamp(1.5625rem, 1.823vw, 1.823vw);
    margin-bottom: clamp(1.25rem, 1.042vw, 1.042vw)
}

.card-fig {
    height: clamp(34.0625rem, 28.385vw, 28.385vw);
    overflow: hidden
}

.card-fig img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-list.draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.slick-list.draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-prev,
.slick-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: clamp(1.25rem, 1.042vw, 1.042vw);
    width: clamp(1.25rem, 1.042vw, 1.042vw);
    line-height: 0px;
    font-size: 0px;
    margin: 0 clamp(.5rem, 0.4vw, 0.4vw);
    cursor: pointer;
    background: transparent;
    color: #F3501D;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent
}

.slick-prev:before,
.slick-next:before {
    font-size: clamp(1.875rem, 1.5vw, 1.5vw);
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: '<'
}

[dir="rtl"] .slick-prev:before {
    content: '>'
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: '>'
}

[dir="rtl"] .slick-next:before {
    content: '<'
}

.slick-dots {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: clamp(.5rem, 0.833vw, 0.833vw);
    width: clamp(.5rem, 0.833vw, 0.833vw);
    margin: 0 clamp(.3125rem, 0.313vw, 0.313vw);
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: clamp(.5rem, 0.833vw, 0.833vw);
    width: clamp(.5rem, 0.833vw, 0.833vw);
    border: .0625rem solid #F3501D;
    border-radius: 6.25rem;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    border: .0625rem solid #F3501D
}

.slick-dots li.slick-active button {
    background-color: #F3501D;
    border: .0625rem solid #F3501D
}

.form input[type="text"],
.form textarea {
    background: none;
    border: none;
    border-bottom-width: clamp(.0625rem, 0.052vw, 0.052vw);
    border-bottom-color: #fefefe;
    border-bottom-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fefefe;
    font-size: clamp(1.125rem, 1.25vw, 1.25vw)
}

.form input[type="text"]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #cacaca
}

.form input[type="text"]::-moz-placeholder,
.form textarea::-moz-placeholder {
    color: #cacaca
}

.form input[type="text"]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: #cacaca
}

.form input[type="text"]::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
    color: #cacaca
}

.form input[type="text"]::placeholder,
.form textarea::placeholder {
    color: #cacaca
}

.form input[type="text"]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
    color: rgba(202, 202, 202, 0.5)
}

.form input[type="text"]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
    color: rgba(202, 202, 202, 0.5)
}

.form input[type="text"]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
    color: rgba(202, 202, 202, 0.5)
}

.form input[type="text"]:focus::-ms-input-placeholder,
.form textarea:focus::-ms-input-placeholder {
    color: rgba(202, 202, 202, 0.5)
}

.form input[type="text"]:focus::placeholder,
.form textarea:focus::placeholder {
    color: rgba(202, 202, 202, 0.5)
}

.form input[type="text"]:-webkit-autofill,
.form textarea:-webkit-autofill {
    background: none
}

.form input[type="text"]:autofill,
.form textarea:autofill {
    background: none
}

.form input[type="text"] {
    height: clamp(2.5rem, 3.125vw, 3.125vw)
}

.form textarea {
    resize: none;
    height: clamp(8.125rem, 11.458vw, 11.458vw)
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: clamp(1.875rem, 1.823vw, 1.823vw);
    width: clamp(1.875rem, 1.823vw, 1.823vw);
    background-color: none;
    border-width: clamp(.0625rem, 0.052vw, 0.052vw);
    border-color: #fefefe;
    border-style: solid;
    border-radius: clamp(.4375rem, 0.521vw, 0.521vw);
    margin-right: clamp(.9375rem, 0.781vw, 0.781vw)
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container {
    display: block;
    position: relative;
    padding-left: clamp(2.5rem, 2.604vw, 2.604vw);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    line-height: 1.4;
    min-height: clamp(1.875rem, 1.823vw, 1.823vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0
}

.container:hover input~.checkmark {
    background-color: #fefefe
}

.container input:checked~.checkmark {
    background-color: #F3501D
}

.container input:checked~.checkmark:after {
    display: block
}

.container .checkmark:after {
    left: clamp(.5rem, 0.625vw, 0.625vw);
    top: clamp(.1875rem, 0.156vw, 0.156vw);
    width: clamp(.5rem, 0.625vw, 0.625vw);
    height: clamp(.9375rem, 1.146vw, 1.146vw);
    border: 0px solid #fefefe;
    border-right-width: clamp(.1875rem, 0.156vw, 0.156vw);
    border-bottom-width: clamp(.1875rem, 0.156vw, 0.156vw);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hm-project {
    padding-block: clamp(3.125rem, 5.208vw, 5.208vw)
}

.hm-project__list {
    position: relative;
    width: 100%;
    cursor: pointer
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hm-project__list {
        max-width: 75%;
        margin: auto
    }
}

.hm-project__list img {
    width: 100%;
    height: clamp(34.0625rem, 28.385vw, 28.385vw);
    -o-object-fit: cover;
    object-fit: cover
}

.hm-project__list:hover .hm-project__info {
    opacity: 1;
    height: 100%
}

.hm-project__list:hover .hm-project__info-hover {
    opacity: 0;
    height: 0%
}

.hm-project__info {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #F3501D;
    background: -webkit-gradient(linear, left bottom, left top, from(#f3501d), to(rgba(243, 80, 29, 0.25)));
    background: linear-gradient(0deg, #f3501d 0%, rgba(243, 80, 29, 0.25) 100%);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: clamp(1.875rem, 3.073vw, 3.073vw);
    text-align: center
}

.hm-project__info p {
    color: #fefefe;
    font-size: clamp(1.375rem, 1.563vw, 1.563vw);
    line-height: 1.2
}

.hm-project__info-hover {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: clamp(1.875rem, 3.073vw, 3.073vw);
    text-align: center
}

.hm-project__info-title {
    font-size: clamp(1.5625rem, 1.823vw, 1.823vw);
    color: #fefefe;
    line-height: 1.3;
    padding-bottom: clamp(1.25rem, 1.042vw, 1.042vw)
}

.hm-project__info-link {
    font-size: clamp(1.5625rem, 1.823vw, 1.823vw);
    color: #fefefe;
    margin-top: clamp(1.25rem, 1.042vw, 1.042vw);
    padding: clamp(1.25rem, 1.042vw, 1.042vw);
    border-radius: 100%;
    border-width: clamp(.0625rem, 0.104vw, 0.104vw);
    border-style: solid;
    border-color: #fefefe;
    -webkit-transition: all .25 ease-out;
    transition: all .25 ease-out;
    display: inline-block;
    width: clamp(5rem, 4.688vw, 4.688vw);
    height: clamp(5rem, 4.688vw, 4.688vw)
}

.hm-project__info-link:hover,
.hm-project__info-link:focus {
    color: #F3501D;
    background-color: #fefefe
}

.hm-project .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media print,
screen and (min-width: 64em) {
    .hm-project .slick-track {
        gap: clamp(3.125rem, 4.167vw, 4.167vw)
    }
}

.hm-project .slick-arrow {
    top: calc(50% - 50px);
    position: absolute;
    z-index: 0;
    margin: 0;
    width: clamp(3.125rem, 2.604vw, 2.604vw);
    height: clamp(3.125rem, 2.604vw, 2.604vw);
    border-width: clamp(.125rem, 0.104vw, 0.104vw);
    border-style: solid;
    border-color: #F3501D;
    border-radius: 100%;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.hm-project .slick-arrow:before {
    content: '';
    width: clamp(1.25rem, 1.042vw, 1.042vw);
    height: clamp(1.25rem, 1.042vw, 1.042vw);
    border-width: clamp(.125rem, 0.104vw, 0.104vw);
    border-style: solid;
    border-color: #333
}

.hm-project .slick-arrow:hover {
    background-color: #F3501D
}

.hm-project .slick-arrow:hover:before {
    border-color: #fefefe
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hm-project .slick-next {
        left: calc(100% - 50px)
    }
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hm-project .slick-next {
        left: calc(100% - 15px)
    }
}

@media screen and (min-width: 75em) {
    .hm-project .slick-next {
        left: 100%
    }
}

.hm-project .slick-next:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    margin-right: .625rem
}

.hm-project .slick-prev {
    left: auto
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hm-project .slick-prev {
        right: calc(100% - 50px)
    }
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hm-project .slick-prev {
        right: calc(100% - 15px)
    }
}

@media screen and (min-width: 75em) {
    .hm-project .slick-prev {
        right: 100%
    }
}

.hm-project .slick-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 0;
    border-bottom: 0;
    margin-left: .625rem
}

.hm-pillar {
    padding-top: clamp(3.125rem, 3.073vw, 3.073vw);
    padding-bottom: clamp(3.125rem, 2.604vw, 2.604vw)
}

.hm-pillar__wrap {
    padding-block: clamp(3.125rem, 3.073vw, 3.073vw);
    counter-reset: section
}

.hm-pillar__item {
    background-color: #fefefe;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.hm-pillar__item:before,
.hm-pillar__item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.hm-pillar__item:before {
    background-color: #0a0a0a;
    width: 100%;
    z-index: 0
}

.hm-pillar__item:after {
    background-color: #F3501D;
    width: clamp(.625rem, 0.521vw, 0.521vw);
    z-index: 2
}

.hm-pillar__item:hover .hm-pillar__list-title,
.hm-pillar__item:hover p {
    color: #fefefe
}

.hm-pillar__item:hover .hm-pillar__list-title,
.hm-pillar__item:hover p,
.hm-pillar__item:hover .hm-pillar__list-link {
    opacity: 1
}

.hm-pillar__item:hover:after,
.hm-pillar__item:hover:before {
    height: 100%;
    opacity: 1
}

.hm-pillar__item:hover .hm-pillar__list:before {
    font-size: clamp(3.75rem, 5.208vw, 5.208vw)
}

.hm-pillar__list {
    padding-inline: clamp(2.5rem, 2.083vw, 2.083vw);
    padding-top: clamp(1.25rem, 1.042vw, 1.042vw);
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 2
}

.hm-pillar__list:before {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: absolute;
    right: clamp(1.25rem, 1.042vw, 1.042vw);
    top: clamp(1.25rem, 1.042vw, 1.042vw);
    font-size: clamp(2.5rem, 4.167vw, 4.167vw);
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #F2F2F2;
    line-height: 1;
    counter-increment: section;
    content: counter(section, decimal-leading-zero)
}

.hm-pillar__list-title {
    font-size: clamp(1.875rem, 1.823vw, 1.823vw);
    margin-bottom: clamp(1.375rem, 1.458vw, 1.458vw);
    line-height: 1.3
}

.hm-pillar__list-link {
    font-size: clamp(1.25rem, 1.25vw, 1.25vw);
    margin-bottom: clamp(1.875rem, 2.083vw, 2.083vw);
    display: inline-block;
    opacity: 0;
    color: #F3501D
}

.hm-pillar__list-icon {
    display: inline-grid;
    place-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F3501D;
    padding: clamp(1.25rem, 1.042vw, 1.042vw);
    border-radius: 100%;
    margin-bottom: clamp(1.875rem, 2.083vw, 2.083vw);
    height: clamp(6.25rem, 6.25vw, 6.25vw);
    width: clamp(6.25rem, 6.25vw, 6.25vw)
}

.hm-pillar__list-icon img {
    width: clamp(5rem, 5.208vw, 5.208vw)
}

.hm-pillar__list-fig {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0
}
.hm-pillar__list-fig  img {
    width: 100%;
}

.hm-pillar__list-fig a {
    display: block;
    position: relative;
    z-index: 0
}

.hm-pillar__list-fig a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(243, 80, 29, 0.45);
    z-index: 0
}

.hm-pillar__list-fig a img {
    width: 100%;
    height: clamp(9.6875rem, 8.073vw, 8.073vw);
    -o-object-fit: cover;
    object-fit: cover
}

.hm-block {
    padding-block: clamp(2.5rem, 4.167vw, 4.167vw)
}

.hm-block__fig img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hm-block__fig .slick-track,
.hm-block__fig .slick-list {
    height: 100%
}

.hm-block__info {
    padding: clamp(2.1875rem, 2.604vw, 2.604vw);
    position: relative;
    z-index: 0
}

.hm-block__info .slick-track,
.hm-block__info .slick-list {
    height: 100%
}

.hm-block__info p {
    color: #fefefe;
    font-size: clamp(1.375rem, 1.563vw, 1.563vw);
    line-height: 1.2
}

.hm-block__info-slider {
    height: 100%;
    position: relative;
    z-index: 0;
    padding-bottom: clamp(6.25rem, 5.208vw, 5.208vw)
}

.hm-block__info-slider>div {
    height: 100%
}

.hm-block__info-small {
    font-size: clamp(1.25rem, 1.094vw, 1.094vw);
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #fefefe;
    display: block;
    margin-bottom: clamp(1.25rem, 1.094vw, 1.094vw)
}

.hm-block__info-title {
    color: #fefefe;
    font-size: clamp(1.75rem, 2.083vw, 2.083vw);
    margin-bottom: clamp(1.25rem, 1.302vw, 1.302vw)
}

.hm-block__info-subtitle {
    color: #fefefe;
    font-size: clamp(1.375rem, 1.563vw, 1.563vw);
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: clamp(1.25rem, 1.302vw, 1.302vw)
}

.hm-block__info-list {
    padding-top: clamp(1.25rem, 1.302vw, 1.302vw)
}

.hm-block__info-list li {
    color: #fefefe;
    margin-bottom: clamp(.9375rem, 0.781vw, 0.781vw);
    font-size: clamp(1.125rem, 1.042vw, 1.042vw);
    position: relative;
    padding-left: clamp(2.8125rem, 2.344vw, 2.344vw);
    margin-left: clamp(.625rem, 0.781vw, 0.781vw)
}

.hm-block__info-list li img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: clamp(1.875rem, 1.563vw, 1.563vw)
}

.hm-block__info-link {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0
}

.faq-wrap {
    padding-block: clamp(3.125rem, 4.167vw, 4.167vw)
}

.faq-fig {
    overflow: hidden
}

.faq-fig img {
    width: 100%;
    /*height: 100%;
    -o-object-fit: cover;
    object-fit: cover*/
}

.faq-list {
    margin-top: clamp(2.1875rem, 1.823vw, 1.823vw)
}

.faq-list__title {
    margin-bottom: clamp(.9375rem, 0.781vw, 0.781vw)
}

.faq-list__title>a {
    background-color: #F2F2F2;
    font-weight: 600;
    padding-inline: clamp(3.125rem, 2.604vw, 2.604vw);
    display: block;
    color: #0a0a0a;
    position: relative
}

.faq-list__title>a:after {
    color: #0a0a0a;
    content: '+';
    font-weight: 700;
    position: absolute;
    left: clamp(.9375rem, 0.781vw, 0.781vw);
    top: calc(50% - 17px);
    font-size: clamp(1.5625rem, 1.563vw, 1.563vw)
}

.faq-list__title>a:before {
    content: '' !important;
    width: clamp(.625rem, 0.521vw, 0.521vw);
    height: clamp(.625rem, 0.521vw, 0.521vw);
    border-width: clamp(.125rem, 0.104vw, 0.104vw);
    border-color: #333;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0
}

.faq-list__title>a:hover {
    color: #0a0a0a
}

.faq-list__title.is-active>a:after {
    content: '-'
}

.faq-list__title.is-active>a:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.faq-list__content {
    border: 1px solid #F2F2F2
}

.faq-list__content p {
    font-size: clamp(1rem, 0.938vw, 0.938vw)
}

.team {
    text-align: center
}

.team-wrap {
    padding-bottom: clamp(3.125rem, 5.208vw, 5.208vw)
}

.team figure {
    width: clamp(11.25rem, 11.458vw, 11.458vw);
    height: clamp(11.25rem, 11.458vw, 11.458vw);
    border-radius: 100%;
    overflow: hidden;
    margin-inline: auto;
    margin-bottom: clamp(1.125rem, 1.042vw, 1.042vw)
}

.team figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team h3 {
    font-size: clamp(1.375rem, 1.563vw, 1.563vw);
    margin-bottom: 0
}

.team>p {
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    font-weight: 500
}

.team-info {
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    max-height: clamp(13.125rem, 10.938vw, 10.938vw)
}

.team-info p {
    font-size: clamp(1.125rem, 1.146vw, 1.146vw)
}

.team-info p:last-child {
    margin-bottom: 0
}

.team-info--open {
    overflow: visible;
    display: block;
    max-height: none
}

.team-card {
    max-width: clamp(18.75rem, 19.792vw, 19.792vw);
    margin: 0 auto;
    padding-block: clamp(1.25rem, 1.563vw, 1.563vw) !important;
    padding-inline: clamp(1.25rem, 1.823vw, 1.823vw) !important;
    margin-bottom: clamp(1.125rem, 1.042vw, 1.042vw)
}

.team-readmore {
    font-size: clamp(1rem, 0.938vw, 0.938vw);
    font-weight: 600;
    margin-block: clamp(1.125rem, 1.146vw, 1.146vw);
    font-family: "Josefin Sans", sans-serif;
    color: #F3501D;
    display: inline-block
}

.team-readmore-mobile {
    font-size: clamp(1rem, 0.938vw, 0.938vw);
    font-weight: 600;
    margin-block: clamp(1.125rem, 1.146vw, 1.146vw);
    font-family: "Josefin Sans", sans-serif;
    color: #F3501D;
    display: inline-block
}

.team-br {
    border-color: #F3501D;
    border-style: solid;
    border-width: clamp(.0625rem, 0.052vw, 0.052vw)
}

.team-link {
    font-weight: 300;
    font-size: clamp(1rem, 0.938vw, 0.938vw);
    color: #666
}

.contact--overlap {
    padding-top: clamp(2.5rem, 3.125vw, 3.125vw);
    padding-bottom: clamp(1.875rem, 1.563vw, 1.563vw);
    position: relative
}

@media print,
screen and (max-width: 63.99875em) {
    .contact--overlap {
        top: -7%
    }
}

.contact-validation {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.contact-validation__wrap {
    max-width: 80%;
    border-radius: 2vw;
    background-color: #fefefe;
    margin: 0 auto;
    padding: clamp(1.875rem, 6.25vw, 6.25vw);
    text-align: center;
    position: relative
}

.contact-validation__title {
    color: #F3501D;
    font-size: clamp(2.5rem, 3.385vw, 3.385vw);
    margin-bottom: clamp(2.1875rem, 3.125vw, 3.125vw)
}

.contact-validation__content p {
    color: #0a0a0a;
    font-size: clamp(1.375rem, 1.25vw, 1.25vw)
}

.contact-validation__content p:last-child {
    margin-bottom: 0
}

.contact-validation__content p span,
.contact-validation__content p a {
    font-weight: 700;
    color: #F3501D;
    font-size: clamp(1.5rem, 1.458vw, 1.458vw)
}

@media print,
screen and (max-width: 89.99875em) {
    .contact-social img {
        max-width: 3.125rem
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .contact-social img {
        max-width: 1.875rem
    }
}

.contact-title {
    margin-right: clamp(.9375rem, 1.042vw, 1.042vw);
    font-size: clamp(2.1875rem, 4.167vw, 4.167vw)
}

@media print,
screen and (max-width: 39.99875em) {
    .contact-title {
        margin-bottom: 1.5625rem
    }
}

.contact-title__wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-icon {
    display: inline-grid;
    place-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F3501D;
    border-radius: 100%;
    margin-bottom: clamp(1.875rem, 2.083vw, 2.083vw)
}

@media print,
screen and (max-width: 39.99875em) {
    .contact-icon {
        height: 3.125rem;
        width: 3.125rem;
        padding: .625rem
    }
}

@media print,
screen and (min-width: 40em) {
    .contact-icon {
        padding: clamp(.625rem, 0.521vw, 0.521vw);
        height: clamp(3.75rem, 5.208vw, 5.208vw);
        width: clamp(3.75rem, 5.208vw, 5.208vw)
    }
}

.contact-icon img {
    width: clamp(3.75rem, 5.208vw, 5.208vw)
}

.contact-submit {
    border-color: #fefefe;
    background: none;
    border-width: clamp(.0625rem, 0.052vw, 0.052vw);
    color: #fefefe;
    margin-bottom: 0
}

.contact-list li {
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    color: #fefefe;
    margin-block: clamp(.3125rem, 0.313vw, 0.313vw)
}

.contact-info {
    margin-top: clamp(2.1875rem, 2.865vw, 2.865vw);
    color: #fefefe;
    font-size: clamp(1rem, 0.938vw, 0.938vw)
}

.contact-address {
    position: relative;
    bottom: clamp(3.75rem, 4.167vw, 4.167vw);
    padding-block: clamp(3.125rem, 2.604vw, 2.604vw)
}

.contact-address p {
    color: #333;
    font-size: clamp(1.375rem, 1.458vw, 1.458vw);
    line-height: 1.4
}

@media print,
screen and (min-width: 64em) {
    .contact-map {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-block: clamp(2.1875rem, 2.865vw, 2.865vw)
    }

    .contact-map li {
        margin-inline: clamp(.625rem, 0.625vw, 0.625vw)
    }
}

.contact-map a {
    color: #798490;
    font-weight: 400;
    font-size: clamp(1.5rem, 1.458vw, 1.458vw)
}

@media print,
screen and (max-width: 63.99875em) {
    .contact-map .accordion-content {
        padding: 0 0 1.875rem 0
    }
}

.contact-content {
    margin-block: clamp(2.5rem, 4.167vw, 4.167vw)
}

.contact-content .menu {
    margin-top: clamp(1.875rem, 3.125vw, 3.125vw)
}

.contact-content .menu li {
    margin-inline: clamp(.9375rem, 1.042vw, 1.042vw)
}

@media print,
screen and (max-width: 63.99875em) {
    .contact-content .menu li {
        margin-bottom: .9375rem
    }
}

.contact-content .menu li img {
    max-height: clamp(6.25rem, 6.25vw, 6.25vw)
}

.gift--overlap {
    padding-block: clamp(1.875rem, 3.646vw, 3.646vw);
    padding-inline: clamp(1.25rem, 6.25vw, 6.25vw);
    -webkit-filter: drop-shadow(0px 2px 3px rgba(10, 10, 10, 0.35));
    filter: drop-shadow(0px 2px 3px rgba(10, 10, 10, 0.35))
}

.gift--overlap h2 {
    font-size: clamp(1.5625rem, 2.5vw, 2.5vw);
    color: #fefefe;
    font-size: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    text-align: center
}

.gift-section {
    margin-top: clamp(-3.125rem, -5.208vw, -5.208vw);
    margin-bottom: clamp(3.125rem, 5.208vw, 5.208vw)
}

.gift-donate {
    font-family: "Josefin Sans", sans-serif;
    min-height: clamp(31.25rem, 26.042vw, 26.042vw);
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-filter: drop-shadow(0px 2px 3px rgba(10, 10, 10, 0.35));
    filter: drop-shadow(0px 2px 3px rgba(10, 10, 10, 0.35));
    border-bottom-left-radius: clamp(2.1875rem, 1.823vw, 1.823vw);
    border-top-right-radius: clamp(6.25rem, 5.208vw, 5.208vw);
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.gift-donate:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(10, 10, 10, 0.75) 0%, rgba(10, 10, 10, 0) 90%);
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.gift-donate__wrap {
    position: relative;
    z-index: 0;
    margin-top: clamp(3.125rem, 2.604vw, 2.604vw);
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

@media print,
screen and (max-width: 74.99875em) {
    .gift-donate__wrap {
        max-width: 25rem
    }
}

.gift-donate__wrap:hover .gift-donate:before {
    background: linear-gradient(45deg, rgba(243, 80, 29, 0.65) 0%, rgba(243, 80, 29, 0) 90%)
}

.gift-donate__wrap:hover .gift-donate__btn {
    color: #F3501D;
    background-color: #fefefe
}

.gift-donate__wrap:hover .gift-donate__btn img {
    -webkit-filter: none;
    filter: none
}

.gift-donate>img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gift-donate__goal {
    margin-top: clamp(.625rem, 0.781vw, 0.781vw);
    margin-bottom: clamp(1.25rem, 1.406vw, 1.406vw)
}

.gift-donate__tag {
    display: block;
    word-wrap: 100%;
    border-top-right-radius: clamp(.3125rem, 0.417vw, 0.417vw);
    border-bottom-right-radius: clamp(.3125rem, 0.417vw, 0.417vw);
    padding-inline: clamp(.9375rem, 1.042vw, 1.042vw);
    padding-block: clamp(.625rem, 0.521vw, 0.521vw);
    font-size: clamp(1.25rem, 1.458vw, 1.458vw);
    color: #fefefe;
    text-align: right;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1
}

.gift-donate__tag a {
    color: #fefefe !important
}

.gift-donate__amt {
    position: relative;
    display: inline-block;
    width: clamp(5.625rem, 6.354vw, 6.354vw);
    height: clamp(5.625rem, 6.354vw, 6.354vw);
    padding-top: clamp(.3125rem, 0.26vw, 0.26vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    color: #fefefe;
    font-weight: 900;
    line-height: 1.4
}

@media print,
screen and (max-width: 74.99875em) {
    .gift-donate__amt {
        font-size: 2.8125rem
    }
}

@media screen and (min-width: 75em) {
    .gift-donate__amt {
        font-size: 2.813vw
    }
}

.gift-donate__amt a {
    color: #fefefe !important
}

.gift-donate__amt:before {
    content: '';
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    position: absolute;
    z-index: -1;
    right: -.0625rem;
    top: -.1875rem;
    background-color: #fefefe;
    border-radius: 100%
}

.gift-donate__amt-wrap {
    min-width: clamp(9.375rem, 8.333vw, 8.333vw);
    padding-right: clamp(.625rem, 0.521vw, 0.521vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gift-donate__info {
    text-align: center;
    padding: clamp(1.25rem, 1.302vw, 1.302vw);
    padding-bottom: clamp(3.125rem, 5.208vw, 5.208vw);
    color: #fefefe
}

.gift-donate__info h4 {
    font-size: clamp(1.75rem, 1.823vw, 1.823vw);
    margin-bottom: clamp(1.25rem, 1.302vw, 1.302vw);
    font-weight: 900;
    line-height: 1.2;
    color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gift-donate__info p {
    font-size: clamp(1.125rem, 1.042vw, 1.042vw);
    margin-bottom: 0;
    line-height: 1.3
}

.gift-donate__btn {
    width: clamp(5rem, 5.99vw, 5.99vw);
    height: clamp(5rem, 5.99vw, 5.99vw);
    font-size: clamp(1.5625rem, 1.823vw, 1.823vw);
    border-radius: 100%;
    color: #fefefe;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    border: .125rem solid #F3501D;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.gift-donate__btn>img {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.gift-donate__btn:hover,
.gift-donate__btn:focus {
    color: #F3501D;
    background-color: #fefefe
}

.gift-donate__btn:hover img,
.gift-donate__btn:focus img {
    -webkit-filter: none;
    filter: none
}

.gift-donate__btn-wrap {
    position: relative;
    width: 100%;
    left: 0%;
    text-align: center
}

@media print,
screen and (max-width: 63.99875em) {
    .gift-donate__btn-wrap {
        top: -2.5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .gift-donate__btn-wrap {
        top: clamp(-3.125rem, -2.995vw, -2.995vw)
    }
}

.gift-detail {
    margin-top: clamp(3.125rem, 5.208vw, 5.208vw)
}

.gift-detail iframe {
    height: 900px
}

.pg-card {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
    padding-block: clamp(2.5rem, 3.125vw, 3.125vw)
}

.pg-overlap {
    margin-top: clamp(-5rem, -6.25vw, -6.25vw)
}

@media print,
screen and (max-width: 63.99875em) {
    .pg-overlap-dk {
        margin-top: 5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .pg-overlap-dk {
        margin-top: clamp(-3.75rem, -4.167vw, -4.167vw)
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .pg-overlap-xs {
        margin-top: 3.75rem
    }
}

.pg-title {
    font-size: clamp(1.5625rem, 2.083vw, 2.083vw);
    line-height: 1.3;
    margin-bottom: clamp(1.25rem, 1.563vw, 1.563vw)
}

.pg-title-small {
    font-size: clamp(1.5625rem, 2.083vw, 2.083vw) !important;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    margin-bottom: clamp(.9375rem, 1.042vw, 1.042vw)
}

.pg-title-xs {
    font-size: clamp(1.375rem, 1.563vw, 1.563vw) !important;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: clamp(.9375rem, 1.042vw, 1.042vw)
}

.pg-content p {
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    line-height: 1.4;
    margin-bottom: clamp(1.5625rem, 1.823vw, 1.823vw)
}

.pg-content p:last-child {
    margin-bottom: 0
}

.pg-content__underline {
    display: block;
    text-decoration: underline;
    text-underline-offset: .3125rem;
    text-decoration-color: #F3501D
}

.pg-content-lg {
    font-size: clamp(1.25rem, 1.458vw, 1.458vw) !important
}

.pg-content .button {
    margin-top: clamp(1.25rem, 1.563vw, 1.563vw)
}

.pg-content__col {
    padding-block: clamp(1.875rem, 1.823vw, 1.823vw)
}

.pg-content__col .hm-block__info {
    padding-bottom: clamp(1.25rem, 1.042vw, 1.042vw)
}

.pg-cta {
    font-size: clamp(1.375rem, 1.823vw, 1.823vw) !important
}

.pg-cta a {
    font-weight: 600
}

.pg-padding-block {
    padding: clamp(1.25rem, 1.042vw, 1.042vw)
}

.pg-icon-para {
    position: relative;
    z-index: 0;
    font-weight: 700
}

.pg-icon-para:before {
    content: '';
    display: inline-block;
    width: clamp(1.25rem, 1.302vw, 1.302vw);
    height: clamp(1.25rem, 1.302vw, 1.302vw);
    background: url(../images/icon-list-plus.svg) no-repeat center center;
    background-size: cover;
    position: relative;
    top: clamp(.3125rem, 0.26vw, 0.26vw);
    margin-right: clamp(.625rem, 0.521vw, 0.521vw)
}

.pg-icon-list {
    margin-bottom: clamp(1.875rem, 1.823vw, 1.823vw)
}

.pg-icon-list li {
    position: relative;
    z-index: 0;
    padding-left: clamp(1.875rem, 1.823vw, 1.823vw);
    text-align: left;
    font-weight: 700;
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    line-height: 1.2;
    margin-bottom: clamp(.9375rem, 0.781vw, 0.781vw)
}

.pg-icon-list li:before {
    content: '';
    display: inline-block;
    width: clamp(1.25rem, 1.302vw, 1.302vw);
    height: clamp(1.25rem, 1.302vw, 1.302vw);
    background: url(../images/icon-list-plus.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: clamp(.125rem, 0.104vw, 0.104vw)
}

.pg-col {
    padding-top: clamp(1.25rem, 1.042vw, 1.042vw);
    padding-bottom: clamp(3.125rem, 3.125vw, 3.125vw)
}

.pg-col__wrap {
    border: .0625rem solid #F3501D;
    border-width: clamp(.0625rem, 0.052vw, 0.052vw)
}

.pg-col__title {
    font-size: clamp(3.125rem, 4.167vw, 4.167vw);
    max-width: clamp(25rem, 28.646vw, 28.646vw);
    line-height: 1.2;
    text-align: center;
    margin: 0
}

.pg-col__title span {
    font-size: clamp(1.875rem, 2.604vw, 2.604vw);
    font-weight: 300;
    display: block;
    color: #F3501D
}

.pg-col__title strong {
    font-size: clamp(1.875rem, 2.604vw, 2.604vw);
    font-weight: 600;
    display: block;
    color: #F3501D
}

.pg-col__info {
    padding-inline: clamp(1.875rem, 2.604vw, 2.604vw);
    padding-block: clamp(3.125rem, 2.604vw, 2.604vw)
}

.pg-col__info p {
    font-family: "Josefin Sans", sans-serif;
    color: #fefefe;
    font-size: clamp(1.25rem, 1.25vw, 1.25vw)
}

.pg-col__info p small {
    display: block;
    padding-top: clamp(1.875rem, 1.823vw, 1.823vw);
    font-size: clamp(1.25rem, 1.354vw, 1.354vw);
    font-weight: 300;
    line-height: 1.2
}

.pg-col__info img {
    padding-inline: clamp(1.25rem, 1.25vw, 1.25vw)
}

.pg-col__info h3 {
    color: #fefefe;
    text-align: center;
    margin-bottom: clamp(1.25rem, 1.25vw, 1.25vw)
}

.pg-col__info .button {
    margin-top: clamp(1.25rem, 1.25vw, 1.25vw)
}

.pg-col__list li {
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    z-index: 0;
    text-align: left;
    color: #fefefe;
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    line-height: 1.2;
    margin-bottom: clamp(.9375rem, 0.781vw, 0.781vw);
    padding-left: clamp(1.875rem, 1.823vw, 1.823vw)
}

.pg-col__list li:before {
    content: '';
    display: inline-block;
    width: clamp(1.25rem, 1.302vw, 1.302vw);
    height: clamp(1.25rem, 1.302vw, 1.302vw);
    background: url(../images/icon-list-plus.svg) no-repeat center center;
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
    background-size: cover;
    position: absolute;
    left: 0;
    top: clamp(.125rem, 0.104vw, 0.104vw)
}

.pg-col__block {
    padding: clamp(3.125rem, 5.208vw, 5.208vw);
    text-align: center
}

.pg-col__block p {
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    line-height: 1.4;
    margin-bottom: clamp(1.5625rem, 1.823vw, 1.823vw)
}

.pg-col__block p:last-child {
    margin-bottom: 0
}

.pg-col__align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pg-col__align-center p {
    text-align: center
}

.pg-slider {
    border: .0625rem solid #F3501D;
    border-width: clamp(.0625rem, 0.052vw, 0.052vw);
    border-top-width: 0;
    padding-inline: clamp(3.125rem, 5.208vw, 5.208vw);
    padding-block: clamp(2.1875rem, 2.604vw, 2.604vw);
    position: relative;
    z-index: 0
}

.pg-slider .slick-arrow {
    width: clamp(1.75rem, 2.188vw, 2.188vw);
    height: clamp(1.5625rem, 1.875vw, 1.875vw);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .35;
    position: absolute;
    top: calc(50% - 23px)
}

.pg-slider .slick-arrow:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon-arrow-bold.svg) no-repeat center center;
    background-size: cover
}

.pg-slider .slick-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media print,
screen and (max-width: 63.99875em) {
    .pg-slider .slick-prev {
        left: .3125rem
    }
}

@media print,
screen and (min-width: 40em) {
    .pg-slider .slick-prev {
        left: .625rem
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .pg-slider .slick-next {
        right: .3125rem
    }
}

@media print,
screen and (min-width: 40em) {
    .pg-slider .slick-next {
        right: .625rem
    }
}

.pg-slider .slick-track .slick-slide {
    text-align: center;
    padding-inline: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (max-width: 63.99875em) {
    .pg-slider .slick-track .slick-slide {
        height: 6.25rem
    }

    .pg-slider .slick-track .slick-slide img {
        height: 100%
    }
}

.pg-levels {
    padding-block: clamp(2.1875rem, 2.604vw, 2.604vw)
}

.pg-levels__title {
    padding: clamp(.9375rem, 0.781vw, 0.781vw)
}

.pg-levels__title h2 {
    text-align: center;
    margin: 0;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: clamp(2.5rem, 2.865vw, 2.865vw)
}

.pg-levels__card {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
    margin: 0
}

.pg-levels__info {
    padding: clamp(.9375rem, 0.781vw, 0.781vw);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.pg-levels__info h3 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: clamp(2.1875rem, 2.083vw, 2.083vw)
}

.pg-levels__info p {
    font-size: clamp(1.875rem, 2.083vw, 2.083vw);
    font-weight: 100;
    line-height: 1;
    letter-spacing: -.0625rem
}

.pg-levels__info small {
    display: block;
    font-weight: 200;
    font-size: clamp(1.25rem, 1.25vw, 1.25vw)
}

@media print,
screen and (min-width: 64em) {
    .pg-loc {
        min-height: clamp(25rem, 20.938vw, 20.938vw)
    }
}


.pg-loc__list {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    text-align: left;
    cursor: pointer;
}

@media print,
screen and (max-width: 39.99875em) {
    .pg-loc__list {
        margin-bottom: .625rem;
        grid-template-columns: 120px 1fr auto;
    }
}

.pg-loc__list p {
    font-size: clamp(1.2rem, 1.82vw, 1.82vw);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media print,
screen and (max-width: 39.99875em) {
    .pg-loc__list p {
        font-size: 1rem;
    }
}

.pg-loc__list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}


@media print,
screen and (max-width: 39.99875em) {
    .pg-loc__list span:first-child {
        padding-inline: .3125rem
    }
}

.pg-loc__list span:first-of-type>a {
    text-align: center;
    color: #0a0a0a;
    font-size: clamp(.875rem, 1.25vw, 1.25vw)
}

.events-title {
    margin-bottom: clamp(1.25rem, 2.604vw, 2.604vw)
}

.events-wrap .grid-x:nth-child(odd) .events-info {
    padding-right: clamp(1.5625rem, 2.604vw, 2.604vw);
    padding-left: clamp(3.125rem, 5.208vw, 5.208vw)
}

.events-wrap .grid-x:nth-child(odd) .events-info:after {
    left: 0
}

@media print,
screen and (min-width: 64em) {
    .events-wrap .grid-x:nth-child(odd) .events-info .hm-block__info-link {
        left: clamp(3.125rem, 5.208vw, 5.208vw)
    }
}

.events-wrap .grid-x:nth-child(even) .events-info {
    padding-left: clamp(1.5625rem, 2.604vw, 2.604vw);
    padding-right: clamp(3.125rem, 5.208vw, 5.208vw)
}

.events-wrap .grid-x:nth-child(even) .events-info:after {
    right: 0
}

@media print,
screen and (min-width: 64em) {
    .events-wrap .grid-x:nth-child(even) .events-info .hm-block__info-link {
        left: clamp(1.5625rem, 2.604vw, 2.604vw)
    }
}

.events-info {
    position: relative;
    z-index: 0;
    padding-bottom: clamp(6.25rem, 8.333vw, 8.333vw)
}

.events-info:after {
    content: '';
    background-color: #F3501D;
    height: 100%;
    width: clamp(1.25rem, 2.083vw, 2.083vw);
    position: absolute;
    top: 0
}

.events-info p {
    font-size: clamp(1.125rem, 1.042vw, 1.042vw);
    color: #fefefe
}

@media print,
screen and (max-width: 63.99875em) {
    .events-info .hm-block__info-link {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: clamp(1.25rem, 2.604vw, 2.604vw)
    }
}

@media print,
screen and (min-width: 64em) {
    .events-info .hm-block__info-link {
        bottom: clamp(2.1875rem, 3.906vw, 3.906vw)
    }
}

.events-smart {
    padding-block: clamp(2.1875rem, 3.906vw, 3.906vw)
}

.events-smart__list {
    font-family: "Josefin Sans", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.1875rem;
    font-weight: 600;
    font-size: clamp(1.25rem, 1.25vw, 1.25vw)
}

@media print,
screen and (max-width: 63.99875em) {
    .events-smart__list {
        padding-block: 1.25rem
    }
}

.events-smart__list:last-child {
    margin-bottom: 0
}

.events-smart__list p {
    color: #fefefe;
    margin-bottom: 0
}

.events-smart__list p:first-child strong {
    margin: 0
}

.events-smart__list p strong {
    font-weight: 600;
    display: block;
    margin-top: .625rem;
    font-size: clamp(1.25rem, 1.25vw, 1.25vw)
}

.events-smart__list div p {
    font-weight: 400;
    font-size: clamp(1.1rem, 0.95vw, 0.95vw)
}

.events-smart__list img {
    margin-bottom: clamp(1.125rem, 1.042vw, 1.042vw);
    max-width: clamp(2.1875rem, 1.823vw, 1.823vw);
    width: 100%
}

@media print,
screen and (max-width: 63.99875em) {
    .events-detail__key {
        padding-inline: 1.25rem
    }
}

.events-detail__col {
    padding-block: clamp(2.1875rem, 3.906vw, 3.906vw);
    padding-inline: clamp(1.25rem, 2.604vw, 2.604vw)
}

.events-detail__leftcol p {
    font-size: clamp(1.125rem, 1.042vw, 1.042vw);
    color: #fefefe
}

.events-detail__leftcol p:last-child {
    margin-bottom: 0
}

.events-detail__rightcol {
    border: .125rem solid #F3501D;
    border-right-width: clamp(1.25rem, 2.083vw, 2.083vw);
    border-top-width: clamp(.9375rem, 1.042vw, 1.042vw);
    border-bottom-width: clamp(.9375rem, 1.042vw, 1.042vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.events-detail__rightcol--left {
    border-right-width: .125rem;
    border-left-width: clamp(1.25rem, 2.083vw, 2.083vw)
}

.events-detail__rightcol p {
    font-size: clamp(1.125rem, 1.042vw, 1.042vw);
    color: #fefefe
}

.events-detail__rightcol ul li {
    font-family: "Josefin Sans", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.1875rem;
    font-weight: 600;
    font-size: clamp(1.125rem, 1.042vw, 1.042vw)
}

.events-detail__rightcol ul li:last-child {
    margin-bottom: 0
}

.events-detail__rightcol ul li p {
    color: #0a0a0a;
    margin-bottom: 0
}

.events-detail__rightcol ul li p:first-child strong {
    margin: 0
}

.events-detail__rightcol ul li p strong {
    font-weight: 600;
    display: block;
    margin-top: .625rem;
    font-size: clamp(1.125rem, 1.042vw, 1.042vw)
}

.events-detail__rightcol ul li div p {
    font-weight: 400;
    font-size: clamp(1rem, 0.938vw, 0.938vw)
}

.events-detail__rightcol ul li img {
    margin-right: clamp(1.125rem, 1.042vw, 1.042vw);
    max-width: clamp(2.1875rem, 1.823vw, 1.823vw);
    width: 100%
}

.events-global__title {
    position: relative;
    top: clamp(-4.6875rem, -5.208vw, -5.208vw)
}

.events-global--info img {
    -webkit-filter: grayscale(1) invert(1) brightness(2);
    filter: grayscale(1) invert(1) brightness(2)
}

.events-global__form {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.35)
}

.events-global__form input[type="text"],
.events-global__form input,
.events-global__form textarea {
    color: #333;
    border-bottom-color: #333
}

.events-global__form input[type="text"]::-webkit-input-placeholder,
.events-global__form input::-webkit-input-placeholder,
.events-global__form textarea::-webkit-input-placeholder {
    color: #333
}

.events-global__form input[type="text"]::-moz-placeholder,
.events-global__form input::-moz-placeholder,
.events-global__form textarea::-moz-placeholder {
    color: #333
}

.events-global__form input[type="text"]:-ms-input-placeholder,
.events-global__form input:-ms-input-placeholder,
.events-global__form textarea:-ms-input-placeholder {
    color: #333
}

.events-global__form input[type="text"]::-ms-input-placeholder,
.events-global__form input::-ms-input-placeholder,
.events-global__form textarea::-ms-input-placeholder {
    color: #333
}

.events-global__form input[type="text"]::placeholder,
.events-global__form input::placeholder,
.events-global__form textarea::placeholder {
    color: #333
}

.events-global__form .checkmark {
    border-color: #333
}

.events-global__form .container input:checked~.checkmark {
    border-color: #F3501D
}

.events-global__form input[type="submit"] {
    border-color: #333
}

.events-global__form input[type="submit"]:hover {
    border-color: #F3501D
}

.events-global__form .contact-info,
.events-global__form label {
    color: #F3501D
}

.stats-home {
    position: relative;
    z-index: 0;
    padding-block: clamp(4.6875rem, 5.208vw, 5.208vw);
    padding-inline: clamp(1.5625rem, 2.604vw, 2.604vw);
    overflow: hidden
}

.stats-home__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.stats-home__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.stats-home__bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(10, 10, 10, 0.5);
    width: 100%;
    height: 100%
}

.stats-home__list {
    padding-block: clamp(2.1875rem, 2.604vw, 2.604vw);
    text-align: center
}

.stats-home__list img {
    -webkit-filter: grayscale(1) invert(1) brightness(1);
    filter: grayscale(1) invert(1) brightness(1);
    max-width: clamp(3.125rem, 4.167vw, 4.167vw) !important;
    margin-bottom: clamp(.625rem, 0.521vw, 0.521vw)
}

.stats-home__list-title {
    font-size: clamp(1.25rem, 1.51vw, 1.51vw);
    margin-bottom: 0
}

.stats-home__list span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: clamp(2.5rem, 3.125vw, 3.125vw)
}

.abt--card {
    padding-block: clamp(1.5625rem, 2.083vw, 2.083vw)
}

@media print,
screen and (max-width: 74.99875em) {
    .abt--card {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (min-width: 75em) {
    .abt--card {
        margin-block: 1.042vw
    }

    .abt--card .cr-detail__info p {
        font-size: clamp(1.375rem, 1.146vw, 1.146vw)
    }
}

@media screen and (min-width: 75em) {
    .abt--card .cr-wrap {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin-block: clamp(2.1875rem, 1.823vw, 1.823vw)
    }
}

.abt-tabs {
    width: 100%
}

@media print,
screen and (min-width: 64em) {
    .abt-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .abt-tabs:after,
    .abt-tabs:before {
        display: none
    }
}

@media print,
screen and (min-width: 40em) {
    .abt-tabs--wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-block: clamp(1.25rem, 2.604vw, 2.604vw)
    }
}

.abt-tabs--wrap .accordion-content,
.abt-tabs--wrap .tabs-content {
    width: 100%;
    text-align: left;
    border: 0
}

.abt-tabs--wrap .accordion-content p,
.abt-tabs--wrap .tabs-content p {
    font-family: "Nunito", sans-serif;
    font-size: clamp(1.25rem, 1.25vw, 1.25vw) !important;
    color: #798490 !important;
    font-weight: 400;
    margin-bottom: .9375rem
}

.abt-tabs--wrap .accordion-content p strong,
.abt-tabs--wrap .tabs-content p strong {
    font-weight: 700
}

.abt-tabs__title {
    text-align: center
}

@media print,
screen and (max-width: 39.99875em) {
    .abt-tabs__title {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
        flex-flow: column !important;
        padding-bottom: .625rem;
        margin-bottom: .9375rem !important;
        border-bottom: .0625rem solid #F3501D
    }

    .abt-tabs__title:last-child {
        border: 0
    }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
    .abt-tabs__title {
        margin: 0 .3125rem
    }
}

.abt-tabs__title>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0a0a0a;
    padding: .3125rem
}

@media print,
screen and (max-width: 39.99875em) {
    .abt-tabs__title>a {
        font-size: clamp(1.125rem, 1.042vw, 1.042vw) !important;
        text-align: left;
        border: 0;
        width: 100%
    }

    .abt-tabs__title>a::before {
        display: none
    }
}

@media print,
screen and (min-width: 40em) {
    .abt-tabs__title>a {
        text-align: center;
        font-family: "Nunito", sans-serif;
        font-weight: 400;
        font-size: clamp(.625rem, 0.625vw, 0.625vw) !important;
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: clamp(5rem, 4.688vw, 4.688vw);
        height: clamp(5rem, 4.688vw, 4.688vw);
        border-radius: clamp(20rem, 80%, 33.333vw);
        border-color: #F3501D;
        border-style: solid;
        border-width: clamp(.1875rem, 0.156vw, 0.156vw)
    }
}

@media print,
screen and (min-width: 40em) {
    .abt-tabs__title>a>img {
        margin: 0 !important;
        max-height: clamp(1.25rem, 1.302vw, 1.302vw);
        margin-bottom: clamp(.3125rem, 0.26vw, 0.26vw) !important
    }
}

@media print,
screen and (min-width: 40em) {
    .abt-tabs__title.is-active a {
        background-color: #F3501D;
        color: #fefefe
    }

    .abt-tabs__title.is-active a img {
        -webkit-filter: grayscale(1) invert(1) brightness(2);
        filter: grayscale(1) invert(1) brightness(2)
    }
}

.abt-block {
    padding: 0
}

.abt-block__card {
    padding-inline: clamp(.9375rem, 1.302vw, 1.302vw);
    padding-block: clamp(.9375rem, 1.042vw, 1.042vw)
}

.abt-block__card p {
    font-size: clamp(1.5rem, 1.563vw, 1.563vw);
    color: #0a0a0a;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500
}

.abt-block__card .button {
    margin-top: clamp(.9375rem, 1.042vw, 1.042vw)
}

.abt-block__fig {
    height: clamp(15.625rem, 15.625vw, 15.625vw);
    position: relative
}

.abt-block__fig>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.abt-block__fig-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.abt-loc__sm {
    padding: clamp(1.875rem, 1.875vw, 1.875vw)
}

.abt-loc__lg {
    padding-inline: clamp(1.875rem, 2.604vw, 2.604vw);
    padding-block: clamp(2.5rem, 4.167vw, 4.167vw)
}

.abt-loc__title {
    font-size: clamp(1.5625rem, 1.563vw, 1.563vw) !important;
    line-height: 1.2
}

.abt-loc-br {
    border-color: #00ADEF;
    border-style: solid;
    border-width: clamp(.125rem, 0.104vw, 0.104vw)
}

.abt-loc__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.abt-loc__list li {
    text-align: left;
    padding-left: clamp(1.5625rem, 1.563vw, 1.563vw);
    position: relative;
    font-size: clamp(1.125rem, 1.25vw, 1.25vw)
}

.abt-loc__list li:before {
    content: '';
    width: clamp(.8125rem, 0.677vw, 0.677vw);
    height: 100%;
    max-height: clamp(.9375rem, 1.302vw, 1.302vw);
    background: url(../images/icon-bullet-loc.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: clamp(.4375rem, 0.365vw, 0.365vw)
}

@media print,
screen and (min-width: 40em) {
    .abt-loc__list--col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 5%;
        max-width: 90%;
        margin: 0 auto
    }
}

.abt-stat__wrap {
    background-color: rgba(121, 132, 144, 0.2);
    padding-block: clamp(1.25rem, 1.042vw, 1.042vw);
    padding-left: clamp(1.5625rem, 6.25vw, 6.25vw)
}

.abt-stat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%
}

.abt-stat__list img {
    max-width: clamp(2.5rem, 4.01vw, 4.01vw)
}

.abt-stat__list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: clamp(1.25rem, 1.771vw, 1.771vw);
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #333;
    padding-block: clamp(.9375rem, 1.302vw, 1.302vw);
    margin-left: clamp(1.25rem, 2.604vw, 2.604vw);
    width: 100%;
    height: clamp(3.75rem, 5.156vw, 5.156vw);
    position: relative
}

.abt-stat__list span:after {
    content: '';
    height: clamp(.0625rem, 0.052vw, 0.052vw);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.4)
}

.abt-stat__list:last-child span:after {
    display: none
}

.abt-stat__col {
    display: grid;
    text-align: center
}

@media print,
screen and (max-width: 63.99875em) {
    .abt-stat__col {
        grid-template-columns: 1fr 4.0625rem 1fr
    }
}

@media print,
screen and (min-width: 64em) {
    .abt-stat__col {
        grid-template-columns: 1fr 1fr
    }
}

.abt-stat__col-block {
    padding-block: clamp(1.25rem, 1.042vw, 1.042vw)
}

@media print,
screen and (min-width: 64em) {
    .abt-stat__col-block:last-child li:after {
        width: 85%
    }
}

.abt-stat__col-block li {
    font-size: clamp(2.0625rem, 2.344vw, 2.344vw);
    font-weight: 700;
    color: #F3501D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: clamp(3.75rem, 5.156vw, 5.156vw)
}

@media print,
screen and (min-width: 64em) {
    .abt-stat__col-block li {
        position: relative;
        padding-left: 10%
    }

    .abt-stat__col-block li:after {
        content: '';
        height: clamp(.0625rem, 0.052vw, 0.052vw);
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.4)
    }
}

.abt-stat__col-block li:last-child:after {
    display: none
}

.abt-stat__col-block li img {
    max-width: 2.0625rem
}

.abt-stat__hide {
    visibility: hidden;
    opacity: 0
}

.abt-stat__heading {
    font-size: clamp(1.25rem, 2.344vw, 2.344vw)
}

@media print,
screen and (max-width: 39.99875em) {
    .abt-stat__heading {
        line-height: 1.1;
        max-width: 6.25rem;
        margin: 0 auto
    }
}

@media print,
screen and (min-width: 64em) {
    .abt-stat__heading {
        position: absolute;
        width: 100%;
        left: 5%;
        text-align: center;
        bottom: calc(100% + 2.865vw)
    }

    .abt-stat__heading:after {
        content: '';
        height: clamp(.0625rem, 0.052vw, 0.052vw);
        width: 30%;
        position: absolute;
        left: 35%;
        bottom: -30%;
        background-color: rgba(51, 51, 51, 0.4)
    }
}

.abt-overlap {
    top: clamp(-5rem, -4.167vw, -4.167vw);
    position: relative;
    z-index: 0
}

.abt-overlap__fig {
    max-height: clamp(25rem, 36.458vw, 36.458vw);
    position: relative;
    z-index: -1;
    top: clamp(-9.375rem, -7.813vw, -7.813vw)
}

.abt-overlap__fig img {
    min-height: clamp(15.625rem, 15.625vw, 15.625vw)
}

.stories-other {
    margin-top: clamp(.9375rem, 1.042vw, 1.042vw)
}

.stories-other__list img {
    max-height: clamp(15.625rem, 14.583vw, 14.583vw);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.stories-other__info {
    padding: clamp(1.25rem, 1.302vw, 1.302vw);
    color: #fefefe;
    text-align: left
}

.stories-other__info h3 {
    font-size: clamp(1.125rem, 1.094vw, 1.094vw);
    font-family: "Josefin Sans", sans-serif;
    color: #fefefe
}

.stories-other__info p {
    font-size: clamp(1.125rem, 1.146vw, 1.146vw);
    margin-bottom: clamp(1.875rem, 2.604vw, 2.604vw);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.stories-other__info span {
    font-size: clamp(1rem, 0.938vw, 0.938vw);
    font-family: "Josefin Sans", sans-serif;
    display: block
}

.stories-detail h2 {
    font-size: clamp(1.75rem, 1.979vw, 1.979vw);
    font-weight: 700
}

.stories-detail>span {
    display: block;
    color: #0a0a0a;
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    margin-bottom: clamp(1.5625rem, 1.823vw, 1.823vw)
}

.job-wrap {
    background-color: #F2F2F2;
    padding-block: clamp(1.5625rem, 2.083vw, 2.083vw);
    padding-right: clamp(.8125rem, 2.083vw, 2.083vw);
    padding-left: clamp(.8125rem, 5.208vw, 5.208vw);
    margin-bottom: clamp(2.1875rem, 2.083vw, 2.083vw)
}

.job-wrap p,
.job-wrap ul li {
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    color: #333
}

@media print,
screen and (min-width: 40em) {

    .job-wrap p:last-child,
    .job-wrap ul li:last-child {
        margin-bottom: 0
    }
}

.job-wrap__detail p,
.job-wrap__detail ul li {
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    color: #333
}

@media print,
screen and (min-width: 40em) {

    .job-wrap__detail p:last-child,
    .job-wrap__detail ul li:last-child {
        margin-bottom: 0
    }
}

.job-wrap__para {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media print,
screen and (min-width: 40em) {
    .job-wrap .button {
        margin-left: clamp(1.25rem, 1.563vw, 1.563vw)
    }
}

.job-title {
    font-size: clamp(1.5625rem, 1.823vw, 1.823vw);
    margin-bottom: 0
}

.job-category {
    font-size: clamp(1.375rem, 1.563vw, 1.563vw);
    color: #0a0a0a;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    display: block;
    margin-bottom: clamp(1.25rem, 1.563vw, 1.563vw)
}

.job-form-label {
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    color: #333 !important
}

.job-form textarea {
    height: 6.25rem
}

.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute
}

.file-input label {
    display: block;
    position: relative;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fefefe;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.file-name {
    position: absolute;
    bottom: -35px;
    left: 10px;
    font-size: 0.85rem;
    color: #555
}

input:hover+label,
input:focus+label {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

/*!
 * jQuery ClassyScroll
 * http://www.class.pm/projects/jquery/classyscroll
 *
 * Copyright 2011 - 2013, Class.PM www.class.pm
 * Written by Marius Stanciu - Sergiu <marius@picozu.net>
 * Licensed under the GPL Version 3 license.
 * Version 1.1.0
 *
*/
.scrollbar-path-vertical,
.scrollbar-path-horizontal {
    position: absolute;
    background-color: #666;
    z-index: 100
}

.scrollbar-path-vertical {
    right: .625rem;
    top: 0 !important;
    height: calc(100% - 25px) !important;
    width: 1px;
    padding-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
    .scrollbar-path-vertical {
        right: .9375rem
    }
}

.scrollbar-path-vertical {
    box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: -23px;
    opacity: 1;
    text-align: center;
    margin: .1875rem 0;
    cursor: pointer
}

@media print,
screen and (min-width: 40em) {
    .scrollbar-handle {
        left: -21px
    }
}

.scrollbar-handle:before {
    content: '';
    position: absolute;
    left: .9375rem;
    top: .3125rem;
    width: .9375rem;
    height: 3.125rem;
    border-radius: 3.125rem;
    background-color: #F3501D
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 42px !important;
    width: 42px;
    opacity: 1 !important;
    background-size: cover
}

.scrollbar-content {
    padding: 0 40px 0 0;
    width: 100%
}

@media print,
screen and (min-width: 40em) {
    .scrollbar-content {
        padding: 0 70px 0 0
    }
}

.custom-select select {
    border: none;
    border-bottom: 1px solid #3c3c3d;
    font-size: clamp(1.125rem, 1.25vw, 1.25vw);
    color: #798490 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: clamp(2.5rem, 3.125vw, 3.125vw)
}

.button {
    padding-inline: clamp(1.5625rem, 2.604vw, 2.604vw) !important;
    padding-block: clamp(.625rem, 0.781vw, 0.781vw) !important;
    font-size: clamp(1.25rem, 2.083vw, 2.083vw)
}

.button span {
    color: #333;
    display: block;
    font-size: clamp(1rem, 0.938vw, 0.938vw);
    margin-top: .3125rem;
    font-weight: 600
}

.button-multiline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.button-primary {
    border-width: .0625rem;
    border-color: #F3501D
}

.button-primary:hover {
    background-color: #fefefe;
    color: #F3501D
}

.button-primary-br {
    border: .0625rem solid #F3501D;
    background-color: #fefefe;
    color: #F3501D
}

.button-primary-clear {
    border-width: .0625rem;
    border-color: #fefefe;
    background: none
}

.button-primary-clear:hover {
    background-color: #fefefe;
    color: #F3501D
}

.button-md {
    font-size: clamp(1.25rem, 1.563vw, 1.563vw)
}

.button-lg {
    min-width: 60%
}

.button-mgray {
    background-color: #666
}

.button-white {
    background-color: #fefefe;
    color: #F3501D
}

.button-white-br {
    border: .0625rem solid #F3501D;
    background-color: #fefefe;
    color: #F3501D
}

.button-white-clear {
    border-width: .0625rem;
    border-color: #fefefe;
    background: none
}

.button-white-clear:hover {
    background-color: #fefefe;
    color: #F3501D
}

.button-small {
    font-size: clamp(1rem, 1.042vw, 1.042vw)
}

.button-xs {
    display: inline-block !important;
    font-size: clamp(1rem, 1.042vw, 1.042vw);
    padding-inline: clamp(1.25rem, 1.302vw, 1.302vw) !important;
    padding-block: clamp(.625rem, 0.521vw, 0.521vw) !important;
    -webkit-box-shadow: 0 0 3px rgba(10, 10, 10, 0.25);
    box-shadow: 0 0 3px rgba(10, 10, 10, 0.25);
    height: fit-content;
}

.button-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important
}

.button-list li {
    margin: .9375rem 1.25rem
}

main {
    overflow: hidden
}

.muteButton {
    position: absolute;
    right: 50%;
    transform: translate(50%, 0);
    bottom: 180px;
    z-index: 10;
    /*width: 42px;
    height: 42px;*/
    width: 75px;
    height: 75px;
    background: rgba(0, 0, 0, .3) url(../images/icon-muted.svg) no-repeat center 15px;
    background-size: 50%;
    font-size: 10px;
    padding-top: 42px;
    color: white;
    border-radius: 100px;
}


@media print,
screen and (min-width: 1024px) and (max-width: 1300px) {
    .muteButton {
        bottom: 130px;
    }
}

@media print,
screen and (max-width: 1023px) {
    .muteButton {
        bottom: 90px;
    }
}

@media print,
screen and (max-width: 639px) {
    .muteButton {
        bottom: 60px;
    }
}

.unmuted {
    background: rgba(0, 0, 0, .3) url(../images/icon-sound.png) no-repeat center 15px;
}

.join-info {
    padding-inline: clamp(1rem, 3vw, 3vw);
}

.join-card {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 150px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    line-height: 1;
    padding: clamp(1.25rem, 1.5vw, 1.5vw);
}

@media print,
screen and (max-width: 1199px) {
    .join-card {
        height: 100%;
    }
}

@media print,
screen and (min-width: 1200px) {
    .join-card {
        min-width: 430px;
        width: 100%;
        min-height: 305px;
    }

    .join-card--wrap {
        padding-top: 290px;
        left: -180px;
        position: relative;
    }
}


.join-card p {
    font-size: clamp(1.25rem, 1.302vw, 1.302vw);
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
}

.grad1 {
    background: #EC5131;
    background: linear-gradient(0deg, rgba(236, 81, 49, 1) 0%, rgba(239, 156, 48, 1) 100%);
}

.grad2 {
    background: #4051A0;
    background: linear-gradient(0deg, rgba(64, 81, 160, 1) 0%, rgba(173, 126, 193, 1) 100%);
}

.grad3 {
    background: #E44F9C;
    background: linear-gradient(0deg, rgba(228, 79, 156, 1) 0%, rgba(166, 43, 143, 1) 100%);
}

.grad4 {
    background: #00ADEF;
    background: linear-gradient(0deg, rgba(0, 173, 239, 1) 0%, rgba(50, 219, 247, 1) 100%);
}

.join-infocard--card {
    min-height: 320px;
}

.join-infocard {
    padding: clamp(1.25rem, 1.302vw, 1.302vw);
}

.join-infocard h3, 
.join-infocard p {
    color: #fff;
    margin: 0;
}
.join-infocard h3 {
    margin-bottom: 20px;
    line-height: 1.3;
}
.join-infocard--info {
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.35);
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: bold;
    padding: clamp(1.25rem, 1.302vw, 1.302vw);
    color: black;
}

.join-infocar-lg {
    border: 1px solid #EC5131;
    text-align: center;
}
.join-infocar-lg h3 {
    background-color: #EC5131;
    color: #fff;
    padding-inline: clamp(1.25rem, 1.302vw, 1.302vw);
    font-size: 3rem;
}
.join-infocar-lg p {
    font-family: 'Josefin Sans', sans-serif;
    padding-inline: clamp(1.25rem, 1.302vw, 1.302vw);
    margin-top: clamp(1.25rem, 1.302vw, 1.302vw);
    margin-bottom: 0;
    color: black;
    font-size: 2.25rem;
}

.join-infocar-lg p a {
    font-weight: bold;
    color: black;
    font-size: 2.5rem;
}


@media print,
screen and (max-width: 640px) {
    .join-infocar-lg h3 {
        font-size: 2rem;
    }
    .join-infocar-lg p {
        font-size: 1.25rem;
    }
    .join-infocar-lg p a {
        font-size: 20px;
    }
}
.join-infocar-lg--info {
    padding: clamp(1.25rem, 1.302vw, 1.302vw);
}

.join-infocar-lg--info p {
     font-family: 'Josefin Sans', sans-serif;
     font-weight: bold;
    color: #EC5131;
    text-align: right;
}
.joinGallery-thumb {
    margin-inline: 10px;
    text-align: center;
}
.joinGallery-thumb img {
    margin: 0 auto;
}