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

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

hr {
    box-sizing: content-box;
    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
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

html {
    box-sizing: border-box;
    font-size: 18px
}

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #222422;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

.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: 4px;
    background: transparent;
    line-height: 1;
    cursor: auto
}

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

pre {
    overflow: auto
}

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

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

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

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

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

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

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

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

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

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

.cell.shrink {
    flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x>.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,
    .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,
    .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,
    .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: -.5555555556rem;
    margin-left: -.5555555556rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.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,
.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x>.small-offset-0 {
    margin-left: .55556rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x>.medium-offset-0 {
        margin-left: .83333rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x>.large-offset-0 {
        margin-left: .83333rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y {
    display: flex;
    flex-flow: column nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cell-block {
    overflow-x: auto;
    max-width: 100%
}

.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -.5555555556rem;
    margin-bottom: -.5555555556rem
}

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

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

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

.grid-margin-y>.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,
    .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,
    .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,
    .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)
    }
}

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
}

b,
em,
i,
strong {
    line-height: inherit
}

b,
strong {
    font-weight: 700
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #222422;
    text-rendering: optimizeLegibility
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus,
a:hover {
    color: #3d974b
}

a img,
hr {
    border: 0
}

hr {
    clear: both;
    max-width: 66.6666666667rem;
    height: 0;
    margin: 1.1111111111rem auto;
    border-bottom: 1px solid #f0f0f0
}

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

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-left: 1.25rem
}

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

dl {
    margin-bottom: 1rem
}

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

blockquote {
    margin: 0 0 1rem;
    padding: .5rem 1.1111111111rem 0 1.0555555556rem;
    border-left: 1px solid #cacaca
}

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

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

cite:before {
    content: "\2014   "
}

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

figure {
    margin: 0
}

code {
    padding: .1111111111rem .2777777778rem .0555555556rem;
    border: 1px solid #cacaca;
    font-weight: 300
}

code,
kbd {
    background-color: #f0f0f0;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #222422
}

kbd {
    margin: 0;
    padding: .1111111111rem .2222222222rem 0;
    border-radius: 4px
}

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

.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: transparent !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,
    th.show-for-print {
        display: table-cell !important
    }

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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

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

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

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

.button:focus,
.button:hover {
    background-color: #3c954a;
    color: #fefefe
}

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

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

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

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

.button.primary {
    background-color: #47af57;
    color: #222422
}

.button.primary:focus,
.button.primary:hover {
    background-color: #398c46;
    color: #222422
}

.button.secondary {
    background-color: #012a66;
    color: #fefefe
}

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

.button.success {
    background-color: #3adb76;
    color: #222422
}

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

.button.warning {
    background-color: #ffae00;
    color: #222422
}

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

.button.alert {
    background-color: #cc4b37;
    color: #fefefe
}

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

.button.light {
    background-color: #fff;
    color: #222422
}

.button.light:focus,
.button.light:hover {
    background-color: #ccc;
    color: #222422
}

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

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

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

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
    background-color: #47af57;
    color: #222422
}

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

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

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

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

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

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

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

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

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

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

.button.hollow {
    border: 1px solid #47af57;
    color: #47af57
}

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

.button.hollow:focus,
.button.hollow:hover {
    border-color: #24582c;
    color: #24582c
}

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

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #24582c;
    color: #24582c
}

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

.button.hollow.secondary {
    border: 1px solid #012a66;
    color: #012a66
}

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

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

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

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

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

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

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

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

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

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

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

.button.hollow.light {
    border: 1px solid #fff;
    color: #fff
}

.button.hollow.light:focus,
.button.hollow.light:hover {
    border-color: grey;
    color: grey
}

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

.button.clear {
    border: 1px solid #47af57;
    color: #47af57
}

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

.button.clear:focus,
.button.clear:hover {
    border-color: #24582c;
    color: #24582c
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
    border: 1px solid #47af57;
    color: #47af57
}

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

.button.clear.primary {
    border: 1px solid #47af57;
    color: #47af57
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    border-color: #24582c;
    color: #24582c
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
    border: 1px solid #47af57;
    color: #47af57
}

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

.button.clear.secondary {
    border: 1px solid #012a66;
    color: #012a66
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    border-color: #011533;
    color: #011533
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
    border: 1px solid #012a66;
    color: #012a66
}

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

.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

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

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

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

.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

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

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

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

.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

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

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

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

.button.clear.light {
    border: 1px solid #fff;
    color: #fff
}

.button.clear.light:focus,
.button.clear.light:hover {
    border-color: grey;
    color: grey
}

.button.clear.light:focus.disabled,
.button.clear.light:focus[disabled],
.button.clear.light:hover.disabled,
.button.clear.light:hover[disabled] {
    border: 1px solid #fff;
    color: #fff
}

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

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

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

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

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

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

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

.button.dropdown.clear.light:after,
.button.dropdown.hollow.light:after {
    border-top-color: #fff
}

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

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

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

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

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

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

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

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

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

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

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

::placeholder {
    color: #cacaca
}

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

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

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

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

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .7777777778rem;
    font-weight: 300;
    line-height: 1.8;
    color: #222422
}

label.middle {
    margin: 0 0 .8888888889rem;
    padding: .5rem 0
}

.help-text {
    margin-top: -.4444444444rem;
    font-size: .7222222222rem;
    font-style: italic;
    color: #222422
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
    height: 2.1666666667rem;
    margin: 0 0 .8888888889rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
    background-color: #fefefe;
    font-family: inherit;
    font-size: .8888888889rem;
    font-weight: 300;
    line-height: 1.5;
    color: #222422;
    /* gzn 
    /statics/en/images/punctuate-left.svg
    */
    background-image: url(/statics/en/images/index.svg);
    background-origin: content-box;
    background-position: right -.8888888889rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding: .4444444444rem 1.3333333333rem .4444444444rem .4444444444rem;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

.form-error,
.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.4444444444rem;
    margin-bottom: .8888888889rem;
    font-size: .6666666667rem;
    font-weight: 700
}

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

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

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

.accordion-item:first-child>:first-child {
    border-radius: 4px 4px 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 4px 4px
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    font-size: .6666666667rem;
    line-height: 1;
    color: #47af57
}

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

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

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

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

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

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

.accordion-menu li {
    width: 100%
}

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

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

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

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

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #47af57 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    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);
    transform: rotate(180deg);
    -webkit-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;
    content: "";
    border-color: #47af57 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    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: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #47af57;
    color: #fefefe
}

.badge.primary {
    background: #47af57;
    color: #222422
}

.badge.secondary {
    background: #012a66;
    color: #fefefe
}

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

.badge.warning {
    background: #ffae00;
    color: #222422
}

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

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

.breadcrumbs:after,
.breadcrumbs:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.breadcrumbs:after {
    clear: both
}

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

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

.breadcrumbs a {
    color: #47af57
}

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

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

.button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch
}

.button-group:after,
.button-group:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.button-group:after {
    clear: both
}

.button-group .button {
    margin: 0 1px 1px 0;
    font-size: .9rem;
    flex: 0 0 auto
}

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

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

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

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

.button-group.expanded .button {
    flex: 1 1 0px
}

.button-group.primary .button {
    background-color: #47af57;
    color: #222422
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #398c46;
    color: #222422
}

.button-group.secondary .button {
    background-color: #012a66;
    color: #fefefe
}

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

.button-group.success .button {
    background-color: #3adb76;
    color: #222422
}

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

.button-group.warning .button {
    background-color: #ffae00;
    color: #222422
}

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

.button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe
}

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

.button-group.light .button {
    background-color: #fff;
    color: #222422
}

.button-group.light .button:focus,
.button-group.light .button:hover {
    background-color: #ccc;
    color: #222422
}

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

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

.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .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 {
    flex: 1 1 0px
}

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

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

@media 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;
    padding: 1rem;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    color: #222422
}

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

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

.callout.primary {
    background-color: #e3f4e5;
    color: #222422
}

.callout.secondary {
    background-color: #c3dbfe;
    color: #222422
}

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

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

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

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    border: 0;
    border-radius: 4px;
    background: #fefefe;
    box-shadow: 1px 7px 15px rgba(0, 0, 0, .15);
    overflow: hidden;
    color: #222422
}

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

.card-divider {
    display: flex;
    flex: 0 1 auto;
    padding: 1.5rem;
    background: #f0f0f0
}

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

.card-section {
    flex: 1 0 auto;
    padding: 1.5rem
}

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

.card-image {
    min-height: 1px
}

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

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

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

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

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

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

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

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

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

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row
}

.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column
}

.menu.expanded li {
    flex: 1 1 0px
}

.menu.simple {
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.medium-expanded li,
    .menu.medium-simple li {
        flex: 1 1 0px
    }
}

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

    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.large-expanded li,
    .menu.large-simple li {
        flex: 1 1 0px
    }
}

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

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: flex
}

.menu.icon-left li a {
    flex-flow: row nowrap
}

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

.menu.icon-right li a {
    flex-flow: row nowrap
}

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

.menu.icon-top li a {
    flex-flow: column nowrap
}

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

.menu.icon-bottom li a {
    flex-flow: column nowrap
}

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

.menu .active>a,
.menu .is-active>a {
    background: #47af57;
    color: #fefefe
}

.menu.align-left {
    justify-content: flex-start
}

.menu.align-right li {
    display: flex;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

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

.menu.align-center li {
    display: flex;
    justify-content: center
}

.menu.align-center li .submenu li {
    justify-content: flex-start
}

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

.menu-centered>.menu {
    justify-content: center
}

.menu-centered>.menu li {
    display: flex;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    justify-content: flex-start
}

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

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

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

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

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

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

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

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

.is-drilldown li {
    display: block
}

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

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

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

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

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

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

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

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

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

.drilldown .is-drilldown-submenu-parent>a:after {
    position: absolute;
    top: 50%;
    margin-top: -6px
}

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

.drilldown.align-left .is-drilldown-submenu-parent>a:after {
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after {
    display: block;
    right: auto;
    left: 1rem
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after,
.drilldown .js-drilldown-back>a:before {
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #47af57 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0
}

.drilldown .js-drilldown-back>a:before {
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 4px;
    background-color: #fefefe;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.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;
    content: "";
    border-color: #47af57 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px
}

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

.dropdown.menu>li>a {
    background: #fefefe;
    padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: transparent;
    color: #47af57
}

.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;
    content: "";
    border-color: transparent #47af57 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical>li.opens-right>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #47af57;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px
}

@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;
        content: "";
        border-color: #47af57 transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        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;
        content: "";
        border-color: transparent #47af57 transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        right: auto;
        left: 5px
    }

    .dropdown.menu.medium-vertical>li.opens-right>a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent transparent transparent #47af57;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px
    }
}

@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;
        content: "";
        border-color: #47af57 transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        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;
        content: "";
        border-color: transparent #47af57 transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        right: auto;
        left: 5px
    }

    .dropdown.menu.large-vertical>li.opens-right>a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent transparent transparent #47af57;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px
    }
}

.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 #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: .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;
    content: "";
    border-color: transparent #47af57 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #47af57;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px
}

.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: .8888888889rem;
    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: .33333rem .5rem;
    border-radius: 4px;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #47af57;
    color: #fefefe
}

.label.primary {
    background: #47af57;
    color: #222422
}

.label.secondary {
    background: #012a66;
    color: #fefefe
}

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

.label.warning {
    background: #ffae00;
    color: #222422
}

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

.media-object {
    display: flex;
    margin-bottom: 1.5rem;
    flex-wrap: nowrap
}

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

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

.media-object-section {
    flex: 0 1 auto
}

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

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

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

@media screen and (max-width:39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0 0 1.5rem;
        flex-basis: 100%;
        max-width: 100%
    }

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

.media-object-section.main-section {
    flex: 1 1 0px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px
}

.off-canvas-content .off-canvas.position-left,
.position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

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

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

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

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px
}

.off-canvas-content .off-canvas.position-right,
.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

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

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

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

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px
}

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

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

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

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

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px
}

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

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

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

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

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.orbit,
.orbit-container {
    position: relative
}

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

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

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

.orbit-figure {
    margin: 0
}

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

.orbit-caption {
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: rgba(34, 36, 34, .5)
}

.orbit-caption,
.orbit-next,
.orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe
}

.orbit-next,
.orbit-previous {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

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

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

.orbit-previous {
    left: 0
}

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

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

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

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

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

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

.pagination:after,
.pagination:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.pagination:after {
    clear: both
}

.pagination li {
    margin-right: .0555555556rem;
    border-radius: 4px;
    font-size: .7777777778rem;
    display: none
}

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

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

.pagination a,
.pagination button {
    display: block;
    padding: .1666666667rem .5555555556rem;
    border-radius: 4px;
    color: #222422
}

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

.pagination .current {
    padding: .1666666667rem .5555555556rem;
    background: #47af57;
    color: #fefefe;
    cursor: default
}

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

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis:after {
    padding: .1666666667rem .5555555556rem;
    content: "\2026";
    color: #222422
}

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

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

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

.progress.primary .progress-meter {
    background-color: #47af57
}

.progress.secondary .progress-meter {
    background-color: #012a66
}

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

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

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

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #47af57;
    border-radius: 4px
}

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

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

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

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

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

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

.slider-handle:hover {
    background-color: #3c954a
}

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

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

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

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

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

.sticky,
.sticky-container {
    position: relative
}

.sticky {
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    background-color: rgba(34, 36, 34, .45)
}

.reveal,
.reveal-overlay {
    display: none;
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1.5rem;
    border: 1px solid #cacaca;
    border-radius: 4px;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto
}

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

@media print,
screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

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

@media print,
screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 66.6666666667rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 66.6666666667rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 66.6666666667rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 66.6666666667rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

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

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

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

input+.switch-paddle {
    margin: 0
}

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

input:checked~.switch-paddle {
    background: #47af57
}

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

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

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

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

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

.switch-inactive {
    right: 15%
}

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

.switch.tiny {
    height: 1.5rem
}

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

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

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

.switch.small {
    height: 1.75rem
}

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

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

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

.switch.large {
    height: 2.5rem
}

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

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

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

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 4px
}

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

caption {
    padding: .4444444444rem .5555555556rem .5555555556rem;
    font-weight: 700
}

thead {
    background: #f8f8f8
}

tfoot,
thead {
    color: #222422
}

tfoot {
    background: #f1f1f1
}

tfoot tr,
thead tr {
    background: transparent
}

tfoot td,
tfoot th,
thead td,
thead th {
    font-weight: 700;
    text-align: left
}

tbody td,
tbody th,
tfoot td,
tfoot th,
thead td,
thead th {
    padding: .4444444444rem .5555555556rem .5555555556rem
}

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

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

table.unstriped tbody tr {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

@media screen and (max-width:63.99875em) {

    table.stack tfoot,
    table.stack thead {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

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

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

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

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

.tabs:after,
.tabs:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.tabs:after {
    clear: both
}

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

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

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

.tabs.primary {
    background: #47af57
}

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

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #43a653
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .6666666667rem;
    line-height: 1;
    color: #47af57
}

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

.tabs-title>a:hover {
    background: #fefefe;
    color: #3d974b
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #f0f0f0;
    color: #47af57
}

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

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

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

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

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

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

a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(71, 175, 87, .5)
}

a.thumbnail image {
    box-shadow: none
}

.title-bar {
    padding: .5rem;
    background: #222422;
    color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    vertical-align: middle
}

.has-tip,
.title-bar-title {
    display: inline-block;
    font-weight: 700
}

.has-tip {
    position: relative;
    border-bottom: 1px dotted #8a8a8a;
    cursor: help
}

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

.tooltip,
.tooltip:before {
    position: absolute
}

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

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

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

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

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

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

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

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

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

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

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

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

.top-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem .8rem;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #fff
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .top-bar {
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media screen and (max-width:63.99875em) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:74.99875em) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,
.top-bar-right {
    flex: 0 0 auto
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.clearfix:after {
    clear: both
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        order: 1
    }

    .medium-order-2 {
        order: 2
    }

    .medium-order-3 {
        order: 3
    }

    .medium-order-4 {
        order: 4
    }

    .medium-order-5 {
        order: 5
    }

    .medium-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        order: 1
    }

    .large-order-2 {
        order: 2
    }

    .large-order-3 {
        order: 3
    }

    .large-order-4 {
        order: 4
    }

    .large-order-5 {
        order: 5
    }

    .large-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: flex
    }

    .medium-flex-child-auto {
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: flex
    }

    .large-flex-child-auto {
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

.text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important
}

.text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.text-nowrap,
.text-truncate {
    white-space: nowrap !important
}

.text-wrap {
    word-wrap: break-word !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-overline {
    text-decoration: overline !important
}

.text-underline {
    text-decoration: underline !important
}

.text-line-through {
    text-decoration: line-through !important
}

.font-wide {
    letter-spacing: .2222222222rem
}

.font-normal {
    font-weight: 300
}

.font-italic {
    font-style: italic !important
}

ul.list-disc {
    list-style-type: disc !important
}

ul.list-circle {
    list-style-type: circle !important
}

ul.list-square {
    list-style-type: square !important
}

ol.list-decimal {
    list-style-type: decimal !important
}

ol.list-lower-alpha {
    list-style-type: lower-alpha !important
}

ol.list-lower-latin {
    list-style-type: lower-latin !important
}

ol.list-lower-roman {
    list-style-type: lower-roman !important
}

ol.list-upper-alpha {
    list-style-type: upper-alpha !important
}

ol.list-upper-latin {
    list-style-type: upper-latin !important
}

ol.list-upper-roman {
    list-style-type: upper-roman !important
}

.rounded {
    border-radius: 5000px !important
}

.rounded:after {
    border-radius: 50%
}

.radius {
    border-radius: .1666666667rem
}

.bordered {
    border: .0555555556rem solid #cacaca
}

.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.arrow-down {
    border-color: #222422 transparent transparent;
    border-style: solid inset inset;
    border-width: .4375rem .4375rem 0
}

.arrow-down,
.arrow-up {
    display: block;
    width: 0;
    height: 0;
    content: ""
}

.arrow-up {
    border-color: transparent transparent #222422;
    border-style: inset inset solid;
    border-width: 0 .4375rem .4375rem
}

.arrow-right {
    border-color: transparent transparent transparent #222422;
    border-style: inset inset inset solid;
    border-width: .4375rem 0 .4375rem .4375rem
}

.arrow-left,
.arrow-right {
    display: block;
    width: 0;
    height: 0;
    content: ""
}

.arrow-left {
    border-color: transparent #222422 transparent transparent;
    border-style: inset solid inset inset;
    border-width: .4375rem .4375rem .4375rem 0
}

.separator-center {
    text-align: center !important
}

.separator-center:after,
.separator-center:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.separator-center:after {
    clear: both;
    position: relative !important;
    width: 3rem;
    border-bottom: .1111111111rem solid #47af57;
    margin: 1.5rem auto 0
}

.separator-left {
    text-align: left !important
}

.separator-left:after,
.separator-left:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.separator-left:after {
    clear: both;
    position: relative !important;
    width: 3rem;
    border-bottom: .1111111111rem solid #47af57;
    margin: 1.5rem auto 0;
    margin-left: 0 !important
}

.separator-right {
    text-align: right !important
}

.separator-right:after,
.separator-right:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.separator-right:after {
    clear: both;
    position: relative !important;
    width: 3rem;
    border-bottom: .1111111111rem solid #47af57;
    margin: 1.5rem auto 0;
    margin-right: 0 !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.display-inline {
    display: inline !important
}

.display-inline-block {
    display: inline-block !important
}

.display-block {
    display: block !important
}

.display-table {
    display: table !important
}

.display-table-cell {
    display: table-cell !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-fixed-top {
    top: 0 !important
}

.position-fixed-bottom,
.position-fixed-top {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 975
}

.position-fixed-bottom {
    bottom: 0 !important
}

.border-box {
    box-sizing: border-box !important
}

.border-none {
    border: none !important
}

.width-25 {
    width: 25% !important
}

.width-50 {
    width: 50% !important
}

.width-75 {
    width: 75% !important
}

.width-100 {
    width: 100% !important
}

.height-25 {
    height: 25% !important
}

.height-50 {
    height: 50% !important
}

.height-75 {
    height: 75% !important
}

.height-100 {
    height: 100% !important
}

.max-width-100 {
    max-width: 100% !important
}

.max-height-100 {
    max-height: 100% !important
}

.margin-0 {
    margin: 0
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-horizontal-0,
.margin-left-0 {
    margin-left: 0 !important
}

.margin-horizontal-0 {
    margin-right: 0 !important
}

.margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.padding-0 {
    padding: 0
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.padding-horizontal-0,
.padding-left-0 {
    padding-left: 0 !important
}

.padding-horizontal-0 {
    padding-right: 0 !important
}

.padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.margin-1 {
    margin: 1.5rem
}

.margin-top-1 {
    margin-top: 1.5rem !important
}

.margin-right-1 {
    margin-right: 1.5rem !important
}

.margin-bottom-1 {
    margin-bottom: 1.5rem !important
}

.margin-horizontal-1,
.margin-left-1 {
    margin-left: 1.5rem !important
}

.margin-horizontal-1 {
    margin-right: 1.5rem !important
}

.margin-vertical-1 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.padding-1 {
    padding: 1.5rem
}

.padding-top-1 {
    padding-top: 1.5rem !important
}

.padding-right-1 {
    padding-right: 1.5rem !important
}

.padding-bottom-1 {
    padding-bottom: 1.5rem !important
}

.padding-horizontal-1,
.padding-left-1 {
    padding-left: 1.5rem !important
}

.padding-horizontal-1 {
    padding-right: 1.5rem !important
}

.padding-vertical-1 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.margin-2 {
    margin: 3rem
}

.margin-top-2 {
    margin-top: 3rem !important
}

.margin-right-2 {
    margin-right: 3rem !important
}

.margin-bottom-2 {
    margin-bottom: 3rem !important
}

.margin-horizontal-2,
.margin-left-2 {
    margin-left: 3rem !important
}

.margin-horizontal-2 {
    margin-right: 3rem !important
}

.margin-vertical-2 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.padding-2 {
    padding: 3rem
}

.padding-top-2 {
    padding-top: 3rem !important
}

.padding-right-2 {
    padding-right: 3rem !important
}

.padding-bottom-2 {
    padding-bottom: 3rem !important
}

.padding-horizontal-2,
.padding-left-2 {
    padding-left: 3rem !important
}

.padding-horizontal-2 {
    padding-right: 3rem !important
}

.padding-vertical-2 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.margin-3 {
    margin: 4.5rem
}

.margin-top-3 {
    margin-top: 4.5rem !important
}

.margin-right-3 {
    margin-right: 4.5rem !important
}

.margin-bottom-3 {
    margin-bottom: 4.5rem !important
}

.margin-horizontal-3,
.margin-left-3 {
    margin-left: 4.5rem !important
}

.margin-horizontal-3 {
    margin-right: 4.5rem !important
}

.margin-vertical-3 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.padding-3 {
    padding: 4.5rem
}

.padding-top-3 {
    padding-top: 4.5rem !important
}

.padding-right-3 {
    padding-right: 4.5rem !important
}

.padding-bottom-3 {
    padding-bottom: 4.5rem !important
}

.padding-horizontal-3,
.padding-left-3 {
    padding-left: 4.5rem !important
}

.padding-horizontal-3 {
    padding-right: 4.5rem !important
}

.padding-vertical-3 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.slide-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    opacity: 0
}

.slow {
    transition-duration: .75s !important
}

.fast {
    transition-duration: .25s !important
}

.linear {
    transition-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: .3s !important
}

.long-delay {
    transition-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: .75s !important;
    animation-duration: .75s !important
}

.fast {
    -webkit-animation-duration: .25s !important;
    animation-duration: .25s !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

body * {
    font-family: Lato, sans-serif
}

h1,
h2,
h3 {
    text-transform: uppercase
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    letter-spacing: 2px;
    /* font-weight: 900 */
}

ul.styled-list {
    list-style: none
}

ul.styled-list li {
    position: relative
}

ul.styled-list li:before {
    content: "";
    position: absolute;
    background-color: #47af57;
    height: .5em;
    width: .5em;
    border-radius: 50px;
    left: -1.25em;
    top: .55em
}

iframe {
    border: 0
}

.box-shadow {
    box-shadow: 1px 7px 15px rgba(0, 0, 0, .15)
}

.overflow-hidden {
    overflow: hidden
}

.no-text-transform {
    text-transform: none
}

.avatar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: inline-block
}

.avatar img {
    display: block;
    margin: auto;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover
}

.punctuated {
    position: relative
}

.punctuated:before {
    content: "";
    position: absolute;
    background-image: url(/statics/en/images/punctuate-left.svg?e4a029989ce936f9dedfcbb686d71446);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    height: 15px;
    width: 50px;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%)
}

.punctuated--white:before {
    background-image: url(/statics/en/images/punctuate-left--white.svg?f58441f30d036f8baffce19d140a47cc)
}

.punctuated__both {
    position: relative
}

.punctuated__both:before {
    background-image: url(/statics/en/images/punctuate-left.svg?e4a029989ce936f9dedfcbb686d71446);
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%)
}

.punctuated__both:after,
.punctuated__both:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    height: 15px;
    width: 50px
}

.punctuated__both:after {
    background-image: url(/statics/en/images/punctuate-right.svg?fef785f8f23c1448fce53999b16231e9);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.punctuated__both--white:before {
    background-image: url(/statics/en/images/punctuate-left--white.svg?f58441f30d036f8baffce19d140a47cc)
}

.punctuated__both--white:after {
    background-image: url(/statics/en/images/punctuate-right--white.svg?6e10828768c9077df3f5484165ee0813)
}

@media print,
screen and (min-width:64em) {
    .flex-reverse {
        flex-direction: row-reverse
    }
}

.flex-items-center {
    align-items: center
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.toast-success {
    background-color: #47af57 !important
}

.toast-top-right {
    top: 60px !important
}

@media print,
screen and (min-width:40em) {
    .toast-top-right {
        top: 110px !important
    }
}

@media print,
screen and (min-width:64em) {
    .toast-top-right {
        top: 110px !important
    }
}

.page-block.page-block-space-top {
    padding-top: 3rem
}

.page-block.page-block-space-bottom {
    padding-bottom: 3rem
}

.page-block.page-block-space-both {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.page-block h1,
.page-block h2,
.page-block h3,
.page-block h4 {
    color: inherit
}

@media print,
screen and (min-width:64em) {
    .page-block .pull-up-container {
        max-width: 1400px;
        background-color: inherit;
        padding-top: 2rem;
        -webkit-transform: translateY(calc(-160px - 2rem));
        transform: translateY(calc(-160px - 2rem));
        margin: 0 auto -160px
    }
}

.page-block .cell p:last-child {
    margin-bottom: 0
}

.block-image-text {
    border-radius: 4px;
    box-shadow: 1px 7px 15px rgba(0, 0, 0, .15);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.block-image-text:last-child {
    margin-bottom: 1.5rem
}

.block-image-text .block-image-text-img {
    align-self: center;
    flex: 1 0 100%
}

.block-image-text .block-image-text-img img {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .block-image-text .block-image-text-img {
        flex: 1 0 50%
    }
}

.block-image-text .block-image-text-content {
    padding: 1rem;
    flex: 1 0 100%;
    align-self: stretch;
    background: #fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media print,
screen and (min-width:40em) {
    .block-image-text .block-image-text-content {
        flex: 1 0 50%;
        padding: 2rem
    }
}

.image-row-block {
    padding: 30px 0
}

@media print,
screen and (min-width:40em) {
    .image-row-block {
        padding: 45px 0
    }
}

@media print,
screen and (min-width:64em) {
    .image-row-block {
        padding: 60px 0
    }
}

.image-row-block a {
    display: block;
    text-align: center
}

.image-row-block .thumbnail {
    box-shadow: none;
    width: auto;
    max-height: 60px
}

.search-results h3 {
    margin-bottom: 0
}

.search-results__results {
    min-height: 50vh
}

.search-result h4 {
    letter-spacing: normal
}

.search-result h4 a {
    color: inherit
}

.search-result .tag {
    color: #47af57;
    padding: 2px 9px;
    border-radius: 2px;
    background-color: rgba(71, 175, 87, .1);
    font-size: .8rem;
    font-weight: 600
}

.featured-testimonial .featured-testimonial-quote {
    position: relative;
    font-style: italic
}

.featured-testimonial .featured-testimonial-quote:before {
    content: "\201C";
    font-size: 5rem;
    color: #efefef;
    position: absolute;
    top: -2.5rem;
    left: -1.5rem
}

.featured-testimonial .featured-testimonial-quote:after {
    content: "\201D";
    font-size: 5rem;
    color: #efefef;
    position: absolute;
    bottom: -4rem;
    right: -.5rem
}

.featured-testimonial .lead {
    display: inline-block
}

.featured-testimonial .avatar {
    -webkit-transform: translateY(15px) translateX(15px);
    transform: translateY(15px) translateX(15px);
    margin-right: 15px;
    width: 70px;
    height: 70px
}

.callout--half .button {
    margin-top: 30px;
    border: none
}

.callout .subtitle {
    font-weight: 900
}

.callout .lead {
    margin: 0 0 1rem
}

@media print,
screen and (min-width:40em) {
    .callout .lead {
        max-width: 80vw
    }
}

@media print,
screen and (min-width:64em) {
    .callout .lead {
        max-width: 40vw
    }
}

.callout .lead.subtitle,
.callout .lead.subtitle+.lead {
    margin: 0 auto 1rem
}

.callout .button {
    margin-top: 1rem
}

.product-categories-grid {
    background-color: #f0f0f0;
    padding-top: 15px;
    margin-bottom: 15px
}

@media screen and (min-width:31.25em) {
    .product-categories-grid {
        padding-top: 30px
    }
}

@media screen and (min-width:37.5em) {
    .product-categories-grid {
        margin-bottom: 75px
    }
}

@media screen and (min-width:48em) {
    .product-categories-grid {
        padding-top: 45px
    }
}

@media screen and (min-width:56.25em) {
    .product-categories-grid {
        padding-top: 60px;
        margin-bottom: 90px
    }
}

@media screen and (min-width:75em) {
    .product-categories-grid {
        margin-bottom: 150px
    }
}

.product-categories-grid h2,
.product-categories-grid h3,
.product-categories-grid h4,
.product-categories-grid h5,
.product-categories-grid h6 {
    text-transform: uppercase
}

.product-categories-grid p:last-of-type {
    margin-bottom: 0
}

.product-categories-grid .tile-row {
    margin-top: 30px
}

@media screen and (min-width:37.5em) {
    .product-categories-grid .tile-row {
        margin-top: -70px;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

@media screen and (min-width:56.25em) {
    .product-categories-grid .tile-row {
        margin-top: -50px
    }
}

@media screen and (min-width:75em) {
    .product-categories-grid .tile-row {
        margin-top: -30px
    }
}

.product-categories-grid .tile-row .tile {
    width: 100%;
    margin-bottom: 15px
}

@media screen and (min-width:37.5em) {
    .product-categories-grid .tile-row .tile {
        width: calc(50% - 30px);
        margin: 0 7px 15px
    }
}

@media screen and (min-width:56.25em) {
    .product-categories-grid .tile-row .tile {
        width: calc(33.33% - 30px)
    }
}

@media screen and (min-width:103.125em) {
    .product-categories-grid .tile-row .tile {
        width: calc(20% - 30px)
    }
}

.product-categories-grid .tile-row .tile__image {
    display: flex;
    margin: auto
}

.product-categories-grid .tile-row .tile__image img {
    max-height: 160px;
    align-self: center
}

@media screen and (min-width:37.5em) {
    .product-categories-grid .tile-row .tile-overlay__header {
        margin-bottom: 15px
    }
}

.divider-button {
    position: relative;
    margin: 30px 0
}

@media print,
screen and (min-width:40em) {
    .divider-button {
        margin: 45px 0
    }
}

@media print,
screen and (min-width:64em) {
    .divider-button {
        margin: 60px 0
    }
}

.divider-button__rule {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 700px;
    height: 2px;
    background-color: #47af57;
    z-index: 0
}

@media screen and (min-width:31.25em) {
    .divider-button__rule {
        width: 75%
    }
}

.divider-button__rule:after,
.divider-button__rule:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border: 2px solid #47af57;
    border-radius: 50%;
    top: 50%
}

.divider-button__rule:before {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.divider-button__rule:after {
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.divider-button .button {
    margin: 0;
    position: relative;
    z-index: 1
}

.stat-bar {
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    padding: 30px 30px 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .07)
}

@media screen and (min-width:28.125em) {
    .stat-bar {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media screen and (min-width:48em) {
    .stat-bar {
        padding: 30px
    }
}

@media screen and (min-width:87.5em) {
    .stat-bar {
        margin: 0 -100px
    }
}

@media screen and (min-width:93.75em) {
    .stat-bar {
        margin: 0 -150px
    }
}

.stat-bar__stat {
    text-align: center;
    margin-bottom: 15px
}

@media screen and (min-width:28.125em) {
    .stat-bar__stat {
        margin: 0 15px 15px;
        width: calc(40% - 30px)
    }
}

@media screen and (min-width:37.5em) {
    .stat-bar__stat {
        width: calc(35% - 30px)
    }
}

@media screen and (min-width:48em) {
    .stat-bar__stat {
        width: calc(25% - 30px);
        margin: 0 15px
    }
}

.stat-bar__stat .stat {
    font-weight: 700;
    margin-bottom: 5px
}

.stat-bar__stat p {
    margin-bottom: 0
}

.icon-cards-5__row {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:37.5em) {
    .icon-cards-5__row {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -15px
    }
}

@media screen and (min-width:87.5em) {
    .icon-cards-5__row {
        margin: 0 -115px
    }
}

@media screen and (min-width:93.75em) {
    .icon-cards-5__row {
        margin: 0 -165px
    }
}

.icon-cards-5__intro {
    margin-bottom: 30px
}

@media screen and (min-width:37.5em) {
    .icon-cards-5 .icon-card {
        margin: 15px;
        width: calc(50% - 30px)
    }
}

@media screen and (min-width:56.25em) {
    .icon-cards-5 .icon-card {
        width: calc(33.33% - 30px);
        margin: 0 15px 30px
    }
}

@media screen and (min-width:87.5em) {
    .icon-cards-5 .icon-card {
        width: calc(20% - 30px);
        margin: 0 15px
    }
}

.icon-cards-6 {
    padding: 45px 0
}

@media print,
screen and (min-width:40em) {
    .icon-cards-6 {
        padding: 60px 0
    }
}

@media print,
screen and (min-width:64em) {
    .icon-cards-6 {
        padding: 90px 0
    }
}

.icon-cards-6__row {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:37.5em) {
    .icon-cards-6__row {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -15px
    }
}

@media screen and (min-width:87.5em) {
    .icon-cards-6__row {
        margin: 0 -115px
    }
}

@media screen and (min-width:93.75em) {
    .icon-cards-6__row {
        margin: 0 -165px
    }
}

.icon-cards-6__intro {
    margin-bottom: 30px
}

@media screen and (min-width:37.5em) {
    .icon-cards-6 .icon-card {
        margin: 15px;
        width: calc(50% - 30px)
    }
}

@media screen and (min-width:56.25em) {
    .icon-cards-6 .icon-card {
        width: calc(33.33% - 30px);
        margin: 0 15px 30px
    }
}

@media screen and (min-width:87.5em) {
    .icon-cards-6 .icon-card {
        width: calc(16.66% - 30px);
        margin: 0 15px
    }
}

.stat-bar-plus-icon-cards {
    background-color: #f0f0f0;
    margin: 120px 0
}

@media print,
screen and (min-width:64em) {
    .stat-bar-plus-icon-cards {
        margin: 180px 0 210px
    }
}

.stat-bar-plus-icon-cards .stat-bar {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    margin-bottom: -120px
}

@media print,
screen and (min-width:64em) {
    .stat-bar-plus-icon-cards .stat-bar {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-bottom: -60px
    }
}

.stat-bar-plus-icon-cards .icon-cards-5 {
    -webkit-transform: translateY(120px);
    transform: translateY(120px)
}

.stat-bar-plus-icon-cards .icon-card__image {
    display: block
}

.stat-bar-plus-icon-cards .icon-card:hover .icon-card__image,
.stat-bar-plus-icon-cards .icon-card__image.icon-card__image_alt {
    display: none
}

.stat-bar-plus-icon-cards .icon-card:hover .icon-card__image.icon-card__image_alt {
    display: block
}

.latest-news {
    display: inline-block;
    width: 100%;
    margin-top: 60px
}

@media print,
screen and (min-width:40em) {
    .latest-news {
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .latest-news {
        margin-bottom: 90px;
        margin-top: 0
    }
}

.latest-news__header {
    margin-bottom: 30px
}

@media print,
screen and (min-width:64em) {
    .latest-news__header {
        margin-bottom: 45px
    }
}

.latest-news-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

@media print,
screen and (min-width:40em) {
    .latest-news-nav {
        justify-content: flex-end
    }
}

.latest-news-nav__item {
    color: #222422;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    transition: color .2s ease-in-out;
    margin: 0 15px
}

@media print,
screen and (min-width:40em) {
    .latest-news-nav__item {
        margin: 0 35px
    }

    .latest-news-nav__item:last-of-type {
        margin-right: 0
    }
}

.latest-news-nav__item.active {
    border-bottom: 2px solid #47af57
}

.latest-news-nav__item:active,
.latest-news-nav__item:focus,
.latest-news-nav__item:hover {
    color: #47af57
}

.latest-news .basic-card {
    margin-bottom: 40px
}

@media print,
screen and (min-width:64em) {
    .latest-news .basic-card {
        margin-bottom: 0
    }
}

.latest-news .basic-card__heading {
    margin-top: 25px
}

.latest-news .basic-card__excerpt {
    margin-top: 0;
    margin-bottom: 15px
}

.navigation-backdrop {
    height: 75px;
    background-color: #222422
}

@media print,
screen and (min-width:40em) {
    .navigation-backdrop {
        height: 66px
    }
}

.offices-map-block__intro {
    margin-bottom: 30px
}

@media print,
screen and (min-width:40em) {
    .offices-map-block__intro {
        margin-bottom: 45px
    }
}

@media print,
screen and (min-width:64em) {
    .offices-map-block__intro {
        margin-bottom: 60px
    }
}

.offices-map-block .offices {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 36rem
}

.offices-map-block .offices__main {
    display: flex;
    flex-direction: column;
    flex: 4 1 auto;
    align-self: stretch;
    background-color: #f0f0f0
}

@media print,
screen and (min-width:40em) {
    .offices-map-block .offices__main {
        flex: 6
    }
}

@media print,
screen and (min-width:64em) {
    .offices-map-block .offices__main {
        flex: 11
    }
}

.offices-map-block .offices__main-container {
    background-color: #f5f7f6;
    overflow-y: scroll
}

@media print,
screen and (min-width:40em) {
    .offices-map-block .offices__main-container {
        padding: 0 15px 0 0
    }
}

@media print,
screen and (min-width:64em) {
    .offices-map-block .offices__main-container {
        width: 440px;
        align-self: flex-end
    }
}

.offices-map-block .offices__map {
    display: none;
    background-color: #b6c1ba
}

@media print,
screen and (min-width:40em) {
    .offices-map-block .offices__map {
        flex: 6;
        display: block
    }
}

@media print,
screen and (min-width:64em) {
    .offices-map-block .offices__map {
        flex: 16
    }
}

.offices-map-block .offices__filters {
    padding: 15px
}

.offices-map-block .offices__filters select {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 6px;
    border: 2px solid #ededed
}

.offices-map-block .offices__filters input {
    margin: 0
}

.offices-map-block .offices__list-item {
    position: relative;
    padding: 15px 45px 15px 15px;
    font-size: 14px;
    font-weight: 300
}

.offices-map-block .offices__list-item:nth-child(odd) {
    background-color: #fefefe
}

.offices-map-block .offices__office-name {
    display: block;
    font-weight: 700
}

.offices-map-block .offices__company-name {
    display: block
}

.offices-map-block .offices__country {
    text-transform: uppercase
}

.offices-map-block .offices__tel {
    font-weight: 700
}

.offices-map-block .offices__chevron {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    height: 10px;
    width: 10px;
    border-right: 2px solid rgba(34, 36, 34, .5);
    border-bottom: 2px solid rgba(34, 36, 34, .5);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.page-block-col-img .block-image-text-img {
    max-width: 320px;
    margin: 0 auto
}

.page-block-col-img .button {
    margin-top: .5rem
}

.page-block-col-vid__embed_video {
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-bottom: 66.666%
}

.page-block-col-vid__embed_video iframe {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.page-block-col-vid .icon-swish {
    position: relative;
    top: 7px;
    margin-left: 3px;
    height: 40px;
    width: 40px
}

.careers-block__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0
}

.careers-block__tabs .tabs-title {
    flex: 1 1 auto
}

.careers-block__tabs .tabs-title a {
    border-top: 2px solid transparent;
    color: #222422;
    font-size: 18px;
    padding: 15px 20px;
    text-align: center;
    font-weight: 700;
    transition: background-color .1s ease-in-out, border-top .2s ease-in-out
}

@media print,
screen and (min-width:40em) {
    .careers-block__tabs .tabs-title a {
        padding: 20px 50px;
        font-size: 18px
    }
}

.careers-block__tabs .tabs-title a:active,
.careers-block__tabs .tabs-title a:hover {
    background: #fefefe
}

.careers-block__tabs .tabs-title.is-active a {
    background-color: #fefefe;
    border-top: 2px solid #47af57
}

.careers-block__tabs-panels {
    padding: 30px 0 45px
}

@media print,
screen and (min-width:40em) {
    .careers-block__tabs-panels {
        padding: 45px 0 60px
    }
}

@media print,
screen and (min-width:64em) {
    .careers-block__tabs-panels {
        padding: 75px 0 90px
    }
}

.careers-block__tabs-panels .tabs-panel {
    padding: 0
}

.case-study-block {
    padding: 40px
}

.case-study-block .featured-image {
    margin-bottom: 10px
}

.case-study-block .case-study {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px
}

.case-study-block .case-study:after {
    content: "";
    height: 80px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff)
}

.case-study-block .case-study.expanded {
    max-height: none
}

.case-study-block .case-study.expanded:after {
    background: hsla(0, 0%, 100%, 0)
}

.case-study-block .read-more {
    font-weight: 600
}

.products-block {
    padding-top: 30px;
    background-color: #f0f0f0
}

@media print,
screen and (min-width:40em) {
    .products-block {
        padding-top: 45px
    }
}

@media print,
screen and (min-width:64em) {
    .products-block {
        padding-top: 60px
    }
}

.products-block h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 28px
}

.products-block-sidebar__box {
    background-color: #fefefe;
    padding: 15px 20px;
    margin-bottom: 15px
}

.products-block-sidebar__box h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    font-size: 18px
}

.products-block-main__header {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center
}

.products-block-main__header .results-count {
    align-self: center;
    color: rgba(34, 36, 34, .5);
    font-size: 13px
}

.products-block-main__header .view-controls {
    display: flex;
    flex-direction: row
}

.products-block-main__header .view-controls select {
    width: auto;
    border-radius: 50px;
    padding: 7px 20px;
    height: auto;
    background-color: transparent;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: center;
    font-size: 12px
}

.products-block-main__header .view-controls select:last-of-type {
    margin-right: 0
}

.products-block-main__grid {
    display: flex;
    flex-direction: column
}

@media print,
screen and (min-width:40em) {
    .products-block-main__grid {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -7px
    }
}

.products-block-main__grid .product-card {
    width: 100%;
    margin: 0 0 15px
}

@media print,
screen and (min-width:40em) {
    .products-block-main__grid .product-card {
        width: calc(33.33% - 14px);
        margin: 0 7px 14px
    }
}

@media screen and (min-width:75em) {
    .products-block-main__grid .product-card {
        width: calc(25% - 14px);
        margin: 0 7px 14px
    }
}

.product-slider {
    background-color: #f0f0f0;
    padding: 30px 0
}

@media print,
screen and (min-width:40em) {
    .product-slider {
        padding: 45px 0
    }
}

@media print,
screen and (min-width:64em) {
    .product-slider {
        padding: 60px 0
    }
}

.product-slider .slick-list {
    margin: 0 -15px;
    padding: 30px 0
}

.product-slider .slick-track {
    display: flex !important
}

.product-slider .tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 15px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .08)
}

.product-slider .tile__image {
    padding: 10px 15px
}

.product-slider .tile__image img {
    width: 50%;
    margin: 0 auto
}

.product-slider .tile__footer {
    margin-top: auto;
    padding: 0 15px
}

.product-slider .tile__footer p {
    transition: padding .15s ease-out
}

.product-slider .tile.slick-slide {
    height: inherit !important;
    display: flex
}

.product-slider .tile:active .tile__footer,
.product-slider .tile:focus .tile__footer,
.product-slider .tile:hover .tile__footer {
    opacity: 1
}

.product-slider .tile:active .tile__footer p,
.product-slider .tile:focus .tile__footer p,
.product-slider .tile:hover .tile__footer p {
    padding-right: 40px
}

.product-slider__controls {
    position: relative;
    margin-top: 15px;
    height: 50px
}

.product-slider__controls .slick-arrow {
    position: absolute;
    top: 0;
    height: 30px;
    width: 30px;
    cursor: pointer
}

.product-slider__controls .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-slider__controls .slick-arrow.slick-next {
    right: 0
}

.product-slider .slick-dots {
    margin: 0;
    text-align: center;
    padding: 0 60px
}

.product-slider .slick-dots li {
    position: relative;
    top: -5px;
    list-style: none;
    margin: 0 5px;
    display: inline-block
}

.product-slider .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent
}

.product-slider .slick-dots li button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background-color: rgba(34, 36, 34, .5)
}

.product-slider .slick-dots li.slick-active button:before {
    background-color: #47af57
}

.page-product-range .footer-heading {
    background-color: #fefefe
}

.product-range {
    padding: 30px 0
}

@media print,
screen and (min-width:64em) {
    .product-range {
        padding: 60px 0
    }
}

.product-range h1 {
    position: relative;
    display: inline-block;
    font-size: 30px
}

.product-range h1 .icon-swish {
    display: none
}

@media screen and (min-width:26.25em) {
    .product-range h1 .icon-swish {
        position: absolute;
        display: block;
        right: -60px;
        top: 0;
        height: 40px;
        width: 40px
    }
}

.product-range .product-range-feed {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-top: 30px
}

@media print,
screen and (min-width:40em) {
    .product-range .product-range-feed {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 7.5px
    }
}

.product-range .product-range-feed .product-card {
    margin: 0 10px 10px
}

@media print,
screen and (min-width:40em) {
    .product-range .product-range-feed .product-card {
        width: calc(50% - 20px);
        margin: 0 10px 15px
    }
}

@media print,
screen and (min-width:64em) {
    .product-range .product-range-feed .product-card {
        width: calc(33.33% - 20px)
    }
}

.product-range .product-range-feed .product-card__buttons {
    margin-top: 15px
}

.product-range .product-range-feed .product-card__buttons .button {
    margin-bottom: 0
}

*,
:focus {
    outline: none !important
}

.fadeIn {
    opacity: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.no-cssanimations {
    opacity: 1
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.breadcrumb {
    background-color: #fefefe;
    padding: 10px 0
}

.breadcrumb__item {
    position: relative;
    margin-right: 24px
}

.breadcrumb__item:after {
    position: absolute;
    content: ">";
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumb__item:last-of-type:after {
    content: none
}

.breadcrumb__item a {
    color: #222422
}

.card {
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.card>a {
    background: #47af57;
    overflow: hidden
}

.card>a>img {
    opacity: 1;
    transition: all .3s ease
}

.card>a>img:hover {
    opacity: .7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-card {
    text-align: center;
    background-color: #fefefe;
    display: flex;
    flex-direction: column;
    padding: 30px 15px
}

.product-card__image {
    width: auto;
    max-width: 100%;
    height: 120px;
    align-self: center;
    margin-bottom: 30px
}

.product-card__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0
}

.product-card__button {
    margin-bottom: 0;
    margin-top: auto;
    align-self: center
}

.product-series-card {
    text-align: center;
    background-color: #fefefe;
    display: flex;
    flex-direction: column;
    padding: 30px
}

@media screen and (min-width:28.75em) {
    .product-series-card {
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media screen and (min-width:62.5em) {
    .product-series-card {
        padding: 15px 30px;
        min-height: 215px
    }
}

.product-series-card__image {
    align-self: center;
    margin-bottom: 30px;
    flex: 1 0 100%
}

@media screen and (min-width:28.75em) {
    .product-series-card__image {
        flex: 1 0 50%
    }
}

@media screen and (min-width:42.5em) {
    .product-series-card__image {
        flex: 0 0 33.33%
    }
}

@media screen and (min-width:62.5em) {
    .product-series-card__image {
        flex: 0 0 20%;
        margin-bottom: 0
    }
}

.product-series-card__image img {
    width: auto;
    max-width: 100%;
    height: 120px
}

@media screen and (min-width:62.5em) {
    .product-series-card__image img {
        height: 180px
    }
}

.product-series-card__heading {
    color: #222422;
    flex: 1 0 auto;
    align-self: center;
    margin-bottom: 15px
}

@media screen and (min-width:28.75em) {
    .product-series-card__heading {
        flex: 1 0 50%;
        padding: 0 15px;
        margin-bottom: 0
    }
}

@media screen and (min-width:62.5em) {
    .product-series-card__heading {
        flex: 0 0 15%
    }
}

.product-series-card__title {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 0;
    word-break: break-word
}

.product-series-card__text {
    margin-bottom: 0
}

.product-series-card__list {
    text-align: left;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    flex: 1 1 auto
}

@media screen and (min-width:42.5em) {
    .product-series-card__list {
        flex: 1 0 100%
    }
}

@media screen and (min-width:62.5em) {
    .product-series-card__list {
        flex: 0 0 45%
    }
}

.product-series-card__list>ul {
    list-style-type: none;
    width: 100%;
    margin: 0 0 30px
}

@media screen and (min-width:28.75em) {
    .product-series-card__list>ul {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 15px;
        column-gap: 15px;
        -webkit-column-fill: balance;
        column-fill: balance
    }
}

@media screen and (min-width:42.5em) {
    .product-series-card__list>ul {
        -webkit-column-count: 3;
        column-count: 3;
        order: 2
    }
}

@media screen and (min-width:62.5em) {
    .product-series-card__list>ul {
        -webkit-column-count: 2;
        column-count: 2;
        order: unset;
        padding: 0 15px;
        margin: 0
    }
}

.product-series-card__list>ul>li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 7px;
    line-height: 1.4;
    color: rgba(34, 36, 34, .8)
}

.product-series-card__list>ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    background-color: #47af57;
    border-radius: 50px
}

.product-series-card__list-item {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 7px;
    line-height: 1.4;
    color: rgba(34, 36, 34, .8)
}

.product-series-card__list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    background-color: #47af57;
    border-radius: 50px
}

.product-series-card__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 auto
}

@media screen and (min-width:62.5em) {
    .product-series-card__cta {
        flex: 0 0 19%
    }
}

.product-series-card__cta .button {
    margin: auto;
    align-self: center
}

.basic-card {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%
}

.basic-card__image {
    flex: 0 0 200px;
    width: 100%;
    background-size: cover;
    background-position: 50%
}

.basic-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    background-color: #fefefe;
    padding: 30px
}

.basic-card__heading {
    font-size: 18px;
    margin-bottom: 5px;
    transition: color .2s ease-in-out
}

.basic-card__date {
    font-size: 15px;
    margin-bottom: 0;
    color: #222422;
    opacity: .6
}

.basic-card__excerpt {
    color: #222422;
    margin-top: 15px;
    margin-bottom: 0
}

.basic-card:active .basic-card__heading,
.basic-card:focus .basic-card__heading,
.basic-card:hover .basic-card__heading {
    color: #47af57
}

.resource-card,
.resource-card__top {
    display: flex;
    flex-direction: column
}

.resource-card__top {
    position: relative;
    justify-content: space-between;
    height: 172px;
    padding: 25px;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: 50%
}

.resource-card__top:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .65) 50%, rgba(0, 0, 0, .2)); */
    z-index: 1
}

.resource-card__title {
    position: relative;
    color: #060606;
    overflow: hidden;
    flex: 0 1 auto;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
    z-index: 2;
    height:120px
}

.resource-card__branding {
    position: relative;
    flex: 0 0 auto;
    align-self: flex-start;
    margin-top: 40px;
    z-index: 2
}

.resource-card__branding:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    height: 3px;
    width: 3px;
    border-radius: 3px;
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(71, 175, 87, .9)
}

.resource-card__branding:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 3px;
    height: 1px;
    width: 20px;
    background-color: rgba(71, 175, 87, .5)
}

.resource-card__logo {
    height: 18px;
    width: auto
}

.resource-card__bottom {
    color: #222422;
    background-color: #fefefe;
    padding: 25px
}

.resource-card__excerpt {
    min-height: 4.8em
}

.resource-card__meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px
}

.resource-card__tag {
    color: #47af57;
    padding: 2px 9px;
    border-radius: 2px;
    background-color: rgba(71, 175, 87, .1);
    font-weight: 600
}

.icon-card {
    box-shadow: 0 0 30px rgba(0, 0, 0, .07);
    padding: 45px 30px 30px;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fefefe;
    transition: background-color .2s ease-in-out
}

.icon-card__image img {
    max-height: 130px;
    width: auto;
    margin-bottom: 30px
}

.icon-card__heading {
    color: #222422;
    margin-bottom: 15px;
    font-weight: 700;
    transition: color .2s ease-in-out;
    font-size: 20px
}

.icon-card__text {
    max-width: 210px
}

.icon-card__text p {
    color: #222422;
    transition: color .2s ease-in-out
}

.icon-card__text p:last-child {
    margin-bottom: 0
}

.icon-card:active,
.icon-card:focus,
.icon-card:hover {
    background-color: #47af57
}

.icon-card:active *,
.icon-card:focus *,
.icon-card:hover * {
    color: #fefefe
}

.callout {
    margin-bottom: 0
}

.callout.callout-size-0 {
    padding-top: 3rem;
    padding-bottom: .5rem
}

@media print,
screen and (min-width:40em) {
    .callout.callout-size-0 {
        padding-top: 7rem;
        padding-bottom: 1.5rem
    }
}

.callout.callout-size-1 {
    padding-top: 5rem;
    padding-bottom: 2.5rem
}

@media print,
screen and (min-width:40em) {
    .callout.callout-size-1 {
        padding-top: 10rem;
        padding-bottom: 4.5rem
    }
}

.callout.callout-size-2 {
    padding-top: 5rem;
    padding-bottom: 4.5rem
}

@media print,
screen and (min-width:40em) {
    .callout.callout-size-2 {
        padding-top: 10rem;
        padding-bottom: 9.5rem
    }
}

.callout.callout-size-3 {
    padding-top: 7rem;
    padding-bottom: 6.5rem
}

@media print,
screen and (min-width:40em) {
    .callout.callout-size-3 {
        padding-top: 12rem;
        padding-bottom: 11.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .callout.callout-size-3 {
        padding-top: 15rem;
        padding-bottom: 14.5rem
    }
}

.callout.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-radius: 0
}

.callout.background-image h1,
.callout.background-image h2,
.callout.background-image h3,
.callout.background-image h4,
.callout.background-image h5,
.callout.background-image p {
    color: #fff
}

.callout.background-image .button {
    box-shadow: 0 5px 9px -3px rgba(0, 0, 0, .2)
}

.callout.background-image.fade-background:before {
    background: linear-gradient(150deg, rgba(85, 51, 255, .8) 15%, rgba(5, 213, 255, .75) 70%, rgba(166, 255, 203, .6) 94%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.callout.background-image>* {
    z-index: 1;
    position: relative
}

.cell .background-image,
.cell .background-image:before {
    border-radius: 4px
}

.internal .callout p.lead {
    font-size: 100%
}

.internal .callout p.lead.subtitle {
    font-size: 125%
}

.footer-heading {
    background-color: #f0f0f0;
    padding: 15px 0
}

@media print,
screen and (min-width:40em) {
    .footer-heading {
        padding: 20px 0
    }
}

@media print,
screen and (min-width:64em) {
    .footer-heading {
        padding: 30px 0
    }
}

.footer-heading p {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px
}

@media print,
screen and (min-width:40em) {
    .footer-heading p {
        font-size: 20px;
        letter-spacing: 4px
    }
}

@media print,
screen and (min-width:64em) {
    .footer-heading p {
        font-size: 28px;
        letter-spacing: 10px
    }
}

.footer-container {
    background-color: #1d1f1e;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='304' height='304'%3E%3Cpath fill='%23242625' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16v19.51l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2h19.51L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2h27.51L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
    padding-top: 30px;
    padding-bottom: 30px
}

@media print,
screen and (min-width:40em) {
    .footer-container {
        padding-top: 45px
    }
}

@media print,
screen and (min-width:64em) {
    .footer-container {
        padding-top: 60px
    }
}

@media screen and (min-width:75em) {
    .footer-container {
        padding-top: 75px;
        padding-bottom: 45px
    }
}

@media screen and (min-width:90em) {
    .footer-container {
        padding-top: 90px;
        padding-bottom: 60px
    }
}

footer p {
    color: hsla(0, 0%, 99.6%, .65);
    font-size: 15px
}

footer.top-footer h4 {
    color: #fefefe;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal
}

footer.top-footer .menu li a {
    padding-left: 0;
    color: #fefefe;
    opacity: .65;
    transition: opacity .2s ease-in-out;
    font-size: 15px
}

footer.top-footer .menu li a:active,
footer.top-footer .menu li a:focus,
footer.top-footer .menu li a:hover {
    opacity: 1
}

footer.top-footer .footer-logo {
    margin-bottom: 15px
}

footer.top-footer .input-group {
    margin-bottom: 0
}

footer.top-footer .footer-signup {
    max-width: 400px;
    height: 40px
}

footer.top-footer .footer-signup input[type=email] {
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    height: 100%
}

footer.top-footer .footer-signup__button {
    background-color: #fefefe;
    cursor: pointer;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

footer.top-footer .footer-signup__button svg {
    height: 15px;
    width: 20px
}

footer.bottom-footer .bottom-footer__divider {
    width: 100%;
    height: 2px;
    background-color: hsla(0, 0%, 99.6%, .2);
    margin: 15px 0 30px
}

footer.bottom-footer p {
    margin: 0
}

footer.bottom-footer .menu.social-icons {
    margin-top: -5px;
    margin-left: -7px
}

@media print,
screen and (min-width:64em) {
    footer.bottom-footer .menu.social-icons {
        margin-left: -10px
    }
}

footer.bottom-footer .menu.social-icons a {
    color: #47af57;
    font-size: 10px;
    padding: 10px
}

footer.bottom-footer .menu ul {
    display: none
}

footer.bottom-footer .copyright {
    font-size: 80%;
    margin-top: 15px
}

@media print,
screen and (min-width:64em) {
    footer.bottom-footer .copyright {
        margin-top: 5px
    }
}

footer.bottom-footer .copyright a {
    color: #fefefe;
    opacity: .65;
    transition: opacity .2s ease-in-out
}

footer.bottom-footer .copyright a:active,
footer.bottom-footer .copyright a:focus,
footer.bottom-footer .copyright a:hover {
    opacity: 1
}

footer.bottom-footer .language-select-form {
    margin-left: auto
}

.off-canvas-menu-icon {
    padding-top: 6px
}

.off-canvas-menu-icon-close {
    z-index: 999
}

.chevron-down {
    position: relative;
    padding-right: 10px
}

.chevron-down>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #47af57 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.ll-megamenu__dropdown {
    position: fixed;
    top: 62px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    transition: all .5s;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 50px rgba(87, 79, 77, .12);
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

.ll-megamenu .ll-megamenu__dropdown {
    max-height: 0;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    z-index: 0
}

.ll-megamenu.opened>a {
    color: #47af57 !important
}

.ll-megamenu.opened>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ll-megamenu.opened .ll-megamenu__dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    max-height: 750px
}

.ll-megamenu .ll-megamenu-tabs-wrapper {
    width: 100%;
    background: #f5f7f7
}

.ll-megamenu__tabs {
    max-width: 67.6666666667rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center
}

.ll-megamenu__tabtarget {
    display: none;
    padding: 35px 35px 30px;
    margin: 0 auto;
    max-width: 67.6666666667rem
}

.ll-megamenu__tabtarget.is-active {
    display: block
}

.ll-megamenu__tabtarget.ll-megamenu__tabtarget--noxpad {
    padding: 35px 0 30px
}

.ll-megamenu__tabwrap {
    display: flex
}

.ll-megamenu__tabwrap .ll-megamenu__col .ll-megamenu__featlink {
    height: 150px;
    margin-bottom: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 19px;
    padding: 20px 35px 20px 25px;
    line-height: 1.3;
    transition: all .3s ease-in;
    background-size: cover;
    background-color: #f5f7f7;
    background-position: 50%;
    color: #222422
}

.ll-megamenu__tabwrap .ll-megamenu__col .ll-megamenu__featlink:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.ll-megamenu__tabwrap .ll-megamenu__col .ll-megamenu__featlink--big {
    height: 320px;
    margin-bottom: 0
}

.ll-megamenu__tabwrap .ll-megamenu__col .ll-megamenu__featlink span img {
    max-width: 31px;
    display: inline-block;
    height: auto
}

.ll-megamenu__title {
    color: #112c22;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 25px
}

.ll-megamenu__more {
    width: 27%;
    padding-left: 35px
}

.ll-megamenu__more .ll-megamenu__title {
    margin-bottom: 15px
}

.ll-megamenu__format {
    width: 46%
}

.ll-megamenu__application {
    width: 27%;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
    padding-left: 35px
}

.ll-megamenu__formatprods {
    display: flex;
    flex-wrap: wrap
}

.ll-megamenu__formatprod {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 20px
}

.ll-megamenu__formatprod span {
    color: #222422;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    padding: 0;
    position: relative
}

.ll-megamenu__formatprod span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #47af57;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

.ll-megamenu__formatprod:hover span {
    font-weight: 600
}

.ll-megamenu__formatprod:hover span:before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.ll-megamenu__formatprod img {
    max-width: 45px;
    margin-right: 20px
}

.ll-megamenu__col {
    flex: 1;
    width: 25%
}

.ll-megamenu__col:not(:first-child) {
    padding-left: 30px
}

.ll-megamenu__col:not(:last-child) {
    padding-right: 30px
}

.ll-megamenu__col+.ll-megamenu__col {
    position: relative
}

.ll-megamenu__col+.ll-megamenu__col:before {
    content: "";
    width: 3px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.top-bar .menu .ll-button {
    display: inline-block;
    font-size: 15px !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 8px 30px 8px 60px;
    border-radius: 26px;
    position: relative;
    transition: all .3s ease-in
}

.top-bar .menu .ll-button--tool {
    background-image: linear-gradient(3deg, #47af57, #5ce272)
}

.top-bar .menu .ll-button--tool:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25)
}

.top-bar .menu .ll-button--tool:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 24px;
    height: 24px;
    background: url(/statics/en/images/tool.png?9e3c48ca5f4eb610f9d5f3ce2dffef0a) no-repeat 50%/24px 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-bar .menu .ll-button--tool+.ll-megamenu__title {
    margin-top: 50px
}

.top-bar .menu .ll-button--more {
    color: #47af57 !important;
    border: 2px solid #47af57;
    line-height: 28px
}

.top-bar .menu .ll-button--more:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25)
}

.top-bar .menu .ll-button--more:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    width: 24px;
    height: 24px;
    background: url(/statics/en/images/info.png?9c68c950e48e0e45260aac30f7d4834f) no-repeat 50%/24px 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-bar .menu li .ll-megamenu__tabtoggle {
    display: block;
    flex: 1;
    background: transparent;
    color: #112c22;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    padding: 30px 20px 30px 30px;
    transition: background .3s ease-in;
    position: relative;
    overflow: hidden
}

.top-bar .menu li .ll-megamenu__tabtoggle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 4px;
    background: #47af57;
    transition: all .3s ease-in;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.top-bar .menu li .ll-megamenu__tabtoggle.is-active,
.top-bar .menu li .ll-megamenu__tabtoggle:focus,
.top-bar .menu li .ll-megamenu__tabtoggle:hover {
    background: #fff
}

.top-bar .menu li .ll-megamenu__tabtoggle.is-active:after {
    -webkit-transform: none;
    transform: none
}

.main-navigation-wrap.scrolled .ll-megamenu__dropdown {
    top: 59px
}

@media (max-width:1160px) {
    .ll-megamenu__title {
        min-height: 48px
    }

    .ll-megamenu__tabwrap .ll-megamenu__col .ll-megamenu__featlink {
        font-size: 18px
    }
}

@media (max-width:1200px) {
    .ll-megamenu__tabtoggle {
        font-size: 14px;
        line-height: 19px;
        padding: 25px 15px;
        transition: background .3s ease-in
    }

    .ll-megamenu__application,
    .ll-megamenu__more {
        padding-left: 20px
    }

    .ll-megamenu__title {
        font-size: 14px
    }

    .menu .ll-button {
        font-size: 14px !important;
        padding: 5px 20px 5px 45px;
        border-radius: 20px
    }

    .menu .ll-button--tool:after {
        left: 14px;
        width: 18px;
        height: 18px;
        background: url(/statics/en/images/tool.png?9e3c48ca5f4eb610f9d5f3ce2dffef0a) no-repeat 50%/18px 18px
    }

    .menu .ll-button--more:after {
        left: 14px;
        width: 20px;
        height: 20px;
        background: url(/statics/en/images/info.png?9c68c950e48e0e45260aac30f7d4834f) no-repeat 50%/20px 20px
    }
}

.off-canvas {
    background-color: #012a66;
    background: linear-gradient(135deg, #012a66 1%, #030614);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012a66", endColorstr="#030614", GradientType=1)
}

.off-canvas__header {
    position: relative;
    width: 100%;
    height: auto;
    padding: .875rem 1rem;
    background-color: #012a66;
    margin-bottom: 10px
}

.off-canvas__logo {
    width: 110px;
    height: auto
}

.off-canvas .close-button {
    color: #fefefe;
    top: .8rem;
    line-height: .6
}

.off-canvas .menu.social-icons li a {
    padding: .7rem .5rem;
    color: #47af57
}

.off-canvas .menu.social-icons li a svg {
    font-size: 1.5rem
}

.off-canvas .menu li a {
    color: #fefefe;
    font-weight: 400
}

.off-canvas .menu li a .fa-2x {
    font-size: 1.6em
}

.off-canvas .menu li .menu li a {
    font-size: .86em
}

.off-canvas .menu.vertical>li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

.off-canvas .menu:not(.social-icons) li {
    width: calc(100% - 2rem)
}

.off-canvas__language-select {
    margin: .75rem 1rem 0
}

@media print,
screen and (min-width:40em) {
    .off-canvas__language-select {
        margin: 0 0 0 1rem
    }
}

@media print,
screen and (min-width:64em) {
    .off-canvas__language-select {
        margin: 0
    }
}

.off-canvas hr {
    border-bottom: 1px solid hsla(0, 0%, 99.6%, .2)
}

.off-canvas hr:last-of-type {
    margin-top: 1.5rem
}

.page-title {
    padding-top: 2.55rem;
    padding-bottom: 2.55rem;
    background: linear-gradient(rgba(71, 175, 87, .9), rgba(71, 175, 87, .6)), url(/statics/en/images/photo-1492546643178-96d64f3fd824jpg?auto=format&fit=crop&q=25&w=1051);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media print,
screen and (min-width:40em) {
    .page-title {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.page-title * {
    color: #fff
}

.pagination {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: .5rem 0;
    margin: 1rem 0
}

.styled-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px
}

.styled-pagination .pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    order: -1;
    flex: 1 0 100%;
    justify-content: center;
    margin-bottom: 15px
}

@media screen and (min-width:33.75em) {
    .styled-pagination .pagination {
        order: unset;
        flex: 1 1 auto;
        margin-bottom: 0
    }
}

.styled-pagination .pagination li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 31px;
    width: 31px;
    color: hsla(0, 0%, 54.1%, .85);
    border-radius: 50px;
    font-weight: 700;
    margin: 12px 5px;
    font-size: 18px
}

.styled-pagination .pagination li a {
    color: hsla(0, 0%, 54.1%, .85)
}

.styled-pagination .pagination li a:active,
.styled-pagination .pagination li a:focus,
.styled-pagination .pagination li a:hover {
    color: #47af57
}

.styled-pagination .pagination li.current {
    color: #fefefe;
    background-color: #47af57
}

.styled-pagination .pagination li:first-child,
.styled-pagination .pagination li:last-child {
    width: auto;
    text-transform: uppercase;
    background-color: #fefefe !important
}

.styled-pagination .pagination li:first-child:active,
.styled-pagination .pagination li:first-child:focus,
.styled-pagination .pagination li:first-child:hover,
.styled-pagination .pagination li:last-child:active,
.styled-pagination .pagination li:last-child:focus,
.styled-pagination .pagination li:last-child:hover {
    background-color: #fefefe
}

.styled-pagination .pagination li:first-child a,
.styled-pagination .pagination li:last-child a {
    padding: 15px
}

.styled-pagination .pagination li:first-child a:active,
.styled-pagination .pagination li:first-child a:focus,
.styled-pagination .pagination li:first-child a:hover,
.styled-pagination .pagination li:last-child a:active,
.styled-pagination .pagination li:last-child a:focus,
.styled-pagination .pagination li:last-child a:hover {
    color: #47af57
}

@media print,
screen and (min-width:40em) {
    .styled-pagination .pagination li:first-child {
        margin-right: auto
    }
}

@media print,
screen and (min-width:40em) {
    .styled-pagination .pagination li:last-child {
        margin-left: auto
    }
}

.styled-pagination .button {
    margin-bottom: 0;
    color: #8a8a8a
}

.styled-pagination .button:active,
.styled-pagination .button:focus,
.styled-pagination .button:hover {
    background-color: #fefefe;
    color: #47af57
}

.header-site-search {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #f0f0f0;
    display: none
}

.header-site-search .input-group {
    margin-bottom: 0
}

.main-navigation-wrap {
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 10px;
    transition: all .3s ease-in
}

.main-navigation-wrap.scrolled {
    background-color: #222422
}

/* 222 */
@media print,
screen and (min-width:40em) {
    .main-navigation-wrap.scrolled {
        /* top: -42px */
    }
}
/* 222 */
@media print,
screen and (min-width:40em) {
    .main-navigation-wrap.scrolled .header-logo {
        top: 2px
    }
}

.main-navigation-wrap.scrolled .top-bar {
    background-color: transparent;
    padding: 0;
    margin-top: 10px
}

.main-navigation-wrap.scrolled .top-bar .menu ul.menu.dropdown li .submenu {
    /* top: 59px */
}

.top-bar-header {
    width: 75%;
    margin-left: auto
}

@media print,
screen and (min-width:64em) {
    .top-bar-header {
        width: 50%
    }
}

.top-bar-header .menu {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .1) 28%, hsla(0, 0%, 100%, .1) 71%, hsla(0, 0%, 100%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1);
    padding: 2px 0;
    font-weight: 400
}

.top-bar-header .menu li:last-of-type {
    margin-left: 15px
}

.top-bar-header .menu li a {
    color: #fefefe;
    font-size: 15px
}

.top-bar {
    padding: 0;
    margin-top: 10px
}

.top-bar,
.top-bar .menu {
    background-color: transparent
}

.top-bar .menu {
    font-weight: 400
}

.top-bar .menu .is-drop-down-submenu-parent {
    display: flex !important
}

.top-bar .menu li a {
    color: #fefefe
}

@media print,
screen and (min-width:40em) {
    .top-bar .menu li a {
        font-size: 17px
    }
}

.top-bar .menu ul.menu.dropdown .submenu {
    z-index: 0
}

.top-bar .menu ul.menu.dropdown>li.opened>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.top-bar .menu ul.menu.dropdown>li.opened .submenu {
    z-index: 1;
    max-height: 750px
}

.top-bar .menu ul.menu.dropdown>li>a:after {
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.top-bar .menu ul.menu.dropdown li a {
    background-color: transparent
}

.top-bar .menu ul.menu.dropdown li .submenu {
    overflow: hidden;
    transition: max-height .1s;
    max-height: 0;
    display: block;
    position: fixed;
    top: 66px;
    width: 100%;
    background-color: #fefefe;
    border: none;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .2)
}

.top-bar .menu ul.menu.dropdown li .submenu .content {
    justify-content: center;
    padding: .8333333333rem 0;
    max-width: 67.6666666667rem;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 0 auto;
    display: flex;
    width: 100%
}

.top-bar .menu ul.menu.dropdown li .submenu .content li.mega-item {
    flex: 1 1 0px
}

.top-bar .menu ul.menu.dropdown li .submenu .mega-item__link {
    display: flex;
    flex-direction: column;
    color: rgba(34, 36, 34, .85);
    flex: 1 1 auto;
    width: 100%;
    align-items: center;
    transition: all .3s ease-in
}

.top-bar .menu ul.menu.dropdown li .submenu .mega-item__link:active .mega-item__text,
.top-bar .menu ul.menu.dropdown li .submenu .mega-item__link:focus .mega-item__text,
.top-bar .menu ul.menu.dropdown li .submenu .mega-item__link:hover .mega-item__text {
    font-weight: 600
}

.top-bar .menu ul.menu.dropdown li .submenu .mega-item__link:active .mega-item__text:before,
.top-bar .menu ul.menu.dropdown li .submenu .mega-item__link:focus .mega-item__text:before,
.top-bar .menu ul.menu.dropdown li .submenu .mega-item__link:hover .mega-item__text:before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.top-bar .menu ul.menu.dropdown li .submenu .mega-item__image {
    max-height: 45px;
    max-width: 45px;
    height: auto;
    width: auto;
    margin-bottom: 15px
}

.top-bar .menu ul.menu.dropdown li .submenu .mega-item__text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #222422;
    position: relative;
    text-align: center
}

.top-bar .menu ul.menu.dropdown li .submenu .mega-item__text:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #47af57;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

.top-bar .header-logo {
    position: relative;
    max-width: 156px;
    margin-right: 1rem;
    top: 2px;
}

.top-bar .search-icon-mobile {
    margin: 6px 16px 0 0
}

.top-bar .top-bar-right a {
    color: #525252
}

.top-bar .top-bar-right a:hover {
    color: #47af57
}

.top-bar .fa-bars,
.top-bar .fa-search {
    color: #fefefe
}

.header-site-search {
    z-index: 9;
    position: fixed;
    width: 100%;
    padding-top: 75px;
    background: rgba(34, 36, 34, .75)
}

.header-site-search.scrolled {
    padding-top: 75px
}

.search-results .product-series-card {
    margin-bottom: 4px
}

.vspace,
.vspace-1,
.vspace-2,
.vspace-3,
.vspace-4,
.vspace-5,
.vspace-6,
.vspace-7,
.vspace-8,
.vspace-9,
.vspace-10 {
    display: block;
    float: none;
    width: 100%
}

.vspace,
.vspace-1 {
    height: 1rem
}

.vspace-2 {
    height: 2rem
}

.vspace-3 {
    height: 3rem
}

.vspace-4 {
    height: 4rem
}

.vspace-5 {
    height: 5rem
}

.vspace-6 {
    height: 6rem
}

.vspace-7 {
    height: 7rem
}

.vspace-8 {
    height: 8rem
}

.vspace-9 {
    height: 9rem
}

.vspace-10 {
    height: 10rem
}

.vspace-small,
.vspace-small-1 {
    height: 1rem
}

.vspace-small-2 {
    height: 2rem
}

.vspace-small-3 {
    height: 3rem
}

.vspace-small-4 {
    height: 4rem
}

.vspace-small-5 {
    height: 5rem
}

.vspace-small-6 {
    height: 6rem
}

.vspace-small-7 {
    height: 7rem
}

.vspace-small-8 {
    height: 8rem
}

.vspace-small-9 {
    height: 9rem
}

.vspace-small-10 {
    height: 10rem
}

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

    .vspace-medium,
    .vspace-medium-1 {
        height: 1rem
    }

    .vspace-medium-2 {
        height: 2rem
    }

    .vspace-medium-3 {
        height: 3rem
    }

    .vspace-medium-4 {
        height: 4rem
    }

    .vspace-medium-5 {
        height: 5rem
    }

    .vspace-medium-6 {
        height: 6rem
    }

    .vspace-medium-7 {
        height: 7rem
    }

    .vspace-medium-8 {
        height: 8rem
    }

    .vspace-medium-9 {
        height: 9rem
    }

    .vspace-medium-10 {
        height: 10rem
    }
}

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

    .vspace-large,
    .vspace-large-1 {
        height: 1rem
    }

    .vspace-large-2 {
        height: 2rem
    }

    .vspace-large-3 {
        height: 3rem
    }

    .vspace-large-4 {
        height: 4rem
    }

    .vspace-large-5 {
        height: 5rem
    }

    .vspace-large-6 {
        height: 6rem
    }

    .vspace-large-7 {
        height: 7rem
    }

    .vspace-large-8 {
        height: 8rem
    }

    .vspace-large-9 {
        height: 9rem
    }

    .vspace-large-10 {
        height: 10rem
    }
}

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

    .vspace-xlarge,
    .vspace-xlarge-1 {
        height: 1rem
    }

    .vspace-xlarge-2 {
        height: 2rem
    }

    .vspace-xlarge-3 {
        height: 3rem
    }

    .vspace-xlarge-4 {
        height: 4rem
    }

    .vspace-xlarge-5 {
        height: 5rem
    }

    .vspace-xlarge-6 {
        height: 6rem
    }

    .vspace-xlarge-7 {
        height: 7rem
    }

    .vspace-xlarge-8 {
        height: 8rem
    }

    .vspace-xlarge-9 {
        height: 9rem
    }

    .vspace-xlarge-10 {
        height: 10rem
    }
}

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

    .vspace-xxlarge,
    .vspace-xxlarge-1 {
        height: 1rem
    }

    .vspace-xxlarge-2 {
        height: 2rem
    }

    .vspace-xxlarge-3 {
        height: 3rem
    }

    .vspace-xxlarge-4 {
        height: 4rem
    }

    .vspace-xxlarge-5 {
        height: 5rem
    }

    .vspace-xxlarge-6 {
        height: 6rem
    }

    .vspace-xxlarge-7 {
        height: 7rem
    }

    .vspace-xxlarge-8 {
        height: 8rem
    }

    .vspace-xxlarge-9 {
        height: 9rem
    }

    .vspace-xxlarge-10 {
        height: 10rem
    }
}

.button {
    border-radius: 50px;
    padding: .85em 2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    background: #47af57;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ce271", endColorstr="#55d169", GradientType=1);
    transition: all .1s ease-in-out
}

.button--small {
    font-size: .8em;
    padding: .65em 1em
}

.button--white {
    border: 1px solid #fefefe;
    color: #47af57;
    background: #fefefe
}

.button--white:hover {
    background: transparent;
    color: #fefefe
}

.button--dark-gray {
    border: 1px solid #8a8a8a;
    color: #fefefe;
    background: #8a8a8a
}

.button--dark-gray:hover {
    background-color: #222422;
    border: 1px solid #222422;
    color: #fefefe
}

.button--black {
    border: 1px solid #222422;
    color: #fefefe;
    background: #222422
}

.button--black:hover {
    background-color: #222422;
    color: #fefefe
}

.button--warning {
    border: 1px solid #e5a345;
    color: #fefefe;
    background: #e5a345
}

.button--warning:hover {
    background: transparent;
    color: #e5a345
}

.button--outline {
    border: 1px solid #47af57;
    color: #47af57;
    background: transparent
}

.button--outline-black {
    border: 1px solid #8a8a8a;
    color: #222422;
    background: transparent
}

.button--outline-black:active,
.button--outline-black:focus,
.button--outline-black:hover {
    border: 1px solid #222422;
    color: #222422;
    background-color: transparent
}

.language-select-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0 5px 9px;
    background-color: hsla(0, 0%, 99.6%, .1);
    border-radius: 4px;
    width: 90px
}

.language-select-form .fa-globe {
    color: #47af57
}

.language-select-form select {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
    background-color: transparent;
    border: none;
    color: hsla(0, 0%, 99.6%, .5);
    width: 80px;
    height: auto;
    cursor: pointer;
    font-weight: 400
}

.language-select-form select:active,
.language-select-form select:focus,
.language-select-form select:hover {
    box-shadow: none
}

.language-select-form select option {
    color: #131313;
    background: #fff
}

.tile-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.tile-row .tile {
    margin: 0 7px
}

.tile {
    position: relative;
    background-color: #fefefe;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column
}

.tile__image {
    padding: 45px 45px 30px
}

.tile__footer {
    padding: 15px;
    text-align: center;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.tile__footer p {
    position: relative;
    display: inline-block;
    color: #222422;
    padding-right: 30px;
    font-weight: 700
}

.tile__footer p:after {
    content: "";
    position: absolute;
    background-image: url(/statics/en/images/arrow.svg?08ff37450d7389672ed0576d5588e352);
    background-size: contain;
    background-repeat: no-repeat;
    top: 55%;
    right: 0;
    height: 15px;
    width: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tile-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #47af57;
    color: #fefefe;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    padding: 45px 20px 30px;
    text-align: center
}

@media print,
screen and (min-width:64em) {
    .tile-overlay {
        padding: 45px 45px 30px
    }
}

.tile-overlay__header {
    font-weight: 700;
    margin-bottom: 30px
}

.tile-overlay__footer {
    text-transform: uppercase;
    margin-top: auto
}

.tile-overlay__footer p {
    position: relative;
    display: inline-block;
    padding-right: 30px
}

.tile-overlay__footer p:after {
    content: "";
    position: absolute;
    background-image: url(/statics/en/images/arrow--white.svg?82608fe2d5226cadb737dd5de9e07626);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    height: 15px;
    width: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tile:active .tile__footer,
.tile:focus .tile__footer,
.tile:hover .tile__footer {
    opacity: 0
}

.tile:active .tile-overlay,
.tile:focus .tile-overlay,
.tile:hover .tile-overlay {
    opacity: 1
}

.checkbox {
    position: relative
}

.checkbox input[type=checkbox] {
    opacity: 0;
    margin: 0;
    position: absolute
}

.checkbox label {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding-left: 24px;
    margin: 0;
    font-weight: 400;
    color: rgba(34, 36, 34, .8)
}

.checkbox label:after,
.checkbox label:before {
    position: absolute;
    content: "";
    display: inline-block
}

.checkbox label:before {
    height: 16px;
    width: 16px;
    border: 1px solid rgba(34, 36, 34, .3);
    border-radius: 3px;
    left: 0;
    top: 0
}

.checkbox label:after {
    height: 5px;
    width: 9px;
    border-left: 2px solid #388b45;
    border-bottom: 2px solid #388b45;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    top: 5px
}

.checkbox input[type=checkbox]+label:after {
    content: none
}

.checkbox input[type=checkbox]:checked+label:after {
    content: ""
}

.checkbox input[type=checkbox]:focus+label:before {
    outline: 5px auto #47af57
}

.checkbox input[type=checkbox]:disabled+label {
    opacity: .3
}

.radio {
    position: relative
}

.radio input[type=radio] {
    opacity: 0;
    margin: 0;
    position: absolute
}

.radio label {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding-left: 24px;
    margin: 0;
    font-weight: 400;
    color: rgba(34, 36, 34, .8)
}

.radio label:after,
.radio label:before {
    position: absolute;
    content: "";
    display: inline-block
}

.radio label:before {
    height: 16px;
    width: 16px;
    border: 1px solid rgba(34, 36, 34, .3);
    border-radius: 3px;
    left: 0;
    top: 0
}

.radio label:after {
    height: 5px;
    width: 9px;
    border-left: 2px solid #388b45;
    border-bottom: 2px solid #388b45;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    top: 5px
}

.radio input[type=radio]+label:after {
    content: none
}

.radio input[type=radio]:checked+label:after {
    content: ""
}

.radio input[type=radio]:focus+label:before {
    outline: 5px auto #47af57
}

.radio input[type=radio]:disabled+label {
    opacity: .3
}

.select-button {
    width: auto;
    border-radius: 50px;
    height: auto;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer
}

.select-button,
select:not([multiple]).select-button {
    padding: 7px 30px
}

[type=search]:focus+.input-group-button [type=submit] {
    border: 1px solid #8a8a8a;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .25s, border-color .125s ease-in-out;
    border-left: 0
}

.product-filters__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fefefe;
    border-bottom: 2px solid #f0f0f0;
    padding: 15px
}

@media screen and (min-width:560px) {
    .product-filters__header {
        padding: 15px 30px
    }
}

.product-filters__toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 0 auto;
    padding-right: 15px;
    cursor: pointer
}

.product-filters__toggle svg {
    margin-right: 15px;
    height: 35px;
    width: 35px;
    opacity: .5
}

@media screen and (min-width:520px) {
    .product-filters__toggle svg {
        margin-right: 20px
    }
}

.product-filters__toggle span {
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px
}

.product-filters__toggle span:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: #222422 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0
}

.product-filters__header-buttons .button {
    margin-bottom: 0
}

.product-filters__body {
    display: none;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    border-bottom: 2px solid #f5f5f5
}

.product-filters__body.show {
    display: flex
}

.product-filters__footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fefefe;
    padding: 15px;
    min-height: 54px
}

@media screen and (min-width:520px) {
    .product-filters__footer {
        flex-direction: row
    }
}

@media screen and (min-width:560px) {
    .product-filters__footer {
        padding: 15px 30px
    }
}

.product-filters__footer .button {
    margin: 5px 0 0
}

@media screen and (min-width:520px) {
    .product-filters__footer .button {
        margin: 0 30px 0 0;
        order: -1
    }
}

.product-filters__count {
    margin: auto;
    font-weight: 400;
    color: #8a8a8a
}

.product-filters__count strong {
    margin: 0 8px;
    color: #222422;
    text-transform: uppercase
}

.product-filter {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    width: 220px;
    background-color: #fefefe
}

.product-filter:nth-child(2n) {
    background-color: #f5f5f5
}

.product-filter__heading {
    display: inline-block;
    font-size: 15px;
    margin: 20px 30px 5px
}

.product-filter__form {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    position: relative
}

.product-filter__inner {
    max-height: 220px;
    padding: 0 20px;
    margin: 0 10px;
    display: flex;
    overflow-x: hidden
}

.product-filter .min-max-unit {
    margin: 10px 30px
}

.product-filter__reset {
    text-align: center;
    margin-top: auto;
    font-weight: 700;
    padding: 0 30px 15px
}

.product-filter__reset span {
    border-bottom: 1px solid;
    font-size: 13px;
    color: #47af57;
    cursor: pointer
}

.min-max-unit {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border: 1px solid #cacaca;
    border-radius: 3px;
    width: 150px;
    margin: auto 0 10px
}

.min-max-unit__input,
.min-max-unit__select {
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    padding: 3px 5px;
    font-size: 13px;
    height: auto;
    color: #222422;
    font-weight: 500
}

.min-max-unit__input::-webkit-input-placeholder,
.min-max-unit__select::-webkit-input-placeholder {
    color: #8a8a8a;
    font-weight: 500;
    opacity: 1
}

.min-max-unit__input:-ms-input-placeholder,
.min-max-unit__select:-ms-input-placeholder {
    color: #8a8a8a;
    font-weight: 500;
    opacity: 1
}

.min-max-unit__input::-ms-input-placeholder,
.min-max-unit__select::-ms-input-placeholder {
    color: #8a8a8a;
    font-weight: 500;
    opacity: 1
}

.min-max-unit__input::placeholder,
.min-max-unit__select::placeholder {
    color: #8a8a8a;
    font-weight: 500;
    opacity: 1
}

.min-max-unit__input:active,
.min-max-unit__input:focus,
.min-max-unit__input:hover,
.min-max-unit__select:active,
.min-max-unit__select:focus,
.min-max-unit__select:hover {
    border: none
}

.min-max-unit__input {
    width: 35%
}

.min-max-unit__input--max {
    border-left: 1px solid #cacaca !important;
    border-right: 1px solid #cacaca !important
}

.min-max-unit__select {
    width: 30%;
    padding-right: 20px
}

.products-table {
    position: relative;
    text-align: center;
    overflow: hidden
}

@media screen and (min-width:730px) {
    .products-table {
        overflow: unset
    }
}

.products-table .outer-wrapper {
    position: relative
}

.products-table__configurable-product-banner {
    background-color: #fefefe;
    padding: .5rem .5rem 0
}

.products-table__table {
    overflow-x: scroll;
    overflow-y: hidden
}

@media screen and (min-width:730px) {
    .products-table__table {
        overflow-x: unset;
        overflow-y: unset
    }
}

.products-table table {
    min-width: 1100px;
    margin-bottom: 0;
    height: 100%;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08)
}

@media screen and (min-width:730px) {
    .products-table table {
        min-width: 700px
    }
}

.products-table table tbody {
    border: 0
}

.products-table table tbody tr {
    font-size: 14px
}

.products-table table tbody tr:nth-child(2n) {
    background-color: #fefefe
}

.products-table table tbody tr th {
    background-color: #f0f0f0;
    font-weight: 600;
    padding: .85rem .625rem
}

@media screen and (min-width:730px) {
    .products-table table tbody tr th {
        position: -webkit-sticky;
        position: sticky;
        top: 10px
    }
}

@media screen and (min-width:1030px) {
    .products-table table tbody tr th {
        position: -webkit-sticky;
        position: sticky;
        top: 59px
    }
}

.products-table table tbody tr td {
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400
}

.products-table table tbody tr td a {
    color: inherit
}

.products-table table tbody tr td a:hover {
    text-decoration: underline
}

.products-table table tbody tr.disabled {
    opacity: .6;
    cursor: not-allowed
}

.products-table table tbody tr.disabled * {
    color: #8a8a8a
}

.products-table table tbody tr.highlighted {
    background-color: #eefcef
}

.products-table__product-image {
    min-width: 60px
}

.products-table__product-image img {
    max-height: 40px;
    width: auto
}

.products-table__icon {
    min-width: 60px
}

.products-table__icon img {
    height: 35px;
    width: auto
}

.products-feed .outer-wrapper {
    position: relative
}

.stock-table__header {
    margin-bottom: 1.5rem
}

.stock-table__table tbody tr:nth-child(2n) {
    background-color: transparent
}

.stock-table__table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #f0f0f0
}

.stock-table__table tbody td:not(:last-child) {
    border-right: 1px solid #f0f0f0
}

.stock-table__table .link .button {
    margin: 0
}

.stock-table__table .h-link,
.stock-table__table .h-stock,
.stock-table__table .link,
.stock-table__table .stock {
    text-align: center
}

.page-stock-check .banner .lead {
    flex: 1
}

.page-stock-check [type=search] {
    border-right: 0
}

.page-stock-check .error {
    color: #de3a35;
    font-style: italic;
    font-size: .9em
}

.page-stock-check .stock-check-results {
    margin-top: 20px
}

.page-stock-check .stock-check-results .stock-table__table {
    font-size: .8em;
    overflow-x: scroll
}

@media print,
screen and (min-width:40em) {
    .page-stock-check .stock-check-results .stock-table__table {
        font-size: 1em;
        overflow-x: hidden
    }
}

.page-stock-check .stock-check-results .stock-table__table thead {
    background-color: #e4e4e4
}

.careers-table {
    overflow-x: scroll
}

.careers-table table {
    min-width: 760px;
    margin-bottom: 0;
    table-layout: fixed
}

.careers-table table tbody {
    border: none
}

.careers-table table tbody tr {
    font-size: 18px
}

.careers-table table tbody tr:nth-child(2n) {
    background-color: transparent
}

.careers-table table tbody tr:active td,
.careers-table table tbody tr:focus td,
.careers-table table tbody tr:hover td {
    background-color: hsla(0, 0%, 94.1%, .5)
}

.careers-table table tbody tr th {
    text-align: left;
    background-color: hsla(0, 0%, 79.2%, .6);
    font-weight: 600;
    padding: .85rem 1.5rem
}

.careers-table table tbody tr td {
    background-color: hsla(0, 0%, 94.1%, .4);
    border-bottom: 2px solid #fefefe;
    font-weight: 400;
    padding: .85rem 1.5rem
}

@media screen and (max-width:74.99875em) {

    .careers-table table tbody tr td:nth-child(3),
    .careers-table table tbody tr th:nth-child(3) {
        width: 170px
    }
}

.careers-table table tbody tr td:nth-child(4),
.careers-table table tbody tr td:nth-child(5),
.careers-table table tbody tr th:nth-child(4),
.careers-table table tbody tr th:nth-child(5) {
    width: 100px
}

.careers-table__icon img {
    height: 35px;
    width: auto
}

.warehouse-stock-table-wrapper {
    overflow-x: scroll
}

.warehouse-stock-table {
    font-size: .8rem;
    min-width: 700px
}

@media screen and (min-width:768px) {
    .warehouse-stock-table {
        font-size: 1rem
    }
}

:not(.post__sidebar)>.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.iframe-container iframe:not(#pardot-iframe) {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.home h1 {
    text-transform: none
}

.blog-hero {
    padding: 5rem 0 9rem;
    margin-bottom: 0;
    background-image: url(/statics/en/images/blog-hero-2.jpg);
    background-size: cover;
    background-position: 50%
}

@media print,
screen and (min-width:40em) {
    .blog-hero {
        padding: 10rem 0 14rem
    }
}

@media print,
screen and (min-width:64em) {
    .blog-hero {
        padding: 10rem 0 14rem
    }
}

.blog-hero h1 {
    text-transform: uppercase;
    letter-spacing: 2px
}

.blog-shift {
    margin-top: -110px
}

@media print,
screen and (min-width:40em) {
    .blog-shift {
        margin-top: -180px
    }
}

.blog-filter {
    margin-bottom: 30px
}

.blog-filter__item {
    position: relative;
    display: inline-block;
    margin: 0 30px 15px 0
}

@media print,
screen and (min-width:40em) {
    .blog-filter__item {
        font-size: 20px
    }
}

.blog-filter__item:active,
.blog-filter__item:focus,
.blog-filter__item:hover {
    color: #47af57
}

.blog-filter__item.active:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #47af57
}

.blog-item {
    order: 3;
    margin-bottom: 30px
}

.blog-item--featured {
    order: 1
}

@media print,
screen and (min-width:64em) {
    .blog-item--featured .basic-card__image {
        height: 300px
    }
}

.blog-item--featured .basic-card__heading {
    font-size: 32px
}

.blog-item--subscribe {
    order: 2
}

.blog-subscribe {
    position: relative;
    background-color: #66d163;
    overflow: hidden;
    z-index: 0;
    padding: 30px
}

@media print,
screen and (min-width:40em) {
    .blog-subscribe {
        padding: 45px
    }
}

.blog-subscribe:before {
    content: "";
    position: absolute;
    background-color: #76d673;
    top: 60%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: -1
}

.blog-subscribe__heading {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fefefe;
    line-height: 1.2
}

.blog-subscribe__text {
    color: #fefefe;
    margin-bottom: 20px
}

.blog-subscribe__input {
    border: 1px solid transparent;
    box-shadow: none;
    padding: 5px 15px;
    transition: border .2s ease-in-out
}

.blog-subscribe__input:active,
.blog-subscribe__input:focus,
.blog-subscribe__input:hover {
    border: 1px solid rgba(34, 36, 34, .6)
}

.blog-subscribe .button {
    display: block;
    background: #fefefe;
    color: #47af57;
    transition: box-shadow .2s ease-in-out
}

.blog-subscribe .button:active,
.blog-subscribe .button:focus,
.blog-subscribe .button:hover {
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .25)
}

.blog-subscribe-social {
    z-index: 3;
    text-align: center;
    margin-top: 30px
}

.blog-subscribe-social__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: #fefefe;
    font-size: 18px;
    margin: 0 3px;
    transition: box-shadow .2s ease-in-out
}

.blog-subscribe-social__link:active,
.blog-subscribe-social__link:focus,
.blog-subscribe-social__link:hover {
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .25);
    color: #fefefe
}

.blog-subscribe-social__link--twitter {
    background-color: #00aced
}

.blog-subscribe-social__link--facebook {
    background-color: #3b5998
}

.blog-subscribe-social__link--linkedin {
    background-color: #4875b4
}

.blog-subscribe-social__link--youtube {
    background-color: #f33
}

.blog-subscribe-social__link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog-post .post__main h2,
.blog-post .post__main h3 {
    text-transform: none
}

.blog-post .post__main .h2,
.blog-post .post__main .h3,
.blog-post .post__main .h4,
.blog-post .post__main h2,
.blog-post .post__main h3,
.blog-post .post__main h4 {
    letter-spacing: 0;
    font-weight: 700;
    margin-top: .6em
}

.blog-post .post__main .h2 strong,
.blog-post .post__main .h3 strong,
.blog-post .post__main .h4 strong,
.blog-post .post__main h2 strong,
.blog-post .post__main h3 strong,
.blog-post .post__main h4 strong {
    font-weight: 700
}

.blog-post .post__main h2 {
    font-size: 2em
}

.blog-post .post__main h3 {
    font-size: 1.8em
}

.blog-post .post__main h4 {
    font-size: 1.4em
}

.blog-footer {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08)
}

.blog-share {
    text-align: center;
    padding: 40px
}

.blog-share__top p {
    font-weight: 600
}

.blog-share__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: #fefefe;
    font-size: 18px;
    margin: 0 3px;
    transition: box-shadow .2s ease-in-out
}

.blog-share__link:active,
.blog-share__link:focus,
.blog-share__link:hover {
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .25);
    color: #fefefe
}

.blog-share__link--twitter {
    background-color: #00aced
}

.blog-share__link--facebook {
    background-color: #3b5998
}

.blog-share__link--linkedin {
    background-color: #4875b4
}

.blog-share__link--youtube {
    background-color: #f33
}

.blog-share__link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog-author {
    background-color: #f5f7f6;
    padding: 25px;
    display: flex
}

.blog-author__image {
    max-width: 100px;
    margin-right: 25px
}

.blog-author__details {
    flex: 1
}

.blog-author__name {
    font-weight: 900
}

.blog-author__bio {
    margin-bottom: 0
}

.post .blog-shift {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 540px
}

@media print,
screen and (min-width:64em) {
    .post .blog-shift {
        max-width: none
    }
}

.post__main {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px
}

@media print,
screen and (min-width:64em) {
    .post__main {
        max-width: none
    }
}

.post__heading {
    font-size: 20px;
    margin-bottom: 1rem
}

@media print,
screen and (min-width:40em) {
    .post__heading {
        font-size: 28px
    }
}

@media print,
screen and (min-width:64em) {
    .post__heading {
        font-size: 36px
    }
}

.post__featured-image {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    height: auto
}

@media print,
screen and (min-width:64em) {
    .post__featured-image {
        margin-bottom: 45px
    }
}

.post__embed_video {
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-bottom: 66.666%
}

@media print,
screen and (min-width:64em) {
    .post__embed_video {
        margin-bottom: 45px
    }
}

.post__embed_video iframe {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

@media print,
screen and (min-width:40em) {
    .post__sidebar {
        margin-top: 30px
    }
}

@media print,
screen and (min-width:64em) {
    .post__sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
        margin-top: 0
    }
}

.post__date {
    opacity: .6;
    font-size: 14px
}

.post-tags {
    margin-bottom: 10px
}

.post-tags__tag {
    color: #47af57;
    padding: 2px 9px;
    border-radius: 2px;
    background-color: rgba(71, 175, 87, .1);
    font-weight: 600;
    font-size: 12px;
    margin: 0 10px 10px 0
}

.contact-hero .cell {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.contact-top-tiles .icon-cards-5__row {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

@media print,
screen and (min-width:40em) {
    .contact-top-tiles .icon-cards-5__row {
        -webkit-transform: translateY(-160px);
        transform: translateY(-160px)
    }
}

.page-products .products {
    padding: 30px 0;
    background-color: #f0f0f0
}

@media print,
screen and (min-width:40em) {
    .page-products .products {
        padding: 45px 0
    }
}

@media print,
screen and (min-width:64em) {
    .page-products .products {
        padding: 60px 0
    }
}

.page-products .products h1 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.page-products .products h1 .icon-swish {
    display: none
}

@media screen and (min-width:32.5em) {
    .page-products .products h1 .icon-swish {
        position: absolute;
        display: block;
        right: -60px;
        top: 0;
        height: 40px;
        width: 40px
    }
}

.page-products .products .product-filters {
    margin-top: 30px;
    margin-bottom: 15px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08)
}

@media print,
screen and (min-width:64em) {
    .page-products .products .product-filters {
        margin-top: 30px
    }
}

.page-products .products .product-filters__body {
    position: relative
}

.page-products .products-controls {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    background-color: #fefefe;
    text-transform: uppercase;
    padding: 7.5px 0;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08)
}

@media screen and (min-width:520px) {
    .page-products .products-controls {
        padding: 7.5px 15px;
        flex-direction: row
    }
}

.page-products .products-controls__heading {
    font-weight: 500;
    align-self: center;
    margin: 7.5px 15px
}

.page-products .products-controls__layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 1 auto;
    margin: 7.5px 15px;
    cursor: pointer
}

.page-products .products-controls__label {
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #8a8a8a;
    font-size: 14px
}

@media screen and (min-width:31.25em) {
    .page-products .products-controls__label {
        font-size: 18px
    }
}

.page-products .products-controls__label:active,
.page-products .products-controls__label:focus,
.page-products .products-controls__label:hover {
    opacity: .5
}

.page-products .products-controls__label.active {
    color: #47af57
}

.page-products .products-controls__switch {
    display: block;
    position: relative;
    flex: 1 0 auto;
    height: 25px;
    width: 50px;
    border: 1px solid #47af57;
    background-color: #47af57;
    margin: 0 30px;
    border-radius: 50px
}

.page-products .products-controls__switch:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    border-radius: 50px;
    background-color: #fefefe;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.page-products .products-controls__switch.left:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.page-products .products-controls__show-count {
    font-weight: 500;
    margin: 7.5px 15px;
    text-align: center
}

.page-products .products-feed__grid {
    display: flex;
    flex-direction: column
}

.page-products .products-feed__grid .product-series-card {
    width: 100%;
    margin: 0 0 15px
}

@media screen and (min-width:62.5em) {
    .page-products .products-feed__grid .product-series-card {
        margin-bottom: 4px
    }
}

.page-products .footer-heading {
    background-color: #fefefe
}

.page-products .product-card__image {
    height: 200px
}

.single-product__tabs-panels .spec a:hover {
    font-weight: 700
}

.page-single-product .footer-heading {
    background-color: #fefefe
}

.product-description-wrapper {
    /* background: linear-gradient(0deg, #fff 50%, #f0f0f0 0);
    margin-bottom: 40px */
}

.product-description-wrapper .grid-container {
    padding-top: 40px;
    padding-bottom: 40px
}

.product-description-wrapper .grid-container .product-description-card {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .05)
}

.product-description-wrapper .grid-container .product-description-card .punctuated {
    margin-bottom: 20px;
    margin-left: 5%
}

@media screen and (min-width:0) and (max-width:1024px) {
    .product-description-wrapper .grid-container .product-description-card .punctuated {
        margin-left: 10%
    }
}

.product-description-wrapper .grid-container .product-description-card .contents ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px
}

@media screen and (min-width:0) and (max-width:1024px) {
    .product-description-wrapper .grid-container .product-description-card .contents ul {
        padding: 0 20px
    }
}

.product-description-wrapper .grid-container .product-description-card .contents ul li {
    flex: 1 0 45%;
    margin-left: 1.25rem
}

.product-description-wrapper .grid-container .product-description-card .contents ul li::marker {
    color: #47af57
}

.single-product {
    background-color: #f0f0f0;
    padding-top: 30px
}

@media print,
screen and (min-width:40em) {
    .single-product {
        padding-top: 45px
    }
}

@media print,
screen and (min-width:64em) {
    .single-product {
        padding-top: 60px
    }
}

@media screen and (min-width:75em) {
    .single-product {
        padding-top: 80px
    }
}

.single-product .product-description-card,
.single-product__main>div:first-child {
    padding: 15px
}

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

    .single-product .product-description-card,
    .single-product__main>div:first-child {
        padding: 30px
    }
}

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

    .single-product .product-description-card,
    .single-product__main>div:first-child {
        padding: 45px
    }
}

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

    .single-product .product-description-card,
    .single-product__main>div:first-child {
        padding: 60px
    }
}

.single-product__main {
    background-color: #fefefe;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

.single-product__main .button {
    margin-bottom: 0;
    margin-top: 15px
}

.single-product__main-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 525px
}

@media print,
screen and (min-width:64em) {
    .single-product__main-left {
        padding-right: 30px;
        margin-bottom: 0
    }
}

.single-product__image-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    margin-bottom: 15px
}

.single-product__image {
    max-width: 100%;
    height: auto
}

.single-product__video-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px
}

.single-product__video-container a {
    color: #222422
}

.single-product__video-thumbnail {
    height: 60px;
    width: 115px;
    background-size: cover;
    background-position: 50%;
    margin-right: 20px;
    border-radius: 10px;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.single-product__video-thumbnail svg {
    height: 30px;
    width: 30px
}

.single-product__video-thumbnail svg * {
    fill: #47af57
}

.single-product__video-modal .video {
    padding-bottom: 56.75%;
    position: relative
}

.single-product__video-modal .video>iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.single-product__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.single-product__tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid;
    color: #222422;
    background-color: rgba(34, 36, 34, .15);
    align-self: flex-start;
    width: auto;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 10px 10px 0
}

.single-product__tag--gold {
    color: #d9a710;
    background-color: rgba(217, 167, 16, .15)
}

.single-product__tag--cyan {
    color: #26d7cd;
    background-color: rgba(38, 215, 205, .15)
}

.single-product__tag--green {
    color: #47af57;
    background-color: rgba(71, 175, 87, .15)
}

.single-product__tag-icon {
    height: 17px;
    width: auto;
    margin-right: 7px
}

.single-product__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0
}

.single-product__tabs .tabs-title a {
    border-top: 2px solid transparent;
    color: #222422;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
    transition: background-color .1s ease-in-out, border-top .2s ease-in-out
}

@media print,
screen and (min-width:40em) {
    .single-product__tabs .tabs-title a {
        padding: 20px 50px
    }
}

.single-product__tabs .tabs-title a:active,
.single-product__tabs .tabs-title a:hover {
    background: #fefefe
}

.single-product__tabs .tabs-title.is-active a {
    background-color: #fefefe;
    border-top: 2px solid #47af57;
    font-weight: 600
}

.single-product__tabs-panels {
    padding: 30px 0 45px
}

@media print,
screen and (min-width:40em) {
    .single-product__tabs-panels {
        padding: 45px 0 60px
    }
}

@media print,
screen and (min-width:64em) {
    .single-product__tabs-panels {
        padding: 75px 0 90px
    }
}

.single-product__tabs-panels .tabs-panel {
    padding: 0
}

.single-product__tabs-panels .tabs-panel a {
    color: #222422
}

.single-product__useful-links {
    padding: 30px 0 20px
}

@media print,
screen and (min-width:40em) {
    .single-product__useful-links {
        padding: 45px 0 35px
    }
}

.single-product__useful-links hr {
    border-bottom: 1px solid #e6e6e6
}

.single-product__useful-links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.single-product__useful-links ul li {
    width: 50%;
    padding: 0 15px 0 25px;
    margin-bottom: 10px
}

@media print,
screen and (min-width:40em) {
    .single-product__useful-links ul li {
        width: 33.33%
    }
}

@media print,
screen and (min-width:64em) {
    .single-product__useful-links ul li {
        width: 25%
    }
}

.single-product__useful-links ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #222422
}

.single-product__useful-links ul li a:active,
.single-product__useful-links ul li a:focus,
.single-product__useful-links ul li a:hover {
    color: #47af57
}

.single-product__useful-links ul li a .icon {
    position: absolute;
    left: -25px;
    top: 1px;
    width: auto;
    height: auto;
    max-height: 15px;
    max-width: 18px
}

.product-configurator__tool {
    padding: 20px 10px 25px;
    margin-bottom: 30px;
    background-color: hsla(0, 0%, 79.2%, .5)
}

.product-configurator__tool .button {
    margin-top: 0
}

@media print,
screen and (min-width:64em) {
    .product-configurator__tool {
        margin-bottom: 60px
    }
}

@media screen and (min-width:75em) {
    .product-configurator__tool {
        margin-bottom: 80px
    }
}

.page-resources .footer-heading {
    background-color: #fefefe
}

.resources {
    padding: 30px 0;
    background-color: #f0f0f0
}

@media print,
screen and (min-width:64em) {
    .resources {
        padding: 60px 0
    }
}

.resources-hero {
    padding: 75px 0 15px;
    background-color: #1d1f1e;
    background-image: url(/statics/en/images/zx_list.jpg)
}

@media print,
screen and (min-width:64em) {
    .resources-hero {
        padding: 150px 0 30px
    }
}

.resources-hero h1 {
    color: #fefefe
}

.resources-sidebar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #fefefe;
    margin-bottom: 30px
}

@media print,
screen and (min-width:64em) {
    .resources-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
        margin-top: 0;
        max-height: calc(100vh - 330px);
        overflow-y: scroll;
        overflow-x: hidden
    }
}

.resources-sidebar__heading {
    margin-bottom: 15px;
    display: block;
    width: 100%
}

.resources-filter {
    min-width: 200px;
    width: 33.33%;
    padding-right: 15px;
    margin-bottom: 30px
}

.resources-filter:last-child {
    margin-bottom: 0
}

.resources-filter__heading {
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.resources-filter__inner {
    margin-bottom: 10px
}

.resources-filter__more {
    margin-top: auto;
    font-weight: 700
}

.resources-filter__more span {
    border-bottom: 1px solid;
    font-size: 13px;
    color: #47af57;
    cursor: pointer
}

.resources-feed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media screen and (min-width:36.25em) {
    .resources-feed {
        margin: 0 -15px
    }
}

.resources-feed .resource-card {
    margin: 0 0 15px;
    width: 100%
}

@media screen and (min-width:36.25em) {
    .resources-feed .resource-card {
        margin: 0 15px 30px;
        width: calc(50% - 30px)
    }
}

@media screen and (min-width:57.5em) {
    .resources-feed .resource-card {
        width: calc(33.33% - 30px)
    }
}

.related-post .basic-card {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
    transition: box-shadow .2s linear
}

.related-post .basic-card:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2)
}

.related-post .basic-card__excerpt {
    flex: 1
}

.related-post__top {
    min-height: 200px;
    background-size: cover
}

.related-post__bottom {
    background-color: #fefefe;
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.related-post__meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    margin: 20px -5px -10px
}

.related-post__tag {
    color: #47af57;
    padding: 2px 9px;
    border-radius: 2px;
    background-color: rgba(71, 175, 87, .1);
    font-weight: 600;
    margin: 0 5px 10px
}

.related-post__date {
    color: #222422
}

.career-sidebar {
    position: relative;
    background-color: #66d163;
    overflow: hidden;
    z-index: 0;
    padding: 30px
}

@media print,
screen and (min-width:40em) {
    .career-sidebar {
        padding: 45px
    }
}

.career-sidebar:before {
    content: "";
    position: absolute;
    background-color: #76d673;
    top: 60%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: -1
}

.career-sidebar__heading {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fefefe;
    line-height: 1.2
}

.career-sidebar__text {
    color: #fefefe;
    margin-bottom: 20px
}

.career-sidebar__input {
    border: 1px solid transparent;
    box-shadow: none;
    padding: 5px 15px;
    transition: border .2s ease-in-out
}

.career-sidebar__input:active,
.career-sidebar__input:focus,
.career-sidebar__input:hover {
    border: 1px solid rgba(34, 36, 34, .6)
}

.career-sidebar .button {
    display: block;
    background: #fefefe;
    color: #47af57;
    transition: box-shadow .2s ease-in-out
}

.career-sidebar .button:active,
.career-sidebar .button:focus,
.career-sidebar .button:hover {
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .25)
}

.career-sidebar-social {
    z-index: 3;
    text-align: center;
    margin-top: 30px
}

.career-sidebar-social__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: #fefefe;
    font-size: 18px;
    margin: 0 3px;
    transition: box-shadow .2s ease-in-out
}

.career-sidebar-social__link:active,
.career-sidebar-social__link:focus,
.career-sidebar-social__link:hover {
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .25);
    color: #fefefe
}

.career-sidebar-social__link--twitter {
    background-color: #00aced
}

.career-sidebar-social__link--facebook {
    background-color: #3b5998
}

.career-sidebar-social__link--linkedin {
    background-color: #4875b4
}

.career-sidebar-social__link--youtube {
    background-color: #f33
}

.career-sidebar-social__link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-404 .main-navigation-wrap {
    background-color: #222422
}

.page-404 .main-content .grid-container {
    min-height: 50vh;
    display: flex;
    align-items: center
}

.home .callout .punctuated:before {
    top: 2.2rem
}

.background-blue,
.background-color-alert,
.background-color-danger,
.background-color-primary,
.background-color-secondary,
.background-color-success,
.background-color-warning,
.background-green,
.background-primary,
.background-purple,
.background-red,
.background-yellow,
.callout .lead,
.footer-container,
.icon-card-active,
.icon-card:focus,
.icon-card:hover,
.tile-overlay {
    font-weight: 300
}

.xp-eeff-dot-blue {
    background-color: #0dd1ea
}

.xp-eeff-dot-purple {
    background-color: #9d22cb
}

.xp-eeff-dot-yellow {
    background-color: #e2993c
}

.xp-eeff-dot-green {
    background-color: #3da94e
}

[class^=xp-eeff-dot] {
    width: 12px;
    height: 12px;
    margin: 0 auto
}

.background-color-banner {
    background-color: #dcdbdc
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7;
    z-index: 8
}

.lds-ring {
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px)
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 6px solid transparent;
    border-top-color: #47af57
}

.lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: flex
}

.d-grid {
    display: grid
}

.d-none {
    display: none
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.w-full {
    width: 100% !important
}

@media print,
screen and (min-width:40em) {
    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-4\/5 {
        width: 80%
    }

    .md\:w-full {
        width: 1000%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-2\/4 {
        width: 50%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-1\/2 {
        width: 50%
    }
}

@media print,
screen and (min-width:64em) {
    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-full {
        width: 1000%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-2\/4 {
        width: 50%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-1\/2 {
        width: 50%
    }
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem
}

.m-2 {
    margin: .5rem
}

.m-3 {
    margin: .75rem
}

.m-4 {
    margin: 1rem
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-4 {
    margin-left: 1rem
}

.my-1,
.my-2,
.my-3,
.my-4 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.background-color-white {
    background-color: #fefefe
}

.background-color-black {
    background-color: #222422
}

.background-color-lightgray {
    background-color: #f0f0f0
}

.background-color-mediumgray {
    background-color: #cacaca
}

.background-color-primary {
    background-color: #47af57 !important
}

.background-color-secondary {
    background-color: #012a66
}

.background-color-warning {
    background-color: #ea9700
}

.background-color-danger {
    background-color: #de3a35
}

.background-color-lightblue {
    background-color: #eff7ff
}

.background-color-mediumblue {
    background-color: #24a5e5
}

.background-color-orange {
    background-color: #f9aa00
}

.background-gray-gradient {
    background: #f0f0f0;
    background: linear-gradient(180deg, #fff 0, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efefef", GradientType=0)
}

.text-color-black {
    color: #222422
}

.text-color-white {
    color: #fefefe
}

.text-color-lightgray {
    color: #f0f0f0
}

.text-color-mediumgray {
    color: #cacaca
}

.text-color-primary {
    color: #47af57
}

.text-color-secondary {
    color: #012a66
}

.text-color-lightblue {
    color: #eff7ff
}

.text-color-mediumblue {
    color: #24a5e5
}

.text-color-orange {
    color: #f9aa00
}

.text-grey {
    color: #d1d5db
}

.placeholder-dark-grey::-webkit-input-placeholder {
    color: #4b5563
}

.placeholder-dark-grey::-moz-placeholder {
    color: #4b5563
}

.placeholder-dark-grey:-ms-input-placeholder {
    color: #4b5563
}

.placeholder-dark-grey:-moz-placeholder {
    color: #4b5563
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 900
}

.border-top {
    border-top: 1px solid #f0f0f0
}

.border-bottom {
    border-bottom: 1px solid #f0f0f0
}

.border-left {
    border-left: 1px solid #f0f0f0
}

.border-right {
    border-right: 1px solid #f0f0f0
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.cursor-auto {
    cursor: auto
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.cursor-wait {
    cursor: wait
}

.cursor-text {
    cursor: text
}

.cursor-move {
    cursor: move
}

.cursor-help {
    cursor: help
}

.cursor-not-allowed {
    cursor: not-allowed
}

.z-1 {
    z-index: 1
}

.transition-delay-1 {
    transition-delay: 1s !important
}

@-webkit-keyframes rotate-180 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes rotate-180 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.rotate-180 {
    -webkit-animation: rotate-180 1s forwards;
    animation: rotate-180 1s forwards
}

@-webkit-keyframes rotate-180-back {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotate-180-back {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.rotate-180-back {
    -webkit-animation: rotate-180-back 1s forwards;
    animation: rotate-180-back 1s forwards
}

@-webkit-keyframes slide-up {
    0% {
        max-height: 500px
    }

    to {
        max-height: 0
    }
}

@keyframes slide-up {
    0% {
        max-height: 500px
    }

    to {
        max-height: 0
    }
}

.slide-up {
    -webkit-animation: slide-up 1s forwards;
    animation: slide-up 1s forwards;
    overflow: hidden
}

@-webkit-keyframes slide-down {
    0% {
        max-height: 0
    }

    to {
        max-height: 500px
    }
}

@keyframes slide-down {
    0% {
        max-height: 0
    }

    to {
        max-height: 500px
    }
}

.slide-down {
    -webkit-animation: slide-down 1s forwards;
    animation: slide-down 1s forwards;
    overflow: hidden
}

.scale-in-bottom {
    -webkit-animation: scale-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes scale-in-bottom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1
    }
}

@keyframes scale-in-bottom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1
    }
}

.main-navigation-wrap:has(ul.dropdown.menu:hover) {
    background-color: #222422
}

.main-content {
    overflow-anchor: none
}