
@charset "UTF-8"
body,main {
    overflow-x: hidden;
}
@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: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: 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: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[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: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.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: 18px;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 30px;
}
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 30px;
}
.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: 30px;
    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;
}
.grid-container {
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: 0.83333rem;
        padding-left: 0.83333rem;
    }
}
.grid-container.fluid {
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0.83333rem;
        padding-left: 0.83333rem;
    }
}
.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 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.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 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        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 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        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: -0.55556rem;
    margin-right: -0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.83333rem;
        margin-right: -0.83333rem;
    }
}
.grid-margin-x > .cell {
    width: calc(100% - 1.11111rem);
    margin-left: 0.55556rem;
    margin-right: 0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.66667rem);
        margin-left: 0.83333rem;
        margin-right: 0.83333rem;
    }
}
.grid-margin-x > .auto {
    width: auto;
}
.grid-margin-x > .shrink {
    width: auto;
}
.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.11111rem);
}
.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.11111rem);
}
.grid-margin-x > .small-3 {
    width: calc(25% - 1.11111rem);
}
.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.11111rem);
}
.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.11111rem);
}
.grid-margin-x > .small-6 {
    width: calc(50% - 1.11111rem);
}
.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.11111rem);
}
.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.11111rem);
}
.grid-margin-x > .small-9 {
    width: calc(75% - 1.11111rem);
}
.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.11111rem);
}
.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.11111rem);
}
.grid-margin-x > .small-12 {
    width: calc(100% - 1.11111rem);
}
@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.66667rem);
    }
    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-x > .small-3 {
        width: calc(25% - 1.66667rem);
    }
    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.66667rem);
    }
    .grid-margin-x > .small-6 {
        width: calc(50% - 1.66667rem);
    }
    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.66667rem);
    }
    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.66667rem);
    }
    .grid-margin-x > .small-9 {
        width: calc(75% - 1.66667rem);
    }
    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.66667rem);
    }
    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.66667rem);
    }
    .grid-margin-x > .small-12 {
        width: calc(100% - 1.66667rem);
    }
    .grid-margin-x > .medium-auto {
        width: auto;
    }
    .grid-margin-x > .medium-shrink {
        width: auto;
    }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.66667rem);
    }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.66667rem);
    }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.66667rem);
    }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.66667rem);
    }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.66667rem);
    }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.66667rem);
    }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.66667rem);
    }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.66667rem);
    }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.66667rem);
    }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.66667rem);
    }
}
@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.66667rem);
    }
    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-x > .large-3 {
        width: calc(25% - 1.66667rem);
    }
    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.66667rem);
    }
    .grid-margin-x > .large-6 {
        width: calc(50% - 1.66667rem);
    }
    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.66667rem);
    }
    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.66667rem);
    }
    .grid-margin-x > .large-9 {
        width: calc(75% - 1.66667rem);
    }
    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.66667rem);
    }
    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.66667rem);
    }
    .grid-margin-x > .large-12 {
        width: calc(100% - 1.66667rem);
    }
}
.grid-padding-x .grid-padding-x {
    margin-right: -0.55556rem;
    margin-left: -0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem;
    }
}
.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.55556rem;
    margin-left: -0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem;
    }
}
.grid-padding-x > .cell {
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: 0.83333rem;
        padding-left: 0.83333rem;
    }
}
.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% - 1.11111rem);
}
.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.11111rem);
}
.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.11111rem);
}
.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.11111rem);
}
.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.11111rem);
}
.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.11111rem);
}
.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.11111rem);
}
.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.11111rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.66667rem);
    }
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.66667rem);
    }
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.66667rem);
    }
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.66667rem);
    }
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.66667rem);
    }
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.66667rem);
    }
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.66667rem);
    }
    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.66667rem);
    }
    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.66667rem);
    }
    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.66667rem);
    }
    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.66667rem);
    }
    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.66667rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.66667rem);
    }
    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.66667rem);
    }
    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.66667rem);
    }
    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.66667rem);
    }
    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.66667rem);
    }
    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.66667rem);
    }
}
.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% + 0.55556rem);
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.55556rem);
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.55556rem);
}
.small-offset-3 {
    margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.55556rem);
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.55556rem);
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.55556rem);
}
.small-offset-6 {
    margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.55556rem);
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.55556rem);
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.55556rem);
}
.small-offset-9 {
    margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.55556rem);
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.55556rem);
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.55556rem);
}
@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 0.83333rem);
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 0.83333rem);
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 0.83333rem);
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.83333rem);
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 0.83333rem);
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 0.83333rem);
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.83333rem);
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 0.83333rem);
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 0.83333rem);
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.83333rem);
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 0.83333rem);
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 0.83333rem);
    }
}
@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 0.83333rem);
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 0.83333rem);
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 0.83333rem);
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 0.83333rem);
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 0.83333rem);
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 0.83333rem);
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 0.83333rem);
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 0.83333rem);
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 0.83333rem);
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 0.83333rem);
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 0.83333rem);
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 0.83333rem);
    }
}
.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 {
    width: auto;
    max-width: 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 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        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 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        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: -0.55556rem;
    margin-bottom: -0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.83333rem;
        margin-bottom: -0.83333rem;
    }
}
.grid-padding-y > .cell {
    padding-top: 0.55556rem;
    padding-bottom: 0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: 0.83333rem;
        padding-bottom: 0.83333rem;
    }
}
.grid-margin-y {
    margin-top: -0.55556rem;
    margin-bottom: -0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.83333rem;
        margin-bottom: -0.83333rem;
    }
}
.grid-margin-y > .cell {
    height: calc(100% - 1.11111rem);
    margin-top: 0.55556rem;
    margin-bottom: 0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.66667rem);
        margin-top: 0.83333rem;
        margin-bottom: 0.83333rem;
    }
}
.grid-margin-y > .auto {
    height: auto;
}
.grid-margin-y > .shrink {
    height: auto;
}
.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.11111rem);
}
.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.11111rem);
}
.grid-margin-y > .small-3 {
    height: calc(25% - 1.11111rem);
}
.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.11111rem);
}
.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.11111rem);
}
.grid-margin-y > .small-6 {
    height: calc(50% - 1.11111rem);
}
.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.11111rem);
}
.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.11111rem);
}
.grid-margin-y > .small-9 {
    height: calc(75% - 1.11111rem);
}
.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.11111rem);
}
.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.11111rem);
}
.grid-margin-y > .small-12 {
    height: calc(100% - 1.11111rem);
}
@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.66667rem);
    }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.66667rem);
    }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.66667rem);
    }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.66667rem);
    }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.66667rem);
    }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.66667rem);
    }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.66667rem);
    }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.66667rem);
    }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.66667rem);
    }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.66667rem);
    }
    .grid-margin-y > .medium-auto {
        height: auto;
    }
    .grid-margin-y > .medium-shrink {
        height: auto;
    }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.66667rem);
    }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.66667rem);
    }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.66667rem);
    }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.66667rem);
    }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.66667rem);
    }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.66667rem);
    }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.66667rem);
    }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.66667rem);
    }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.66667rem);
    }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.66667rem);
    }
}
@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.66667rem);
    }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-y > .large-3 {
        height: calc(25% - 1.66667rem);
    }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.66667rem);
    }
    .grid-margin-y > .large-6 {
        height: calc(50% - 1.66667rem);
    }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.66667rem);
    }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.66667rem);
    }
    .grid-margin-y > .large-9 {
        height: calc(75% - 1.66667rem);
    }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.66667rem);
    }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.66667rem);
    }
    .grid-margin-y > .large-12 {
        height: calc(100% - 1.66667rem);
    }
}
.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: -0.55556rem;
    margin-bottom: -0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.83333rem;
        margin-bottom: -0.83333rem;
    }
}
.grid-margin-y > .cell {
    height: calc(100% - 1.11111rem);
    margin-top: 0.55556rem;
    margin-bottom: 0.55556rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.66667rem);
        margin-top: 0.83333rem;
        margin-bottom: 0.83333rem;
    }
}
.grid-margin-y > .auto {
    height: auto;
}
.grid-margin-y > .shrink {
    height: auto;
}
.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.11111rem);
}
.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.11111rem);
}
.grid-margin-y > .small-3 {
    height: calc(25% - 1.11111rem);
}
.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.11111rem);
}
.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.11111rem);
}
.grid-margin-y > .small-6 {
    height: calc(50% - 1.11111rem);
}
.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.11111rem);
}
.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.11111rem);
}
.grid-margin-y > .small-9 {
    height: calc(75% - 1.11111rem);
}
.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.11111rem);
}
.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.11111rem);
}
.grid-margin-y > .small-12 {
    height: calc(100% - 1.11111rem);
}
@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.66667rem);
    }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.66667rem);
    }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.66667rem);
    }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.66667rem);
    }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.66667rem);
    }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.66667rem);
    }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.66667rem);
    }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.66667rem);
    }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.66667rem);
    }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.66667rem);
    }
    .grid-margin-y > .medium-auto {
        height: auto;
    }
    .grid-margin-y > .medium-shrink {
        height: auto;
    }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.66667rem);
    }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.66667rem);
    }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.66667rem);
    }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.66667rem);
    }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.66667rem);
    }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.66667rem);
    }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.66667rem);
    }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.66667rem);
    }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.66667rem);
    }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.66667rem);
    }
}
@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.66667rem);
    }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.66667rem);
    }
    .grid-margin-y > .large-3 {
        height: calc(25% - 1.66667rem);
    }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.66667rem);
    }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.66667rem);
    }
    .grid-margin-y > .large-6 {
        height: calc(50% - 1.66667rem);
    }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.66667rem);
    }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.66667rem);
    }
    .grid-margin-y > .large-9 {
        height: calc(75% - 1.66667rem);
    }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.66667rem);
    }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.66667rem);
    }
    .grid-margin-y > .large-12 {
        height: calc(100% - 1.66667rem);
    }
}
.grid-frame.grid-margin-y {
    height: calc(100vh + 1.11111rem);
}
@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.66667rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.66667rem);
    }
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.66667rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.66667rem);
    }
}
.widget h2,
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: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
    line-height: inherit;
}
small {
    font-size: 80%;
    line-height: inherit;
}
.case-item .view-more,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
.widget h2,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #555;
    text-rendering: optimizeLegibility;
}
.case-item .view-more small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading small,
.widget h2 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #c4c4c4;
}
.h1,
.newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
h1 {
    font-size: 1.66667rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}
.h2,
h2 {
    font-size: 1.44444rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}
.h3,
h3 {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}
.case-item .view-more,
.h4,
h4 {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}
.h5,
.widget h2,
h5 {
    font-size: 0.88889rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}
.h6,
h6 {
    font-size: 0.77778rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
    .h1,
    .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
    h1 {
        font-size: 2.77778rem;
    }
    .h2,
    h2 {
        font-size: 1.55556rem;
    }
    .h3,
    h3 {
        font-size: 1.11111rem;
    }
    .case-item .view-more,
    .h4,
    h4 {
        font-size: 1.11111rem;
    }
    .h5,
    .widget h2,
    h5 {
        font-size: 1rem;
    }
    .h6,
    h6 {
        font-size: 0.88889rem;
    }
}
@media print, screen and (min-width: 64em) {
    .h1,
    .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
    h1 {
        font-size: 3.33333rem;
    }
    .h2,
    h2 {
        font-size: 1.88889rem;
    }
}
a {
    line-height: inherit;
    color: #8FC4D8;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #db8e00;
}
a img {
    border: 0;
}
hr {
    clear: both;
    max-width: 65rem;
    height: 0;
    margin: 1.11111rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #c4c4c4;
    border-left: 0;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}
li {
    font-size: inherit;
}
ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}
ol {
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
blockquote {
    margin: 0 0 1rem;
    padding: 1rem 1.5rem 0.3rem;
    border-left: 10px solid orange;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #555;
}
cite {
    display: block;
    font-size: 0.72222rem;
    color: #545454;
}
cite:before {
    content: "— ";
}
abbr,
abbr[title] {
    border-bottom: 1px dotted #555;
    cursor: help;
    text-decoration: none;
}
figure {
    margin: 0;
}
code {
    padding: 0.11111rem 0.27778rem 0.05556rem;
    border: 1px solid #c4c4c4;
    background-color: #f8f8f8;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #555;
}
kbd {
    margin: 0;
    padding: 0.11111rem 0.22222rem 0;
    background-color: #f8f8f8;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #555;
    border-radius: 30px;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #545454;
}
.lead {
    font-size: 22.5px;
    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;
}
.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;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000 !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 #545454;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
 



.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none;
}
.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
    border-radius: 30px 30px 0 0;
}
.accordion-item:last-child > :last-child {
    border-radius: 0 0 30px 30px;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #f8f8f8;
    border-bottom: 0;
    font-size: 0.66667rem;
    line-height: 1;
    color: #8FC4D8;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0 0 30px 30px;
}
.accordion-title:focus,
.accordion-title:hover {
    background-color: #f8f8f8;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}
.is-active > .accordion-title::before {
    content: "\2013";
}
.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #f8f8f8;
    border-bottom: 0;
    background-color: #fff;
    color: #555;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #f8f8f8;
}
.accordion-menu li {
    width: 100%;
}
.accordion-menu a {
    padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #8FC4D8 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: #8FC4D8 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;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #8FC4D8;
    color: #fff;
}
.badge.primary {
    background: #8FC4D8;
    color: #555;
}
.badge.secondary {
    background: #ffedcc;
    color: #555;
}
.badge.success {
    background: #3adb76;
    color: #555;
}
.badge.warning {
    background: #ffae00;
    color: #555;
}
.badge.alert {
    background: #cc4b37;
    color: #fff;
}
 
 
.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.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 .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.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: 0.6rem;
}
.button-group.small .button {
    font-size: 0.75rem;
}
.button-group.large .button {
    font-size: 1.25rem;
}
.button-group.expanded .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.button-group.primary .button {
    background-color: #8FC4D8;
    color: #555;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #cc8400;
    color: #555;
}
.button-group.secondary .button {
    background-color: #ffedcc;
    color: #555;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #ffcd70;
    color: #555;
}
.button-group.success .button {
    background-color: #3adb76;
    color: #555;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #555;
}
.button-group.warning .button {
    background-color: #ffae00;
    color: #555;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #555;
}
.button-group.alert .button {
    background-color: #cc4b37;
    color: #555;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #555;
}
.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 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 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 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 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;
    }
}
.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 30px;
    background-color: #fff;
    color: #555;
}
.callout > :first-child {
    margin-top: 0;
}
.callout > :last-child {
    margin-bottom: 0;
}
.callout.primary {
    background-color: #fff2d9;
    color: #555;
}
.callout.secondary {
    background-color: #fffcf7;
    color: #555;
}
.callout.success {
    background-color: #e1faea;
    color: #555;
}
.callout.warning {
    background-color: #fff3d9;
    color: #555;
}
.callout.alert {
    background-color: #f7e4e1;
    color: #555;
}
.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.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: 1px solid #f8f8f8;
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #555;
}
.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: #f8f8f8;
}
.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;
}
.close-button {
    position: absolute;
    color: #545454;
    cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
    outline: 0;
}
.close-button:focus,
.close-button:hover {
    color: #555;
}
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}
.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}
.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: 0.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 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.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 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}
@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 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    .menu.large-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}
.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: 0.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: 0.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: 0.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: 0.25rem;
    text-align: center;
}
.menu .is-active > a {
    background: #8FC4D8;
    color: #fff;
}
.menu .active > a {
    background: #8FC4D8;
    color: #fff;
}
.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: 0.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: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: "";
}
.menu-icon:hover::after {
    background: #c4c4c4;
    -webkit-box-shadow: 0 7px 0 #c4c4c4, 0 14px 0 #c4c4c4;
    box-shadow: 0 7px 0 #c4c4c4, 0 14px 0 #c4c4c4;
}
.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: #555;
    -webkit-box-shadow: 0 7px 0 #555, 0 14px 0 #555;
    box-shadow: 0 7px 0 #555, 0 14px 0 #555;
    content: "";
}
.menu-icon.dark:hover::after {
    background: #545454;
    -webkit-box-shadow: 0 7px 0 #545454, 0 14px 0 #545454;
    box-shadow: 0 7px 0 #545454, 0 14px 0 #545454;
}
.is-drilldown {
    position: relative;
    overflow: hidden;
}
.is-drilldown li {
    display: block;
}
.is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.drilldown a {
    padding: 0.7rem 1rem;
    background: #fff;
}
.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.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: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
    position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent orange;
    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 orange;
    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 orange 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 orange transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}
.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    background-color: #fff;
    font-size: 1rem;
}
.dropdown-pane.is-opening {
    display: block;
}
.dropdown-pane.is-open {
    display: block;
    visibility: visible;
}
.dropdown-pane.tiny {
    width: 100px;
}
.dropdown-pane.small {
    width: 200px;
}
.dropdown-pane.large {
    width: 400px;
}
.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;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: orange transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}
[data-whatinput="mouse"] .dropdown.menu a {
    outline: 0;
}
.dropdown.menu > li > a {
    background: #fff;
    padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
    background: 0 0;
    color: orange;
}
.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%;
}
.dropdown.menu.vertical > li > a::after {
    right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent orange transparent transparent;
    right: auto;
    left: 5px;
}
.dropdown.menu.vertical > li.opens-right > 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 orange;
}
@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-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: orange transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .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%;
    }
    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent orange transparent transparent;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.medium-vertical > li.opens-right > 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 orange;
    }
}
@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-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: orange transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .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.large-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.large-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent orange transparent transparent;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.large-vertical > li.opens-right > 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 orange;
    }
}
.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: 1px solid #c4c4c4;
    background: #fff;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent orange transparent transparent;
    right: auto;
    left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > 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 orange;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}
.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 0.88889rem;
    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%;
}
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 30px;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #8FC4D8;
    color: #fff;
}
.label.primary {
    background: #8FC4D8;
    color: #555;
}
.label.secondary {
    background: #ffedcc;
    color: #555;
}
.label.success {
    background: #3adb76;
    color: #555;
}
.label.warning {
    background: #ffae00;
    color: #555;
}
.label.alert {
    background: #cc4b37;
    color: #fff;
}
 
 
 
 










@media 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 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 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;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.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;
    }
}









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




 






.section-headline {
    color: #8FC4D8;
    margin-bottom: 3rem;
}
.site-content {
    margin-top: 100px;
    width: 100%;
}
@media screen and (max-width: 39.99875em) {
    .site-content {
        margin-top: 80px;
    }
}
.hero-visible .site-content {
    margin-top: 0;
}
#page {
    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;
    min-height: 100vh;
    overflow-x: hidden;
}
section {
    background-color: #fff;
    padding: 5rem 0;
}
@media screen and (max-width: 39.99875em) {
    section {
        padding: 3rem 0;
    }
}
section.full-width {
    padding: 0;
}
@media screen and (max-width: 63.99875em) {
    body.single-post section.entry-block {
        padding-bottom: 0;
    }
}
.lightgray-bg {
    background: #f8f8f8;
}
.page-intro {
    margin-bottom: 2rem;
}
.lightgray-bg + .lightgray-bg,
.white-bg + .white-bg {
    padding-top: 0;
}
@media screen and (min-width: 64em) {
    #page {
        padding: 0rem;
    }
}
@media print, screen and (min-width: 64em) {
    section.newsletter-area {
        margin-top: 20px;
    }
}
.single-portfolio .flex-wrapper section.flex-block:last-of-type {
    padding-bottom: 0;
}
v-cloak {
    display: none;
}
@media screen and (max-width: 65em) {
    .grid-container {
        margin: 0 5%;
    }
}
@media screen and (max-width: 39.99875em) {
    .grid-container {
        margin: 0 0.5rem;
    }
}
header.site-header {
    background: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #555;  background: rgba(255, 255, 255, 0.95) /* Green background with 30% opacity */; 
    font-weight: 500;
    color: #555;
}
.hero-visible header.site-header:not(.menu-scroll) {
    background: 0 0;
    color: #fff;
}
@media screen and (min-width: 64em) {
    .hero-visible header.site-header:not(.menu-scroll) {
        top: 1rem;
    }
}
@media screen and (max-width: 39.99875em) {
    header.site-header {
        height: 60px;
    }
}
header.site-header .grid-container {
    width: 100%;
    max-width: 1600px;
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (min-width: 40em) {
    header.site-header .grid-container {
        padding-right: 0.83333rem;
        padding-left: 0.83333rem;
    }
}
@media screen and (max-width: 103.125em) {
    header.site-header .grid-container {
        padding-right: 2.77778rem;
        padding-left: 2.77778rem;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 63.99875em) {
    header.site-header .grid-container {
        padding-right: 1.11111rem;
        padding-left: 1.11111rem;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
header.site-header a {
    color: currentColor;
}
@media screen and (min-width: 40em) {
    header.site-header .site-branding {
        text-align: center;
    }
}
header.site-header .site-branding a {
    display: block;
    font-size: 0;
}
header.site-header .site-branding svg {
    height: 40px;
    width: auto; margin-top: 0px;
}
@media screen and (max-width: 1200px) {
    header.site-header .site-branding svg {
        height: 36px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 63.99875em) {
    #site-navigation {
        display: none;
    }
}
#site-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#site-navigation li {
    display: inline-block;
}
.social-media {
    list-style: none;
    padding: 0;
    margin: 0 -0.5rem;
    font-size: 28px;
}
.social-media li {
    display: inline-block;
    margin: 0 0.5rem;
}
.burger-txt {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 16px;
    position: relative;
    line-height: 0;
    height: auto;
    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;
    top: 1px;
    right: 16px;
}
.burger {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: relative;
    display: block;
}
.burger span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    background: currentColor;
    font-size: 7px;
    -webkit-transition: -webkit-transform 0.125s ease;
    transition: -webkit-transform 0.125s ease;
    transition: transform 0.125s ease;
    transition: transform 0.125s ease, -webkit-transform 0.125s ease;
}
.burger span:after,
.burger span:before {
    content: "";
    height: 3px;
    display: block;
    background: currentColor;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: top 0.125s ease, -webkit-transform 0.125s ease;
    transition: top 0.125s ease, -webkit-transform 0.125s ease;
    transition: top 0.125s ease, transform 0.125s ease;
    transition: top 0.125s ease, transform 0.125s ease, -webkit-transform 0.125s ease;
}
.burger span:before {
    top: -1em;
}
.burger span:after {
    top: 1em;
}
.menu-active .burger span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-active .burger span:before {
    top: 0;
}
.menu-active .burger span:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.site-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(10, 10, 10, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0s 0.4s ease-in-out;
}
.site-overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
#sidebar-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    max-width: 100%;
    background: #fff;
    z-index: 999102;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    overflow: hidden;
}
#sidebar-navigation .close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(10, 10, 10, 0.05);
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    background-image: url("../img/download.svg");
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#sidebar-navigation .close-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#sidebar-navigation div.content {
    padding: 80px 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 40em) {
    #sidebar-navigation {
        top: 50px;
        bottom: 50px;
        right: 50px;
    }
}
#sidebar-navigation h3 {
    color: #8FC4D8;
}
#sidebar-navigation.active {
    width: 520px;
}
#sidebar-navigation.active nav {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.1s ease-in-out, -webkit-transform 0.5s 0.1s ease-in-out;
    transition: opacity 0.5s 0.1s ease-in-out, -webkit-transform 0.5s 0.1s ease-in-out;
    transition: opacity 0.5s 0.1s ease-in-out, transform 0.5s 0.1s ease-in-out;
    transition: opacity 0.5s 0.1s ease-in-out, transform 0.5s 0.1s ease-in-out, -webkit-transform 0.5s 0.1s ease-in-out;
}
@media screen and (min-width: 40em) {
    #sidebar-navigation.active {
        right: 50px;
    }
}
#sidebar-navigation nav {
    opacity: 0;
    font-size: 54px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    color: #555;
    text-transform: uppercase;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (max-width: 31.25em) {
    #sidebar-navigation nav {
        font-size: 38px;
    }
}
@media screen and (max-width: 25em) {
    #sidebar-navigation nav {
        font-size: 36px;
    }
}
#sidebar-navigation nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sidebar-navigation nav li:hover > a {
    margin-left: 20px;
    color:#8FC4D8;
}
#sidebar-navigation nav li.submenu-item:hover > a:after {
    left: 20px;
}
#sidebar-navigation nav a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#sidebar-navigation nav .submenu {
    z-index: 2;
    display: none;
}
#sidebar-navigation nav .submenu li {
    padding: 0 0 0 65px;
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    width: 100%;
}
#sidebar-navigation nav .submenu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 48px;
    height: 3px;
    background: currentColor;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
}
@media screen and (max-width: 39.99875em) {
    .widget-area {
        margin-top: 2rem;
    }
}
.widget {
    padding: 0;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}
.widget ul a {
    text-decoration: none;
    color: #555;
}
.widget form {
    margin-bottom: 2rem;
}
.hero-banner {
    height: 700px;
    max-height: 100vh;
    min-height: 300px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../img/apple-touch-icon.png-");
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;
}
.home .hero-banner {
    height: 100vh;
}
@media screen and (max-width: 39.99875em) {
    .hero-banner {
        min-height: 50vh;
        max-height: none;
    }
}
.hero-banner .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
}
.hero-banner .hero-content {
    width: 100%;
    position: relative;
    z-index: 3;
    color: #fff;  
}
.hero-banner .hero-content .grid-container {
    width: 100%;
}
.hero-banner .hero-content h1,
.hero-banner .hero-content h2 {
    color: #fff;
}
.hero-banner .hero-content h1 {
    color: #fff;
}
.home .hero-banner .hero-content h1 {
    font-size: 36px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .home .hero-banner .hero-content h1 {
        font-size: 80px;
    }
}
@media screen and (min-width: 64em) {
    .home .hero-banner .hero-content h1 {
        font-size: 100px;
    }
}
@media screen and (min-width: 66em) {
    .home .hero-banner .hero-content h1 {
        font-size: 100px;
    }
}
@media screen and (min-width: 124em) {
    .home .hero-banner .hero-content h1 {
        font-size: 120px;
    }
}
.hero-banner .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.hero-banner .video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero-banner .video-wrapper iframe + .bg-vimeo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}
.hero-banner .mouse-icon {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -25px);
    -ms-transform: translate(-50%, -25px);
    transform: translate(-50%, -25px);
    display: inline-block;
    height: 36px;
}
@media print, screen and (min-width: 64em) {
    .hero-banner .mouse-icon {
        height: 40px;
        -webkit-transform: translate(-50%, -40px);
        -ms-transform: translate(-50%, -40px);
        transform: translate(-50%, -40px);
    }
}
.hero-banner .mouse-icon svg {
    height: 100%;
    width: auto;
}
.hero-banner .mouse-icon svg .cursor {
    -webkit-animation: mouseCursorNew;
    animation: mouseCursorNew;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes mouseCursorNew {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
        opacity: 0;
    }
}
@keyframes mouseCursorNew {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
        opacity: 0;
    }
}
.hero-banner .slick-slider {
    display: inline-block;
    overflow: hidden;
    text-align: left;
}
.hero-banner .slick-slider div,
.hero-banner .slick-slider div:focus {
    outline: 0;
}
.hero-banner .statements h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero-banner .statements h1 span {
    margin-right: 0.25em;
    width: 40%;
    text-align: right;
}
.hero-banner .statements h1 .statements-slick {
    width: 60%;
}
.hero-banner .statements .word {
    padding: 0.25em 0;
}
.hero-banner .loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    z-index: 8;
}
.hero-banner .loader span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 0%;
    height: 100%;
    background: #8FC4D8;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.single-hero .entry-block {
    padding-top: 0;
}
@media screen and (min-width: 40em) {
    .single-hero h1.entry-title {
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 64em) {
    .single-hero h1.entry-title {
        width: 800px;
        text-shadow: 0 0 10px #fff;
    }
}
.single-hero .entry-content {
    margin: -3rem 1rem 0;
    padding: 2rem;
    background: #fff;
}
@media screen and (min-width: 40em) {
    .single-hero .entry-content {
        padding: 5rem 0 1rem;
        margin: 0 2rem;
    }
}
@media screen and (min-width: 75em) {
    .single-hero .entry-content {
        margin-left: calc((100vw - 1140px) / 2);
    }
}
.single-hero .entry-content img {
    margin-bottom: 2rem;
    margin-top: 1rem;
    max-height: 120px;
    width: auto;
    max-width: 100%;
}
.single-hero header.site-header {
    color: #555 !important;
}
.single-hero ul.blog-info {
    margin-top: 2rem;
}
.single-hero .people-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -3px;
}
.single-hero .people-socials a {
    background: orange;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 40px;
    height: 40px;
    -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: 99px;
    margin: 0 3px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
@media screen and (max-width: 63.99875em) {
    .single-hero .people-socials a {
        width: 30px;
        height: 30px;
    }
}
.single-hero .people-socials a:hover {
    background: #ffb224;
}
.single-hero .people-socials a svg {
    max-height: 20px;
    max-width: 20px;
    width: auto;
    height: auto;
}
@media screen and (max-width: 63.99875em) {
    .single-hero .people-socials a svg {
        max-width: 15px;
        max-height: 15px;
    }
}
.single-hero .people-socials a svg * {
    fill: #fff;
}
.single-hero .custom-arrow {
    display: inline-block;
    position: absolute;
    bottom: -30px;
    margin-left: 66px;
}
@media screen and (max-width: 63.99875em) {
    .single-hero .custom-arrow {
        display: none;
    }
}
.single-hero .custom-arrow svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -0.8rem;
}
.single-hero .custom-arrow svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -0.8rem;
}




.custom-arrow {
    display: inline-block;
    position: absolute;
    bottom: -30px;
    margin-left: 0px;
}
@media screen and (max-width: 63.99875em) {
.custom-arrow {
        display: none;
    }
}
.custom-arrow svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -0.8rem;
}
.custom-arrow svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -0.8rem;
}





.post-teaser {
    text-decoration: none;
    color: inherit;
    display: block;
    background: #fff;
    width: 100%;
    margin: 1rem 0;
}
.post-teaser .post-attr {
    list-style: none;
    padding: 0;
    margin: 0 0 0.25rem;
    color: orange;
}
.post-teaser .post-attr li {
    display: inline-block;
}
.post-teaser .post-attr li:after {
    content: "|";
    margin: 0 0.25rem;
}
.post-teaser .post-attr li:last-child:after {
    display: none;
}
.post-teaser a {
    text-decoration: none;
    color: inherit;
}
.post-teaser:hover {
    color: inherit;
}
.post-teaser .post-category {
    margin-bottom: 0;
    color: orange;
}
.post-teaser .image {
    position: relative;
}
.post-teaser .image img {
    width: 100%;
}
.post-teaser .image + .content {
    margin-top: 1rem;
}
.post-teaser .image .content {
    background: #fff;
    padding-top: 1rem;
}
@media print, screen and (min-width: 64em) {
    .post-teaser .image .content {
        padding: 30px;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
    }
}
.post-teaser .content .h3:after {
    display: none;
}
.button-group {
    margin: 0 -2rem 1rem;
}
@media screen and (max-width: 39.99875em) {
    .button-group {
        margin: 0 -1rem 1rem;
    }
}
.button-group .button {
    margin: 0 2rem;
}
@media screen and (max-width: 39.99875em) {
    .button-group .button {
        margin: 0 1rem;
    }
}
.button {
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    border: 2px solid orange;
    border-width: 2px 0 2px 2px;
    text-decoration: none;
    min-width: 180px;
    font-size: 1rem !important;
    text-align: center;
    position: relative;
}
.button:before {
    content: "";
    display: block;
    width: 2px;
    height: 25%;
    background: currentColor;
    position: absolute;
    right: 0;
    top: 0;
}
.button:after {
    content: "";
    display: block;
    width: 2px;
    height: 25%;
    background: currentColor;
    position: absolute;
    right: 0;
    bottom: 0;
}
.button .button-arrow {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.button .button-arrow * {
    fill: currentColor;
}
.button:focus,
.button:hover {
    background-color: transparent;
    border-width: 2px 0 2px 2px;
}
.button:focus .button-arrow,
.button:hover .button-arrow {
    -webkit-transform: translate(75%, -50%);
    -ms-transform: translate(75%, -50%);
    transform: translate(75%, -50%);
}

#cookiebar {
    z-index: 100;
    position: fixed;
    right: 0;
    padding: 15px 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 165, 0, 0.9);
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
    #cookiebar {
        text-align: center;
    }
    #cookiebar p {
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 40em) {
    #cookiebar p {
        margin-bottom: 0;
    }
}
#cookiebar p {
    font-size: 12px;
}
#cookiebar #accept-cookies {
    padding: 4px 20px;
    font-size: 20px;
    text-decoration: none;
    margin: 0;
    background: #fff;
}
#cookiebar a {
    color: #fff;
    text-decoration: underline;
}
#cookiebar .btn {
    color: orange;
}
ul.filter {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 39.99875em) {
    ul.filter {
        margin: -10px 0;
    }
}
ul.filter li {
    display: block;
    line-height: 1.5;
}
@media screen and (max-width: 39.99875em) {
    ul.filter li {
        margin: 10px 0;
    }
}
ul.filter button {
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul.filter button:focus {
    outline: 0;
}
ul.filter button.active {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
ul.filter button.active:before {
    opacity: 1;
}
ul.filter button:before {
    content: "";
    background-image: url(../../../../../../../../../themes/nordiceye-theme/dist/assets/img/filter-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    left: -20px;
    top: 0.2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
ul.filter button.active {
    color: orange;
}
ul.filter button span {
    font-size: 0.75em;
    vertical-align: middle;
}
.mix-filter {
    list-style: none;
    padding: 0;
    margin: 0 -1rem;
    text-align: center;
    margin-bottom: 5rem;
    margin-top: -3rem;
}
@media screen and (max-width: 39.99875em) {
    .mix-filter {
        margin-top: -2rem;
    }
}
.mix-filter li {
    display: inline-block;
    margin: 0 1rem;
}
.mix-filter a {
    color: inherit;
    text-decoration: none;
}
.mix-filter button {
    cursor: pointer;
    position: relative;
}
.mix-filter button:before {
    content: "";
    background-image: url(../../../../../../../../../themes/nordiceye-theme/dist/assets/img/filter-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    left: -14px;
    top: 0.2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.mix-filter button.mixitup-control-active {
    color: orange;
}
.mix-filter button.mixitup-control-active:before {
    opacity: 1;
}
.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #c4c4c4;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.post-slider .arrows {
    list-style: none;
    padding: 0;
    margin: 2rem -0.5rem 0;
    text-align: center;
}
.post-slider .arrows li {
    display: inline-block;
    margin: 0 0.5rem;
}
.post-slider .arrows li button {
    font-size: 0;
    cursor: pointer;
}
@media screen and (min-width: 40em) {
    .post-slider .arrows li button.disabled {
        opacity: 0.2;
    }
}
.post-slider .arrows li button.reversed {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.post-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0 0 0;
    text-align: center;
}
.post-slider .slick-dots li {
    display: inline-block;
    margin: 0 0.25rem;
    width: auto;
    height: auto;
}
.post-slider .slick-dots li.slick-active button {
    opacity: 1;
}
.post-slider .slick-dots li button {
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    width: 80px;
    height: 2px;
    background: #555;
    opacity: 0.2;
}
@media screen and (max-width: 39.99875em) {
    .post-slider .slick-dots li button {
        width: 40px;
    }
}
.post-slider .slick-dots li button:before {
    display: none;
}
.post-slider.showOverflow .slick-list {
    overflow: visible;
}
.post-slider .slick-track {
    margin: 0 -1rem;
}
.post-slider .slick-track > div {
    padding: 0 1rem;
}
.text_block h3 {
    color: orange;
}
.text_block .button-group {
    margin-top: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 39.99875em) {
    .text_block .button-group {
        margin-top: 2rem;
    }
}
.logo_block .logo {
    margin: 1rem 0;
    text-align: center;
}
.logo_block img {
    max-width: 60%;
    max-height: 80px;
}
.logo_block .button-group {
    margin-top: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 39.99875em) {
    .logo_block .button-group {
        margin-top: 2rem;
    }
}
@media screen and (max-width: 39.99875em) {
    .image_and_text img {
        margin-bottom: 1.5rem;
    }
}
.image_and_text .image-right .image-container > div {
    text-align: right;
}
.image_and_text .image-container > div img {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 39.99875em) {
    .image_and_text .image-container > div img {
        margin-left: auto;
        margin-right: auto;
    }
}
.image_and_text.full-width {
    padding: 0;
}
.image_and_text.full-width .image-container {
    overflow: hidden;
}
.image_and_text.full-width .image-container img {
    max-width: none;
    max-height: 90vh;
    min-height: 100%;
    min-width: 100%;
    margin: 0;
}
@media screen and (max-width: 39.99875em) {
    .image_and_text.full-width .image-container img {
        max-height: 100vh;
        min-width: 0;
        width: auto;
        margin: 0 auto;
        max-width: 100%;
    }
}
.image_and_text.full-width .text {
    padding: 4rem 2rem;
}
@media screen and (max-width: 39.99875em) {
    .image_and_text.full-width .text {
        padding: 0 1rem;
    }
}
@media screen and (min-width: 76.875em) {
    .image_and_text.full-width .image-left .text {
        margin-right: calc((100vw - 1170px) / 2);
    }
}
@media screen and (min-width: 76.875em) {
    .image_and_text.full-width .image-right .text {
        margin-left: calc((100vw - 1170px) / 2);
    }
}
.image_and_text.full-width .text-container {
    padding: 2rem 0;
}
.image_and_text.image-bg {
    position: relative;
}
.image_and_text .bg-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.image_and_text .bg-image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #555;
    opacity: 0.4;
}
.image_and_text .image-full .h1,
.image_and_text .image-full .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
.newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .image_and_text .image-full .mailpoet-heading {
    width: auto !important;
}
.image_and_text .button-group {
    margin-top: 2rem;
}
@media screen and (max-width: 39.99875em) {
    .image_and_text .button-group {
        margin-top: 1rem;
    }
}
.image_and_text .text {
    position: relative;
    z-index: 2;
}
.image_and_text .text.white-text {
    color: #fff;
}
.image_and_text .text.white-text .h1,
.image_and_text .text.white-text .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
.image_and_text .text.white-text h2,
.image_and_text .text.white-text p,
.newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .image_and_text .text.white-text .mailpoet-heading {
    color: inherit;
}
.image_and_text .text .h1,
.image_and_text .text .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
.image_and_text .text h2,
.newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .image_and_text .text .mailpoet-heading {
    margin-bottom: 2rem;
}
@media screen and (max-width: 63.99875em) {
    .image_and_text .text .h1,
    .image_and_text .text .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
    .image_and_text .text h2,
    .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .image_and_text .text .mailpoet-heading {
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 40em) {
    .image_and_text .text .h1,
    .image_and_text .text .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
    .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .image_and_text .text .mailpoet-heading {
        width: 150%;
    }
}
@media screen and (min-width: 64em) {
    .image_and_text .text .wysiwyg {
        margin-left: 4rem;
    }
}
@media print, screen and (min-width: 40em) {
    .image_and_text .image-left .text.large-text .h1,
    .image_and_text .image-left .text.large-text .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .mailpoet-heading,
    .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .image_and_text .image-left .text.large-text .mailpoet-heading {
        margin-left: -50%;
    }
}
@media print, screen and (min-width: 40em) {
    .image_and_text .image-left .text.large-text h3 {
        margin-left: -50%;
    }
}
@media screen and (max-width: 39.99875em) {
    .image_and_text .image-left .text.large-text h3 {
        padding: 0 65px 0 0;
    }
    .image_and_text .image-left .text.large-text h3:after {
        left: auto;
    }
}
.image_and_text .image-left .text.large-text div.wysiwyg {
    margin-left: 0;
}
@media print, screen and (min-width: 64em) {
    .image_and_text .image-left .text.large-text div.wysiwyg {
        margin-right: 4rem;
    }
}
.image_and_text h3 {
    color: orange;
}
section.numbers {
    padding: 0;
}
section.numbers section.numbers-inner {
    padding: 2rem 0;
    background-image: url(../../../../../../../../../themes/nordiceye-theme/dist/assets/img/pattern.png);
    background-size: 170px;
    background-position: center;
}
@media screen and (max-width: 46.875em) {
    section.numbers .numbers-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: -1rem 0;
    }
}
@media screen and (max-width: 46.875em) {
    section.numbers .numbers-group {
        margin: 1rem 0;
    }
}
section.numbers .numbers-group h2,
section.numbers .numbers-group p {
    color: inherit;
    margin: 0;
}
section.quote {
    padding: 0;
}
section.quote section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 600px;
    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;
}
section.quote section .overlay {
    background: #555;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.quote section .content-wrapper {
    color: #fff;
    z-index: 1;
}
section.quote section .content-wrapper * {
    color: inherit;
}
section.quote section .content-wrapper h2 {
    position: relative;
    margin-top: 40px;
}
@media screen and (max-width: 39.99875em) {
    section.quote section .content-wrapper h2 {
        margin-top: 90px;
        font-size: 1rem;
        line-height: 1.4;
    }
}
section.quote section .content-wrapper h2 span {
    position: absolute;
    top: -40px;
    left: -60px;
    opacity: 0.3;
    z-index: -1;
}
@media screen and (max-width: 39.99875em) {
    section.quote section .content-wrapper h2 span {
        left: 0;
        top: -80px;
    }
}
section.people .content {
    padding-bottom: 3rem;
}
@media screen and (max-width: 39.99875em) {
    section.people .content {
        padding-bottom: 2rem;
    }
}
section.people img {
    display: block;
    width: 100%;
    height: auto;
}
section.people h3 {
    color: orange;
    margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
    section.people h3 {
        margin-top: 1.5rem;
    }
}
@media print, screen and (min-width: 40em) {
    section.people p {
        margin-bottom: 1.5rem;
    }
}
@media print, screen and (min-width: 40em) {
    section.people h2 {
        margin-bottom: 1rem;
    }
}
section.people a.button {
    margin-bottom: 0;
    margin-top: auto;
}
@media screen and (max-width: 39.99875em) {
    section.people .single-people-cell {
        padding-bottom: 1.5rem;
    }
}
section.people .image-wrapper {
    padding-bottom: 120%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
@media screen and (max-width: 39.99875em) {
    section.people .image-wrapper {
        padding-bottom: 100%;
    }
}
section.people .image-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media print, screen and (min-width: 40em) {
    section.people .grid-margin-x.grid-margin-y {
        margin: -40px -30px;
    }
}
section.people .grid-margin-x.grid-margin-y .cell {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media print, screen and (min-width: 40em) {
    section.people .grid-margin-x.grid-margin-y .cell {
        width: calc(50% - 3.33333rem);
        margin-right: 1.66667rem;
        margin-left: 1.66667rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 64em) {
    section.people .grid-margin-x.grid-margin-y .cell {
        width: calc(33.33333% - 3.33333rem);
        margin-right: 1.66667rem;
        margin-left: 1.66667rem;
    }
}
.case-item {
    margin: 10rem 0;
}
@media print, screen and (min-width: 64em) {
    .case-item h2 {
        margin-bottom: 1.5rem;
    }
}
.case-item h3 {
    color: orange;
    padding: 0;
    margin-bottom: 0.2rem;
}
.case-item h3:after {
    content: none;
}
.single .case-item {
    margin: 0;
}
.case-item a {
    text-decoration: none;
}
.case-item:first-child {
    margin-top: 0;
}
.case-item:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
    .case-item {
        margin: 5rem 0;
    }
}
.case-item .category {
    margin-bottom: 0;
}
.case-item .case-title {
    text-transform: uppercase;
    color: #fff;
}
.case-item:hover .view-more {
    -webkit-transform: translateY(0) scale(0.6);
    -ms-transform: translateY(0) scale(0.6);
    transform: translateY(0) scale(0.6);
    opacity: 1;
}
@media print, screen and (min-width: 40em) {
    .case-item:hover .view-more {
        -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}
.case-item .view-more {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(30px) scale(0.9);
    -ms-transform: translateY(30px) scale(0.9);
    transform: translateY(30px) scale(0.9);
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 39.99875em) {
    .case-item .view-more {
        bottom: 0;
        font-size: 16px;
    }
}
.case-item .box {
    padding-top: 80%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.case-item .box.portfolio-image {
    margin-top: 3rem;
}
.case-item .box .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 100%;
    text-align: center;
}
.case-item .box .logo img {
    max-width: 50%;
    width: auto;
    max-height: 150px;
}
@media screen and (max-width: 63.99875em) {
    .case-item .box .logo img {
        max-height: 110px;
    }
}
@media screen and (max-width: 39.99875em) {
    .case-item .box .logo img {
        max-height: 50px;
    }
}
.case-item .portfolio-logo {
    width: 110%;
    margin-left: -10%;
}
.case-item .portfolio-image {
    width: 110%;
}
@media screen and (min-width: 40em) {
    .case-item.revert .portfolio-image {
        margin-left: -10%;
    }
    .case-item.revert .portfolio-logo {
        margin-left: 0;
    }
}
@media screen and (min-width: 40em) {
    .case-item .align-right-medium {
        text-align: right;
    }
}
.single-portfolio .related {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
    min-height: 600px;
    position: relative;
    margin-top: 3rem;
}
@media print, screen and (min-width: 40em) {
    .single-portfolio .related {
        margin-top: 5rem;
    }
}
.single-portfolio .related:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    opacity: 0.8;
}
.single-portfolio .related > .grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.single-portfolio .related .content {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    z-index: 1;
}
.single-portfolio .related .content h2,
.single-portfolio .related .content h3 {
    color: inherit;
}
.single-portfolio .related .content img {
    margin-bottom: 3rem;
    max-height: 150px;
    width: auto;
    max-width: 300px;
    height: auto;
}
.single-portfolio .related .content a {
    margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
    .single-portfolio .related .content a {
        margin-left: 4rem;
    }
}
section.video a {
    text-decoration: none;
}
.fancybox-slide {
    height: 90%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.iframe-placeholder {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 39.99875em) {
    .iframe-placeholder {
        padding-bottom: 100%;
    }
}
.iframe-placeholder:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #555;
    opacity: 0.25;
    z-index: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.iframe-placeholder:hover:before {
    opacity: 0;
}
.iframe-placeholder:hover svg {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.iframe-placeholder:hover h3 {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.iframe-placeholder.with-play-text:hover svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.iframe-placeholder .iframe-play-button {
    height: 45px;
    z-index: 1;
    color: #8FC4D8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -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;
}
.iframe-placeholder .iframe-play-button svg {
    width: 45px;
    border-radius: 99px;
    height: 45px;
    color: inherit;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.iframe-placeholder .iframe-play-button svg .play-circle {
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.iframe-placeholder .iframe-play-button .play-triangle {
    color: currentColor;
}
.iframe-placeholder .iframe-play-button h3 {
    margin: 0 0 0 20px;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
section.quotes .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
section.quotes .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
section.quotes .slick-list:focus {
    outline: 0;
}
section.quotes .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
section.quotes .slick-slider .slick-list,
section.quotes .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.quotes .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
section.quotes .slick-track:after,
section.quotes .slick-track:before {
    display: table;
    content: "";
}
section.quotes .slick-track:after {
    clear: both;
}
section.quotes .slick-loading .slick-track {
    visibility: hidden;
}
section.quotes .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
section.quotes [dir="rtl"] .slick-slide {
    float: right;
}
section.quotes .slick-slide img {
    display: block;
}
section.quotes .slick-slide.slick-loading img {
    display: none;
}
section.quotes .slick-slide.dragging img {
    pointer-events: none;
}
section.quotes .slick-initialized .slick-slide {
    display: block;
}
section.quotes .slick-loading .slick-slide {
    visibility: hidden;
}
section.quotes .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
section.quotes .slick-arrow.slick-hidden {
    display: none;
}
section.quotes h2 {
    margin-bottom: 5rem;
}
@media screen and (max-width: 39.99875em) {
    section.quotes h2 {
        margin-bottom: 3rem;
        text-align: center;
    }
}
.quote-wrapper {
    max-width: 700px;
    margin: 0 auto;
}
.quote-wrapper .quote-slick-wrapper.slick-initialized.slick-slider.slick-dotted:focus {
    outline: 0 !important;
}
@media screen and (max-width: 63.99875em) {
    .quote-wrapper .quote-slick-wrapper .slick-slide {
        width: 90vw;
    }
}
.quote-wrapper .quote-slick-wrapper .slick-slide:focus {
    outline: 0 !important;
}
.quote-wrapper .quote-slick-wrapper .slick-slide div {
    outline: 0;
}
.quote-wrapper .quote-slick-wrapper .quote-container .quote-author {
    margin: 0 auto;
}
.quote-wrapper .quote-slick-wrapper .quote-container .quote-author .author-image {
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 0;
}
@media screen and (max-width: 39.99875em) {
    .quote-wrapper .quote-slick-wrapper .quote-container .quote-author .author-image {
        margin-bottom: 1rem;
    }
}
.quote-wrapper .quote-slick-wrapper .quote-container .quote-author .author-image img {
    display: block;
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
}
.quote-wrapper .quote-slick-wrapper .quote-container .quote-author .author-text {
    width: auto;
    max-width: 100%;
}
@media screen and (max-width: 39.99875em) {
    .quote-wrapper .quote-slick-wrapper .quote-container .quote-author .author-text {
        text-align: center;
        width: 100%;
    }
}
.quote-wrapper .quote-slick-wrapper .quote-container .quote-author .author-text .author-company {
    margin: 0;
    padding: 0;
}
.quote-wrapper .quote-slick-wrapper .quote-container .quote-author .author-text .author-company:after {
    content: none;
}
.quote-wrapper .quote-slick-wrapper .quote-container .quote-text {
    padding: 1rem 0 3rem 0;
    text-align: center;
}
.quote-wrapper .quote-slick-wrapper .quote-container .quote-text a {
    margin: 0 auto;
}
@media screen and (max-width: 39.99875em) {
    .quote-wrapper .quote-slick-wrapper .quote-container .quote-text p {
        font-size: 1rem;
    }
}
.quote-wrapper .slider-nav-wrapper {
    margin: 0 auto;
}
.quote-wrapper .slider-nav-wrapper button {
    cursor: pointer;
}
.quote-wrapper .slider-nav-wrapper .buttons {
    text-align: center;
    padding-bottom: 0.8rem;
}
.quote-wrapper .slider-nav-wrapper .left-circle,
.quote-wrapper .slider-nav-wrapper .right-circle {
    width: 40px;
    height: 45px;
}
.quote-wrapper .slider-nav-wrapper .left-circle svg,
.quote-wrapper .slider-nav-wrapper .right-circle svg {
    width: 100%;
    height: 100%;
    color: #c4c4c4;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}
.quote-wrapper .slider-nav-wrapper .left-circle svg:hover,
.quote-wrapper .slider-nav-wrapper .right-circle svg:hover {
    color: #545454;
}
.quote-wrapper .slider-nav-wrapper .right-circle svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.quote-wrapper .slider-nav-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.quote-wrapper .slider-nav-wrapper ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #c4c4c4;
    width: 70px;
    margin: 0 5px;
    font-size: 0;
}
.quote-wrapper .slider-nav-wrapper ul li.slick-active {
    border-bottom: 2px solid orange;
}
.flex-block.news .newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center h2.mailpoet-heading,
.flex-block.news h2.h1,
.newsletter-area .mailpoet_form .mailpoet_form_columns.mailpoet_paragraph.mailpoet_vertically_align_center.last .mailpoet_form_column.mailpoet_vertically_align_center .flex-block.news h2.mailpoet-heading {
    margin-bottom: 5rem;
}
@media screen and (min-width: 64em) {
    .offset-text {
        margin-left: 4rem;
    }
}
.single.hero-visible header.site-header {
    color: #555;
}
.single .entry-block {
    padding-top: 0;
}
.single .category {
    color: orange;
}
.excerpt {
    font-size: 1.2rem;
    font-style: italic;
}
ul.blog-info {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    color: #c4c4c4;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
}
ul.blog-info li {
    display: inline-block;
    margin: 0 10px;
}
.single-people .entry-content {
    padding-bottom: 0;
}
.single-people .entry-content .excerpt {
    margin-top: 2rem;
}
.flex-content-single .flex-block {
    margin: 2rem 0;
}
.flex-content-single .quote-block:before {
    content: "";
    background-image: url(../../../../../../../../../themes/nordiceye-theme/dist/assets/img/quote-icon.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 60px;
}
.flex-content-single .quote-block:before {
    margin-bottom: 0.5rem;
}
.flex-content-single .quote-block .quote {
    font-size: 1.4rem;
    font-weight: 600;
    font-style: italic;
}
.flex-content-single .quote-block .quote-name {
    font-weight: 700;
    color: #c4c4c4;
}
.flex-content-single .image-caption {
    color: #c4c4c4;
    font-weight: 700;
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 0.5rem;
}
@media screen and (max-width: 39.99875em) {
    .flex-content-single .image_and_text-block img {
        margin-bottom: 1rem;
    }
}
.flex-content-single .video-wrapper {
    color: orange;
    position: relative;
    display: block;
}
.flex-content-single .video-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #555;
    opacity: 0.3;
}
.flex-content-single .video-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.single-people .excerpt {
    margin-top: 1rem;
}
.single-people .full-height-image {
    height: 100vh;
    height: calc(100vh - 40px);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 39.99875em) {
    .single-people .full-height-image {
        height: 0;
        padding-top: 100%;
    }
}
body.error404 section.error-404 {
    padding: 0;
    min-height: calc(100vh - 70px);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body.error404 section.error-404 .content {
    width: 100%;
}
footer.site-footer {
    background: #fff;
    color: #555;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    border-top: 1px solid #f8f8f8;
    padding: 2rem 0;
    font-size: 16px;
}
footer.site-footer a {
    color: inherit;
}
@media screen and (max-width: 63.99875em) {
    footer.site-footer .site-branding {
        text-align: center;
        margin-bottom: 1rem;
    }
}
footer.site-footer .site-branding a {
    font-size: 0;
    display: block;
}
footer.site-footer ul.site-info {
    list-style: none;
    padding: 0;
    margin: 0 -1rem;
}
@media screen and (max-width: 63.99875em) {
    footer.site-footer ul.site-info {
        text-align: center;
    }
}
@media screen and (max-width: 39.99875em) {
    footer.site-footer ul.site-info {
        margin: -0.5rem 0;
    }
}
footer.site-footer ul.site-info li {
    display: inline-block;
    margin: 0 1rem;
}
@media screen and (max-width: 39.99875em) {
    footer.site-footer ul.site-info li {
        display: block;
        margin: 0.5rem 0;
    }
}
footer.site-footer ul.social-media {
    margin: 0 -0.5rem;
}
footer.site-footer ul.social-media li {
    margin: 0 0.5rem;
    display: inline-block;
}
div.terms-footer {
    margin-top: 1rem;
    font-size: 14px;
    padding: 1rem 0 0;
    text-align: right;
}
@media screen and (max-width: 39.99875em) {
    div.terms-footer {
        text-align: center;
    }
}
div.terms-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}
div.terms-footer ul li {
    display: inline-block;
    margin: 0 10px;
}
@media screen and (max-width: 39.99875em) {
    div.terms-footer ul li {
        display: block;
        line-height: 2;
    }
}
div.terms-footer ul a {
    color: #ababab;
    text-decoration: none;
}
