@charset "UTF-8";

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

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

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

body {
    margin: 0
}


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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

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

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

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

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

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

pre {
    overflow: auto
}

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

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

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

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

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

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

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

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

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

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

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

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

::placeholder {
    color: #cacaca
}

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

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

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

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

[type=file] {
    width: 100%
}

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

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

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

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

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

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

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

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

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

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

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

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

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

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

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

select:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

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

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

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

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

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #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: 700;
    color: #cc4b37
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus,
a:hover {
    color: #2f5af5
}

a img {
    border: 0
}

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

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

li {
    font-size: inherit
}

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

ol {
    margin-left: 1.25rem
}

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

dl {
    margin-bottom: 1rem
}

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

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

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

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: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a;
    border-radius: 1.25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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

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

.grid-container {
    padding-right: 2.3125rem;
    padding-left: 2.3125rem;
    max-width: 75rem;
    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: 2.3125rem;
    padding-left: 2.3125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-x > .small-1 {
    width: 8.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;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

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

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

    .grid-x > .medium-1 {
        width: 8.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;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

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

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

    .grid-x > .large-1 {
        width: 8.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%
    }
}

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

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

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

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

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

@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% - 4.625rem)
}

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

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

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

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

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

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

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

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

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

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

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

@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 > .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)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@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)
    }
}

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

.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 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 print,
screen and (min-width:64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y > .small-1 {
    height: 8.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;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

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

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

    .grid-y > .medium-1 {
        height: 8.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;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

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

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

    .grid-y > .large-1 {
        height: 8.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%
    }
}

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

@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: 2.3125rem;
    padding-bottom: 2.3125rem
}

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

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

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

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

@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% - 4.625rem)
}

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

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

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

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

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

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

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

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

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

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

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

@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 > .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)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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% - 4.625rem)
}

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

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

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

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

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

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

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

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

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

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

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

@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 > .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)
    }
}

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

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

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

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

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

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

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

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

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

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

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

.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #5c7ef7;
    color: #fefefe
}

.button:focus,
.button:hover {
    background-color: #2c58f5;
    color: #fefefe
}

.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
    background-color: #5c7ef7;
    color: #0a0a0a
}

.button.primary:focus,
.button.primary:hover {
    background-color: #1b4bf4;
    color: #0a0a0a
}

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

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

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

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

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

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #0a0a0a
}

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

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

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

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

.button.hollow:focus,
.button.hollow:hover {
    border-color: #082aa2;
    color: #082aa2
}

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

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #082aa2;
    color: #082aa2
}

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

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

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

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

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

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

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

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

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

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    color: #5c7ef7
}

.button.clear:focus,
.button.clear:hover {
    color: #082aa2
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover {
    color: #5c7ef7
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #082aa2
}

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

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

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

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

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

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

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

.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #67251a
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.clear::after,
.button.dropdown.hollow::after {
    border-top-color: #5c7ef7
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button.disabled:focus,
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled],
.button-group.primary .button[disabled]:focus,
.button-group.primary .button[disabled]:hover {
    background-color: #5c7ef7;
    color: #0a0a0a
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #1b4bf4;
    color: #0a0a0a
}

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

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

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

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

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

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

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

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

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

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

.button-group.hollow .button:focus,
.button-group.hollow .button:hover {
    border-color: #082aa2;
    color: #082aa2
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-group.clear .button:focus,
.button-group.clear .button:hover {
    color: #082aa2
}

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

.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover {
    color: #082aa2
}

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

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

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

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

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

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

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

.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover,
.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover {
    color: #67251a
}

.button-group.no-gaps .button {
    margin-right: -.0625rem
}

.button-group.no-gaps .button + .button {
    border-left-color: transparent
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

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

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

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

@media print,
screen and (max-width:39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

@media print,
screen and (max-width:63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block
    }

    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0
    }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer
}

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

.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}

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

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

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

.label.primary {
    background: #5c7ef7;
    color: #0a0a0a
}

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

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

.label.warning {
    background: #ffae00;
    color: #0a0a0a
}

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

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 1.25rem;
    background-color: #cacaca
}

.progress.primary .progress-meter {
    background-color: #5c7ef7
}

.progress.secondary .progress-meter {
    background-color: #767676
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #cc4b37
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #5c7ef7;
    border-radius: 1.25rem
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap;
    border-radius: 1.25rem
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.25rem;
    background-color: #5c7ef7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.slider-handle:hover {
    background-color: #2c58f5
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 1.25rem;
    background: #cacaca;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 1.25rem;
    background: #fefefe;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    content: ''
}

input:checked ~ .switch-paddle {
    background: #5c7ef7
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem
}

input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked + label > .switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked + label > .switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem
}

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

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

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

thead {
    background: #f8f8f8;
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a
}

tfoot tr,
thead tr {
    background: 0 0
}

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

tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 0;
    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 td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #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
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #5c7ef7;
    color: #fefefe
}

.badge.primary {
    background: #5c7ef7;
    color: #0a0a0a
}

.badge.secondary {
    background: #767676;
    color: #fefefe
}

.badge.success {
    background: #3adb76;
    color: #0a0a0a
}

.badge.warning {
    background: #ffae00;
    color: #0a0a0a
}

.badge.alert {
    background: #cc4b37;
    color: #fefefe
}

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none
}

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

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #cacaca
}

.breadcrumbs a {
    color: #5c7ef7
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 1.25rem;
    background-color: #fff;
    color: #0a0a0a
}

.callout > :first-child {
    margin-top: 0
}

.callout > :last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #e7ecfe;
    color: #0a0a0a
}

.callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a
}

.callout.success {
    background-color: #e1faea;
    color: #0a0a0a
}

.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a
}

.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 0;
    border-radius: 0;
    background: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a
}

.card > :last-child {
    margin-bottom: 0
}

.card-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6
}

.card-divider > :last-child {
    margin-bottom: 0
}

.card-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -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: 1.25rem;
    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
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

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

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 1.25rem;
    font-size: .875rem;
    display: none
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

@media print,
screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 1.25rem;
    color: #0a0a0a
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #5c7ef7;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #0a0a0a
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: "«"
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: "»"
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-weight: 700;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100%+.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 1.25rem;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.align-top::before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left::before {
    left: 10%;
    right: auto
}

.tooltip.align-right::before {
    left: auto;
    right: 10%
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child > :first-child {
    border-radius: 1.25rem 1.25rem 0 0
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 1.25rem 1.25rem
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #5c7ef7
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 1.25rem 1.25rem
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active > .accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.media-object {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media print,
screen and (max-width:39.99875em) {
    .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section > :last-child {
    margin-bottom: 0
}

@media print,
screen and (max-width:39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 10, .5);
    color: #fefefe
}

.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(10, 10, 10, .5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

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

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #cacaca
}

.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.orbit-bullets button.is-active {
    background-color: #8a8a8a
}

.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

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

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

.tabs::after {
    clear: both
}

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

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

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

.tabs.primary {
    background: #5c7ef7
}

.tabs.primary > li > a {
    color: #0a0a0a
}

.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
    background: #4c71f6
}

.tabs-title {
    float: left
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #5c7ef7
}

[data-whatinput=mouse] .tabs-title > a {
    outline: 0
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #2f5af5
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
    background: #e6e6e6;
    color: #5c7ef7
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
    -webkit-box-shadow: 0 0 6px 1px rgba(92, 126, 247, .5);
    box-shadow: 0 0 6px 1px rgba(92, 126, 247, .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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-box-align: center;
    -webkit-align-items: 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 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64em) {
    .menu.large-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active > a {
    background: #5c7ef7;
    color: #0a0a0a
}

.menu .active > a {
    background: #5c7ef7;
    color: #0a0a0a
}

.menu.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-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 .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered > .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered > .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered > .menu li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''
}

.menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #5c7ef7 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle > a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #5c7ef7 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-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
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    -webkit-transition: height .5s;
    transition: height .5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent > a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #5c7ef7;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #5c7ef7;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #5c7ef7 transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #5c7ef7 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu > li > a {
    padding: .7rem 1rem
}

.dropdown.menu > li.is-active > a {
    background: rgba(254, 254, 254, 0);
    color: #e6e6e6
}

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

.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: 200px;
    border: 0;
    background: rgba(254, 254, 254, 0)
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(254, 254, 254, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f4f5fb
}

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

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, .7);
    box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f4f5fb
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, .7);
    box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media print,
screen and (min-width:40em) {
    .position-left {
        width: 450px;
        -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        transform: translateX(-450px)
    }
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content .off-canvas.position-left {
        -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        transform: translateX(-450px)
    }
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content.is-open-left.has-transition-push {
        -webkit-transform: translateX(450px);
        -ms-transform: translateX(450px);
        transform: translateX(450px)
    }
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25);
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media print,
screen and (min-width:40em) {
    .position-right {
        width: 450px;
        -webkit-transform: translateX(450px);
        -ms-transform: translateX(450px);
        transform: translateX(450px)
    }
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content .off-canvas.position-right {
        -webkit-transform: translateX(450px);
        -ms-transform: translateX(450px);
        transform: translateX(450px)
    }
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content.is-open-right.has-transition-push {
        -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        transform: translateX(-450px)
    }
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25);
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25);
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25);
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25)
}

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print,
screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 450px
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 450px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 450px
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 450px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 450px
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 450px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 450px
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 450px
    }
}

@media print,
screen and (min-width:64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 450px
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 450px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 450px
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 450px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 450px
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 450px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 450px
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 450px
    }
}

@media print,
screen and (min-width:40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,
screen and (min-width:64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, .45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 1.25rem;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

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

@media print,
screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print,
screen and (max-width:39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky-container {
    position: relative;
    background-color: #020b47;
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.title-bar {
    padding: .5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .top-bar {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print,
screen and (max-width:63.99875em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print,
screen and (max-width:74.99875em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,
.top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

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

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

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

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print,
screen and (max-width:39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    -webkit-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.long-delay {
    -webkit-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.text-thin {
    font-weight: 100
}

.text-extralight {
    font-weight: 200
}

.text-light {
    font-weight: 300
}

.text-normal {
    font-weight: 400
}

.text-medium {
    font-weight: 500
}

.text-semibold {
    font-weight: 600
}

.text-bold {
    font-weight: 700
}

.text-extrabold {
    font-weight: 800
}

.text-black {
    font-weight: 900
}

.uppercase {
    text-transform: uppercase
}

.container {
    position: relative
}

.section {
    /*margin-top:2rem;*/
    /*    margin-bottom: 2rem*/
}

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

@media print,
screen and (max-width:39.99875em) {
    .grid-container .grid-padding-x > .cell img.small-fullwidth {
        max-width: none;
        width: 100vw;
        margin-top: 2rem;
        margin-left: -2.3125rem
    }
}

img.fullwidth {
    width: 100%;
    max-width: none
}

ul {
    margin-left: 1.5rem
}

@media print,
screen and (min-width:40em) {
    ul {
        margin-left: 6.25rem
    }
}

ul.arrows li {
    list-style-type: none;
    position: relative;
    margin-bottom: 1rem;
    color: #005fb0;
    font-weight: 900
}

ul.arrows li::before {
    content: '\00BB';
    position: absolute;
    left: -1.5rem;
    font-size: 1rem
}

.blue-round {
    margin-left: auto;
    margin-right: auto;
    border: 12px solid #005fb0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bg-15_mourad_wahba_image {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -354px 0
}

.bg-15_ulrika_modeer_image {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -504px 0
}

.bg-24_olafur {
    width: 118px;
    height: 118px;
    background: url(../img/sprites-photos.png) 0 0
}

.bg-24_padma {
    width: 118px;
    height: 118px;
    background: url(../img/sprites-photos.png) -118px 0
}

.bg-24_yemi {
    width: 118px;
    height: 118px;
    background: url(../img/sprites-photos.png) -236px 0
}

.bg-15_abdoulaye_mar_dieye_icon {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -654px 0
}

.bg-15_ahunna_eziakonwa_image {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -804px 0
}

.bg-15_angelique_crumbly_image {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -954px 0
}

.bg-15_asako_okai_image {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -1104px 0
}

.bg-15_haoliang_xu_image {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -1254px 0
}

.bg-15_kanni_wignaraja_image {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -1404px 0
}

.bg-15_luis_felipe_lopez_calva_image {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -1554px 0
}

.bg-15_mirjana_spoljarics_egger_image {
    width: 150px;
    height: 143px;
    background: url(../img/sprites-photos.png) -1704px 0
}

.bg-19_highlights_bullet {
    width: 10px;
    height: 9px;
    background: url(../img/sprites-icons.png) -1029px -474px
}

.bg-02_28million_icon {
    width: 115px;
    height: 73px;
    background: url(../img/sprites-icons.png) -581px -449px
}

.bg-02_dollar_icon {
    width: 95px;
    height: 65px;
    background: url(../img/sprites-icons.png) -409px -173px
}

.bg-02_earth_icon {
    width: 106px;
    height: 100px;
    background: url(../img/sprites-icons.png) -469px -374px
}

.bg-02_femalegroup_icon {
    width: 108px;
    height: 94px;
    background: url(../img/sprites-icons.png) -1px -674px
}

.bg-02_hand_plant_icon {
    width: 70px;
    height: 95px;
    background: url(../img/sprites-icons.png) -958px -575px
}

.bg-02_justice_icon {
    width: 102px;
    height: 49px;
    background: url(../img/sprites-icons.png) -737px -608px
}

.bg-02_nurse_icon {
    width: 65px;
    height: 97px;
    background: url(../img/sprites-icons.png) -958px -672px
}

.bg-02_parliament_icon {
    width: 161px;
    height: 75px;
    background: url(../img/sprites-icons.png) -319px -530px
}

.bg-02_people_group_icon {
    width: 113px;
    height: 99px;
    background: url(../img/sprites-icons.png) -737px -507px
}

.bg-02_portfolio_icon {
    width: 121px;
    height: 98px;
    background: url(../img/sprites-icons.png) -737px -407px
}

.bg-02_sdg_circle_icon {
    width: 101px;
    height: 99px;
    background: url(../img/sprites-icons.png) -1px -770px
}

.bg-02_voters_icon {
    width: 107px;
    height: 83px;
    background: url(../img/sprites-icons.png) -503px -674px
}

.bg-02_woman_icon {
    width: 84px;
    height: 94px;
    background: url(../img/sprites-icons.png) -958px -378px
}

.bg-05_quote_sign {
    width: 69px;
    height: 99px;
    background: url(../img/sprites-icons.png) -958px -474px
}

.bg-12_potential_reduction {
    width: 149px;
    height: 120px;
    background: url(../img/sprites-icons.png) -168px -530px
}

.bg-12_smart_facility {
    width: 165px;
    height: 142px;
    background: url(../img/sprites-icons.png) -1px -530px
}

.bg-12_solar_panels {
    width: 107px;
    height: 134px;
    background: url(../img/sprites-icons.png) -737px -271px
}

.bg-12_usd {
    width: 44px;
    height: 61px;
    background: url(../img/sprites-icons.png) -873px -435px
}

.bg-12_usd_1 {
    width: 83px;
    height: 116px;
    background: url(../img/sprites-icons.png) -873px -1px
}

.bg-13_audit_icon {
    width: 57px;
    height: 58px;
    background: url(../img/sprites-icons.png) -873px -375px
}

.bg-13_balanced_icon {
    width: 61px;
    height: 61px;
    background: url(../img/sprites-icons.png) -873px -249px
}

.bg-13_efficiencies_icon {
    width: 60px;
    height: 61px;
    background: url(../img/sprites-icons.png) -873px -312px
}

.bg-13_productivity_icon {
    width: 61px;
    height: 66px;
    background: url(../img/sprites-icons.png) -958px -771px
}

.bg-14_earth_additional_icon {
    width: 62px;
    height: 61px;
    background: url(../img/sprites-icons.png) -873px -186px
}

.bg-14_hours_icon {
    width: 61px;
    height: 65px;
    background: url(../img/sprites-icons.png) -873px -119px
}

.bg-17_energy_house {
    width: 96px;
    height: 93px;
    background: url(../img/sprites-icons.png) -307px -674px
}

.bg-17_energy_leaf {
    width: 96px;
    height: 93px;
    background: url(../img/sprites-icons.png) -405px -674px
}

.bg-17_energy_logos {
    width: 406px;
    height: 65px;
    background: url(../img/sprites-icons.png) -173px -1px
}

.bg-17_energy_sdgs {
    width: 156px;
    height: 27px;
    background: url(../img/sprites-icons.png) -359px -135px
}

.bg-17_energy_solar {
    width: 96px;
    height: 95px;
    background: url(../img/sprites-icons.png) -505px -770px
}

.bg-17_environment_dollar_icon {
    width: 94px;
    height: 93px;
    background: url(../img/sprites-icons.png) -958px -1px
}

.bg-17_environment_earth_leaf_plug_icon {
    width: 96px;
    height: 94px;
    background: url(../img/sprites-icons.png) -111px -674px
}

.bg-17_environment_icon {
    width: 96px;
    height: 94px;
    background: url(../img/sprites-icons.png) -209px -674px
}

.bg-17_environment_logos {
    width: 406px;
    height: 65px;
    background: url(../img/sprites-icons.png) -173px -68px
}

.bg-17_environment_sdg_icons {
    width: 184px;
    height: 29px;
    background: url(../img/sprites-icons.png) -173px -135px
}

.bg-17_gender_female_icon {
    width: 97px;
    height: 96px;
    background: url(../img/sprites-icons.png) -208px -770px
}

.bg-17_gender_hand_icon {
    width: 97px;
    height: 96px;
    background: url(../img/sprites-icons.png) -307px -770px
}

.bg-17_gender_logos {
    width: 406px;
    height: 65px;
    background: url(../img/sprites-icons.png) -1px -173px
}

.bg-17_gender_sdgs {
    width: 138px;
    height: 29px;
    background: url(../img/sprites-icons.png) -409px -240px
}

.bg-17_gender_woman_icon {
    width: 97px;
    height: 96px;
    background: url(../img/sprites-icons.png) -406px -770px
}

.bg-17_governance_arrow_bars {
    width: 93px;
    height: 92px;
    background: url(../img/sprites-icons.png) -958px -190px
}

.bg-17_governance_fist_icon {
    width: 102px;
    height: 97px;
    background: url(../img/sprites-icons.png) -104px -770px
}

.bg-17_governance_logos {
    width: 406px;
    height: 65px;
    background: url(../img/sprites-icons.png) -1px -240px
}

.bg-17_governance_stephascope_icon {
    width: 93px;
    height: 92px;
    background: url(../img/sprites-icons.png) -958px -284px
}

.bg-17_gov_sdg_icons {
    width: 120px;
    height: 29px;
    background: url(../img/sprites-icons.png) -409px -271px
}

.bg-17_resilience_dove_icon {
    width: 96px;
    height: 95px;
    background: url(../img/sprites-icons.png) -603px -770px
}

.bg-17_resilience_judge_mallot_icon {
    width: 96px;
    height: 95px;
    background: url(../img/sprites-icons.png) -701px -770px
}

.bg-17_resilience_logos {
    width: 406px;
    height: 65px;
    background: url(../img/sprites-icons.png) -1px -307px
}

.bg-17_resilience_megaphone_icon {
    width: 94px;
    height: 92px;
    background: url(../img/sprites-icons.png) -958px -96px
}

.bg-17_resilience_sdg_icons {
    width: 97px;
    height: 29px;
    background: url(../img/sprites-icons.png) -409px -307px
}

.bg-10_nimble_icon {
    width: 154px;
    height: 154px;
    background: url(../img/sprites-icons.png) -1px -374px
}

.bg-18_blue {
    width: 170px;
    height: 170px;
    background: url(../img/sprites-icons.png) -1px -1px
}

.bg-18_orange {
    width: 134px;
    height: 133px;
    background: url(../img/sprites-icons.png) -737px -1px
}

.bg-18_sdg_circle {
    width: 134px;
    height: 133px;
    background: url(../img/sprites-icons.png) -737px -136px
}

.bg-18_wine {
    width: 134px;
    height: 134px;
    background: url(../img/sprites-icons.png) -581px -313px
}

.bg-10_accountable_icon {
    width: 154px;
    height: 154px;
    background: url(../img/sprites-icons.png) -157px -374px
}

.bg-10_collaboration_icon {
    width: 154px;
    height: 154px;
    background: url(../img/sprites-icons.png) -313px -374px
}

.bg-10_faster_icon {
    width: 154px;
    height: 154px;
    background: url(../img/sprites-icons.png) -581px -1px
}

.bg-10_financially_icon {
    width: 154px;
    height: 154px;
    background: url(../img/sprites-icons.png) -581px -157px
}

.bg-27_future_edge_icon {
    width: 180px;
    height: 180px;
    background: url(../img/sprites-logos2.png) -1px -1px
}

.bg-27_global_health_icon {
    width: 180px;
    height: 180px;
    background: url(../img/sprites-logos2.png) -183px -1px
}

.bg-27_iati_icon {
    width: 180px;
    height: 180px;
    background: url(../img/sprites-logos2.png) -1px -183px
}

.bg-Image_3 {
    width: 136px;
    height: 102px;
    background: url(../img/sprites-logos2.png) -1px -722px
}

.bg-05_the_bar_circle {
    width: 150px;
    height: 152px;
    background: url(../img/sprites-logos2.png) -547px -130px
}

.bg-17_poverty_sdg_icons {
    width: 142px;
    height: 29px;
    background: url(../img/sprites-logos2.png) -644px -722px
}

.bg-17_puzzle_icon {
    width: 100px;
    height: 99px;
    background: url(../img/sprites-logos2.png) -891px -613px
}

.bg-17_sheild_icon {
    width: 100px;
    height: 98px;
    background: url(../img/sprites-logos2.png) -1px -826px
}

.bg-17_yemen_icon {
    width: 100px;
    height: 99px;
    background: url(../img/sprites-logos2.png) -891px -714px
}

.bg-18_TLS_logo_07 {
    width: 79px;
    height: 85px;
    background: url(../img/sprites-logos2.png) -681px -284px
}

.bg-19_argentina {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -267px -459px
}

.bg-19_eu {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -393px -459px
}

.bg-19_gef {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -519px -459px
}

.bg-19_germany {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -1px -593px
}

.bg-19_global_fund {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -127px -593px
}

.bg-19_italy {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -253px -593px
}

.bg-19_japan {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -640px -1px
}

.bg-19_mission_logo_blue {
    width: 169px;
    height: 78px;
    background: url(../img/sprites-logos2.png) -348px -365px
}

.bg-19_netherlands {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -379px -593px
}

.bg-19_norway {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -505px -593px
}

.bg-19_sweden {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -631px -593px
}

.bg-19_switzerland {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -765px -1px
}

.bg-19_uk {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -765px -130px
}

.bg-19_ukraine {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -765px -259px
}

.bg-19_us {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -765px -388px
}

.bg-19_world {
    width: 124px;
    height: 127px;
    background: url(../img/sprites-logos2.png) -765px -517px
}

.bg-20_adb_icon {
    width: 62px;
    height: 63px;
    background: url(../img/sprites-logos2.png) -993px -624px
}

.bg-20_bndes_icon {
    width: 132px;
    height: 134px;
    background: url(../img/sprites-logos2.png) -547px -284px
}

.bg-20_caribbean_dev_icon {
    width: 131px;
    height: 132px;
    background: url(../img/sprites-logos2.png) -1px -459px
}

.bg-20_european_invest_icon {
    width: 131px;
    height: 132px;
    background: url(../img/sprites-logos2.png) -134px -459px
}

.bg-20_idb_icon {
    width: 90px;
    height: 36px;
    background: url(../img/sprites-logos2.png) -250px -775px
}

.bg-20_isdb_icon {
    width: 82px;
    height: 43px;
    background: url(../img/sprites-logos2.png) -765px -646px
}

.bg-20_kfw_icon {
    width: 83px;
    height: 30px;
    background: url(../img/sprites-logos2.png) -342px -775px
}

.bg-20_world_bank_icon {
    width: 78px;
    height: 40px;
    background: url(../img/sprites-logos2.png) -681px -371px
}

.bg-21_sdg_impact_logo {
    width: 345px;
    height: 92px;
    background: url(../img/sprites-logos2.png) -1px -365px
}

.bg-22_mptf_logo {
    width: 188px;
    height: 51px;
    background: url(../img/sprites-logos2.png) -250px -722px
}

.bg-22_uncdf_logo {
    width: 68px;
    height: 74px;
    background: url(../img/sprites-logos2.png) -993px -548px
}

.bg-22_unossc_logo {
    width: 202px;
    height: 45px;
    background: url(../img/sprites-logos2.png) -440px -722px
}

.bg-22_unvolunteer_logo {
    width: 167px;
    height: 30px;
    background: url(../img/sprites-logos2.png) -547px -420px
}

.bg-23_biodiversity_icon {
    width: 96px;
    height: 96px;
    background: url(../img/sprites-logos2.png) -103px -826px
}

.bg-23_data_icon {
    width: 109px;
    height: 96px;
    background: url(../img/sprites-logos2.png) -139px -722px
}

.bg-23_iheart_icon {
    width: 96px;
    height: 96px;
    background: url(../img/sprites-logos2.png) -201px -826px
}

.bg-23_lionshare_icon {
    width: 96px;
    height: 96px;
    background: url(../img/sprites-logos2.png) -299px -826px
}

.bg-23_microsoft_icon {
    width: 96px;
    height: 96px;
    background: url(../img/sprites-logos2.png) -397px -826px
}

.bg-23_samsung_icon {
    width: 96px;
    height: 96px;
    background: url(../img/sprites-logos2.png) -495px -826px
}

.bg-23_sco_icon {
    width: 96px;
    height: 96px;
    background: url(../img/sprites-logos2.png) -593px -826px
}

.bg-23_ticad_icon {
    width: 96px;
    height: 96px;
    background: url(../img/sprites-logos2.png) -691px -826px
}

.bg-26_canada {
    width: 77px;
    height: 77px;
    background: url(../img/sprites-logos2.png) -789px -826px
}

.bg-26_denmark {
    width: 77px;
    height: 77px;
    background: url(../img/sprites-logos2.png) -868px -826px
}

.bg-26_focusing_icon {
    width: 100px;
    height: 100px;
    background: url(../img/sprites-logos2.png) -891px -1px
}

.bg-26_germany {
    width: 77px;
    height: 77px;
    background: url(../img/sprites-logos2.png) -993px -1px
}

.bg-26_interagency_icon {
    width: 100px;
    height: 100px;
    background: url(../img/sprites-logos2.png) -891px -103px
}

.bg-26_japan {
    width: 77px;
    height: 77px;
    background: url(../img/sprites-logos2.png) -665px -471px
}

.bg-26_mobilizing_icon {
    width: 100px;
    height: 100px;
    background: url(../img/sprites-logos2.png) -891px -205px
}

.bg-26_multiplying_icon {
    width: 100px;
    height: 100px;
    background: url(../img/sprites-logos2.png) -891px -307px
}

.bg-26_netherlands {
    width: 77px;
    height: 77px;
    background: url(../img/sprites-logos2.png) -993px -80px
}

.bg-26_norway {
    width: 77px;
    height: 77px;
    background: url(../img/sprites-logos2.png) -993px -159px
}

.bg-26_providing_icon {
    width: 100px;
    height: 100px;
    background: url(../img/sprites-logos2.png) -891px -409px
}

.bg-26_responding_icon {
    width: 100px;
    height: 100px;
    background: url(../img/sprites-logos2.png) -891px -511px
}

.bg-26_sweden {
    width: 77px;
    height: 77px;
    background: url(../img/sprites-logos2.png) -993px -238px
}

.bg-26_switzerland {
    width: 77px;
    height: 77px;
    background: url(../img/sprites-logos2.png) -993px -317px
}

.bg-26_uk {
    width: 71px;
    height: 71px;
    background: url(../img/sprites-logos2.png) -993px -475px
}

.bg-26_us {
    width: 77px;
    height: 77px;
    background: url(../img/sprites-logos2.png) -993px -396px
}

.bg-27_apolitical_icon {
    width: 180px;
    height: 180px;
    background: url(../img/sprites-logos2.png) -183px -183px
}

.bg-27_best_practice_icon {
    width: 180px;
    height: 180px;
    background: url(../img/sprites-logos2.png) -365px -1px
}

.bg-27_cannes_icon {
    width: 180px;
    height: 180px;
    background: url(../img/sprites-logos2.png) -365px -183px
}

.icon_02 {
    background: url(../img/02-icon-sprite.png) no-repeat top left
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .icon_02 {
        background: url(../img/02-icon-sprite@2x.png) no-repeat top left;
        background-size: 556px 407px
    }
}

.icon_02.icon_02_vote {
    background-position: 0 0;
    width: 118px;
    height: 122px
}

.icon_02.icon_02_parity {
    background-position: -119px 0;
    width: 113px;
    height: 104px
}

.icon_02.icon_02_financial {
    background-position: 0 -123px;
    width: 127px;
    height: 90px
}

.icon_02.icon_02_leaf {
    background-position: -233px 0;
    width: 123px;
    height: 92px
}

.icon_02.icon_02_sdgs {
    background-position: -233px -93px;
    width: 113px;
    height: 100px
}

.icon_02.icon_02_justice {
    background-position: 0 -214px;
    width: 107px;
    height: 101px
}

.icon_02.icon_02_covid {
    background-position: -108px -214px;
    width: 110px;
    height: 95px
}

.icon_02.icon_02_people {
    background-position: -357px 0;
    width: 97px;
    height: 105px
}

.icon_02.icon_02_computer {
    background-position: -219px -214px;
    width: 110px;
    height: 92px
}

.icon_02.icon_02_countries {
    background-position: 0 -316px;
    width: 107px;
    height: 90px
}

.icon_02.icon_02_women {
    background-position: -108px -316px;
    width: 113px;
    height: 85px
}

.icon_02.icon_02_dollars {
    background-position: -222px -316px;
    width: 116px;
    height: 81px
}

.icon_02.icon_02_ranked {
    background-position: -455px 0;
    width: 100px;
    height: 93px
}

.icon_02.icon_02_target {
    background-position: -455px -94px;
    width: 89px;
    height: 99px
}

.icon_02.icon_02_government {
    background-position: -128px -123px;
    width: 102px;
    height: 86px
}

.icon_02.icon_02_protection {
    background-position: -455px -194px;
    width: 94px;
    height: 86px
}

.icon_04 {
    background: url(../img/04-icon-sprite.png) no-repeat top left
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .icon_04 {
        background: url(../img/04-icon-sprite@2x.png) no-repeat top left;
        background-size: 391px 996px
    }
}

.icon_04.building-icon {
    background-position: 0 0;
    width: 72px;
    height: 68px
}

.icon_04.doctor-icon {
    background-position: 0 -78px;
    width: 80px;
    height: 73px
}

.icon_04.government-icon {
    background-position: 0 -161px;
    width: 125px;
    height: 125px
}

.icon_04.medical-icon {
    background-position: 0 -296px;
    width: 91px;
    height: 83px
}

.icon_04.mental-icon {
    background-position: 0 -389px;
    width: 85px;
    height: 68px
}

.icon_04.money-icon {
    background-position: 0 -467px;
    width: 97px;
    height: 62px
}

.icon_04.protect-icon {
    background-position: 0 -539px;
    width: 125px;
    height: 125px
}

.icon_04.suitcase-icon {
    background-position: 0 -674px;
    width: 85px;
    height: 64px
}

.icon_04.transfers-icon {
    background-position: 0 -748px;
    width: 66px;
    height: 68px
}

.icon_04.wash-icon {
    background-position: 0 -826px;
    width: 74px;
    height: 72px
}

.icon_04.worker-icon {
    background-position: 0 -908px;
    width: 89px;
    height: 78px
}

.icon_11 {
    background: url(../img/11-icon-sprite.png) no-repeat top left
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .icon_11 {
        background: url(../img/11-icon-sprite@2x.png) no-repeat top left;
        background-size: 184px 2626px
    }
}

.icon_11.energy-co2 {
    background-position: 0 0;
    width: 127px;
    height: 127px
}

.icon_11.energy-globe {
    background-position: 0 -137px;
    width: 127px;
    height: 127px
}

.icon_11.energy-sdgs {
    background-position: 0 -274px;
    width: 184px;
    height: 25px
}

.icon_11.energy-windmill {
    background-position: 0 -309px;
    width: 131px;
    height: 131px
}

.icon_11.environment-dolphin {
    background-position: 0 -450px;
    width: 125px;
    height: 125px
}

.icon_11.environment-money {
    background-position: 0 -585px;
    width: 136px;
    height: 136px
}

.icon_11.environment-sdg-icons {
    background-position: 0 -731px;
    width: 184px;
    height: 32px
}

.icon_11.environment-temperature {
    background-position: 0 -773px;
    width: 121px;
    height: 121px
}

.icon_11.gender-document {
    background-position: 0 -904px;
    width: 132px;
    height: 132px
}

.icon_11.gender-sdgs {
    background-position: 0 -1046px;
    width: 184px;
    height: 27px
}

.icon_11.gender-shield {
    background-position: 0 -1083px;
    width: 141px;
    height: 141px
}

.icon_11.gender-vote {
    background-position: 0 -1234px;
    width: 113px;
    height: 113px
}

.icon_11.gov-sdg-icons {
    background-position: 0 -1357px;
    width: 156px;
    height: 29px
}

.icon_11.governance-building-icon {
    background-position: 0 -1396px;
    width: 111px;
    height: 111px
}

.icon_11.governance-parliament-icon {
    background-position: 0 -1517px;
    width: 108px;
    height: 108px
}

.icon_11.governance-vote-icon {
    background-position: 0 -1635px;
    width: 99px;
    height: 99px
}

.icon_11.poverty-file-icon {
    background-position: 0 -1744px;
    width: 105px;
    height: 105px
}

.icon_11.poverty-gear-icon {
    background-position: 0 -1859px;
    width: 132px;
    height: 132px
}

.icon_11.poverty-hand-icon {
    background-position: 0 -2001px;
    width: 111px;
    height: 111px
}

.icon_11.poverty-sdg-icons {
    background-position: 0 -2122px;
    width: 160px;
    height: 29px
}

.icon_11.resilience-dove {
    background-position: 0 -2161px;
    width: 135px;
    height: 135px
}

.icon_11.resilience-fist {
    background-position: 0 -2306px;
    width: 129px;
    height: 129px
}

.icon_11.resilience-sdg-icons {
    background-position: 0 -2445px;
    width: 155px;
    height: 29px
}

.icon_11.resilience-women {
    background-position: 0 -2484px;
    width: 132px;
    height: 132px
}

h2 {
    font-weight: 900;
    line-height: 1.125
}

h2 + h3 {
    margin-top: -1.5rem;
    line-height: 1
}

p a {
    text-decoration: underline
}

.blend-multiply {
    mix-blend-mode: multiply
}

figcaption {
    margin-top: 1rem
}

.sticky {
    width: 2rem;
    height: 2rem;
    right: 0;
    padding-top: 1rem
}

.sticky.is-anchored {
    margin-left: auto
}

.sticky.is-stuck {
    width: 2rem;
    height: 2rem;
    z-index: 11
}

.sticky .menu-toggle {
    background: #252d40;
    width: 2rem;
    height: 2rem;
    border-radius: 1.25rem 0 0 1.25rem;
    padding: .5rem
}

.sticky .menu-toggle span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 10px;
    cursor: pointer
}

.sticky .menu-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fefefe;
    -webkit-box-shadow: 0 4px 0 #fefefe, 0 8px 0 #fefefe;
    box-shadow: 0 4px 0 #fefefe, 0 8px 0 #fefefe;
    content: ''
}

.sticky .menu-toggle:hover {
    background: linear-gradient(161deg, #508ee3 0, #005fb0 100%)
}

@media print,
screen and (min-width:64em) {
    .sticky {
        right: auto
    }

    .sticky.is-anchored {
        margin-left: 0
    }

    .sticky .menu-toggle {
        width: 4.125rem;
        height: 4.125rem;
        background: rgba(254, 254, 254, 0) !important;
        cursor: pointer
    }

    .sticky .menu-toggle:hover .a,
    .sticky .menu-toggle:hover .b,
    .sticky .menu-toggle:hover .c {
        fill: #508ee3
    }
}

.off-canvas .menu-toggle {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10
}

.off-canvas .menu-toggle:hover .a,
.off-canvas .menu-toggle:hover .b,
.off-canvas .menu-toggle:hover .c {
    fill: #508ee3
}

.off-canvas.is-open .menu-toggle {
    opacity: 1;
    -webkit-transition: opacity .25s linear .5s;
    transition: opacity .25s linear .5s
}

.off-canvas.is-open .menu-toggle svg {
    width: 50px
}

@media print,
screen and (min-width:40em) {
    .off-canvas.is-open .menu-toggle svg {
        width: 86px
    }
}

.off-canvas .menu {
    text-align: center;
    height: 80%;
    margin-top: 20%
}

.off-canvas .menu a {
    color: #0a0a0a
}

.off-canvas .menu a.is-active {
    font-weight: 700;
    color: #5c7ef7
}

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

    .off-canvas .menu a {
        margin-left: 50px;
        font-size: 120%;
        border-left: 5px solid rgba(254, 254, 254, 0)
    }

    .off-canvas .menu a.is-active,
    .off-canvas .menu a:hover {
        border-left-color: #5c7ef7
    }
}

.off-canvas .button-group {
    margin: 0
}

.off-canvas .button-group .button {
    color: #fefefe;
    border-radius: 0;
    margin: 0
}

.off-canvas .button-group .button img {
    height: 32px
}

.off-canvas .button-group .button:hover {
    color: #fefefe
}

/*.blue-gradient {
	background:linear-gradient(161deg,#508ee3 0,#005fb0 100%);
	color:#fefefe
}
.blue-gradient a {
	color:#fefefe;
	font-weight:700;
	text-decoration:underline
}
.blue-gradient a:hover {
	text-decoration:none
}*/



.green-gradient {
    background: linear-gradient(169deg, #cdd65c 0, #00b044 100%);
    color: #fefefe
}

@media print,
screen and (min-width:40em) {
    .green-gradient {
        background: linear-gradient(299deg, #a7d65c 0, #00b044 100%)
    }
}

.green-gradient a {
    color: #fefefe;
    font-weight: 700;
    text-decoration: underline
}

.green-gradient a:hover {
    text-decoration: none
}

.padded {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media print,
screen and (min-width:40em) {
    .padded {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.blue-text {
    color: #005fb0
}

.readmore {
    max-height: 100vh;
    position: relative;
    overflow: hidden
}

.readmore .readmore-panel {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 0)), to(#020b47; ));
    background: linear-gradient(0deg, rgba(2, 11, 71, 1) 0%, rgba(2, 11, 71, 0) 100%);
    top: calc(100vh - 150px)
}

.readmore .readmore-panel .button {
    position: absolute;
    bottom: 0;
    background-color: #00e2eb;
    color: #020b47;
}

.readmore .readmore-panel .opened {
    display: none
}

.readmore .readmore-panel .closed {
    display: inline
}

.readmore.expanded {
    max-height: none
}

.readmore.expanded .readmore-panel {
    position: static;
    height: 75px
}

.readmore.expanded .readmore-panel .opened {
    display: inline
}

.readmore.expanded .readmore-panel .closed {
    display: none
}

@media print,
screen and (min-width:40em) {
    .readmore {
        max-height: none
    }

    .readmore .readmore-panel {
        display: none
    }
}

.swiper-button-next,
.swiper-button-prev {
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0
}

.swiper-button-next:not(.black),
.swiper-button-prev:not(.black) {
    color: #fefefe;
    opacity: 0.3
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1rem
}

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

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.blurup {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: -webkit-filter .4s;
    transition: -webkit-filter .4s;
    transition: filter .4s;
    transition: filter .4s, -webkit-filter .4s
}

.blurup.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.cover {
    background: url(../img/0-cover-small.jpg) center/cover no-repeat
}

.cover h1 {
    font-weight: 700;
    color: #fefefe;
    line-height: 1.1;
    margin-bottom: 1.5rem
}

.cover .button-group {
    position: relative;
    width: 200px;
    margin-left: auto;
    margin-right: auto
}

.cover .button-group .button {
    border: 2px solid #fefefe;
    color: #fefefe;
    margin-right: 0;
    margin-bottom: 0;
    -webkit-transition: all .25s ease .25s;
    transition: all .25s ease .25s;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.cover .button-group .button.hollow {
    border-right: 0;
    padding: .5rem 1.25rem;
    font-size: 1.875rem;
    font-weight: 700;
    border-radius: 1.25rem 0 0 1.25rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cover .button-group .button.arrow-only {
    border-top-right-radius: 1.25rem;
    background: #fefefe;
    border-radius: 0 1.25rem 0 0
}

.cover .button-group .button.arrow-only::after {
    border-top-color: #5c7ef7;
    top: 50%;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(-.3em);
    -ms-transform: translateY(-.3em);
    transform: translateY(-.3em)
}

.cover .button-group .popover {
    position: absolute;
    width: 200px;
    top: 100%;
    border: 2px solid #fefefe;
    border-top: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    border-radius: 0 0 1.25rem 1.25rem
}

.cover .button-group .popover li a {
    color: #fefefe;
    font-size: 1.25rem;
    padding-right: 2em;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.cover .button-group .popover li:not(:last-child) {
    border-bottom: 2px solid #fefefe
}

.cover .button-group .popover li:last-child {
    border-radius: 0 0 1.25rem 1.25rem;
    overflow: hidden
}

.cover .button-group .is-active .button,
.cover .button-group:hover .button {
    border-color: #e6e6e6;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.cover .button-group .is-active .button.hollow,
.cover .button-group:hover .button.hollow {
    border-bottom-left-radius: 0
}

.cover .button-group .is-active .button.arrow-only,
.cover .button-group:hover .button.arrow-only {
    background-color: #e6e6e6
}

.cover .button-group .is-active .button.arrow-only::after,
.cover .button-group:hover .button.arrow-only::after {
    -webkit-transform: translateY(-.6em) rotateX(180deg);
    transform: translateY(-.6em) rotateX(180deg)
}

.cover .button-group .is-active .popover,
.cover .button-group:hover .popover {
    opacity: 1;
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

@media print,
screen and (min-width:40em) {
    .cover {
        background-image: url(../img/0-cover.jpg)
    }
}

header {
    position: absolute;
    width: 100%;
    padding-top: 2.3125rem;
    z-index: 1
}

@media print,
screen and (min-width:64em) {
    header {
        top: 3.75rem
    }
}

header .download .button-group {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .menu.dropdown .is-dropdown-submenu {
    min-width: auto
}

header .menu.dropdown a {
    color: #fefefe;
    white-space: nowrap;
    padding: .2rem;
    text-align: center
}

header .menu.dropdown a .pdf {
    height: 12px
}

@media print,
screen and (max-width:39.99875em) {
    header .download {
        position: absolute;
        top: 100vh;
        width: 100% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0
    }

    header .download .button-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

.download .button-group {
    margin: 0
}

.download .button-group .button {
    margin: 0
}

.download .button-group .button:first-child {
    padding-top: 1em;
    border-radius: .625rem 0 0 .625rem
}

.download .button-group .button:last-child {
    border-radius: 0 .625rem .625rem 0;
    background: #2c58f5;
    -webkit-transition: padding .25s ease;
    transition: padding .25s ease
}

.download .button-group:hover .button:first-child {
    background: #2c58f5
}

.download .button-group:hover .button:last-child {
    padding-top: 1em;
    padding-bottom: .7em
}

.dark-blue {
    background: #1a243c;
    color: #fefefe
}

@media print,
screen and (min-width:40em) {
    .sticky-container {
        margin-bottom: -32px
    }
}

/***********************************************************************************************************************/


.section-00-cover .lightboxButton {
    position: absolute;
    bottom: 3.75rem;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: url(../img/0-question-icon.png) no-repeat center
}

.section-00-cover .lightboxButton.active {
    background-image: url(../img/0-close-icon.png)
}

.section-00-cover .lightboxWrap {
    visibility: hidden;
    opacity: 0;
    display: grid;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@supports not ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))) {
    .section-00-cover .lightboxWrap {
        background: rgba(0, 0, 0, .8)
    }
}

.section-00-cover .lightboxWrap.active {
    visibility: visible;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1
}

.section-00-cover .lightboxWrap .textWrap {
    max-width: 100%;
    padding: 0 50px
}

.section-00-cover .lightboxWrap h2 {
    font-size: 3.125rem;
    color: #fefefe
}

.section-00-cover .lightboxWrap p {
    color: #fefefe;
    font-size: 1.125rem
}

.section-00-cover .hidden {
    opacity: 0;
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease
}


/***********************************************************************************************************************/


/*Accent colors FONT */

div .red {
    color: #EC1919;
}


div .purple {
    color: #4C0789;
}

div .yellow {
    color: #F19E14;
}


div .green {
    color: #008442;
}

div .blue {
    color: #2D3980;
}

div .orange {
    color: #f6951f;
}

/*

div .pink {
    color: #e11484;
}
*/




/***********************************************************************************************************************/

.section-01-foreword {

    position: relative;
    margin: 0;
    background: #020b47;
    color: white;



    background-image:
        url(../img/intro-pattern.png),
        url(../img/intro-pattern-02.png),
        url(../img/foreword-plant.png);


    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat;

    background-position:
        top right,
        bottom left,
        bottom right;

    background-size: 20%, 40%, 35%;

}


.section-01-foreword img {
    padding-bottom: 20px;
}

.section-01-foreword p {
    text-align: justify;
    text-justify: inter-word;


}

@media print,
screen and (min-width:40em) {
    .section-01-foreword::after {
        background-size: 30%
    }
}

.section-01-foreword h2 {
    color: #00e2eb;
}

.section-01-foreword .right {
    text-align: right;
}

.section-01-foreword .achim-portrait {
    /*width: 15vw;*/
    /*    height: auto;*/
    margin-top: 5%;

}

.section-01-foreword .achim-signature {
    width: 30%;
    height: auto;

}

/***********************************************************************************************************************/

.section-02-big-numbers {
    background-image: url(../img/big-numbers-background.jpg);
    z-index: -1;

}

.section-02-big-numbers .swiper-button-next,
.section-02-big-numbers .swiper-button-prev {
    color: black;
}



.section-02-big-numbers #animated-globe {

    /* Telling our absolute positioned video to 
  be relative to this element */
    position: absolute;

    width: 80vw;
    height: 80vh;

    overflow: auto;
    right: -20%;

    /* Will not allow the video to overflow the 
  container */
    /*
  overflow: hidden;
    
*/

    /* Centering the container's content vertically 
  and horizontally */
    /*
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
*/
    z-index: 0;
    /*
width: 80vw;
  height: 80vh;
  object-fit: cover;
  position: top right;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
*/



}

.section-02-big-numbers a {
    color: #fefefe;
    font-weight: 700;
    text-decoration: underline
}

.section-02-big-numbers a:hover {
    text-decoration: none
}



.section-02-big-numbers .mask {
    width: 700px;
    height: 700px;

    -webkit-mask-image: url(/wp-content/uploads/2020/10/blob.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;

    mask-image: url(/wp-content/uploads/2020/10/blob.svg);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: cover;
}



/* Big numbers 2021 - ICONS */

.section-02-big-numbers-icon {
    background: url('../img/icons-big-numbers.png') no-repeat top left;
    width: 120px;
    height: 120px;
}




@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .section-02-big-numbers-icon {
        background: url('../img/icons-big-numbers-retina.png') no-repeat top left;
        background-size: 484px 484px;
    }
}

.section-02-big-numbers-icon.gender-biased-violence {
    background-position: 0 0;
}

.section-02-big-numbers-icon.essential-services {
    background-position: -121px 0;
}

.section-02-big-numbers-icon.jobs-protected {
    background-position: 0 -121px;
}

.section-02-big-numbers-icon.performance-indicators {
    background-position: -121px -121px;
}

.section-02-big-numbers-icon.covid-recovery {
    background-position: -242px 0;
}

.section-02-big-numbers-icon.covid-impact {
    background-position: -242px -121px;
}

.section-02-big-numbers-icon.jobs-improved {
    background-position: 0 -242px;
}

.section-02-big-numbers-icon.women-recovery-programmes {
    background-position: -121px -242px;
}

.section-02-big-numbers-icon.climate-promise-support {
    background-position: -242px -242px;
}

.section-02-big-numbers-icon.rural-households {
    background-position: -363px 0;
}

.section-02-big-numbers-icon.acc-labs {
    background-position: -363px -121px;
}

.section-02-big-numbers-icon.sdg-bonds {
    background-position: -363px -242px;
}

.section-02-big-numbers-icon.new-voters {
    background-position: 0 -363px;
}

.section-02-big-numbers-icon.address-radicalization {
    background-position: -121px -363px;
}

.section-02-big-numbers-icon.digital-solutions {
    background-position: -242px -363px;
}


/***********************************************************************************************************************/

.section-03-sdg-sp {
    /*background:url(../img/1-bg.jpg) center no-repeat;
        background-size:cover;*/
    margin: 0;
    background: #060c28;
    color: white;


    background-image:
        url(../img/section-03-arrow-01.jpg),
        url(../img/section-03-arrow-02.jpg);

    background-repeat:
        no-repeat,
        no-repeat;


    background-position:
        top left,
        bottom right;

    background-size: auto 50%;
}




.section-03-sdg-sp .swiper-button-next,
.section-03-sdg-sp .swiper-button-prev {
    color: black;
}




.section-03-sdg-sp .strategic-plan-review {
    margin-bottom: 5%;
}


@media only screen and (max-width: 479px) and (min-width: 0px) {
    .section-03-sdg-sp {
        background: #020b47;
    }
}

/*
#sdg-icon-section-03 img {
    height: 30%;
    width: auto;
    margin: 20px;

}
*/

.section-03-sdg-sp .sdg-icon {
    height: auto;
    width: 50%;

}


#sp-icon-section-03 img {

    height: 50%;
    width: auto;
}


/*
#sp-icon-section-03 .grid-container {
    margin: 0.5rem;
}
*/

.sp-icons {
    background: url('../img/sp-2025-icons.png') no-repeat top left;
    width: 120px;
    height: 120px;
}

.sp-icons.plan2025-icon-01 {
    background-position: 0 0;
}

.sp-icons.plan2025-icon-02 {
    background-position: -121px 0;
}

.sp-icons.plan2025-icon-03 {
    background-position: 0 -121px;
}

.sp-icons.plan2025-icon-04 {
    background-position: -121px -121px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .sp-icons {
        background: url('../img/sp-2025-icons-retina.png') no-repeat top left;
        background-size: 242px 242px;
    }
}


.strategic-plan-switch .regionSelect__menu {
    margin-bottom: 1rem;
    /*        margin-top: 2rem;*/
    padding: 0 1rem
}

.strategic-plan-switch .region {
    display: inline-block;
    background: #c7c7c7;
    color: #fefefe;
    font-size: .875rem;
    font-weight: 700;
    padding: .25rem 1rem;
    margin: 0 1rem 1rem 0;
    border-radius: 2rem;
    -webkit-transition: .2s all ease;
    transition: .2s all ease
}

@media print,
screen and (min-width:40em) {
    .strategic-plan-switch .region {
        font-size: 1.25rem
    }
}

.strategic-plan-switch .region:hover {
    opacity: .8
}

.strategic-plan-switch .region.active {
    background: #989898
}

.strategic-plan-switch .region.active.green {
    background: #72ad45
}

.strategic-plan-switch .region.active.yellow {
    background: #e7e14c;
    color: #0a0a0a
}

.strategic-plan-switch .region.active.maroon {
    background: #e53962
}

.strategic-plan-switch .region.active.tan {
    background: #d9af77
}

.strategic-plan-switch .region.active.orange {
    background: #f6a71f;
}

.strategic-plan-switch .region.active.blue {
    background: #55a2d9
}

.strategic-plan-switch .region.active.gray {
    background: #989898
}

.strategic-plan-switch .region.active.purple {
    background: #644288
}

.strategic-plan-switch .region.active.darkblue {
    background: #2e68ac
}

.strategic-plan-switch .regionSelect__panel {
    display: none;
    padding: 0 1rem
}

.strategic-plan-switch .regionSelect__panel.active {
    display: block
}

#direction-of-change .lead {
    font-weight: 700;

}

#signature-solutions .lead {
    font-weight: 700;

}

#enablers .lead {
    font-weight: 700;

}

/***********************************************************************************************************************/


.section-04-performance {
    margin: 0;
    background-color: lavender;
    color: rebeccapurple;
}


.section-04-performance .stats-slider {

    /*    cursor: col-resize;*/
    cursor: url(../img/arrow-cursor.png), auto;
}

/*
.section-04-performance {
    background-image: url(../img/performance-background.png);
    background-size: 100% 100%;
    background-position: bottom;
    position: relative;
    margin: 0;
}

.section-04-performance::after {
    content: '';
    background: url(../img/04-virus-icon.png) top right no-repeat;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    background-size: 50%;
}
*/

@media print,
screen and (min-width:40em) {
    .section-04-performance::after {
        background-size: 30%
    }
}

.section-04-performance h2 {
    /* color: #2F29AA;*/
}




/***********************************************************************************************************************/

.section-05-people-for-2030 {
    background-color: aliceblue;
}

.section-05-people-for-2030 .swiper-button-next,
.section-05-people-for-2030 .swiper-button-prev {
    color: black;
}




.bg-people_2030_icon_01 {
    width: 120px;
    height: 120px;
    background: url('../img/icon-sprite-people-2030.png') -10px -10px;
}


.bg-people_2030_icon_02 {
    width: 120px;
    height: 120px;
    background: url('../img/icon-sprite-people-2030.png') -150px -10px;
}


.bg-people_2030_icon_04 {
    width: 120px;
    height: 115px;
    background: url('../img/icon-sprite-people-2030.png') -290px -10px;
}


.bg-people_2030_icon_03 {
    width: 120px;
    height: 120px;
    background: url('../img/icon-sprite-people-2030.png') -10px -150px;
}


.bg-people_2030_icon_05 {
    width: 120px;
    height: 116px;
    background: url('../img/icon-sprite-people-2030.png') -150px -150px;
}


.pull-quote {
    font-weight: 400;
    letter-spacing: 1.5px;
    font-style: normal;
    font-size: 1.125rem;
    max-width: 50%;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #1779ba;
    float: right;
    margin: 10px 0 0 20px;
    background: linear-gradient(#767676, #1779ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pull-quote:before {
    content: '';
}

.pull-quote:after {
    content: '';
}

@media print,
screen and (min-width: 40em) {
    .pull-quote {
        font-size: 1.875rem;
        max-width: calc(50% - 5%);
        margin-right: -15%;
    }
}

@media print,
screen and (min-width: 64em) {
    .pull-quote {
        max-width: calc(50% + 5%);
        margin-right: -25%;
    }
}



/***********************************************************************************************************************/

.section-06-leadership {
    padding-top: 150px;
    background-image: url(../img/leadership-background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    position: relative;
    margin: 0
}

@media print,
screen and (min-width:40em) {
    .section-06-leadership {
        padding-top: 200px
    }
}



.section-06-leadership .leadersWrap {
    max-width: 75rem;
    margin: 2rem auto 0
}

.section-06-leadership .bio img {
    margin-bottom: 1.5rem
}

@media print,
screen and (min-width:40em) {
    .section-06-leadership .bio img {
        margin-top: 2rem
    }

    .section-06-leadership .footnoteText {
        /*margin-top:3rem*/
    }

    /*

    .leadership-portrait {
        background: url('../img/leadership-sprite.png') no-repeat top left;
        width: 150px;
        height: 150px;
    }

    .leadership-portrait.leadership-01-steiner {
        background-position: 0 0;
    }

    .leadership-portrait.leadership-02-rao-monari {
        background-position: -151px 0;
    }

    .leadership-portrait.leadership-03-bouzar {
        background-position: 0 -151px;
    }

    .leadership-portrait.leadership-04-angelique {
        background-position: -151px -151px;
    }

    .leadership-portrait.leadership-05-mirjana {
        background-position: -302px 0;
    }

    .leadership-portrait.leadership-06-ahuna {
        background-position: -302px -151px;
    }

    .leadership-portrait.leadership-07-luis {
        background-position: 0 -302px;
    }

    .leadership-portrait.leadership-08-ulrika {
        background-position: -151px -302px;
    }

    .leadership-portrait.leadership-09-asako {
        background-position: -302px -302px;
    }

    .leadership-portrait.leadership-10-kanni {
        background-position: -453px 0;
    }

    .leadership-portrait.leadership-11-haoliang {
        background-position: -453px -151px;
    }

    @media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
        .leadership-portrait {
            background: url('../img/leadership-sprite-retina.png') no-repeat top left;
            background-size: 604px 453px;
        }
    }
    */
}

/***********************************************************************************************************************/


.section-07-plan2025 {
    /*background-image:url(../img/gradient-strategic-plan.png);
    background-size: auto 100%;*/


    background-image: url(../img/gradient-strategic-plan.png);
    background-size: 100% 100%;
    background-repeat: cover no-repeat;
    position: relative;
    margin: 0;

}

.section-07-plan2025 .swiper-button-next,
.section-07-plan2025 .swiper-button-prev {
    color: #000000;
}

@media only screen and (max-width: 640px) {
    .section-07-plan2025 {

        background-image: url(../img/gradient-strategic-plan-mobile.jpg) !important;
        background-size: auto 100%;
        background-repeat: cover no-repeat;
        position: relative;
        margin: 0;



    }
}


/***********************************************************************************************************************/

.section-08-signature-solutions {

    background-image: url(../img/ss-background-abstract.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.section-08-signature-solutions .title,
.subtitle {
    text-transform: uppercase;
}

.section-08-signature-solutions .label {
    border-radius: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem
}

.section-08-signature-solutions .card {
    color: #fefefe;
    margin-bottom: 4rem;
    cursor: pointer;
    height: 80%;
}

.section-08-signature-solutions .card .card-section {
    font-size: 1.25rem;
    line-height: 1.1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 700
}

.section-08-signature-solutions .card .card-section .title {
    font-size: 2.375rem;
    font-weight: 900
}

.section-08-signature-solutions .card-image {
    position: relative;

}

.section-08-signature-solutions .text-link {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    padding: .5rem 1rem
}

.section-08-signature-solutions .text-link:hover {
    text-decoration: underline
}


.poverty .card,
.poverty .label {
    background: #e6243c;

}

.poverty .card .text-link {
    background: #e6243c
}

.poverty.reveal .cell {
    /*        background: #e6243c*/
    color: #e6243c;
    background-color: mistyrose;
}

@media print,
screen and (min-width:64em) {
    .poverty.reveal {
        /*           background: #fefefe url(../img/ss-01-poverty-large.jpg) top center/cover*/
        background: mistyrose url(../img/ss-01-poverty-large.jpg) top center/cover
    }

    .poverty.reveal .cell {
        background: rgba(230, 36, 60, 0);

    }

    .poverty.reveal .content {
        color: #e6243c;
        background-color: mistyrose;
    }


}

.governance .card,
.governance .label {
    background: #036a9c
}

.governance .card .text-link {
    background: #036a9c
}

.governance.reveal .cell {
    color: #036a9c;
    background-color: aliceblue;
}




@media print,
screen and (min-width:64em) {
    .governance.reveal {
        background: #fefefe url(../img/ss-02-governance-large.jpg) top center/cover
    }

    .governance.reveal .cell {
        background: rgba(3, 106, 156, 0)
    }

    .governance.reveal .content {
        color: #036a9c;
        background-color: aliceblue;
    }
}

.resilience .card,
.resilience .label {
    background: #ef803b
}

.resilience .card .text-link {
    background: #ef803b
}

.resilience.reveal .cell {
    color: #ef803b;
    background-color: antiquewhite;
}

@media print,
screen and (min-width:64em) {
    .resilience.reveal {
        background: #fefefe url(../img/ss-03-resilience-large.jpg) top center/cover
    }

    .resilience.reveal .cell {
        background: rgba(239, 128, 59, 0)
    }

    .resilience.reveal .content {
        color: #ef803b;
        background-color: antiquewhite;
    }
}

.environment .card,
.environment .label {
    background: #3e7f45
}

.environment .card .text-link {
    background: #3e7f45
}

.environment.reveal .cell {
    color: #3e7f45;
    background-color: beige;
}

@media print,
screen and (min-width:64em) {
    .environment.reveal {
        background: #fefefe url(../img/ss-04-environment-large.jpg) top center/cover
    }

    .environment.reveal .cell {
        background: rgba(62, 127, 69, 0)
    }

    .environment.reveal .content {
        color: #3e7f45;
        background-color: beige;
    }
}

.energy .card,
.energy .label {
    background: #de9800
}

.energy .card .text-link {
    background: #de9800
}

.energy.reveal .cell {
    color: #de9800;
    background-color: floralwhite;
}

@media print,
screen and (min-width:64em) {
    .energy.reveal {
        background: #fefefe url(../img/ss-05-energy-large.jpg) center center/cover
    }

    .energy.reveal .cell {
        background: rgba(222, 152, 0, 0)
    }

    .energy.reveal .content {
        color: #de9800;
        background-color: floralwhite;
    }
}

.gender .card,
.gender .label {
    background: #ee402c
}

.gender .card .text-link {
    background: #ee402c
}

.gender.reveal .cell {
    background: #ee402c
}

@media print,
screen and (min-width:64em) {
    .gender.reveal {
        background: #fefefe url(../img/ss-06-energy-large.jpg) top center/cover
    }

    .gender.reveal .cell {
        background: rgba(238, 64, 44, 0)
    }

    .gender.reveal .content {
        color: #ee402c;
        background-color: mistyrose;
    }
}

.signature-solution {
    color: #fefefe;
    padding: 0
}

.signature-solution .label {
    display: none;
    border-radius: 0;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem
}

.signature-solution .content {
    margin-top: 120px
}

.signature-solution button {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 85px
}

.signature-solution .credits {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: white;
}

.signature-solution .credits p {
    margin-bottom: 1rem
}

.signature-solution .credits p b {
    text-transform: uppercase
}

@media print,
screen and (min-width:40em) {
    .signature-solution .content {
        margin-top: 20px;
        padding: 2rem
    }
}

@media print,
screen and (min-width:64em) {
    .signature-solution {
        padding: 4rem 0
    }

    .signature-solution .label {
        display: inline-block
    }

    .signature-solution button {
        top: 1.75rem;
        right: .5rem
    }

    .signature-solution .credits {
        position: absolute;
        font-size: 80%;
        width: 40%;
        bottom: -1rem;
        left: 0;
        background: rgba(10, 10, 10, .5);
        padding: 1rem
    }
}

.ss-icon {
    background: url('../img/ss-icons.png') no-repeat top left;
    width: 120px;
    height: 120px;
}

.ss-icon.ss-poverty-01 {
    background-position: 0 0;
}

.ss-icon.ss-poverty-02 {
    background-position: -121px 0;
}

.ss-icon.ss-poverty-03 {
    background-position: 0 -121px;
}

.ss-icon.ss-governance-01 {
    background-position: -121px -121px;
}

.ss-icon.ss-governance-02 {
    background-position: -242px 0;
}

.ss-icon.ss-governance-03 {
    background-position: -242px -121px;
}

.ss-icon.ss-resilience-01 {
    background-position: 0 -242px;
}

.ss-icon.ss-resilience-02 {
    background-position: -121px -242px;
}

.ss-icon.ss-resilience-03 {
    background-position: -242px -242px;
}

.ss-icon.ss-environment-01 {
    background-position: -363px 0;
}

.ss-icon.ss-environment-02 {
    background-position: -363px -121px;
}

.ss-icon.ss-environment-03 {
    background-position: -363px -242px;
}

.ss-icon.ss-energy-01 {
    background-position: 0 -363px;
}

.ss-icon.ss-energy-02 {
    background-position: -121px -363px;
}

.ss-icon.ss-energy-03 {
    background-position: -242px -363px;
}

.ss-icon.ss-gender-01 {
    background-position: -363px -363px;
}

.ss-icon.ss-gender-02 {
    background-position: -484px 0;
}

.ss-icon.ss-gender-03 {
    background-position: -484px -121px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .ss-icon {
        background: url('../img/ss-icons-retina.png') no-repeat top left;
        background-size: 605px 484px;
    }
}

/***********************************************************************************************************************/

.section-09-climate-promise {
    background: rgb(242, 236, 137);
    background: radial-gradient(circle at 10% 40%, rgba(242, 236, 137, 1) 0%, rgba(101, 153, 51, 1) 70%, rgba(27, 98, 44, 1) 90%);
}

.section-09-climate-promise a {
    color: black;
}

/***********************************************************************************************************************/

.section-10-safety {
    background: #004475;
    color: white;

    background-image: url(../img/safety-background-red.svg);



    height: 2%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}


/***********************************************************************************************************************/

.section-11-partnerships {
    background-image: url(../img/partnerships-background-dark.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: darkblue;

}

@media only screen and (max-width: 640px) {
    .section-11-partnerships {

        background-image: url(../img/partners-mobile-bg.jpg) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        background-color: darkblue;


    }
}


.section-11-partnerships #sdg-impact img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 10vh;

}

.partners-switch .regionSelect__menu {
    margin-bottom: 1rem;
    margin-top: 2rem;
    /*    padding: 0 1rem*/


}


.section-11-partnerships {
    color: white;
}

.section-11-partnerships .white-paragraph {
    color: white;
}

.section-11-partnerships p {
    color: black;
}

.section-11-partnerships .partners-box {
    background: rgba(255, 255, 255, 0.90);

    border-radius: 25px;
    margin-bottom: 10%;
}


.partners-switch .region {
    display: inline-block;
    background: white;
    color: black;
    font-size: .875rem;
    font-weight: 700;
    padding: .25rem 1rem;
    margin: 0 1rem 1rem 0;
    border-radius: 2rem;
    -webkit-transition: .2s all ease;
    transition: .2s all ease
}

@media print,
screen and (min-width:40em) {
    .partners-switch .region {
        font-size: 1.25rem
    }
}

.partners-switch .region:hover {
    opacity: .9
}

.partners-switch .region.active {
    background: #989898;
    color: white;
}

.partners-switch .region.active.red {
    background: #ef402b;
    color: white
}

.partners-switch .region.active.blue {
    background: #02558b;
    color: white;
}

.partners-switch .region.active.pink {
    background: #e11484;
    color: white
}

.section-11-partnerships .regionSelect__panel div .pink {
    color: #e11484;
}


.partners-switch .region.active.green {
    background: #48773e
}


.partners-switch .regionSelect__panel {
    display: none;
    /*    padding: 0 1rem*/
}

.partners-switch .regionSelect__panel.active {
    display: block;
    padding: 5%
}

/***********************************************************************************************************************/

.section-11-un-family {
    background: #011371;
    color: white;


    background-image:
        url(../img/un-family-bg-graphic-narrow.jpg),
        url(../img/un-family-bg-graphic-narrow-02.jpg);


    background-repeat:
        no-repeat, no-repeat;


    background-position:
        bottom right, top left;

    background-size: auto 40%, auto 500px;


}

@media only screen and (max-width: 640px) {
    .section-11-un-family {
        background-image: none !important;
    }
}


.section-11-un-family .un-fam-top-partners {
    margin-top: 10%;
}

.section-11-un-family .score-row .cell {
    display: flex;
    align-items: center;
}

.section-11-un-family .hosting .cell {
    padding: 10%;

}

.stfa-logo {
    max-height: 150px;
    display: flex;
    align-items: center;
    padding: 20px;
    display: block;
    margin: 0 auto;
}


.section-11-un-family .hosting-logos {
    max-width: 250px;
    max-height: 150px;
    padding: 20px;
    display: block;
    margin: 0 auto;

}


.un-family-switch .regionSelect__menu {
    margin-bottom: 1rem;
    margin-top: 2rem;
    /*        margin-top: 2rem;*/
    padding: 0
}



.un-family-switch .region {
    display: inline-block;
    background-color: #060e3d;
    color: #fefefe;
    font-size: .875rem;
    font-weight: 700;
    padding: .25rem 1rem;
    margin: 0 1rem 1rem 0;
    border-radius: 2rem;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    width: 31%;
    border-radius: 100px;

}

@media print,
screen and (min-width:40em) {
    .un-family-switch .region {
        font-size: 1.25rem
    }
}

.un-family-switch .region:hover {
    opacity: .8
}


.un-family-switch .region.active {
    background: #989898
        /*    text-decoration: underline;*/
}

.un-family-switch .regionSelect__menu a img {
    width: 20%;
}


.un-family-switch .region.active.green {
    background: white;
    color: #72ad45
}

.un-family-switch .region.active.yellow {
    background: #e7e14c;
    color: #0a0a0a
}

.un-family-switch .region.active.maroon {
    background: #e53962
}

.un-family-switch .region.active.tan {
    background: #d9af77
}

.un-family-switch .region.active.orange {
    background: #f6a71f;
}

.un-family-switch .region.active.blue {
    background: white;
    color: #55a2d9
}

.un-family-switch .region.active.gray {
    background: #989898
}

.un-family-switch .region.active.purple {
    background: #644288
}

.un-family-switch .region.active.darkblue {
    background: #2e68ac
}

.un-family-switch .region.active.red {
    background: white;

    color: #ef412a
}

.un-family-switch .regionSelect__panel {
    display: none;
    padding: 0 1rem
}

.un-family-switch .regionSelect__panel.active {
    display: block
}

/***********************************************************************************************************************/

.section-12-frankie {

    background: #00003e;
    color: white;


}

.section-12-frankie .container .lead {
    padding-top: 5%;
}

/***********************************************************************************************************************/

.section-13-future-smart {
    background: #011371;
    color: white;

}

.section-13-future-smart h2 {
    word-break: break-all;
}



.section-13-future-smart img {
    padding: 0;
    margin-top: -20px;
}

/***********************************************************************************************************************/

.section-14-investors {
    /*

    background-color: lightgray;
*/

}

/*

.section-14-investors .highlight-icon {
    width: 20px;
    height: auto;
}
*/


.section-14-investors .swiper-button-next,
.section-14-investors .swiper-button-prev {
    color: black;
}


.section-14-investors #highlights-2021 img {
    width: 9rem;
    height: auto;
}

.investors {
    background: url('../img/investors-icon.png') no-repeat top left;
    width: 120px;
    height: 120px;
}

.investors.core-contributors-flag-01-germany {
    background-position: 0 0;
}

.investors.core-contributors-flag-02-usa {
    background-position: -121px 0;
}

.investors.core-contributors-flag-03-sweden {
    background-position: 0 -121px;
}

.investors.core-contributors-flag-04-japan {
    background-position: -121px -121px;
}

.investors.core-contributors-flag-05-norway {
    background-position: -242px 0;
}

.investors.core-contributors-flag-06-switzreland {
    background-position: -242px -121px;
}

.investors.core-contributors-flag-07-netherlands {
    background-position: 0 -242px;
}

.investors.core-contributors-flag-08-canada {
    background-position: -121px -242px;
}

.investors.core-contributors-flag-09-uk {
    background-position: -242px -242px;
}

.investors.core-contributors-flag-10-denmark {
    background-position: -363px 0;
}

/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .investors {
        background: url('../img/investors-icon-retina.png') no-repeat top left;
        background-size: 484px 363px;
    }
}
*/

.top-partners-icon {
    background: url('../img/top-partners-icon.png') no-repeat top left;
    width: 120px;
    height: 120px;
}

.top-partners-icon.top-partner-flag-01-global-fund {
    background-position: 0 0;
}

.top-partners-icon.top-partner-flag-02-usa {
    background-position: -121px 0;
}

.top-partners-icon.top-partner-flag-03-germany {
    background-position: 0 -121px;
}

.top-partners-icon.top-partner-flag-04-mptf {
    background-position: -121px -121px;
}

.top-partners-icon.top-partner-flag-05-eu {
    background-position: -242px 0;
}

.top-partners-icon.top-partner-flag-06-japan {
    background-position: -242px -121px;
}

.top-partners-icon.top-partner-flag-07-gef {
    background-position: 0 -242px;
}

.top-partners-icon.top-partner-flag-08-gcf {
    background-position: -121px -242px;
}

.top-partners-icon.top-partner-flag-09-argentina {
    background-position: -242px -242px;
}

.top-partners-icon.top-partner-flag-10-sweden {
    background-position: -363px 0;
}

.top-partners-icon.top-partner-flag-11-norway {
    background-position: -363px -121px;
}

.top-partners-icon.top-partner-flag-12-dr {
    background-position: -363px -242px;
}

.top-partners-icon.top-partner-flag-13-uk {
    background-position: 0 -363px;
}

.top-partners-icon.top-partner-flag-14-netherlands {
    background-position: -121px -363px;
}

.top-partners-icon.top-partner-flag-15-el-salvador {
    background-position: -242px -363px;
}

/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .top-partners-icon {
        background: url('../img/top-partners-icon-retina.png') no-repeat top left;
        background-size: 484px 484px;
    }
}
*/

/***********************************************************************************************************************/

.section-15-testimonials {
    color: white;
}

.section-15-parallax {
    /* The image used */
    background-image: url(../img/16-testimonials-gradient.jpg);

    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-15-testimonials .cell .padded {
    padding-top: 1rem;
    padding-bottom: 1rem
}


/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .section-15-parallax {
        background-attachment: scroll;
    }
}


.section-15-testimonials .testimonial-block-vertical-quote {
    background: rgba(23, 121, 186, 0.25);
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.875rem;
    position: relative;
    text-align: left;
}

.section-15-testimonials .testimonial-block-vertical-quote p {
    margin-bottom: 0;
}

.section-15-testimonials .testimonial-block-vertical-quote::after {
    content: '';
    bottom: -1.25rem;
    left: 2.25rem;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 1.25rem 1.125rem 0 1.125rem;
    border-color: rgba(23, 121, 186, 0.25) transparent transparent transparent;
    position: absolute;
}

.section-15-testimonials .testimonial-block-vertical-person {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.65rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /*        align-items: center;*/
}

.section-15-testimonials .testimonial-block-vertical-avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.section-15-testimonials .testimonial-block-vertical-name {
    /*text-transform: uppercase;*/
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    /*        margin-left: 0.65rem;*/
}

.section-15-testimonials .testimonial-block-vertical-info {
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-style: italic;
    /*        color: #8a8a8a;*/
    margin-bottom: 0;
    text-align: left;
    /*        margin-left: 0.65rem;*/
}


.section-15-testimonials .testimonial-bottom-spacing {
    margin-bottom: 10%;
}

.section-15-testimonials .testimonial-slider-container {
    background: #e6e6e6;
    padding: 1rem 1rem;
}

.section-15-testimonials .testimonial-slider-container .orbit-previous,
.testimonial-slider-container .orbit-next {
    color: #0a0a0a;
}


.section-15-testimonials .testimonial-slider-container .orbit-previous:hover,
.section-15-testimonials .testimonial-slider-container .orbit-previous:active,
.section-15-testimonials .testimonial-slider-container .orbit-previous:focus,
.section-15-testimonials .testimonial-slider-container .orbit-next:hover,
.section-15-testimonials .testimonial-slider-container .orbit-next:active,
.section-15-testimonials .testimonial-slider-container .orbit-next:focus {
    background-color: transparent;
}

.section-15-testimonials .testimonial-slider-container .orbit-previous {
    left: -1rem;
}

.section-15-testimonials .testimonial-slider-container .orbit-next {
    right: -1rem;
}

.section-15-testimonials .testimonial-slider-container .testimonial-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center,
        -ms-flex-pack: center;
    justify-content: center;
}

.section-15-testimonials .testimonial-slider-container .testimonial-slide-content {
    padding: 1rem 1.5rem;
}

@media screen and (min-width: 40em) {
    .testimonial-slider-container .testimonial-slide-content {
        padding: 1rem 4rem;
    }
}

.section-15-testimonials .testimonial-slider-container .profile-pic {
    max-width: 225px;
}

.section-15-testimonials .testimonial-slider-container .testimonial-slide-text {
    padding-left: 3rem;
}

.section-15-testimonials .testimonial-slider-container .testimonial-slide-quotation {
    font-size: 1.2rem;
    position: relative;
}

.section-15-testimonials .testimonial-slider-container .testimonial-slide-quotation::before {
    content: "“";
    font-size: 6rem;
    color: #d6d6d6;
    position: absolute;
    top: -3rem;
    left: -3rem;
}

.section-15-testimonials .testimonial-slider-container .testimonial-slide-author-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.section-15-testimonials .aos-all {
    width: 100vw;
    max-width: 98%;
    /*margin: 10vh auto 0 auto;*/
}


.section-15-testimonials .aos-item {
    display: inline-block;
    float: left;
    width: 33.3333%;
    /*        height: 300px;*/
    padding: 20px;

}


.section-15-testimonials .aos-item__inner {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    /*        background: #1da4e2;*/
    line-height: 260px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .aos-item {
        width: 50%;
    }
}





/***********************************************************************************************************************/

.section-16-map {

    margin-bottom: 0;
    padding-bottom: 0;
    color: white;
    background-color: #061523;

    /*
        
        display: block;
        height: 80%;
        background-image: url(../img/world-map.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: bottom center;
*/


}

.section-16-map img {
    margin-top: -100px;
    padding-top: -10%;
    z-index: -1;
}


.map-switch .grid-container .grid-x grid-padding-x .section .regionSelect {
    margin-bottom: 0;
    padding-bottom: 0;
}

.map-switch .regionSelect__menu {
    margin-bottom: 1rem;
    /*        margin-top: 2rem;*/
    padding: 0 1rem
}

.map-switch .region {
    display: inline-block;
    background-color: #1c4468;
    color: white;
    font-size: .875rem;
    font-weight: 700;
    padding: .25rem 1rem;
    margin: 0 1rem 1rem 0;
    border-radius: 2rem;
    -webkit-transition: .2s all ease;
    transition: .2s all ease
}

@media print,
screen and (min-width:30em) {
    .map-switch .region {
        font-size: 1.25rem
    }
}

.map-switch .region:hover {
    opacity: .9
}

.map-switch .region.active {
    background: #989898
}

.map-switch .region.active.green {
    background: #72ad45
}

.map-switch .region.active.yellow {
    background: #e7e14c;
    color: #0a0a0a
}

.map-switch .region.active.maroon {
    background: #e53962
}

.map-switch .region.active.tan {
    background: #d9af77
}

.map-switch .region.active.orange {
    background: #f6a71f;
}

.map-switch .region.active.blue {
    background: #55a2d9
}

.map-switch .region.active.gray {
    background: #989898
}

.map-switch .region.active.purple {
    background: #644288
}

.map-switch .region.active.darkblue {
    background: #3539c5
}

.map-switch .region.active.red {
    background: #ef412a
}

.map-switch .regionSelect__panel {
    display: none;
    padding: 0 1rem
}

.map-switch .regionSelect__panel.active {
    display: block
}






















/* CSS Animation fade in bottom **********************************************************************************************************************/
/*item has to have class="cssanimation sequence fadeInBottom"*/

/*
    .cssanimation,
    .cssanimation span {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    .cssanimation {
        display: inline-block
    }

    .fadeInBottom {
        animation-name: fadeInBottom
    }

    @keyframes fadeInBottom {
        from {
            opacity: 0;
            transform: translateY(100%);
        }

        to {
            opacity: 1
        }
    }
*/

/*
    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }
*/



/* OLD CSS from 2020 report *****************************************************************************************************************************************************************************************/

/*

    .section-07-people {
        background: #ebf2ff
    }

    .section-07-people .postcard {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section-07-people .postcard::before {
        content: '';
        position: absolute;
        z-index: 2;
        top: -20px;
        left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 100px 100px 0 0;
        border-color: #ebf2ff transparent transparent transparent;
        -webkit-filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, .3));
        filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, .3))
    }

    .section-07-people .postcard::after {
        content: '';
        position: absolute;
        z-index: 2;
        bottom: -20px;
        right: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 100px 100px 0 0;
        border-color: #ebf2ff transparent transparent transparent;
        -webkit-filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, .3));
        filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, .3));
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .section-07-people .postcard h2 {
        font-size: 2.8125rem;
        line-height: 1
    }

    .section-07-people .postcard h3 {
        font-size: 1.4375rem;
        font-weight: 700
    }

    .section-07-people .postcard p {
        font-size: 1.25rem
    }

    .section-07-people .postcard__quadrant {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        color: #fefefe;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 400px
    }

    @media print,
    screen and (min-width:40em) {
        .section-07-people .postcard__quadrant {
            width: 50%;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row
        }
    }

    .section-07-people .postcard__quadrant:nth-of-type(1) {
        background: -webkit-gradient(linear, left top, left bottom, from(#e4b631), to(#ed3f2b));
        background: linear-gradient(#e4b631, #ed3f2b)
    }

    .section-07-people .postcard__quadrant:nth-of-type(2) {
        background: -webkit-gradient(linear, left top, left bottom, from(#1528b3), to(#971c80));
        background: linear-gradient(#1528b3, #971c80)
    }

    .section-07-people .postcard__quadrant:nth-of-type(3) {
        background: -webkit-gradient(linear, left top, left bottom, from(#3fac00), to(#154869));
        background: linear-gradient(#3fac00, #154869)
    }

    .section-07-people .postcard__quadrant:nth-of-type(4) {
        background: -webkit-gradient(linear, left top, left bottom, from(#e4bf18), to(#779c0e));
        background: linear-gradient(#e4bf18, #779c0e)
    }

    .section-07-people .postcard__image,
    .section-07-people .postcard__text {
        width: 100%
    }

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

        .section-07-people .postcard__image,
        .section-07-people .postcard__text {
            width: 50%
        }
    }

    @media print,
    screen and (max-width:39.99875em) {

        .section-07-people .postcard__image,
        .section-07-people .postcard__text {
            min-height: 300px
        }
    }

    .section-07-people .postcard__text {
        padding: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

        .section-07-people .four .postcard__text,
        .section-07-people .three .postcard__text {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2
        }
    }

    .section-07-people .four .postcard__image,
    .section-07-people .one .postcard__image,
    .section-07-people .three .postcard__image,
    .section-07-people .two .postcard__image {
        background: cover center no-repeat
    }

    .section-07-people .swiper h2 {
        margin-bottom: 0
    }

    .section-07-people .icon {
        margin-bottom: 1.5rem
    }

    .section-07-people .introText {
        margin-bottom: 2rem
    }

    @media print,
    screen and (min-width:40em) {
        .section-07-people .introText {
            margin-bottom: 5rem
        }
    }

    .section-07-people .redSection .lead,
    .section-07-people .redSection h2 {
        color: #c03b1e
    }

    .section-07-people .blueSection .lead,
    .section-07-people .blueSection h2 {
        color: #62368d
    }

    .section-07-people .swiper-button-next,
    .section-07-people .swiper-button-prev {
        color: #0a0a0a
    }

    .section-07-people.tanSection {
        background: #f9e7db;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .section-07-people .shieldIcon {
        margin-bottom: 1rem
    }

    .postcard__image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%
    }

    .one .postcard__image {
        background-image: url(../img/07-people-quad1.jpg)
    }

    .two .postcard__image {
        background-image: url(../img/07-people-quad2.jpg)
    }

    .three .postcard__image {
        background-image: url(../img/07-people-quad3.jpg)
    }

    .four .postcard__image {
        background-image: url(../img/07-people-quad4.jpg)
    }


    .section-08-nextgen {
        background: -webkit-gradient(linear, left top, left bottom, from(#6150e3), to(#7300b0));
        background: linear-gradient(#6150e3, #7300b0);
        color: #fefefe;
        padding-bottom: 0
    }

    .section-08-nextgen p a {
        color: #fefefe
    }

    .section-08-nextgen .mapKey {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 80px
    }

    @media print,
    screen and (min-width:40em) {
        .section-08-nextgen .mapKey {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            margin-bottom: 100px
        }
    }

    .section-08-nextgen .mapKey__column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 2rem
    }

    .section-08-nextgen .mapKey__icon {
        margin-right: 1rem;
        margin-bottom: 1rem
    }

    @media print,
    screen and (min-width:40em) {
        .section-08-nextgen .mapKey__icon {
            margin-bottom: 0
        }
    }

    .section-08-nextgen .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-08-nextgen .box__header {
        background: #1dbd94;
        padding: 1rem 2rem
    }

    .section-08-nextgen .box__body {
        padding: 1rem 2rem;
        background: #eadaf4;
        color: #1a243c
    }

    .section-08-nextgen .handGraphic {
        margin-top: 50px
    }

    @media print,
    screen and (min-width:40em) {
        .section-08-nextgen .handGraphic {
            margin-top: -50px
        }
    }

    .section-09-hdr {
        background: #020b47;
        color: #fefefe;
        padding-bottom: 100px
    }

    .section-09-hdr p a {
        color: #fefefe
    }

    .section-10-strategic-plans .megaGraphic {
        margin: 0 auto;
        display: block
    }

    .section-10-strategic-plans .circleSlider,
    .section-10-strategic-plans .swiper-slide {
        height: 100vh
    }

    .section-10-strategic-plans .circleSlider {
        background: url(../img/5-sdg-icon-bg.jpg) no-repeat center;
        background-size: 100%;
        position: relative
    }

    .section-10-strategic-plans .singleCircle {
        width: 200px;
        height: 200px;
        text-align: center;
        padding: 1rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        z-index: 2;
        color: #fefefe
    }

    .section-10-strategic-plans .singleCircle.red {
        background: linear-gradient(-45deg, #d51928, #d51928)
    }

    .section-10-strategic-plans .singleCircle.blue {
        background: linear-gradient(-45deg, #02354e, #036a9c)
    }

    .section-10-strategic-plans .singleCircle.orange {
        background: linear-gradient(-45deg, #ac4100, #ef803b)
    }

    .section-10-strategic-plans .singleCircle.green {
        background: linear-gradient(-45deg, #1f4023, #3e7f45)
    }

    .section-10-strategic-plans .singleCircle.gold {
        background: linear-gradient(-45deg, #a87300, #de9800)
    }

    .section-10-strategic-plans .singleCircle.red2 {
        background: linear-gradient(-45deg, #772016, #ee402c)
    }

    .section-10-strategic-plans .swiper-button-next,
    .section-10-strategic-plans .swiper-button-prev {
        color: #0a0a0a
    }

    /*
    .section-11-signature-solutions .label {
        border-radius: 0;
        margin-bottom: 1rem;
        text-transform: uppercase;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .section-11-signature-solutions .card {
        color: #fefefe;
        margin-bottom: 4rem;
        cursor: pointer
    }

    .section-11-signature-solutions .card .card-section {
        font-size: 1.25rem;
        line-height: 1.1;
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-weight: 700
    }

    .section-11-signature-solutions .card .card-section .title {
        font-size: 2.375rem;
        font-weight: 900
    }

    .section-11-signature-solutions .card-image {
        position: relative
    }

    .section-11-signature-solutions .text-link {
        position: absolute;
        left: 1rem;
        bottom: 1rem;
        color: #fff;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 700;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-transform: uppercase;
        padding: .5rem 1rem
    }

    .section-11-signature-solutions .text-link:hover {
        text-decoration: underline
    }

    .poverty .card,
    .poverty .label {
        background: #e6243c
    }

    .poverty .card .text-link {
        background: #e6243c
    }

    .poverty.reveal .cell {
        background: #e6243c
    }

    @media print,
    screen and (min-width:64em) {
        .poverty.reveal {
            background: #fefefe url(../img/11-poverty-photo-bg.jpg) top center/cover
        }

        .poverty.reveal .cell {
            background: rgba(230, 36, 60, 0)
        }

        .poverty.reveal .content {
            background: #e6243c
        }
    }

    .governance .card,
    .governance .label {
        background: #036a9c
    }

    .governance .card .text-link {
        background: #036a9c
    }

    .governance.reveal .cell {
        background: #036a9c
    }

    @media print,
    screen and (min-width:64em) {
        .governance.reveal {
            background: #fefefe url(../img/11-governance-photo-bg.jpg) top center/cover
        }

        .governance.reveal .cell {
            background: rgba(3, 106, 156, 0)
        }

        .governance.reveal .content {
            background: #036a9c
        }
    }

    .resilience .card,
    .resilience .label {
        background: #ef803b
    }

    .resilience .card .text-link {
        background: #ef803b
    }

    .resilience.reveal .cell {
        background: #ef803b
    }

    @media print,
    screen and (min-width:64em) {
        .resilience.reveal {
            background: #fefefe url(../img/11-resilience-photo-bg.jpg) top center/cover
        }

        .resilience.reveal .cell {
            background: rgba(239, 128, 59, 0)
        }

        .resilience.reveal .content {
            background: #ef803b
        }
    }

    .environment .card,
    .environment .label {
        background: #3e7f45
    }

    .environment .card .text-link {
        background: #3e7f45
    }

    .environment.reveal .cell {
        background: #3e7f45
    }

    @media print,
    screen and (min-width:64em) {
        .environment.reveal {
            background: #fefefe url(../img/11-environment-photo-bg.jpg) top center/cover
        }

        .environment.reveal .cell {
            background: rgba(62, 127, 69, 0)
        }

        .environment.reveal .content {
            background: #3e7f45
        }
    }

    .energy .card,
    .energy .label {
        background: #de9800
    }

    .energy .card .text-link {
        background: #de9800
    }

    .energy.reveal .cell {
        background: #de9800
    }

    @media print,
    screen and (min-width:64em) {
        .energy.reveal {
            background: #fefefe url(../img/11-energy-photo-bg.jpg) top center/cover
        }

        .energy.reveal .cell {
            background: rgba(222, 152, 0, 0)
        }

        .energy.reveal .content {
            background: #de9800
        }
    }

    .gender .card,
    .gender .label {
        background: #ee402c
    }

    .gender .card .text-link {
        background: #ee402c
    }

    .gender.reveal .cell {
        background: #ee402c
    }

    @media print,
    screen and (min-width:64em) {
        .gender.reveal {
            background: #fefefe url(../img/11-gender-photo-bg.jpg) top center/cover
        }

        .gender.reveal .cell {
            background: rgba(238, 64, 44, 0)
        }

        .gender.reveal .content {
            background: #ee402c
        }
    }

    .signature-solution {
        color: #fefefe;
        padding: 0
    }

    .signature-solution .label {
        display: none;
        border-radius: 0;
        text-transform: uppercase;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .signature-solution .content {
        margin-top: 120px
    }

    .signature-solution button {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 85px
    }

    .signature-solution .credits {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .signature-solution .credits p {
        margin-bottom: 1rem
    }

    .signature-solution .credits p b {
        text-transform: uppercase
    }

    @media print,
    screen and (min-width:40em) {
        .signature-solution .content {
            margin-top: 20px;
            padding: 2rem
        }
    }

    @media print,
    screen and (min-width:64em) {
        .signature-solution {
            padding: 4rem 0
        }

        .signature-solution .label {
            display: inline-block
        }

        .signature-solution button {
            top: 1.75rem;
            right: .5rem
        }

        .signature-solution .credits {
            position: absolute;
            font-size: 80%;
            width: 40%;
            bottom: -1rem;
            left: 0;
            background: rgba(10, 10, 10, .5);
            padding: 1rem
        }
    }


    .section-12-climate-promise {
        background: #ecf3c6;
        background: url(../img/12-bg.jpg) no-repeat center;
        background-size: cover
    }

    .section-12-climate-promise .icon {
        display: block;
        margin: 0 auto
    }

    .section-12-climate-promise .swiper-button-next,
    .section-12-climate-promise .swiper-button-prev {
        color: #0a0a0a
    }



    .section-05-sdgs {
        background: linear-gradient(45deg, #d90043 0, #f28e47 100%);
        margin: 0;
        color: #fefefe;
        position: relative
    }

    .section-05-sdgs .sdgIcon-05 {
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        margin: 0 auto;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0
    }



    .section-14-family .circle {
        background: #00f;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 2rem;
        line-height: 1;
        color: #fefefe;
        font-size: 2.6875rem;
        font-weight: 900;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-width: 20px;
        border-style: solid;
        margin: 0 auto 2rem;
        max-width: 300px
    }

    @media print,
    screen and (min-width:40em) {
        .section-14-family .circle {
            font-size: 1.875rem
        }
    }

    .section-14-family .circle::before {
        content: "";
        display: inline-block;
        padding-top: 100%
    }

    .section-14-family .circle.red {
        background: #ea212d;
        border-color: #902026
    }

    .section-14-family .circle.green {
        background: #1db9ad;
        border-color: #0c6b64
    }

    .section-14-family .circle.yellow {
        background: #f5b42a;
        border-color: #fd9332
    }

    .section-14-family .circle.blue {
        background: #33ace0;
        border-color: #0d63a1
    }

    .section-14-family .circle .circle__textWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-14-family .circle .circleSubheading {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 10px
    }

    .section-14-family .swiper-button-next,
    .section-14-family .swiper-button-prev {
        color: #0a0a0a
    }

    .section-13-partnerships {
        background: -webkit-gradient(linear, left top, left bottom, from(#508ee3), to(#005fb0));
        background: linear-gradient(#508ee3, #005fb0);
        padding-bottom: 0;
        color: #fefefe
    }

    .section-13-partnerships .lowerSection {
        background: #ebf2ff;
        padding: 4rem 0;
        color: #0a0a0a
    }

    .section-13-partnerships h4 {
        font-weight: 700
    }

    .section-13-partnerships p a {
        color: #fefefe
    }

    .section-13-partnerships .no-margin {
        margin: 0
    }

    @media print,
    screen and (min-width:40em) {
        .section-13-partnerships .map {
            padding: 0 2rem
        }
    }

    .section-13-partnerships img {
        margin: 0 auto;
        display: block
    }

    .section-13-partnerships .logos {
        margin: 50px 0 0;
        display: block
    }

    .section-13-partnerships .pill {
        color: #fefefe;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        padding: .25rem 1rem;
        border-radius: 2rem;
        margin-bottom: 1rem;
        margin-top: 2rem
    }

    @media print,
    screen and (min-width:40em) {
        .section-13-partnerships .pill {
            margin-left: -.25rem
        }
    }

    .section-13-partnerships .pill.blue {
        background: #1894d2
    }

    .section-13-partnerships .pill.green {
        background: #60aa55
    }

    .section-13-partnerships .pill.pink {
        background: #d8318a
    }

    .section-13-partnerships .pill.orange {
        background: #ef8143
    }

    .section-13-partnerships .pill.darkgreen {
        background: #427e46
    }

    .section-13-partnerships .pill.purple {
        background: #644288
    }

    .section-13-partnerships .swiper-button-next,
    .section-13-partnerships .swiper-button-prev {
        color: #0a0a0a
    }

    .section-15-gwas {
        background: -webkit-gradient(linear, left top, left bottom, from(#6150e3), to(#7300b0));
        background: linear-gradient(#6150e3, #7300b0);
        color: #fefefe
    }

    .section-15-gwas .headingWrap {
        max-width: 800px
    }

    .section-15-gwas .gwasPhoto {
        margin: 2rem auto;
        padding: 0 1rem
    }

    @media print,
    screen and (min-width:40em) {
        .section-15-gwas .gwasPhoto {
            margin: 0 auto
        }
    }

    .section-16-investing {
        background: -webkit-gradient(linear, left top, left bottom, from(#508ee3), to(#6150e3));
        background: linear-gradient(#508ee3, #6150e3);
        color: #fefefe
    }

    .section-16-investing .countryIcon,
    .section-16-investing .icon {
        margin-bottom: 1rem
    }

    .section-17-core {
        background: #f9fcf8
    }

    .section-17-core .swiper-button-next,
    .section-17-core .swiper-button-prev {
        color: #0a0a0a;
        top: 200px
    }

    .section-17-core .craftstick {
        color: #fefefe;
        padding: 2rem;
        margin-bottom: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    @media print,
    screen and (min-width:40em) {
        .section-17-core .craftstick {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            text-align: left;
            border-radius: 4rem;
            padding: 1rem
        }
    }

    @media print,
    screen and (min-width:64em) {
        .section-17-core .craftstick {
            padding-right: 5rem;
            border-radius: 96px
        }

        .section-17-core .craftstick .title {
            height: auto
        }

        .section-17-core .craftstick .text {
            margin-bottom: 0;
            padding: 0
        }
    }

    .section-17-core .craftstick img {
        margin-right: 1rem
    }

    .section-17-core .craftstick .text {
        padding: .5rem;
        font-size: 1.5625rem;
        font-weight: 700;
        line-height: 1.2
    }

    .section-17-core .craftstick.orange {
        background: -webkit-gradient(linear, left top, right top, from(#efab42), to(#de5d35));
        background: linear-gradient(to right, #efab42, #de5d35)
    }

    .section-17-core .craftstick.green {
        background: -webkit-gradient(linear, left top, right top, from(#94b739), to(#4b932d));
        background: linear-gradient(to right, #94b739, #4b932d)
    }

    .section-17-core .icon {
        margin-bottom: 1rem
    }

    .section-17-core h4 {
        font-weight: 700
    }

    .section-17-core.bottomSection {
        background: -webkit-gradient(linear, left top, left bottom, from(#6150e3), to(#7300b0));
        background: linear-gradient(#6150e3, #7300b0);
        color: #fefefe
    }

    .section-17-core.bottomSection .swiper-button-next,
    .section-17-core.bottomSection .swiper-button-prev {
        color: #fefefe;
        top: 200px
    }

    .section-18-world {
        background: #ebf2ff;
        background: url(../img/18-hex-bg.jpg) no-repeat center;
        background-size: cover
    }

    .section-18-world .swiper-button-next,
    .section-18-world .swiper-button-prev {
        color: #0a0a0a
    }

    .section-18-world h3 {
        margin-bottom: 3rem
    }

    .section-18-world .icon {
        margin: 2rem 0 1rem
    }
*/
