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

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

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

body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

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

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

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

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

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

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

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

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

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

pre {
    overflow: auto
}

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

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

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

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

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

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

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

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

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

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

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

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

::placeholder {
    color: #cacaca
}

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

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

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

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

[type=file] {
    width: 100%
}

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

label.middle {
    margin: 0 0 1.6rem;
    padding: .9rem 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
    height: 3.9rem;
    margin: 0 0 1.6rem;
    padding: .8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.6rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 2.4rem;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.8rem;
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #cc4b37
}

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

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

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

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Matter, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a img {
    border: 0
}

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

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

li {
    font-size: inherit
}

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

ol {
    margin-left: 1.25rem
}

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

dl {
    margin-bottom: 1rem
}

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

blockquote {
    margin: 0 0 1rem;
    padding: .9rem 2rem 0 1.9rem;
    border-left: 1px solid #cacaca
}

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

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

figure {
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-group.hollow .button.success:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow.success .button:hover {
    border-color: #157539;
    color: #157539
}

.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning[disabled]:focus,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow.warning .button[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button-group.hollow .button.warning:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow.warning .button:hover {
    border-color: #805700;
    color: #805700
}

.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert[disabled]:focus,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow.alert .button[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button-group.hollow .button.alert:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow.alert .button:hover {
    border-color: #67251a;
    color: #67251a
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button:focus,
.button-group.clear .button:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
    border-color: transparent;
    background-color: transparent
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
    color: #1779ba
}

.button-group.clear .button:focus,
.button-group.clear .button:hover {
    color: #0c3d5d
}

.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary[disabled]:focus,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear.primary .button[disabled]:hover {
    color: #1779ba
}

.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover {
    color: #0c3d5d
}

.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary[disabled]:focus,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear.secondary .button[disabled]:hover {
    color: #767676
}

.button-group.clear .button.secondary:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear.secondary .button:hover {
    color: #3b3b3b
}

.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success[disabled]:focus,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button[disabled]:focus,
.button-group.clear.success .button[disabled]:hover {
    color: #3adb76
}

.button-group.clear .button.success:focus,
.button-group.clear .button.success:hover,
.button-group.clear.success .button:focus,
.button-group.clear.success .button:hover {
    color: #157539
}

.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning[disabled]:focus,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear.warning .button[disabled]:hover {
    color: #ffae00
}

.button-group.clear .button.warning:focus,
.button-group.clear .button.warning:hover,
.button-group.clear.warning .button:focus,
.button-group.clear.warning .button:hover {
    color: #805700
}

.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert[disabled]:focus,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear.alert .button[disabled]:hover {
    color: #cc4b37
}

.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover,
.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover {
    color: #67251a
}

.button-group.no-gaps .button {
    margin-right: -.1rem
}

.button-group.no-gaps .button+.button {
    border-left-color: transparent
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-right: 0
}

@media print,
screen and (min-width:40em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (max-width:39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

@media print,
screen and (max-width:63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block
    }

    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0
    }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe
}

.label.primary {
    background: #1779ba;
    color: #fefefe
}

.label.secondary {
    background: #767676;
    color: #fefefe
}

.label.success {
    background: #3adb76;
    color: #0a0a0a
}

.label.warning {
    background: #ffae00;
    color: #0a0a0a
}

.label.alert {
    background: #cc4b37;
    color: #fefefe
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca
}

.progress.primary .progress-meter {
    background-color: #1779ba
}

.progress.secondary .progress-meter {
    background-color: #767676
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #cc4b37
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #1779ba
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #1779ba;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #14679e
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 1.4rem;
    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: 0;
    background: #cacaca;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    content: ''
}

input:checked~.switch-paddle {
    background: #1779ba
}

input:checked~.switch-paddle::after {
    left: 2.25rem
}

input:disabled~.switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 1rem
}

.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: 1.2rem
}

.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: 1.6rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,
tfoot,
thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .8rem 1rem 1rem;
    font-weight: 700
}

thead {
    background: #f8f8f8;
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a
}

tfoot tr,
thead tr {
    background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: .8rem 1rem 1rem;
    font-weight: 700;
    text-align: left
}

tbody td,
tbody th {
    padding: .8rem 1rem 1rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

@media print,
screen and (max-width:63.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #1779ba;
    color: #fefefe
}

.badge.primary {
    background: #1779ba;
    color: #fefefe
}

.badge.secondary {
    background: #767676;
    color: #fefefe
}

.badge.success {
    background: #3adb76;
    color: #0a0a0a
}

.badge.warning {
    background: #ffae00;
    color: #0a0a0a
}

.badge.alert {
    background: #cc4b37;
    color: #fefefe
}

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none
}

.breadcrumbs::after,
.breadcrumbs::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: 1.1rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #cacaca
}

.breadcrumbs a {
    color: #1779ba
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a
}

.callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a
}

.callout.success {
    background-color: #e1faea;
    color: #0a0a0a
}

.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a
}

.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::after,
.pagination::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .1rem;
    border-radius: 0;
    font-size: 1.4rem;
    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: .3rem 1rem;
    border-radius: 0;
    color: #0a0a0a
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .3rem 1rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .3rem 1rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    padding: .3rem 1rem;
    content: '\2026';
    color: #0a0a0a
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: "«"
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: "»"
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.align-top::before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left::before {
    left: 10%;
    right: auto
}

.tooltip.align-right::before {
    left: auto;
    right: 10%
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 1.2rem;
    line-height: 1;
    color: #1779ba
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active>.accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.media-object {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media print,
screen and (max-width:39.99875em) {
    .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

@media print,
screen and (max-width:39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 10, .5);
    color: #fefefe
}

.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(10, 10, 10, .5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #cacaca
}

.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.orbit-bullets button.is-active {
    background-color: #8a8a8a
}

.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1.6rem;
    padding-bottom: 75%;
    overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none
}

.tabs::after,
.tabs::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #1779ba
}

.tabs.primary>li>a {
    color: #fefefe
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #1673b1
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1;
    color: #1779ba
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fefefe;
    color: #1468a0
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #e6e6e6;
    color: #1779ba
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
    -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, .5);
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, .5)
}

a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .menu.medium-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64em) {
    .menu.large-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: #1779ba;
    color: #fefefe
}

.menu .active>a {
    background: #1779ba;
    color: #fefefe
}

.menu.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''
}

.menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    -webkit-transition: height .5s;
    transition: height .5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back>a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: 0 0;
    color: #1779ba
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
}

@media print,
screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
    }
}

@media print,
screen and (min-width:64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.large-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
    }
}

.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;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(254, 254, 254, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, .7);
    box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, .7);
    box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25);
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25);
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25);
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25);
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25)
}

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print,
screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .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;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .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: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,
screen and (min-width:64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, .45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 120rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 120rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 120rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 120rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print,
screen and (max-width:39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.title-bar {
    padding: .5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .top-bar {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print,
screen and (max-width:63.99875em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print,
screen and (max-width:74.99875em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,
.top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print,
screen and (max-width:39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    -webkit-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.long-delay {
    -webkit-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track: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
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before,
.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (print),
(prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #000
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
    -webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
    -webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
    -webkit-transition-property: none;
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
    -webkit-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
    transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    -webkit-transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
    transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s .13s linear;
    transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms .12s ease, opacity 75ms ease;
    transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms .12s ease;
    transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    -ms-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

html {
    font-size: 62.5%
}

.grid-container {
    max-width: 1440px;
    padding: 0 4.5rem
}

@media screen and (max-width:1279px) {
    .grid-container {
        padding: 0 4rem
    }
}

.grid-container .grid-container {
    padding: 0
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@font-face {
    font-family: Matter;
    src: url(../fonts/Matter-Light.woff2) format("woff2"), url(../../fonts/Matter-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Matter;
    src: url(../fonts/Matter-LightItalic.woff2) format("woff2"), url(../../fonts/Matter-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Matter;
    src: url(../fonts/Matter-Regular.woff2) format("woff2"), url(../../fonts/Matter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Matter;
    src: url(../fonts/Matter-RegularItalic.woff2) format("woff2"), url(../../fonts/Matter-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Matter;
    src: url(../fonts/Matter-SemiBold.woff2) format("woff2"), url(../../fonts/Matter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Matter;
    src: url(../fonts/Matter-Bold.woff2) format("woff2"), url(../../fonts/Matter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

h2 {
    font-weight: 300;
    font-size: 4.6rem;
    position: relative;
    line-height: 1.2;
    padding-bottom: 1em
}

@media screen and (max-width:1600px) {
    h2 {
        font-size: 4.2rem;
        padding-bottom: .9em
    }
}

@media screen and (max-width:1439px) {
    h2 {
        font-size: 4rem
    }
}

@media screen and (max-width:1279px) {
    h2 {
        font-size: 3.6rem
    }
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 3.2rem;
        padding-bottom: 1em
    }
}

@media screen and (max-width:500px) {
    h2 {
        font-size: 2.4rem;
        padding-bottom: 1.25em
    }
}

h2::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
    content: "";
    bottom: 2.75rem
}

@media screen and (max-width:500px) {
    h2::after {
        bottom: .75em
    }
}

sup {
    font-size: 65%
}

h3,
h4 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 600
}

@media screen and (max-width:1439px) {

    h3,
    h4 {
        font-size: 1.8rem
    }
}

@media screen and (max-width:500px) {

    h3,
    h4 {
        font-size: 1.6rem
    }
}

h4 {
    font-weight: 400
}

p {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.85em
}

@media screen and (max-width:1439px) {
    p {
        font-size: 1.8rem
    }
}

@media screen and (max-width:639px) {
    p {
        margin-bottom: 1.5em
    }
}

@media screen and (max-width:500px) {
    p {
        font-size: 1.6rem
    }
}

a.button {
    background: 0 0;
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
    border: 1px solid #000;
    color: #000;
    padding: 1em 1.25em
}

@media screen and (max-width:1439px) {
    a.button {
        font-size: 1.8rem
    }
}

@media screen and (max-width:1279px) {
    a.button {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    a.button {
        font-size: 1.4rem
    }
}

a.button:hover {
    background: #000;
    color: #fff
}

blockquote {
    padding: 0;
    border: none;
    font-size: 4.1rem;
    font-style: italic;
    line-height: 1.175;
    color: #000;
    margin-bottom: 0
}

@media screen and (max-width:1600px) {
    blockquote {
        font-size: 3.6rem
    }
}

@media screen and (max-width:1439px) {
    blockquote {
        font-size: 3.2rem
    }
}

@media screen and (max-width:1279px) {
    blockquote {
        font-size: 2.8rem
    }
}

@media screen and (max-width:1023px) {
    blockquote {
        width: 75%
    }
}

@media screen and (max-width:639px) {
    blockquote {
        font-size: 2.4rem;
        width: 80%
    }
}

@media screen and (max-width:500px) {
    blockquote {
        width: 100%;
        font-size: 2.1rem
    }
}

blockquote footer {
    margin-top: 3rem
}

blockquote footer cite {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    font-style: normal
}

@media screen and (max-width:1439px) {
    blockquote footer cite {
        font-size: 1.8rem
    }
}

@media screen and (max-width:639px) {
    blockquote footer cite {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    blockquote footer cite {
        margin-top: 2rem
    }
}

blockquote footer cite::before {
    content: none
}

blockquote footer cite span {
    font-weight: 300;
    font-style: italic
}

ul {
    margin-left: 1.25em
}

ul ul {
    margin-left: 1.25em
}

@media screen and (max-width:1439px) {
    li {
        font-size: 1.8rem
    }
}

@media screen and (max-width:500px) {
    li {
        font-size: 1.6rem
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 5.5rem;
    z-index: 999;
    padding-bottom: 8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(5%, rgba(0, 0, 0, .987)), color-stop(10.1%, rgba(0, 0, 0, .951)), color-stop(15.3%, rgba(0, 0, 0, .896)), color-stop(20.6%, rgba(0, 0, 0, .825)), color-stop(26.1%, rgba(0, 0, 0, .741)), color-stop(31.9%, rgba(0, 0, 0, .648)), color-stop(37.9%, rgba(0, 0, 0, .55)), color-stop(44.2%, rgba(0, 0, 0, .45)), color-stop(50.8%, rgba(0, 0, 0, .352)), color-stop(57.9%, rgba(0, 0, 0, .259)), color-stop(65.3%, rgba(0, 0, 0, .175)), color-stop(73.2%, rgba(0, 0, 0, .104)), color-stop(81.6%, rgba(0, 0, 0, .049)), color-stop(90.5%, rgba(0, 0, 0, .013)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, .987) 5%, rgba(0, 0, 0, .951) 10.1%, rgba(0, 0, 0, .896) 15.3%, rgba(0, 0, 0, .825) 20.6%, rgba(0, 0, 0, .741) 26.1%, rgba(0, 0, 0, .648) 31.9%, rgba(0, 0, 0, .55) 37.9%, rgba(0, 0, 0, .45) 44.2%, rgba(0, 0, 0, .352) 50.8%, rgba(0, 0, 0, .259) 57.9%, rgba(0, 0, 0, .175) 65.3%, rgba(0, 0, 0, .104) 73.2%, rgba(0, 0, 0, .049) 81.6%, rgba(0, 0, 0, .013) 90.5%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: padding .4s ease;
    transition: padding .4s ease
}

@media screen and (max-width:1600px) {
    header {
        padding-top: 4.5rem
    }
}

@media screen and (max-width:1279px) {
    header {
        padding-top: 4rem
    }
}

@media screen and (max-width:1023px) {
    header {
        padding-top: 3.5rem
    }
}

@media screen and (max-width:500px) {
    header {
        padding-top: 3rem
    }
}

header::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

header.scroll {
    padding: 3rem 0 2.75rem
}

@media screen and (max-width:639px) {
    header.scroll {
        padding: 2.75rem 0 2.5rem
    }
}

@media screen and (max-width:500px) {
    header.scroll {
        padding: 2.25rem 0
    }
}

header.scroll::before {
    opacity: 1
}

header .headerWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
    position: relative
}

header .headerWrap nav {
    font-size: 1.8rem;
    padding-top: 1rem;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:1439px) {
    header .headerWrap nav {
        font-size: 1.6rem
    }
}

@media screen and (max-width:1279px) {
    header .headerWrap nav {
        padding-top: .8rem
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav {
        padding: 0;
        border: none;
        position: static
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav {
        padding: 0;
        font-size: 2.1rem
    }
}

@media screen and (max-width:639px) {
    header .headerWrap nav {
        font-size: 1.8rem
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav {
        font-size: 1.6rem
    }
}

header .headerWrap nav>ul {
    list-style: none;
    margin: 0 -1.75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:1439px) {
    header .headerWrap nav>ul {
        margin: 0 -1em
    }
}

@media screen and (max-width:1279px) {
    header .headerWrap nav>ul {
        margin: 0 -.75em
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav>ul {
        position: absolute;
        display: block;
        left: -4rem;
        right: -4rem;
        background: #bfbfbf;
        top: calc(100% + 2.75rem);
        margin: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }
}

@media screen and (max-width:639px) {
    header .headerWrap nav>ul {
        top: calc(100% + 2.5rem)
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav>ul {
        top: calc(100% + 2.25rem)
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav>ul.active {
        overflow: scroll;
        max-height: calc(100vh - 95px)
    }
}

@media screen and (max-width:639px) {
    header .headerWrap nav>ul.active {
        max-height: calc(100vh - 85px)
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav>ul.active {
        max-height: calc(100vh - 77px)
    }
}

header .headerWrap nav>ul>li {
    padding: 0 1.75em;
    line-height: 1
}

@media screen and (max-width:1439px) {
    header .headerWrap nav>ul>li {
        padding: 0 1em
    }
}

@media screen and (max-width:1279px) {
    header .headerWrap nav>ul>li {
        padding: 0 .75em;
        font-size: 1.6rem
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav>ul>li {
        padding: 0;
        border-bottom: 1px solid #fff
    }
}

header .headerWrap nav>ul>li:last-child {
    border-bottom: none
}

header .headerWrap nav>ul>li>a {
    color: #fff;
    font-weight: 700
}

@media screen and (max-width:1023px) {
    header .headerWrap nav>ul>li>a {
        padding: .75em 4rem;
        display: block;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: #000
    }
}

header .headerWrap nav>ul>li a.dropdown {
    position: relative;
    display: block
}

@media screen and (max-width:1023px) {
    header .headerWrap nav>ul>li a.dropdown::after {
        position: absolute;
        top: 50%;
        right: 4rem;
        content: "▼";
        -webkit-transform: translateY(-50%) scaleX(1.4);
        -ms-transform: translateY(-50%) scaleX(1.4);
        transform: translateY(-50%) scaleX(1.4);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        font-size: 85%;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
}

header .headerWrap nav>ul>li a.dropdown.active::after {
    -webkit-transform: scaleX(1.4) translateY(-60%) rotate(180deg);
    -ms-transform: scaleX(1.4) translateY(-60%) rotate(180deg);
    transform: scaleX(1.4) translateY(-60%) rotate(180deg)
}

header .headerWrap nav .subDropDownTrigger {
    position: absolute;
    right: 4rem;
    position: absolute;
    top: 2.1rem;
    -webkit-transform: translateY(-50%) scaleX(1.4);
    -ms-transform: translateY(-50%) scaleX(1.4);
    transform: translateY(-50%) scaleX(1.4);
    color: #fff;
    font-size: 85%;
    cursor: pointer;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media screen and (max-width:639px) {
    header .headerWrap nav .subDropDownTrigger {
        top: 2.2rem
    }
}

header .headerWrap nav .dropdownWrapper {
    position: absolute;
    left: 0;
    right: 0;
    background: #bfbfbf;
    top: calc(100% + 2.75rem);
    max-height: 0;
    padding: 0;
    -webkit-transition: max-height .3s ease, padding .3s ease .2s;
    transition: max-height .3s ease, padding .3s ease .2s;
    pointer-events: none;
    z-index: 1
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper {
        position: static;
        pointer-events: all;
        overflow: hidden
    }
}

header .headerWrap nav .dropdownWrapper.active {
    max-height: 500px;
    padding: 3rem 0 1.5rem;
    pointer-events: all;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper.active {
        padding: 0;
        max-height: 600px
    }
}

header .headerWrap nav .dropdownWrapper.active .searchWrapper,
header .headerWrap nav .dropdownWrapper.active ul {
    opacity: 1
}

header .headerWrap nav .dropdownWrapper::after,
header .headerWrap nav .dropdownWrapper::before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #bfbfbf;
    content: "";
    width: 100vw;
    z-index: 0;
    display: block
}

@media screen and (max-width:1023px) {

    header .headerWrap nav .dropdownWrapper::after,
    header .headerWrap nav .dropdownWrapper::before {
        content: none
    }
}

header .headerWrap nav .dropdownWrapper::before {
    right: 50%
}

header .headerWrap nav .dropdownWrapper::after {
    left: 50%
}

header .headerWrap nav .dropdownWrapper ul {
    list-style: none;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    position: relative;
    z-index: 1
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper ul {
        opacity: 1
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper ul li {
        border-top: 1px solid #fff;
        position: relative
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav .dropdownWrapper ul li {
        line-height: 1.2
    }
}

header .headerWrap nav .dropdownWrapper ul li>a {
    color: #000
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper ul li>a {
        padding: .5em 4rem;
        display: block;
        -webkit-transition: background .3s ease;
        transition: background .3s ease;
        background: gray;
        color: #fff
    }
}

@media screen and (max-width:639px) {
    header .headerWrap nav .dropdownWrapper ul li>a {
        padding: .75em 4rem
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav .dropdownWrapper ul li>a {
        padding-bottom: .7em
    }
}

@media screen and (max-width:1023px) {

    header .headerWrap nav .dropdownWrapper ul li>a.active,
    header .headerWrap nav .dropdownWrapper ul li>a:hover {
        background: #404040
    }
}

header .headerWrap nav .dropdownWrapper ul li.subNavOpen>.subDropDownTrigger {
    -webkit-transform: scaleX(1.4) translateY(-60%) rotate(180deg);
    -ms-transform: scaleX(1.4) translateY(-60%) rotate(180deg);
    transform: scaleX(1.4) translateY(-60%) rotate(180deg)
}

header .headerWrap nav .dropdownWrapper ul li.subNavOpen>ul {
    max-height: 500px
}

header .headerWrap nav .dropdownWrapper .subNav {
    margin-right: 4.5rem;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper .subNav {
        margin: 0;
        display: block
    }
}

header .headerWrap nav .dropdownWrapper .subNav>li {
    line-height: 1;
    margin-bottom: 1em
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper .subNav>li {
        margin-bottom: 0
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav .dropdownWrapper .subNav>li {
        line-height: 1.2
    }
}

header .headerWrap nav .dropdownWrapper .subNav>li>a {
    font-weight: 600
}

@media screen and (max-width:500px) {
    header .headerWrap nav .dropdownWrapper .subNav>li>a {
        padding-right: 7.5rem
    }
}

header .headerWrap nav .dropdownWrapper ul ul {
    margin-top: 1em
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper ul ul {
        margin-top: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        transition: max-height .3s ease
    }
}

header .headerWrap nav .dropdownWrapper ul ul li {
    line-height: 1;
    margin-bottom: .75em
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper ul ul li {
        margin-bottom: 0
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav .dropdownWrapper ul ul li {
        line-height: 1.2
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper ul ul li a {
        background: #404040
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav .dropdownWrapper ul ul li a {
        padding-right: 7.5rem
    }
}

header .headerWrap nav .dropdownWrapper ul ul ul {
    margin-bottom: .75em
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper ul ul ul {
        margin-bottom: 0;
        max-height: 0;
        overflow: hidden
    }
}

header .headerWrap nav .dropdownWrapper ul ul ul li {
    font-style: italic;
    margin-left: 1em
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper ul ul ul li {
        margin-left: 0
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper ul ul ul li a {
        background: #000
    }
}

header .headerWrap nav .dropdownWrapper .searchWrapper {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

header .headerWrap nav .dropdownWrapper .searchWrapper input {
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.8rem
}

@media screen and (max-width:767px) {
    header .headerWrap nav .dropdownWrapper .searchWrapper input {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav .dropdownWrapper .searchWrapper input {
        font-size: 1.4rem
    }
}

header .headerWrap nav .dropdownWrapper .searchWrapper input[type=text] {
    padding: 0 1em;
    color: #000
}

header .headerWrap nav .dropdownWrapper .searchWrapper input[type=submit] {
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 0 2em
}

@media screen and (max-width:500px) {
    header .headerWrap nav .dropdownWrapper .searchWrapper input[type=submit] {
        padding: 0 1.5em
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper.search {
        position: absolute;
        display: block;
        left: -3rem;
        right: -3rem;
        background: #bfbfbf;
        top: calc(100% + 2.75rem);
        margin: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding: 0 3rem
    }
}

@media screen and (max-width:639px) {
    header .headerWrap nav .dropdownWrapper.search {
        top: calc(100% + 2.5rem)
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav .dropdownWrapper.search {
        top: calc(100% + 2.25rem)
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .dropdownWrapper.search.active {
        max-height: 100px;
        padding: 3rem 3rem 1.5rem
    }
}

@media screen and (max-width:767px) {
    header .headerWrap nav .dropdownWrapper.search.active {
        padding: 2.5rem 3rem 1rem
    }
}

header .headerWrap nav .icons {
    margin-left: 3.5rem;
    margin-right: .5rem
}

@media screen and (max-width:1279px) {
    header .headerWrap nav .icons {
        margin-right: 0;
        margin-left: 2.75rem
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .icons {
        margin-left: 0
    }
}

@media screen and (max-width:500px) {
    header .headerWrap nav .icons {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

header .headerWrap nav .icons .hamburger {
    margin: 0 1.75rem 0 0;
    padding: 0;
    vertical-align: middle;
    width: 3.5rem;
    position: relative;
    top: .3rem
}

header .headerWrap nav .icons .hamburger .hamburger-inner {
    background: #fff;
    height: .3rem;
    width: 3.5rem
}

header .headerWrap nav .icons .hamburger .hamburger-inner::after,
header .headerWrap nav .icons .hamburger .hamburger-inner::before {
    background: #fff;
    height: .3rem;
    width: 3.5rem
}

header .headerWrap nav .icons a {
    display: inline-block;
    margin-right: 2rem
}

@media screen and (max-width:1279px) {
    header .headerWrap nav .icons a {
        margin-right: 1.5rem
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .icons a {
        margin-right: 1.5rem
    }
}

@media screen and (max-width:1279px) {
    header .headerWrap nav .icons a:last-child {
        margin-right: 0
    }
}

header .headerWrap nav .icons #search img {
    width: 3rem
}

@media screen and (max-width:1279px) {
    header .headerWrap nav .icons #search img {
        width: 2.25rem
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .icons #search img {
        width: 3rem
    }
}

header .headerWrap nav .icons #download img {
    width: 2.5rem
}

@media screen and (max-width:1279px) {
    header .headerWrap nav .icons #download img {
        width: 2rem
    }
}

@media screen and (max-width:1023px) {
    header .headerWrap nav .icons #download img {
        width: 2.5rem
    }
}

header .headerWrap a.brand {
    width: 21rem;
    position: relative
}

@media screen and (max-width:1600px) {
    header .headerWrap a.brand {
        width: 20rem
    }
}

@media screen and (max-width:1279px) {
    header .headerWrap a.brand {
        width: 15rem
    }
}

@media screen and (max-width:767px) {
    header .headerWrap a.brand {
        width: 15rem
    }
}

@media screen and (max-width:639px) {
    header .headerWrap a.brand {
        width: 14rem
    }
}

@media screen and (max-width:500px) {
    header .headerWrap a.brand {
        width: 11.5rem
    }
}

.loadOverlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #404040
}

.breadcrumb {
    background: #bfbfbf;
    position: relative;
    z-index: 99;
    overflow: visible;
    padding: 1.2rem 0
}

@media screen and (max-width:500px) {
    .breadcrumb {
        padding-bottom: 1rem
    }
}

.breadcrumb.stuck {
    position: fixed;
    left: 0;
    right: 0
}

.breadcrumb .breadcrumbWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 600
}

@media screen and (max-width:500px) {
    .breadcrumb .breadcrumbWrapper {
        font-size: 1.2rem
    }
}

.breadcrumb .breadcrumbWrapper ul.topLevel {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1023px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:639px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li {
    line-height: 1;
    font-size: 1em;
    font-weight: 600;
    margin-right: 1.75em;
    position: relative
}

@media screen and (max-width:1279px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li {
        margin-right: 1.25em
    }
}

@media screen and (max-width:1023px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li {
        margin-right: 1em;
        line-height: 1.6
    }
}

@media screen and (max-width:639px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li {
        line-height: 1.4
    }
}

@media screen and (max-width:500px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li {
        margin-right: .5em;
        line-height: 1.6
    }
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li:hover ul {
    display: block
}

@media screen and (max-width:1023px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li:hover ul {
        display: none
    }
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li:hover img {
    opacity: 1
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li:hover>a {
    color: #000
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li:hover>a:after {
    -webkit-transform: scaleX(1.4) rotate(180deg) translateY(.2rem);
    -ms-transform: scaleX(1.4) rotate(180deg) translateY(.2rem);
    transform: scaleX(1.4) rotate(180deg) translateY(.2rem);
    color: #000
}

@media screen and (max-width:639px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li:first-child {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li:first-child a::after {
        content: none
    }
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li:last-child a {
    color: #000;
    pointer-events: none
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li:last-child a:after {
    content: none
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: rgba(0, 0, 0, .5)
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li a:hover {
    color: #000
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li a:hover:after {
    -webkit-transform: scaleX(1.4) rotate(180deg) translateY(.2rem);
    -ms-transform: scaleX(1.4) rotate(180deg) translateY(.2rem);
    transform: scaleX(1.4) rotate(180deg) translateY(.2rem);
    color: #000
}

@media screen and (max-width:1023px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li a:hover:after {
        color: rgba(0, 0, 0, .25);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li a:after {
    content: "▼";
    margin-left: .75em;
    font-size: 85%;
    -webkit-transform: scaleX(1.4);
    -ms-transform: scaleX(1.4);
    transform: scaleX(1.4);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    opacity: 1;
    color: rgba(0, 0, 0, .25);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:1023px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li a:after {
        content: " |";
        font-weight: 400;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 100%
    }
}

@media screen and (max-width:500px) {
    .breadcrumb .breadcrumbWrapper ul.topLevel>li a:after {
        margin-left: .5em
    }
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li a img {
    width: 1.8rem;
    -webkit-transform: translateY(-.2rem);
    -ms-transform: translateY(-.2rem);
    transform: translateY(-.2rem);
    opacity: .5
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li>ul {
    position: absolute;
    top: 100%;
    left: -1.5em;
    margin: 0;
    list-style: none;
    background: #bfbfbf;
    font-size: 1em;
    padding: 1em 1.5em 0;
    display: none;
    width: auto;
    min-width: calc(100% + 3em)
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li>ul li {
    line-height: 1;
    margin-bottom: 1em;
    white-space: nowrap;
    margin-right: 0
}

.breadcrumb .breadcrumbWrapper ul.topLevel>li>ul li a:after {
    content: none
}

.breadcrumb .breadcrumbWrapper a.pdf {
    color: #000;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1023px) {
    .breadcrumb .breadcrumbWrapper a.pdf {
        display: none
    }
}

.breadcrumb .breadcrumbWrapper a.pdf img {
    width: 1.8rem;
    margin-left: 1.2rem;
    -webkit-transform: translateY(-.1rem);
    -ms-transform: translateY(-.1rem);
    transform: translateY(-.1rem)
}

footer.main {
    padding: 3.5rem 0 4.5rem;
    font-size: 1.5rem;
    font-weight: 700
}

@media screen and (max-width:1600px) {
    footer.main {
        padding-bottom: 4rem
    }
}

@media screen and (max-width:1023px) {
    footer.main {
        padding-bottom: 3rem
    }
}

@media screen and (max-width:639px) {
    footer.main {
        font-size: 1.4rem
    }
}

footer.main p {
    font-size: 1em
}

footer.main .footerTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

@media screen and (max-width:1023px) {
    footer.main .footerTop {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

footer.main .footerTop ul {
    margin: 0;
    list-style: none
}

footer.main .footerTop ul li {
    display: inline-block
}

@media screen and (max-width:1023px) {
    footer.main .footerTop ul.compliance {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-bottom: 2.5rem
    }
}

footer.main .footerTop ul.compliance li {
    font-size: 1em;
    margin-right: .75em
}

@media screen and (max-width:500px) {
    footer.main .footerTop ul.compliance li {
        display: block
    }
}

footer.main .footerTop ul.compliance li a {
    color: #000
}

footer.main .footerTop .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1023px) {
    footer.main .footerTop .social {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-bottom: 2.5rem
    }
}

@media screen and (max-width:500px) {
    footer.main .footerTop .social {
        display: block
    }
}

footer.main .footerTop .social p {
    margin: 0;
    line-height: 1
}

@media screen and (max-width:500px) {
    footer.main .footerTop .social p {
        margin-bottom: 1em
    }
}

footer.main .footerTop .social ul {
    margin-left: .75em
}

@media screen and (max-width:500px) {
    footer.main .footerTop .social ul {
        margin-left: 0
    }
}

footer.main .footerTop .social ul li {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 100%;
    background: #000;
    margin-left: .75em
}

@media screen and (max-width:1279px) {
    footer.main .footerTop .social ul li {
        width: 3.5rem;
        height: 3.5rem
    }
}

@media screen and (max-width:500px) {
    footer.main .footerTop .social ul li {
        margin-left: 0;
        margin-right: .75em
    }
}

footer.main .footerTop .social ul li a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem
}

@media screen and (max-width:1279px) {
    footer.main .footerTop .social ul li a {
        font-size: 1.6rem
    }
}

footer.main .footerTop .social ul li a .fa {
    color: #fff
}

footer.main .footerBottom p {
    font-weight: 400;
    margin-bottom: 0
}

footer.main .footerBottom p br {
    display: none
}

@media screen and (max-width:500px) {
    footer.main .footerBottom p br {
        display: block
    }
}

.linkBar {
    background: #000;
    padding: 4rem 0 4.5rem
}

@media screen and (max-width:767px) {
    .linkBar {
        padding: 3.5rem 0 4rem
    }
}

@media screen and (max-width:500px) {
    .linkBar {
        padding: 2.5rem 0 3rem
    }
}

.linkBar .barWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.linkBar .barWrapper a {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.linkBar .barWrapper a p {
    margin-bottom: 0
}

@media screen and (max-width:1279px) {
    .linkBar .barWrapper a p {
        font-size: 1.6rem
    }
}

@media screen and (max-width:1023px) {
    .linkBar .barWrapper a p {
        font-size: 1.4rem
    }
}

@media screen and (max-width:500px) {
    .linkBar .barWrapper a p {
        display: none
    }
}

@media screen and (max-width:767px) {
    .linkBar .barWrapper a p strong {
        display: none
    }
}

.linkBar .barWrapper a svg {
    width: 3.5rem;
    margin-left: 3rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@media screen and (max-width:1023px) {
    .linkBar .barWrapper a svg {
        margin-left: 1.5rem;
        width: 3rem
    }
}

@media screen and (max-width:767px) {
    .linkBar .barWrapper a svg {
        width: 2.5rem
    }
}

@media screen and (max-width:500px) {
    .linkBar .barWrapper a svg {
        margin-left: 0
    }
}

.linkBar .barWrapper a svg path {
    fill: #fff
}

.linkBar .barWrapper a:first-child {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.linkBar .barWrapper a:first-child svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 3rem
}

@media screen and (max-width:1023px) {
    .linkBar .barWrapper a:first-child svg {
        margin-right: 1.5rem
    }
}

@media screen and (max-width:500px) {
    .linkBar .barWrapper a:first-child svg {
        margin-right: 0
    }
}

.linkBar .barWrapper a:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0
}

.linkBar .barWrapper a:nth-child(2) svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 auto
}

.imgBanner {
    height: 65rem;
    position: relative;
    background-position: 50% 65%;
    overflow: hidden
}

@media screen and (max-width:1600px) {
    .imgBanner {
        height: 60rem
    }
}

@media screen and (max-width:1279px) {
    .imgBanner {
        height: 55rem
    }
}

@media screen and (max-width:1023px) {
    .imgBanner {
        height: 50rem
    }
}

@media screen and (max-width:639px) {
    .imgBanner {
        height: 40rem
    }
}

@media screen and (max-width:500px) {
    .imgBanner {
        height: 35rem
    }
}

.imgBanner .bannerImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 20s ease;
    transition: -webkit-transform 20s ease;
    transition: transform 20s ease;
    transition: transform 20s ease, -webkit-transform 20s ease
}

.imgBanner .bannerImg.zoom {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

@media screen and (max-width:767px) {
    .imgBanner.gradientBottom .bannerContent {
        font-size: 5.4rem
    }
}

@media screen and (max-width:639px) {
    .imgBanner.gradientBottom .bannerContent {
        font-size: 4.4rem;
        bottom: 3rem
    }
}

@media screen and (max-width:500px) {
    .imgBanner.gradientBottom .bannerContent {
        font-size: 3.6rem;
        bottom: 2.5rem
    }
}

.imgBanner.gradientBottom::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    content: "";
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(5%, rgba(0, 0, 0, .987)), color-stop(10.1%, rgba(0, 0, 0, .951)), color-stop(15.3%, rgba(0, 0, 0, .896)), color-stop(20.6%, rgba(0, 0, 0, .825)), color-stop(26.1%, rgba(0, 0, 0, .741)), color-stop(31.9%, rgba(0, 0, 0, .648)), color-stop(37.9%, rgba(0, 0, 0, .55)), color-stop(44.2%, rgba(0, 0, 0, .45)), color-stop(50.8%, rgba(0, 0, 0, .352)), color-stop(57.9%, rgba(0, 0, 0, .259)), color-stop(65.3%, rgba(0, 0, 0, .175)), color-stop(73.2%, rgba(0, 0, 0, .104)), color-stop(81.6%, rgba(0, 0, 0, .049)), color-stop(90.5%, rgba(0, 0, 0, .013)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, .987) 5%, rgba(0, 0, 0, .951) 10.1%, rgba(0, 0, 0, .896) 15.3%, rgba(0, 0, 0, .825) 20.6%, rgba(0, 0, 0, .741) 26.1%, rgba(0, 0, 0, .648) 31.9%, rgba(0, 0, 0, .55) 37.9%, rgba(0, 0, 0, .45) 44.2%, rgba(0, 0, 0, .352) 50.8%, rgba(0, 0, 0, .259) 57.9%, rgba(0, 0, 0, .175) 65.3%, rgba(0, 0, 0, .104) 73.2%, rgba(0, 0, 0, .049) 81.6%, rgba(0, 0, 0, .013) 90.5%, rgba(0, 0, 0, 0) 100%);
    opacity: .5
}

.imgBanner .bannerContent {
    position: absolute;
    bottom: 8.5rem;
    left: 0;
    right: 0;
    font-size: 8rem;
    z-index: 2
}

@media screen and (max-width:1600px) {
    .imgBanner .bannerContent {
        bottom: 6rem
    }
}

@media screen and (max-width:1439px) {
    .imgBanner .bannerContent {
        font-size: 7.2rem
    }
}

@media screen and (max-width:1279px) {
    .imgBanner .bannerContent {
        font-size: 6.4rem;
        bottom: 5.5rem
    }
}

@media screen and (max-width:1023px) {
    .imgBanner .bannerContent {
        bottom: 4rem
    }
}

@media screen and (max-width:639px) {
    .imgBanner .bannerContent {
        font-size: 5.4rem
    }
}

@media screen and (max-width:500px) {
    .imgBanner .bannerContent {
        font-size: 4.4rem;
        bottom: 3rem
    }
}

.imgBanner .bannerContent * {
    color: #fff;
    font-weight: 300
}

.imgBanner .bannerContent h1 {
    font-size: 1em;
    line-height: 1;
    margin-bottom: .3em
}

@media screen and (max-width:1279px) {
    .imgBanner .bannerContent h1 {
        margin-bottom: .2em
    }
}

.imgBanner .bannerContent h1:last-child {
    margin-bottom: 0
}

.imgBanner .bannerContent h2 {
    font-size: .6625em;
    line-height: 1;
    margin: 0;
    padding-bottom: 0
}

@media screen and (max-width:1279px) {
    .imgBanner .bannerContent h2 {
        font-size: .75em
    }
}

.imgBanner .bannerContent h2::after {
    content: none
}

.bgRow {
    position: relative
}

.bgRow .panel {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #f3f3f3;
    z-index: 1
}

@media screen and (max-width:1023px) {
    .bgRow .panel {
        display: none
    }
}

.bgRow .panel.right {
    left: auto;
    right: 0
}

.bgRow .grid-container {
    position: relative;
    z-index: 2
}

.textPanel {
    padding-top: 12rem;
    position: relative
}

@media screen and (max-width:1600px) {
    .textPanel {
        padding-top: 7.5rem
    }
}

@media screen and (max-width:1279px) {
    .textPanel {
        padding-top: 5rem
    }
}

@media screen and (max-width:767px) {
    .textPanel {
        padding-top: 3.5rem
    }
}

.textPanel.left {
    padding-right: 12rem
}

@media screen and (max-width:1600px) {
    .textPanel.left {
        padding-right: 7.5rem
    }
}

@media screen and (max-width:1279px) {
    .textPanel.left {
        padding-right: 5rem
    }
}

@media screen and (max-width:1023px) {
    .textPanel.left {
        padding-right: 0
    }
}

.textPanel.left::before {
    right: 0
}

@media screen and (max-width:1023px) {
    .textPanel.left::before {
        left: -4rem
    }
}

.textPanel.right {
    padding-left: 12rem
}

@media screen and (max-width:1600px) {
    .textPanel.right {
        padding-left: 7.5rem
    }
}

@media screen and (max-width:1279px) {
    .textPanel.right {
        padding-left: 5rem
    }
}

@media screen and (max-width:1023px) {
    .textPanel.right {
        padding-left: 0
    }
}

.textPanel.right::before {
    left: 0
}

@media screen and (max-width:1023px) {
    .textPanel.right::before {
        left: -4rem
    }
}

.textPanel.grey::before {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f3f3f3;
    content: "";
    width: 50vw
}

@media screen and (max-width:1023px) {
    .textPanel.grey::before {
        width: 100vw
    }
}

.textPanel.grey * {
    position: relative;
    z-index: 2
}

.textPanel.grey.dark::before {
    background: #646363
}

.textPanel.intro strong {
    font-size: 1.15em
}

@media screen and (max-width:500px) {
    .textPanel.intro strong {
        font-size: 1.05em
    }
}

.textPanel.intro a.button {
    margin-top: .75em;
    margin-bottom: 14.5rem
}

@media screen and (max-width:1600px) {
    .textPanel.intro a.button {
        margin-bottom: 12.5rem
    }
}

@media screen and (max-width:1279px) {
    .textPanel.intro a.button {
        margin-bottom: 10rem
    }
}

@media screen and (max-width:1023px) {
    .textPanel.intro a.button {
        margin-bottom: 5rem
    }
}

.textPanel img.headshot {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32rem;
    z-index: 0
}

@media screen and (max-width:1439px) {
    .textPanel img.headshot {
        width: 28rem
    }
}

@media screen and (max-width:1279px) {
    .textPanel img.headshot {
        width: 26rem
    }
}

@media screen and (max-width:1023px) {
    .textPanel img.headshot {
        position: static;
        margin-top: -5rem
    }
}

@media screen and (max-width:639px) {
    .textPanel img.headshot {
        width: 24rem;
        margin-top: -4rem
    }
}

@media screen and (max-width:500px) {
    .textPanel img.headshot {
        width: 20rem;
        margin-top: -2.5rem
    }
}

.figurePanel {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width:1023px) {
    .figurePanel {
        padding-top: 5rem
    }
}

@media screen and (max-width:500px) {
    .figurePanel {
        padding-top: 3.5rem
    }
}

.figurePanel .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 4rem
}

@media screen and (max-width:1023px) {
    .figurePanel .title {
        position: static
    }
}

.figurePanel .title h2 {
    width: calc(100% - 12rem)
}

@media screen and (max-width:1600px) {
    .figurePanel .title h2 {
        width: calc(100% - 7.5rem)
    }
}

@media screen and (max-width:1279px) {
    .figurePanel .title h2 {
        width: calc(100% - 6rem)
    }
}

@media screen and (max-width:1023px) {
    .figurePanel .title h2 {
        width: 100%;
        margin-bottom: .25em
    }
}

@media screen and (max-width:639px) {
    .figurePanel .figureWrap {
        margin: 0 -4rem
    }
}

.figurePanel .figureWrap .box,
.figurePanel .figureWrap .spacer {
    width: 25%;
    float: left
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box,
    .figurePanel .figureWrap .spacer {
        width: 33.3333333%
    }
}

@media screen and (max-width:639px) {

    .figurePanel .figureWrap .box,
    .figurePanel .figureWrap .spacer {
        width: 50%
    }
}

.figurePanel .figureWrap .box:nth-child(4n+1),
.figurePanel .figureWrap .spacer:nth-child(4n+1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.figurePanel .figureWrap .box:nth-child(4n+1) figure,
.figurePanel .figureWrap .spacer:nth-child(4n+1) figure {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.figurePanel .figureWrap .box:nth-child(4n+1) p,
.figurePanel .figureWrap .spacer:nth-child(4n+1) p {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.figurePanel .figureWrap .box:nth-child(4n+2),
.figurePanel .figureWrap .spacer:nth-child(4n+2) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.figurePanel .figureWrap .box:nth-child(4n+2) figure,
.figurePanel .figureWrap .spacer:nth-child(4n+2) figure {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.figurePanel .figureWrap .box:nth-child(4n+2) p,
.figurePanel .figureWrap .spacer:nth-child(4n+2) p {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.figurePanel .figureWrap .box:nth-child(4n+3),
.figurePanel .figureWrap .spacer:nth-child(4n+3) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.figurePanel .figureWrap .box:nth-child(4n+3) figure,
.figurePanel .figureWrap .spacer:nth-child(4n+3) figure {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.figurePanel .figureWrap .box:nth-child(4n+3) p,
.figurePanel .figureWrap .spacer:nth-child(4n+3) p {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.figurePanel .figureWrap .box:nth-child(4n+4),
.figurePanel .figureWrap .spacer:nth-child(4n+4) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.figurePanel .figureWrap .box:nth-child(4n+4) figure,
.figurePanel .figureWrap .spacer:nth-child(4n+4) figure {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.figurePanel .figureWrap .box:nth-child(4n+4) p,
.figurePanel .figureWrap .spacer:nth-child(4n+4) p {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box:nth-child(3n+1),
    .figurePanel .figureWrap .spacer:nth-child(3n+1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box:nth-child(3n+1) figure,
    .figurePanel .figureWrap .spacer:nth-child(3n+1) figure {
        -webkit-animation-delay: .15s;
        animation-delay: .15s
    }
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box:nth-child(3n+1) p,
    .figurePanel .figureWrap .spacer:nth-child(3n+1) p {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box:nth-child(3n+2),
    .figurePanel .figureWrap .spacer:nth-child(3n+2) {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box:nth-child(3n+2) figure,
    .figurePanel .figureWrap .spacer:nth-child(3n+2) figure {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box:nth-child(3n+2) p,
    .figurePanel .figureWrap .spacer:nth-child(3n+2) p {
        -webkit-animation-delay: .55s;
        animation-delay: .55s
    }
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box:nth-child(3n+3),
    .figurePanel .figureWrap .spacer:nth-child(3n+3) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box:nth-child(3n+3) figure,
    .figurePanel .figureWrap .spacer:nth-child(3n+3) figure {
        -webkit-animation-delay: .65s;
        animation-delay: .65s
    }
}

@media screen and (max-width:1023px) {

    .figurePanel .figureWrap .box:nth-child(3n+3) p,
    .figurePanel .figureWrap .spacer:nth-child(3n+3) p {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }
}

@media screen and (max-width:639px) {

    .figurePanel .figureWrap .box:nth-child(2n+1),
    .figurePanel .figureWrap .spacer:nth-child(2n+1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

@media screen and (max-width:639px) {

    .figurePanel .figureWrap .box:nth-child(2n+1) figure,
    .figurePanel .figureWrap .spacer:nth-child(2n+1) figure {
        -webkit-animation-delay: .15s;
        animation-delay: .15s
    }
}

@media screen and (max-width:639px) {

    .figurePanel .figureWrap .box:nth-child(2n+1) p,
    .figurePanel .figureWrap .spacer:nth-child(2n+1) p {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }
}

@media screen and (max-width:639px) {

    .figurePanel .figureWrap .box:nth-child(2n+2),
    .figurePanel .figureWrap .spacer:nth-child(2n+2) {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }
}

@media screen and (max-width:639px) {

    .figurePanel .figureWrap .box:nth-child(2n+2) figure,
    .figurePanel .figureWrap .spacer:nth-child(2n+2) figure {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
}

@media screen and (max-width:639px) {

    .figurePanel .figureWrap .box:nth-child(2n+2) p,
    .figurePanel .figureWrap .spacer:nth-child(2n+2) p {
        -webkit-animation-delay: .55s;
        animation-delay: .55s
    }
}

.figurePanel .figureWrap .box {
    background: #fff;
    font-size: 1.8rem;
    padding: 3rem 3.5rem;
    display: block
}

@media screen and (max-width:1439px) {
    .figurePanel .figureWrap .box {
        font-size: 1.6rem;
        padding: 3rem
    }
}

@media screen and (max-width:1023px) {
    .figurePanel .figureWrap .box {
        padding: 2.5rem
    }
}

@media screen and (max-width:639px) {
    .figurePanel .figureWrap .box {
        padding: 2.5rem 3rem
    }
}

.figurePanel .figureWrap .box.green {
    background: #aed6b6
}

.figurePanel .figureWrap .box.grey {
    background: #646363
}

.figurePanel .figureWrap .box.grey * {
    color: #fff
}

.figurePanel .figureWrap .box figure {
    font-size: 3em;
    font-weight: 300;
    line-height: 1;
    color: #000
}

@media screen and (max-width:1600px) {
    .figurePanel .figureWrap .box figure {
        font-size: 2.75em
    }
}

@media screen and (max-width:1023px) {
    .figurePanel .figureWrap .box figure {
        font-size: 2.5em
    }
}

@media screen and (max-width:767px) {
    .figurePanel .figureWrap .box figure {
        font-size: 2.25em
    }
}

@media screen and (max-width:500px) {
    .figurePanel .figureWrap .box figure {
        font-size: 2em
    }
}

.figurePanel .figureWrap .box p {
    margin: 0;
    font-weight: 600;
    color: #000
}

@media screen and (max-width:1279px) {
    .figurePanel .figureWrap .box p {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    .figurePanel .figureWrap .box p {
        font-size: 1.4rem
    }
}

.perspectives {
    padding-top: 6.5rem
}

@media screen and (max-width:1023px) {
    .perspectives {
        overflow: hidden;
        padding-top: 5rem
    }
}

@media screen and (max-width:767px) {
    .perspectives {
        padding-top: 4rem
    }
}

.perspectives h2 {
    width: calc(50% - 12rem)
}

@media screen and (max-width:1600px) {
    .perspectives h2 {
        width: calc(50% - 7.5rem)
    }
}

@media screen and (max-width:1023px) {
    .perspectives h2 {
        width: 100%
    }
}

.perspectives .controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1440px;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
    width: 100%
}

@media screen and (max-width:1600px) {
    .perspectives .controls {
        padding: 0 1.25rem
    }
}

@media screen and (max-width:639px) {
    .perspectives .controls {
        padding: 0 1rem
    }
}

.perspectives .controls #next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.perspectives .controls svg {
    width: 2rem;
    cursor: pointer
}

@media screen and (max-width:1600px) {
    .perspectives .controls svg {
        width: 1.25rem
    }
}

@media screen and (max-width:500px) {
    .perspectives .controls svg {
        width: 1rem
    }
}

@media screen and (max-width:1023px) {
    .perspectives .perspectiveSlider {
        padding: 0;
        margin: 0 -4rem
    }
}

.perspectives .perspectiveSlider .textPanel {
    padding-top: 2rem;
    padding-bottom: 8rem
}

@media screen and (max-width:1023px) {
    .perspectives .perspectiveSlider .textPanel {
        padding-bottom: 0
    }
}

@media screen and (max-width:1023px) {
    .perspectives .perspectiveSlider .textPanel {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 1.5rem
    }
}

@media screen and (max-width:1023px) {
    .perspectives .perspectiveSlider .textPanel .headshot {
        display: inline;
        margin-top: -10rem
    }
}

@media screen and (max-width:639px) {
    .perspectives .perspectiveSlider .textPanel .headshot {
        margin-top: -8.5rem;
        width: 25rem
    }
}

@media screen and (max-width:500px) {
    .perspectives .perspectiveSlider .textPanel .headshot {
        margin-top: 0;
        margin-left: 6.5rem
    }
}

.perspectives .perspectiveSlider .textPanel.left .headshot {
    right: 12rem
}

@media screen and (max-width:1279px) {
    .perspectives .perspectiveSlider .textPanel.left .headshot {
        right: 7.5rem
    }
}

@media screen and (max-width:1279px) {
    .perspectives .perspectiveSlider .textPanel.left .headshot {
        right: 5rem
    }
}

.perspectives .perspectiveSlider .textPanel h3,
.perspectives .perspectiveSlider .textPanel h4 {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0
}

@media screen and (max-width:1439px) {

    .perspectives .perspectiveSlider .textPanel h3,
    .perspectives .perspectiveSlider .textPanel h4 {
        font-size: 2.1rem
    }
}

@media screen and (max-width:639px) {

    .perspectives .perspectiveSlider .textPanel h3,
    .perspectives .perspectiveSlider .textPanel h4 {
        font-size: 1.8rem
    }
}

.perspectives .perspectiveSlider .textPanel h4 {
    font-weight: 300;
    margin: 0 0 1.4em
}

.perspectives .perspectiveSlider .textPanel p {
    margin-bottom: 8.75em
}

@media screen and (max-width:1600px) {
    .perspectives .perspectiveSlider .textPanel p {
        margin-bottom: 8em
    }
}

@media screen and (max-width:1279px) {
    .perspectives .perspectiveSlider .textPanel p {
        margin-bottom: 6.5em
    }
}

@media screen and (max-width:1023px) {
    .perspectives .perspectiveSlider .textPanel p {
        margin-bottom: 1.5em;
        width: 75%
    }
}

@media screen and (max-width:639px) {
    .perspectives .perspectiveSlider .textPanel p {
        width: 100%;
        margin-bottom: 2em
    }
}

@media screen and (max-width:500px) {
    .perspectives .perspectiveSlider .textPanel p {
        margin-bottom: 1.5em
    }
}

.buttonPanel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20rem 0 6.5rem;
    position: relative
}

@media screen and (max-width:1439px) {
    .buttonPanel {
        padding-bottom: 5rem
    }
}

@media screen and (max-width:1279px) {
    .buttonPanel {
        background-size: auto 145%;
        padding-top: 17.5rem
    }
}

@media screen and (max-width:1023px) {
    .buttonPanel {
        padding: 10rem 0 3.5rem;
        background-size: auto 155%
    }
}

@media screen and (max-width:767px) {
    .buttonPanel {
        padding: 7.5rem 0 4rem
    }
}

@media screen and (max-width:639px) {
    .buttonPanel {
        padding: 4rem 0 3rem
    }
}

@media screen and (max-width:500px) {
    .buttonPanel {
        background-size: auto 200%
    }
}

@media screen and (max-width:767px) {
    .buttonPanel::before {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: .35;
        content: "";
        position: absolute
    }
}

.buttonPanel * {
    color: #fff
}

.buttonPanel .contentContainer {
    padding-left: 12rem
}

@media screen and (max-width:1279px) {
    .buttonPanel .contentContainer {
        padding-left: 0
    }
}

.buttonPanel .contentContainer h2 {
    margin-bottom: .2em
}

.buttonPanel .contentContainer h2::after {
    background-color: #fff
}

.buttonPanel .contentContainer a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.2;
    border: 1px solid #fff;
    padding: .65em .7em .65em 1.3em;
    margin-bottom: 1em;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    position: relative;
    z-index: 2
}

@media screen and (max-width:1600px) {
    .buttonPanel .contentContainer a {
        font-size: 2.4rem
    }
}

@media screen and (max-width:1439px) {
    .buttonPanel .contentContainer a {
        font-size: 2.1rem
    }
}

@media screen and (max-width:639px) {
    .buttonPanel .contentContainer a {
        font-size: 1.8rem
    }
}

@media screen and (max-width:500px) {
    .buttonPanel .contentContainer a {
        font-size: 1.6rem
    }
}

.buttonPanel .contentContainer a span {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    width: 65%
}

@media screen and (max-width:1439px) {
    .buttonPanel .contentContainer a span {
        width: 55%
    }
}

.buttonPanel .contentContainer a svg {
    width: 3.5rem
}

@media screen and (max-width:1600px) {
    .buttonPanel .contentContainer a svg {
        width: 3rem
    }
}

@media screen and (max-width:1279px) {
    .buttonPanel .contentContainer a svg {
        width: 2.5rem
    }
}

@media screen and (max-width:500px) {
    .buttonPanel .contentContainer a svg {
        width: 2rem
    }
}

.buttonPanel .contentContainer a svg path {
    fill: #fff;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.buttonPanel .contentContainer a:hover {
    background: #fff
}

.buttonPanel .contentContainer a:hover span {
    color: #000
}

.buttonPanel .contentContainer a:hover svg path {
    fill: #000
}

.businesses .panel.dark {
    background: #646363
}

.businesses .textPanel {
    padding-top: 0
}

@media screen and (max-width:1023px) {
    .businesses .textPanel.right {
        padding-top: 3rem
    }
}

.businesses .textPanel.right * {
    color: #fff
}

.businesses .textPanel.right a {
    border-color: #fff
}

.businesses .textPanel.right a:hover {
    background: #fff;
    color: #646363
}

.businesses .textPanel h2 {
    margin-top: 6.5rem
}

@media screen and (max-width:639px) {
    .businesses .textPanel h2 {
        margin-top: 4rem
    }
}

.businesses .textPanel h3 {
    font-weight: 600;
    font-size: 3.1rem;
    margin-bottom: 1em;
    margin-top: .75em
}

@media screen and (max-width:1439px) {
    .businesses .textPanel h3 {
        font-size: 2.8rem
    }
}

@media screen and (max-width:1279px) {
    .businesses .textPanel h3 {
        font-size: 2.4rem
    }
}

@media screen and (max-width:639px) {
    .businesses .textPanel h3 {
        margin-top: .5em;
        font-size: 2.1rem
    }
}

@media screen and (max-width:500px) {
    .businesses .textPanel h3 {
        font-size: 1.8rem
    }
}

.businesses .textPanel figure {
    font-weight: 300;
    font-size: 17rem;
    line-height: 1;
    margin-bottom: .15em
}

@media screen and (max-width:1600px) {
    .businesses .textPanel figure {
        font-size: 15rem
    }
}

@media screen and (max-width:1439px) {
    .businesses .textPanel figure {
        font-size: 12.4rem
    }
}

@media screen and (max-width:1279px) {
    .businesses .textPanel figure {
        font-size: 10rem
    }
}

@media screen and (max-width:500px) {
    .businesses .textPanel figure {
        font-size: 7.2rem
    }
}

.businesses .textPanel figure small {
    font-size: 75%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.businesses .textPanel figure small.active {
    opacity: 1
}

.businesses .textPanel p {
    font-weight: 600;
    font-size: 3.1rem;
    margin-bottom: 2.5em
}

@media screen and (max-width:1439px) {
    .businesses .textPanel p {
        font-size: 2.8rem;
        margin-bottom: 2em
    }
}

@media screen and (max-width:1279px) {
    .businesses .textPanel p {
        font-size: 2.4rem
    }
}

@media screen and (max-width:639px) {
    .businesses .textPanel p {
        font-size: 2.1rem;
        margin-bottom: 1.5em
    }
}

@media screen and (max-width:500px) {
    .businesses .textPanel p {
        font-size: 1.8rem
    }
}

.businesses .textPanel a.button {
    margin-bottom: 7.5rem
}

@media screen and (max-width:1600px) {
    .businesses .textPanel a.button {
        margin-bottom: 7rem
    }
}

@media screen and (max-width:1279px) {
    .businesses .textPanel a.button {
        margin-bottom: 5rem
    }
}

@media screen and (max-width:639px) {
    .businesses .textPanel a.button {
        margin-bottom: 4rem
    }
}

@media screen and (max-width:639px) {

    #pageBuilder h3,
    #pageBuilder h4 {
        font-size: 1.6rem
    }
}

#pageBuilder li,
#pageBuilder ol,
#pageBuilder p,
#pageBuilder ul {
    font-size: 2rem
}

@media screen and (max-width:1439px) {

    #pageBuilder li,
    #pageBuilder ol,
    #pageBuilder p,
    #pageBuilder ul {
        font-size: 1.8rem
    }
}

@media screen and (max-width:639px) {

    #pageBuilder li,
    #pageBuilder ol,
    #pageBuilder p,
    #pageBuilder ul {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {

    #pageBuilder li,
    #pageBuilder ol,
    #pageBuilder p,
    #pageBuilder ul {
        font-size: 1.4rem
    }
}

#pageBuilder img {
    width: 100%
}

#pageBuilder .grey {
    background-color: #f3f3f3
}

#pageBuilder .darkGrey {
    background-color: #646363
}

#pageBuilder .black {
    background-color: #000
}

#pageBuilder .black *,
#pageBuilder .darkGrey * {
    color: #fff
}

#pageBuilder .black h2::after,
#pageBuilder .darkGrey h2::after {
    background-color: #fff
}

#pageBuilder .spacer-0 {
    font-size: 1rem;
    height: calc(0 * .1em)
}

#pageBuilder .spacer-1 {
    font-size: 1rem;
    height: calc(1 * .1em)
}

#pageBuilder .spacer-2 {
    font-size: 1rem;
    height: calc(2 * .1em)
}

#pageBuilder .spacer-3 {
    font-size: 1rem;
    height: calc(3 * .1em)
}

#pageBuilder .spacer-4 {
    font-size: 1rem;
    height: calc(4 * .1em)
}

#pageBuilder .spacer-5 {
    font-size: 1rem;
    height: calc(5 * .1em)
}

#pageBuilder .spacer-6 {
    font-size: 1rem;
    height: calc(6 * .1em)
}

#pageBuilder .spacer-7 {
    font-size: 1rem;
    height: calc(7 * .1em)
}

#pageBuilder .spacer-8 {
    font-size: 1rem;
    height: calc(8 * .1em)
}

#pageBuilder .spacer-9 {
    font-size: 1rem;
    height: calc(9 * .1em)
}

#pageBuilder .spacer-10 {
    font-size: 1rem;
    height: calc(10 * .1em)
}

#pageBuilder .spacer-11 {
    font-size: 1rem;
    height: calc(11 * .1em)
}

#pageBuilder .spacer-12 {
    font-size: 1rem;
    height: calc(12 * .1em)
}

#pageBuilder .spacer-13 {
    font-size: 1rem;
    height: calc(13 * .1em)
}

#pageBuilder .spacer-14 {
    font-size: 1rem;
    height: calc(14 * .1em)
}

#pageBuilder .spacer-15 {
    font-size: 1rem;
    height: calc(15 * .1em)
}

#pageBuilder .spacer-16 {
    font-size: 1rem;
    height: calc(16 * .1em)
}

#pageBuilder .spacer-17 {
    font-size: 1rem;
    height: calc(17 * .1em)
}

#pageBuilder .spacer-18 {
    font-size: 1rem;
    height: calc(18 * .1em)
}

#pageBuilder .spacer-19 {
    font-size: 1rem;
    height: calc(19 * .1em)
}

#pageBuilder .spacer-20 {
    font-size: 1rem;
    height: calc(20 * .1em)
}

#pageBuilder .spacer-21 {
    font-size: 1rem;
    height: calc(21 * .1em)
}

#pageBuilder .spacer-22 {
    font-size: 1rem;
    height: calc(22 * .1em)
}

#pageBuilder .spacer-23 {
    font-size: 1rem;
    height: calc(23 * .1em)
}

#pageBuilder .spacer-24 {
    font-size: 1rem;
    height: calc(24 * .1em)
}

#pageBuilder .spacer-25 {
    font-size: 1rem;
    height: calc(25 * .1em)
}

#pageBuilder .spacer-26 {
    font-size: 1rem;
    height: calc(26 * .1em)
}

#pageBuilder .spacer-27 {
    font-size: 1rem;
    height: calc(27 * .1em)
}

#pageBuilder .spacer-28 {
    font-size: 1rem;
    height: calc(28 * .1em)
}

#pageBuilder .spacer-29 {
    font-size: 1rem;
    height: calc(29 * .1em)
}

#pageBuilder .spacer-30 {
    font-size: 1rem;
    height: calc(30 * .1em)
}

#pageBuilder .spacer-31 {
    font-size: 1rem;
    height: calc(31 * .1em)
}

#pageBuilder .spacer-32 {
    font-size: 1rem;
    height: calc(32 * .1em)
}

#pageBuilder .spacer-33 {
    font-size: 1rem;
    height: calc(33 * .1em)
}

#pageBuilder .spacer-34 {
    font-size: 1rem;
    height: calc(34 * .1em)
}

#pageBuilder .spacer-35 {
    font-size: 1rem;
    height: calc(35 * .1em)
}

#pageBuilder .spacer-36 {
    font-size: 1rem;
    height: calc(36 * .1em)
}

#pageBuilder .spacer-37 {
    font-size: 1rem;
    height: calc(37 * .1em)
}

#pageBuilder .spacer-38 {
    font-size: 1rem;
    height: calc(38 * .1em)
}

#pageBuilder .spacer-39 {
    font-size: 1rem;
    height: calc(39 * .1em)
}

#pageBuilder .spacer-40 {
    font-size: 1rem;
    height: calc(40 * .1em)
}

#pageBuilder .spacer-41 {
    font-size: 1rem;
    height: calc(41 * .1em)
}

#pageBuilder .spacer-42 {
    font-size: 1rem;
    height: calc(42 * .1em)
}

#pageBuilder .spacer-43 {
    font-size: 1rem;
    height: calc(43 * .1em)
}

#pageBuilder .spacer-44 {
    font-size: 1rem;
    height: calc(44 * .1em)
}

#pageBuilder .spacer-45 {
    font-size: 1rem;
    height: calc(45 * .1em)
}

#pageBuilder .spacer-46 {
    font-size: 1rem;
    height: calc(46 * .1em)
}

#pageBuilder .spacer-47 {
    font-size: 1rem;
    height: calc(47 * .1em)
}

#pageBuilder .spacer-48 {
    font-size: 1rem;
    height: calc(48 * .1em)
}

#pageBuilder .spacer-49 {
    font-size: 1rem;
    height: calc(49 * .1em)
}

#pageBuilder .spacer-50 {
    font-size: 1rem;
    height: calc(50 * .1em)
}

#pageBuilder .spacer-51 {
    font-size: 1rem;
    height: calc(51 * .1em)
}

#pageBuilder .spacer-52 {
    font-size: 1rem;
    height: calc(52 * .1em)
}

#pageBuilder .spacer-53 {
    font-size: 1rem;
    height: calc(53 * .1em)
}

#pageBuilder .spacer-54 {
    font-size: 1rem;
    height: calc(54 * .1em)
}

#pageBuilder .spacer-55 {
    font-size: 1rem;
    height: calc(55 * .1em)
}

#pageBuilder .spacer-56 {
    font-size: 1rem;
    height: calc(56 * .1em)
}

#pageBuilder .spacer-57 {
    font-size: 1rem;
    height: calc(57 * .1em)
}

#pageBuilder .spacer-58 {
    font-size: 1rem;
    height: calc(58 * .1em)
}

#pageBuilder .spacer-59 {
    font-size: 1rem;
    height: calc(59 * .1em)
}

#pageBuilder .spacer-60 {
    font-size: 1rem;
    height: calc(60 * .1em)
}

#pageBuilder .spacer-61 {
    font-size: 1rem;
    height: calc(61 * .1em)
}

#pageBuilder .spacer-62 {
    font-size: 1rem;
    height: calc(62 * .1em)
}

#pageBuilder .spacer-63 {
    font-size: 1rem;
    height: calc(63 * .1em)
}

#pageBuilder .spacer-64 {
    font-size: 1rem;
    height: calc(64 * .1em)
}

#pageBuilder .spacer-65 {
    font-size: 1rem;
    height: calc(65 * .1em)
}

#pageBuilder .spacer-66 {
    font-size: 1rem;
    height: calc(66 * .1em)
}

#pageBuilder .spacer-67 {
    font-size: 1rem;
    height: calc(67 * .1em)
}

#pageBuilder .spacer-68 {
    font-size: 1rem;
    height: calc(68 * .1em)
}

#pageBuilder .spacer-69 {
    font-size: 1rem;
    height: calc(69 * .1em)
}

#pageBuilder .spacer-70 {
    font-size: 1rem;
    height: calc(70 * .1em)
}

#pageBuilder .spacer-71 {
    font-size: 1rem;
    height: calc(71 * .1em)
}

#pageBuilder .spacer-72 {
    font-size: 1rem;
    height: calc(72 * .1em)
}

#pageBuilder .spacer-73 {
    font-size: 1rem;
    height: calc(73 * .1em)
}

#pageBuilder .spacer-74 {
    font-size: 1rem;
    height: calc(74 * .1em)
}

#pageBuilder .spacer-75 {
    font-size: 1rem;
    height: calc(75 * .1em)
}

#pageBuilder .spacer-76 {
    font-size: 1rem;
    height: calc(76 * .1em)
}

#pageBuilder .spacer-77 {
    font-size: 1rem;
    height: calc(77 * .1em)
}

#pageBuilder .spacer-78 {
    font-size: 1rem;
    height: calc(78 * .1em)
}

#pageBuilder .spacer-79 {
    font-size: 1rem;
    height: calc(79 * .1em)
}

#pageBuilder .spacer-80 {
    font-size: 1rem;
    height: calc(80 * .1em)
}

#pageBuilder .spacer-81 {
    font-size: 1rem;
    height: calc(81 * .1em)
}

#pageBuilder .spacer-82 {
    font-size: 1rem;
    height: calc(82 * .1em)
}

#pageBuilder .spacer-83 {
    font-size: 1rem;
    height: calc(83 * .1em)
}

#pageBuilder .spacer-84 {
    font-size: 1rem;
    height: calc(84 * .1em)
}

#pageBuilder .spacer-85 {
    font-size: 1rem;
    height: calc(85 * .1em)
}

#pageBuilder .spacer-86 {
    font-size: 1rem;
    height: calc(86 * .1em)
}

#pageBuilder .spacer-87 {
    font-size: 1rem;
    height: calc(87 * .1em)
}

#pageBuilder .spacer-88 {
    font-size: 1rem;
    height: calc(88 * .1em)
}

#pageBuilder .spacer-89 {
    font-size: 1rem;
    height: calc(89 * .1em)
}

#pageBuilder .spacer-90 {
    font-size: 1rem;
    height: calc(90 * .1em)
}

#pageBuilder .spacer-91 {
    font-size: 1rem;
    height: calc(91 * .1em)
}

#pageBuilder .spacer-92 {
    font-size: 1rem;
    height: calc(92 * .1em)
}

#pageBuilder .spacer-93 {
    font-size: 1rem;
    height: calc(93 * .1em)
}

#pageBuilder .spacer-94 {
    font-size: 1rem;
    height: calc(94 * .1em)
}

#pageBuilder .spacer-95 {
    font-size: 1rem;
    height: calc(95 * .1em)
}

#pageBuilder .spacer-96 {
    font-size: 1rem;
    height: calc(96 * .1em)
}

#pageBuilder .spacer-97 {
    font-size: 1rem;
    height: calc(97 * .1em)
}

#pageBuilder .spacer-98 {
    font-size: 1rem;
    height: calc(98 * .1em)
}

#pageBuilder .spacer-99 {
    font-size: 1rem;
    height: calc(99 * .1em)
}

#pageBuilder .spacer-100 {
    font-size: 1rem;
    height: calc(100 * .1em)
}

#pageBuilder .spacer-101 {
    font-size: 1rem;
    height: calc(101 * .1em)
}

#pageBuilder .spacer-102 {
    font-size: 1rem;
    height: calc(102 * .1em)
}

#pageBuilder .spacer-103 {
    font-size: 1rem;
    height: calc(103 * .1em)
}

#pageBuilder .spacer-104 {
    font-size: 1rem;
    height: calc(104 * .1em)
}

#pageBuilder .spacer-105 {
    font-size: 1rem;
    height: calc(105 * .1em)
}

#pageBuilder .spacer-106 {
    font-size: 1rem;
    height: calc(106 * .1em)
}

#pageBuilder .spacer-107 {
    font-size: 1rem;
    height: calc(107 * .1em)
}

#pageBuilder .spacer-108 {
    font-size: 1rem;
    height: calc(108 * .1em)
}

#pageBuilder .spacer-109 {
    font-size: 1rem;
    height: calc(109 * .1em)
}

#pageBuilder .spacer-110 {
    font-size: 1rem;
    height: calc(110 * .1em)
}

#pageBuilder .spacer-111 {
    font-size: 1rem;
    height: calc(111 * .1em)
}

#pageBuilder .spacer-112 {
    font-size: 1rem;
    height: calc(112 * .1em)
}

#pageBuilder .spacer-113 {
    font-size: 1rem;
    height: calc(113 * .1em)
}

#pageBuilder .spacer-114 {
    font-size: 1rem;
    height: calc(114 * .1em)
}

#pageBuilder .spacer-115 {
    font-size: 1rem;
    height: calc(115 * .1em)
}

#pageBuilder .spacer-116 {
    font-size: 1rem;
    height: calc(116 * .1em)
}

#pageBuilder .spacer-117 {
    font-size: 1rem;
    height: calc(117 * .1em)
}

#pageBuilder .spacer-118 {
    font-size: 1rem;
    height: calc(118 * .1em)
}

#pageBuilder .spacer-119 {
    font-size: 1rem;
    height: calc(119 * .1em)
}

#pageBuilder .spacer-120 {
    font-size: 1rem;
    height: calc(120 * .1em)
}

#pageBuilder .spacer-121 {
    font-size: 1rem;
    height: calc(121 * .1em)
}

#pageBuilder .spacer-122 {
    font-size: 1rem;
    height: calc(122 * .1em)
}

#pageBuilder .spacer-123 {
    font-size: 1rem;
    height: calc(123 * .1em)
}

#pageBuilder .spacer-124 {
    font-size: 1rem;
    height: calc(124 * .1em)
}

#pageBuilder .spacer-125 {
    font-size: 1rem;
    height: calc(125 * .1em)
}

#pageBuilder .spacer-126 {
    font-size: 1rem;
    height: calc(126 * .1em)
}

#pageBuilder .spacer-127 {
    font-size: 1rem;
    height: calc(127 * .1em)
}

#pageBuilder .spacer-128 {
    font-size: 1rem;
    height: calc(128 * .1em)
}

#pageBuilder .spacer-129 {
    font-size: 1rem;
    height: calc(129 * .1em)
}

#pageBuilder .spacer-130 {
    font-size: 1rem;
    height: calc(130 * .1em)
}

#pageBuilder .spacer-131 {
    font-size: 1rem;
    height: calc(131 * .1em)
}

#pageBuilder .spacer-132 {
    font-size: 1rem;
    height: calc(132 * .1em)
}

#pageBuilder .spacer-133 {
    font-size: 1rem;
    height: calc(133 * .1em)
}

#pageBuilder .spacer-134 {
    font-size: 1rem;
    height: calc(134 * .1em)
}

#pageBuilder .spacer-135 {
    font-size: 1rem;
    height: calc(135 * .1em)
}

#pageBuilder .spacer-136 {
    font-size: 1rem;
    height: calc(136 * .1em)
}

#pageBuilder .spacer-137 {
    font-size: 1rem;
    height: calc(137 * .1em)
}

#pageBuilder .spacer-138 {
    font-size: 1rem;
    height: calc(138 * .1em)
}

#pageBuilder .spacer-139 {
    font-size: 1rem;
    height: calc(139 * .1em)
}

#pageBuilder .spacer-140 {
    font-size: 1rem;
    height: calc(140 * .1em)
}

#pageBuilder .spacer-141 {
    font-size: 1rem;
    height: calc(141 * .1em)
}

#pageBuilder .spacer-142 {
    font-size: 1rem;
    height: calc(142 * .1em)
}

#pageBuilder .spacer-143 {
    font-size: 1rem;
    height: calc(143 * .1em)
}

#pageBuilder .spacer-144 {
    font-size: 1rem;
    height: calc(144 * .1em)
}

#pageBuilder .spacer-145 {
    font-size: 1rem;
    height: calc(145 * .1em)
}

#pageBuilder .spacer-146 {
    font-size: 1rem;
    height: calc(146 * .1em)
}

#pageBuilder .spacer-147 {
    font-size: 1rem;
    height: calc(147 * .1em)
}

#pageBuilder .spacer-148 {
    font-size: 1rem;
    height: calc(148 * .1em)
}

#pageBuilder .spacer-149 {
    font-size: 1rem;
    height: calc(149 * .1em)
}

#pageBuilder .spacer-150 {
    font-size: 1rem;
    height: calc(150 * .1em)
}

#pageBuilder .spacer-151 {
    font-size: 1rem;
    height: calc(151 * .1em)
}

#pageBuilder .spacer-152 {
    font-size: 1rem;
    height: calc(152 * .1em)
}

#pageBuilder .spacer-153 {
    font-size: 1rem;
    height: calc(153 * .1em)
}

#pageBuilder .spacer-154 {
    font-size: 1rem;
    height: calc(154 * .1em)
}

#pageBuilder .spacer-155 {
    font-size: 1rem;
    height: calc(155 * .1em)
}

#pageBuilder .spacer-156 {
    font-size: 1rem;
    height: calc(156 * .1em)
}

#pageBuilder .spacer-157 {
    font-size: 1rem;
    height: calc(157 * .1em)
}

#pageBuilder .spacer-158 {
    font-size: 1rem;
    height: calc(158 * .1em)
}

#pageBuilder .spacer-159 {
    font-size: 1rem;
    height: calc(159 * .1em)
}

#pageBuilder .spacer-160 {
    font-size: 1rem;
    height: calc(160 * .1em)
}

#pageBuilder .spacer-161 {
    font-size: 1rem;
    height: calc(161 * .1em)
}

#pageBuilder .spacer-162 {
    font-size: 1rem;
    height: calc(162 * .1em)
}

#pageBuilder .spacer-163 {
    font-size: 1rem;
    height: calc(163 * .1em)
}

#pageBuilder .spacer-164 {
    font-size: 1rem;
    height: calc(164 * .1em)
}

#pageBuilder .spacer-165 {
    font-size: 1rem;
    height: calc(165 * .1em)
}

#pageBuilder .spacer-166 {
    font-size: 1rem;
    height: calc(166 * .1em)
}

#pageBuilder .spacer-167 {
    font-size: 1rem;
    height: calc(167 * .1em)
}

#pageBuilder .spacer-168 {
    font-size: 1rem;
    height: calc(168 * .1em)
}

#pageBuilder .spacer-169 {
    font-size: 1rem;
    height: calc(169 * .1em)
}

#pageBuilder .spacer-170 {
    font-size: 1rem;
    height: calc(170 * .1em)
}

#pageBuilder .spacer-171 {
    font-size: 1rem;
    height: calc(171 * .1em)
}

#pageBuilder .spacer-172 {
    font-size: 1rem;
    height: calc(172 * .1em)
}

#pageBuilder .spacer-173 {
    font-size: 1rem;
    height: calc(173 * .1em)
}

#pageBuilder .spacer-174 {
    font-size: 1rem;
    height: calc(174 * .1em)
}

#pageBuilder .spacer-175 {
    font-size: 1rem;
    height: calc(175 * .1em)
}

#pageBuilder .spacer-176 {
    font-size: 1rem;
    height: calc(176 * .1em)
}

#pageBuilder .spacer-177 {
    font-size: 1rem;
    height: calc(177 * .1em)
}

#pageBuilder .spacer-178 {
    font-size: 1rem;
    height: calc(178 * .1em)
}

#pageBuilder .spacer-179 {
    font-size: 1rem;
    height: calc(179 * .1em)
}

#pageBuilder .spacer-180 {
    font-size: 1rem;
    height: calc(180 * .1em)
}

#pageBuilder .spacer-181 {
    font-size: 1rem;
    height: calc(181 * .1em)
}

#pageBuilder .spacer-182 {
    font-size: 1rem;
    height: calc(182 * .1em)
}

#pageBuilder .spacer-183 {
    font-size: 1rem;
    height: calc(183 * .1em)
}

#pageBuilder .spacer-184 {
    font-size: 1rem;
    height: calc(184 * .1em)
}

#pageBuilder .spacer-185 {
    font-size: 1rem;
    height: calc(185 * .1em)
}

#pageBuilder .spacer-186 {
    font-size: 1rem;
    height: calc(186 * .1em)
}

#pageBuilder .spacer-187 {
    font-size: 1rem;
    height: calc(187 * .1em)
}

#pageBuilder .spacer-188 {
    font-size: 1rem;
    height: calc(188 * .1em)
}

#pageBuilder .spacer-189 {
    font-size: 1rem;
    height: calc(189 * .1em)
}

#pageBuilder .spacer-190 {
    font-size: 1rem;
    height: calc(190 * .1em)
}

#pageBuilder .spacer-191 {
    font-size: 1rem;
    height: calc(191 * .1em)
}

#pageBuilder .spacer-192 {
    font-size: 1rem;
    height: calc(192 * .1em)
}

#pageBuilder .spacer-193 {
    font-size: 1rem;
    height: calc(193 * .1em)
}

#pageBuilder .spacer-194 {
    font-size: 1rem;
    height: calc(194 * .1em)
}

#pageBuilder .spacer-195 {
    font-size: 1rem;
    height: calc(195 * .1em)
}

#pageBuilder .spacer-196 {
    font-size: 1rem;
    height: calc(196 * .1em)
}

#pageBuilder .spacer-197 {
    font-size: 1rem;
    height: calc(197 * .1em)
}

#pageBuilder .spacer-198 {
    font-size: 1rem;
    height: calc(198 * .1em)
}

#pageBuilder .spacer-199 {
    font-size: 1rem;
    height: calc(199 * .1em)
}

#pageBuilder .spacer-200 {
    font-size: 1rem;
    height: calc(200 * .1em)
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-15 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-15 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-15 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-15 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-15 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-15 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-16 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-16 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-16 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-16 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-16 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-16 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-17 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-17 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-17 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-17 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-17 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-17 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-18 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-18 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-18 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-18 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-18 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-18 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-19 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-19 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-19 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-19 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-19 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-19 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-20 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-20 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-20 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-20 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-20 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-20 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-21 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-21 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-21 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-21 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-21 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-21 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-22 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-22 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-22 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-22 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-22 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-22 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-23 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-23 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-23 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-23 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-23 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-23 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-24 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-24 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-24 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-24 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-24 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-24 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-25 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-25 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-25 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-25 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-25 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-25 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-26 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-26 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-26 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-26 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-26 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-26 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-27 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-27 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-27 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-27 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-27 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-27 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-28 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-28 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-28 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-28 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-28 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-28 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-29 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-29 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-29 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-29 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-29 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-29 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-30 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-30 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-30 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-30 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-30 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-30 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-31 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-31 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-31 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-31 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-31 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-31 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-32 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-32 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-32 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-32 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-32 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-32 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-33 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-33 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-33 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-33 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-33 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-33 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-34 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-34 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-34 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-34 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-34 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-34 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-35 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-35 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-35 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-35 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-35 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-35 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-36 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-36 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-36 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-36 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-36 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-36 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-37 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-37 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-37 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-37 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-37 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-37 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-38 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-38 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-38 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-38 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-38 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-38 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-39 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-39 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-39 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-39 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-39 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-39 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-40 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-40 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-40 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-40 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-40 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-40 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-41 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-41 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-41 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-41 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-41 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-41 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-42 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-42 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-42 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-42 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-42 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-42 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-43 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-43 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-43 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-43 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-43 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-43 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-44 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-44 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-44 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-44 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-44 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-44 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-45 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-45 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-45 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-45 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-45 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-45 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-46 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-46 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-46 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-46 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-46 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-46 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-47 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-47 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-47 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-47 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-47 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-47 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-48 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-48 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-48 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-48 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-48 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-48 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-49 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-49 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-49 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-49 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-49 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-49 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-50 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-50 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-50 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-50 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-50 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-50 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-51 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-51 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-51 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-51 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-51 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-51 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-52 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-52 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-52 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-52 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-52 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-52 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-53 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-53 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-53 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-53 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-53 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-53 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-54 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-54 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-54 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-54 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-54 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-54 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-55 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-55 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-55 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-55 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-55 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-55 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-56 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-56 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-56 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-56 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-56 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-56 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-57 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-57 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-57 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-57 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-57 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-57 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-58 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-58 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-58 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-58 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-58 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-58 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-59 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-59 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-59 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-59 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-59 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-59 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-60 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-60 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-60 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-60 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-60 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-60 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-61 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-61 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-61 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-61 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-61 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-61 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-62 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-62 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-62 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-62 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-62 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-62 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-63 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-63 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-63 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-63 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-63 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-63 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-64 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-64 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-64 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-64 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-64 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-64 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-65 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-65 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-65 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-65 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-65 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-65 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-66 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-66 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-66 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-66 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-66 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-66 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-67 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-67 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-67 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-67 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-67 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-67 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-68 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-68 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-68 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-68 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-68 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-68 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-69 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-69 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-69 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-69 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-69 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-69 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-70 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-70 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-70 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-70 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-70 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-70 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-71 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-71 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-71 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-71 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-71 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-71 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-72 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-72 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-72 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-72 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-72 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-72 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-73 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-73 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-73 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-73 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-73 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-73 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-74 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-74 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-74 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-74 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-74 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-74 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-75 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-75 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-75 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-75 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-75 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-75 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-76 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-76 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-76 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-76 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-76 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-76 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-77 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-77 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-77 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-77 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-77 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-77 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-78 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-78 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-78 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-78 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-78 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-78 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-79 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-79 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-79 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-79 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-79 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-79 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-80 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-80 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-80 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-80 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-80 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-80 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-81 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-81 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-81 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-81 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-81 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-81 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-82 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-82 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-82 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-82 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-82 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-82 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-83 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-83 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-83 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-83 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-83 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-83 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-84 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-84 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-84 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-84 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-84 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-84 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-85 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-85 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-85 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-85 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-85 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-85 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-86 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-86 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-86 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-86 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-86 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-86 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-87 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-87 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-87 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-87 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-87 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-87 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-88 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-88 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-88 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-88 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-88 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-88 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-89 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-89 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-89 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-89 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-89 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-89 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-90 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-90 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-90 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-90 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-90 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-90 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-91 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-91 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-91 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-91 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-91 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-91 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-92 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-92 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-92 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-92 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-92 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-92 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-93 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-93 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-93 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-93 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-93 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-93 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-94 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-94 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-94 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-94 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-94 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-94 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-95 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-95 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-95 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-95 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-95 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-95 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-96 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-96 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-96 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-96 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-96 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-96 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-97 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-97 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-97 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-97 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-97 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-97 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-98 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-98 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-98 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-98 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-98 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-98 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-99 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-99 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-99 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-99 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-99 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-99 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-100 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-100 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-100 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-100 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-100 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-100 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-101 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-101 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-101 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-101 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-101 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-101 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-102 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-102 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-102 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-102 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-102 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-102 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-103 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-103 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-103 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-103 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-103 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-103 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-104 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-104 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-104 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-104 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-104 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-104 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-105 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-105 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-105 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-105 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-105 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-105 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-106 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-106 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-106 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-106 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-106 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-106 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-107 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-107 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-107 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-107 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-107 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-107 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-108 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-108 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-108 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-108 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-108 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-108 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-109 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-109 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-109 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-109 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-109 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-109 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-110 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-110 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-110 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-110 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-110 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-110 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-111 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-111 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-111 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-111 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-111 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-111 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-112 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-112 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-112 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-112 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-112 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-112 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-113 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-113 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-113 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-113 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-113 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-113 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-114 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-114 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-114 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-114 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-114 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-114 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-115 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-115 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-115 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-115 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-115 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-115 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-116 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-116 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-116 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-116 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-116 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-116 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-117 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-117 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-117 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-117 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-117 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-117 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-118 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-118 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-118 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-118 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-118 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-118 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-119 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-119 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-119 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-119 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-119 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-119 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-120 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-120 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-120 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-120 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-120 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-120 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-121 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-121 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-121 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-121 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-121 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-121 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-122 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-122 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-122 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-122 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-122 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-122 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-123 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-123 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-123 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-123 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-123 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-123 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-124 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-124 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-124 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-124 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-124 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-124 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-125 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-125 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-125 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-125 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-125 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-125 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-126 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-126 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-126 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-126 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-126 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-126 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-127 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-127 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-127 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-127 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-127 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-127 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-128 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-128 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-128 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-128 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-128 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-128 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-129 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-129 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-129 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-129 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-129 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-129 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-130 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-130 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-130 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-130 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-130 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-130 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-131 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-131 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-131 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-131 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-131 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-131 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-132 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-132 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-132 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-132 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-132 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-132 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-133 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-133 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-133 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-133 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-133 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-133 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-134 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-134 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-134 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-134 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-134 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-134 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-135 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-135 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-135 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-135 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-135 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-135 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-136 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-136 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-136 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-136 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-136 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-136 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-137 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-137 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-137 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-137 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-137 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-137 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-138 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-138 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-138 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-138 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-138 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-138 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-139 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-139 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-139 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-139 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-139 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-139 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-140 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-140 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-140 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-140 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-140 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-140 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-141 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-141 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-141 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-141 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-141 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-141 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-142 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-142 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-142 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-142 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-142 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-142 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-143 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-143 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-143 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-143 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-143 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-143 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-144 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-144 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-144 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-144 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-144 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-144 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-145 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-145 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-145 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-145 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-145 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-145 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-146 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-146 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-146 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-146 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-146 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-146 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-147 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-147 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-147 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-147 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-147 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-147 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-148 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-148 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-148 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-148 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-148 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-148 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-149 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-149 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-149 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-149 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-149 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-149 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-150 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-150 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-150 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-150 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-150 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-150 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-151 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-151 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-151 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-151 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-151 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-151 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-152 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-152 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-152 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-152 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-152 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-152 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-153 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-153 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-153 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-153 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-153 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-153 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-154 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-154 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-154 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-154 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-154 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-154 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-155 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-155 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-155 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-155 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-155 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-155 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-156 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-156 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-156 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-156 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-156 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-156 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-157 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-157 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-157 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-157 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-157 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-157 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-158 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-158 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-158 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-158 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-158 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-158 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-159 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-159 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-159 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-159 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-159 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-159 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-160 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-160 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-160 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-160 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-160 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-160 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-161 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-161 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-161 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-161 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-161 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-161 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-162 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-162 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-162 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-162 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-162 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-162 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-163 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-163 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-163 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-163 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-163 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-163 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-164 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-164 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-164 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-164 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-164 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-164 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-165 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-165 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-165 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-165 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-165 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-165 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-166 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-166 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-166 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-166 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-166 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-166 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-167 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-167 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-167 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-167 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-167 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-167 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-168 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-168 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-168 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-168 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-168 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-168 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-169 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-169 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-169 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-169 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-169 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-169 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-170 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-170 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-170 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-170 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-170 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-170 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-171 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-171 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-171 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-171 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-171 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-171 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-172 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-172 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-172 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-172 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-172 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-172 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-173 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-173 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-173 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-173 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-173 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-173 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-174 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-174 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-174 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-174 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-174 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-174 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-175 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-175 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-175 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-175 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-175 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-175 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-176 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-176 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-176 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-176 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-176 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-176 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-177 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-177 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-177 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-177 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-177 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-177 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-178 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-178 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-178 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-178 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-178 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-178 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-179 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-179 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-179 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-179 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-179 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-179 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-180 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-180 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-180 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-180 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-180 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-180 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-181 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-181 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-181 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-181 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-181 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-181 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-182 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-182 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-182 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-182 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-182 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-182 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-183 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-183 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-183 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-183 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-183 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-183 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-184 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-184 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-184 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-184 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-184 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-184 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-185 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-185 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-185 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-185 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-185 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-185 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-186 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-186 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-186 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-186 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-186 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-186 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-187 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-187 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-187 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-187 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-187 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-187 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-188 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-188 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-188 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-188 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-188 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-188 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-189 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-189 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-189 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-189 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-189 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-189 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-190 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-190 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-190 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-190 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-190 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-190 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-191 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-191 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-191 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-191 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-191 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-191 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-192 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-192 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-192 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-192 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-192 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-192 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-193 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-193 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-193 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-193 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-193 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-193 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-194 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-194 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-194 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-194 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-194 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-194 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-195 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-195 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-195 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-195 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-195 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-195 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-196 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-196 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-196 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-196 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-196 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-196 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-197 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-197 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-197 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-197 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-197 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-197 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-198 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-198 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-198 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-198 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-198 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-198 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-199 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-199 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-199 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-199 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-199 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-199 {
        font-size: .5rem
    }
}

@media screen and (max-width:1600px) {
    #pageBuilder .spacer-200 {
        font-size: .9rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .spacer-200 {
        font-size: .8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .spacer-200 {
        font-size: .65rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .spacer-200 {
        font-size: .6rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .spacer-200 {
        font-size: .55rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .spacer-200 {
        font-size: .5rem
    }
}

#pageBuilder .deepBlue {
    background: #003989
}

#pageBuilder .deepBlue-tint,
#pageBuilder .figurePanel .countWrap.deepBlue-tint {
    background: #d9e1ed
}

#pageBuilder .deepBlue-tint p a,
#pageBuilder .figurePanel .countWrap.deepBlue-tint p a {
    color: #000
}

#pageBuilder .deepBlue-tint50,
#pageBuilder .figurePanel .countWrap.deepBlue-tint50 {
    background: #809cc4
}

#pageBuilder .deepBlue-tint50 p a,
#pageBuilder .figurePanel .countWrap.deepBlue-tint50 p a {
    color: #000
}

#pageBuilder .graphicWrapper.deepBlue * {
    color: #fff
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.deepBlue {
    color: #fff
}

#pageBuilder .textSection.deepBlue * {
    color: #fff
}

#pageBuilder .textSection.deepBlue h2::after {
    background-color: #fff
}

#pageBuilder .vividBlue {
    background: #0096cb
}

#pageBuilder .figurePanel .countWrap.vividBlue-tint,
#pageBuilder .vividBlue-tint {
    background: #d9eff7
}

#pageBuilder .figurePanel .countWrap.vividBlue-tint p a,
#pageBuilder .vividBlue-tint p a {
    color: #000
}

#pageBuilder .figurePanel .countWrap.vividBlue-tint50,
#pageBuilder .vividBlue-tint50 {
    background: #80cbe5
}

#pageBuilder .figurePanel .countWrap.vividBlue-tint50 p a,
#pageBuilder .vividBlue-tint50 p a {
    color: #000
}

#pageBuilder .graphicWrapper.vividBlue * {
    color: #fff
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.vividBlue {
    color: #fff
}

#pageBuilder .textSection.vividBlue * {
    color: #fff
}

#pageBuilder .textSection.vividBlue h2::after {
    background-color: #fff
}

#pageBuilder .deepPurple {
    background: #380577
}

#pageBuilder .deepPurple-tint,
#pageBuilder .figurePanel .countWrap.deepPurple-tint {
    background: #e1daeb
}

#pageBuilder .deepPurple-tint p a,
#pageBuilder .figurePanel .countWrap.deepPurple-tint p a {
    color: #000
}

#pageBuilder .deepPurple-tint50,
#pageBuilder .figurePanel .countWrap.deepPurple-tint50 {
    background: #9c82bb
}

#pageBuilder .deepPurple-tint50 p a,
#pageBuilder .figurePanel .countWrap.deepPurple-tint50 p a {
    color: #000
}

#pageBuilder .graphicWrapper.deepPurple * {
    color: #fff
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.deepPurple {
    color: #fff
}

#pageBuilder .textSection.deepPurple * {
    color: #fff
}

#pageBuilder .textSection.deepPurple h2::after {
    background-color: #fff
}

#pageBuilder .vividPurple {
    background: #565ca0
}

#pageBuilder .figurePanel .countWrap.vividPurple-tint,
#pageBuilder .vividPurple-tint {
    background: #e6e7f1
}

#pageBuilder .figurePanel .countWrap.vividPurple-tint p a,
#pageBuilder .vividPurple-tint p a {
    color: #000
}

#pageBuilder .figurePanel .countWrap.vividPurple-tint50,
#pageBuilder .vividPurple-tint50 {
    background: #abaed0
}

#pageBuilder .figurePanel .countWrap.vividPurple-tint50 p a,
#pageBuilder .vividPurple-tint50 p a {
    color: #000
}

#pageBuilder .graphicWrapper.vividPurple * {
    color: #fff
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.vividPurple {
    color: #fff
}

#pageBuilder .textSection.vividPurple * {
    color: #fff
}

#pageBuilder .textSection.vividPurple h2::after {
    background-color: #fff
}

#pageBuilder .deepGreen {
    background: #00654c
}

#pageBuilder .deepGreen-tint,
#pageBuilder .figurePanel .countWrap.deepGreen-tint {
    background: #d9e8e4
}

#pageBuilder .deepGreen-tint p a,
#pageBuilder .figurePanel .countWrap.deepGreen-tint p a {
    color: #000
}

#pageBuilder .deepGreen-tint50,
#pageBuilder .figurePanel .countWrap.deepGreen-tint50 {
    background: #80b2a6
}

#pageBuilder .deepGreen-tint50 p a,
#pageBuilder .figurePanel .countWrap.deepGreen-tint50 p a {
    color: #000
}

#pageBuilder .graphicWrapper.deepGreen * {
    color: #fff
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.deepGreen {
    color: #fff
}

#pageBuilder .textSection.deepGreen * {
    color: #fff
}

#pageBuilder .textSection.deepGreen h2::after {
    background-color: #fff
}

#pageBuilder .vividGreen {
    background: #00b36b
}

#pageBuilder .figurePanel .countWrap.vividGreen-tint,
#pageBuilder .vividGreen-tint {
    background: #d9f4e9
}

#pageBuilder .figurePanel .countWrap.vividGreen-tint p a,
#pageBuilder .vividGreen-tint p a {
    color: #000
}

#pageBuilder .figurePanel .countWrap.vividGreen-tint50,
#pageBuilder .vividGreen-tint50 {
    background: #96d6b5
}

#pageBuilder .figurePanel .countWrap.vividGreen-tint50 p a,
#pageBuilder .vividGreen-tint50 p a {
    color: #000
}

#pageBuilder .graphicWrapper.vividGreen * {
    color: #fff
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.vividGreen {
    color: #fff
}

#pageBuilder .textSection.vividGreen * {
    color: #fff
}

#pageBuilder .textSection.vividGreen h2::after {
    background-color: #fff
}

#pageBuilder .deepOrange {
    background: #8c191e
}

#pageBuilder .deepOrange-tint,
#pageBuilder .figurePanel .countWrap.deepOrange-tint {
    background: #edd
}

#pageBuilder .deepOrange-tint p a,
#pageBuilder .figurePanel .countWrap.deepOrange-tint p a {
    color: #000
}

#pageBuilder .deepOrange-tint50,
#pageBuilder .figurePanel .countWrap.deepOrange-tint50 {
    background: #c68c8f
}

#pageBuilder .deepOrange-tint50 p a,
#pageBuilder .figurePanel .countWrap.deepOrange-tint50 p a {
    color: #000
}

#pageBuilder .graphicWrapper.deepOrange * {
    color: #fff
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.deepOrange {
    color: #fff
}

#pageBuilder .textSection.deepOrange * {
    color: #fff
}

#pageBuilder .textSection.deepOrange h2::after {
    background-color: #fff
}

#pageBuilder .vividOrange {
    background: #ef774a
}

#pageBuilder .figurePanel .countWrap.vividOrange-tint,
#pageBuilder .vividOrange-tint {
    background: #fdebe4
}

#pageBuilder .figurePanel .countWrap.vividOrange-tint p a,
#pageBuilder .vividOrange-tint p a {
    color: #000
}

#pageBuilder .figurePanel .countWrap.vividOrange-tint50,
#pageBuilder .vividOrange-tint50 {
    background: #f7bba5
}

#pageBuilder .figurePanel .countWrap.vividOrange-tint50 p a,
#pageBuilder .vividOrange-tint50 p a {
    color: #000
}

#pageBuilder .graphicWrapper.vividOrange * {
    color: #fff
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.vividOrange {
    color: #fff
}

#pageBuilder .textSection.vividOrange * {
    color: #fff
}

#pageBuilder .textSection.vividOrange h2::after {
    background-color: #fff
}

#pageBuilder.biologics li a,
#pageBuilder.biologics p a {
    color: #0096cb
}

#pageBuilder.cell-gene-therapy-and-bioscience li a,
#pageBuilder.cell-gene-therapy-and-bioscience p a {
    color: #565ca0
}

#pageBuilder.small-molecules li a,
#pageBuilder.small-molecules p a {
    color: #00b36b
}

#pageBuilder.capsules-health-ingredients li a,
#pageBuilder.capsules-health-ingredients p a {
    color: #ef774a
}

#pageBuilder li a,
#pageBuilder p a {
    font-weight: 600;
    text-decoration: underline;
    color: gray
}

#pageBuilder .colouredSection h2,
#pageBuilder .textSection h2 {
    margin-top: 1.5em
}

#pageBuilder .colouredSection h2:first-child,
#pageBuilder .textSection h2:first-child {
    margin-top: 0
}

#pageBuilder .colouredSection p+h3,
#pageBuilder .textSection p+h3 {
    margin-top: 0
}

@media screen and (max-width:767px) {

    #pageBuilder .colouredSection p+h3,
    #pageBuilder .textSection p+h3 {
        margin-top: 2em
    }
}

#pageBuilder .colouredSection h3,
#pageBuilder .textSection h3 {
    margin-top: 2.5em
}

@media screen and (max-width:1279px) {

    #pageBuilder .colouredSection h3,
    #pageBuilder .textSection h3 {
        margin-top: 2em
    }
}

#pageBuilder .colouredSection h3:first-child,
#pageBuilder .textSection h3:first-child {
    margin-top: 0
}

@media screen and (max-width:767px) {

    #pageBuilder .colouredSection p,
    #pageBuilder .textSection p {
        margin-bottom: 1.25em
    }
}

#pageBuilder .colouredSection p:last-child,
#pageBuilder .textSection p:last-child {
    margin-bottom: 0
}

#pageBuilder .colouredSection li,
#pageBuilder .textSection li {
    line-height: 1.4;
    margin-bottom: 1rem
}

#pageBuilder .colouredSection li:last-child,
#pageBuilder .textSection li:last-child {
    margin-bottom: 0
}

#pageBuilder .colouredSection ol,
#pageBuilder .colouredSection ul,
#pageBuilder .textSection ol,
#pageBuilder .textSection ul {
    margin-bottom: 1.5em
}

@media screen and (max-width:500px) {

    #pageBuilder .colouredSection ol,
    #pageBuilder .colouredSection ul,
    #pageBuilder .textSection ol,
    #pageBuilder .textSection ul {
        margin-bottom: 1em
    }
}

#pageBuilder .colouredSection ol:last-child,
#pageBuilder .colouredSection ul:last-child,
#pageBuilder .textSection ol:last-child,
#pageBuilder .textSection ul:last-child {
    margin-bottom: 0
}

#pageBuilder .colouredSection h3+ul,
#pageBuilder .textSection h3+ul {
    margin-top: .1em
}

@media screen and (max-width:639px) {

    #pageBuilder .colouredSection h3+ul,
    #pageBuilder .textSection h3+ul {
        margin-top: .2em
    }
}

#pageBuilder .colouredSection h3+img,
#pageBuilder .textSection h3+img {
    margin-top: 4rem
}

#pageBuilder .colouredSection h2+img,
#pageBuilder .textSection h2+img {
    margin-top: 3rem
}

#pageBuilder .colouredSection img,
#pageBuilder .textSection img {
    margin-bottom: 3.5rem
}

@media screen and (max-width:1023px) {

    #pageBuilder .colouredSection .tableWrap,
    #pageBuilder .textSection .tableWrap {
        overflow-x: scroll
    }
}

#pageBuilder .colouredSection table,
#pageBuilder .textSection table {
    font-size: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 0
}

#pageBuilder .colouredSection table tbody,
#pageBuilder .colouredSection table thead,
#pageBuilder .textSection table tbody,
#pageBuilder .textSection table thead {
    background: 0 0;
    border: none
}

#pageBuilder .colouredSection table tbody tr,
#pageBuilder .colouredSection table thead tr,
#pageBuilder .textSection table tbody tr,
#pageBuilder .textSection table thead tr {
    background: 0 0
}

#pageBuilder .colouredSection table tbody tr:hover td,
#pageBuilder .colouredSection table thead tr:hover td,
#pageBuilder .textSection table tbody tr:hover td,
#pageBuilder .textSection table thead tr:hover td {
    background: #bfbfbf
}

#pageBuilder .colouredSection table tbody tr:first-child td,
#pageBuilder .colouredSection table thead tr:first-child td,
#pageBuilder .textSection table tbody tr:first-child td,
#pageBuilder .textSection table thead tr:first-child td {
    border-top: 1px solid gray
}

#pageBuilder .colouredSection table tbody tr td,
#pageBuilder .colouredSection table tbody tr th,
#pageBuilder .colouredSection table thead tr td,
#pageBuilder .colouredSection table thead tr th,
#pageBuilder .textSection table tbody tr td,
#pageBuilder .textSection table tbody tr th,
#pageBuilder .textSection table thead tr td,
#pageBuilder .textSection table thead tr th {
    padding: .75em .5em .65em;
    text-align: right;
    border-bottom: 1px solid gray;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:1023px) {

    #pageBuilder .colouredSection table tbody tr td,
    #pageBuilder .colouredSection table tbody tr th,
    #pageBuilder .colouredSection table thead tr td,
    #pageBuilder .colouredSection table thead tr th,
    #pageBuilder .textSection table tbody tr td,
    #pageBuilder .textSection table tbody tr th,
    #pageBuilder .textSection table thead tr td,
    #pageBuilder .textSection table thead tr th {
        white-space: nowrap;
        padding: .75em 1em .65em
    }
}

#pageBuilder .colouredSection table tbody tr td:first-child,
#pageBuilder .colouredSection table tbody tr th:first-child,
#pageBuilder .colouredSection table thead tr td:first-child,
#pageBuilder .colouredSection table thead tr th:first-child,
#pageBuilder .textSection table tbody tr td:first-child,
#pageBuilder .textSection table tbody tr th:first-child,
#pageBuilder .textSection table thead tr td:first-child,
#pageBuilder .textSection table thead tr th:first-child {
    text-align: left
}

#pageBuilder .colouredSection table thead tr th,
#pageBuilder .textSection table thead tr th {
    font-weight: 400;
    line-height: 1;
    padding-bottom: 1.45em;
    border: none;
    vertical-align: top
}

#pageBuilder .colouredSection table.downloads tbody tr td,
#pageBuilder .textSection table.downloads tbody tr td {
    font-size: 18px;
    vertical-align: middle;
    white-space: normal
}

@media screen and (max-width:1023px) {

    #pageBuilder .colouredSection table.downloads tbody tr td,
    #pageBuilder .textSection table.downloads tbody tr td {
        font-size: 16px
    }
}

@media screen and (max-width:639px) {

    #pageBuilder .colouredSection table.downloads tbody tr td,
    #pageBuilder .textSection table.downloads tbody tr td {
        font-size: 14px;
        padding: .75em .75em .65em
    }
}

#pageBuilder .colouredSection table.downloads tbody tr td:nth-child(2),
#pageBuilder .textSection table.downloads tbody tr td:nth-child(2) {
    min-width: 9rem
}

#pageBuilder .colouredSection table.downloads tbody tr td:last-child,
#pageBuilder .textSection table.downloads tbody tr td:last-child {
    min-width: 4rem
}

#pageBuilder .colouredSection table.downloads tbody tr td a,
#pageBuilder .textSection table.downloads tbody tr td a {
    font-weight: 700;
    color: gray
}

#pageBuilder .colouredSection table.downloads tbody tr td img,
#pageBuilder .textSection table.downloads tbody tr td img {
    width: 1.8rem;
    margin-bottom: 0
}

#pageBuilder .footnotes ol[start="0"],
#pageBuilder .graphicCaption ol[start="0"] {
    counter-reset: footnote -1
}

#pageBuilder .footnotes ol[start="1"],
#pageBuilder .graphicCaption ol[start="1"] {
    counter-reset: footnote 0
}

#pageBuilder .footnotes ol[start="2"],
#pageBuilder .graphicCaption ol[start="2"] {
    counter-reset: footnote 1
}

#pageBuilder .footnotes ol[start="3"],
#pageBuilder .graphicCaption ol[start="3"] {
    counter-reset: footnote 2
}

#pageBuilder .footnotes ol[start="4"],
#pageBuilder .graphicCaption ol[start="4"] {
    counter-reset: footnote 3
}

#pageBuilder .footnotes ol[start="5"],
#pageBuilder .graphicCaption ol[start="5"] {
    counter-reset: footnote 4
}

#pageBuilder .footnotes ol[start="6"],
#pageBuilder .graphicCaption ol[start="6"] {
    counter-reset: footnote 5
}

#pageBuilder .footnotes ol[start="7"],
#pageBuilder .graphicCaption ol[start="7"] {
    counter-reset: footnote 6
}

#pageBuilder .footnotes ol[start="8"],
#pageBuilder .graphicCaption ol[start="8"] {
    counter-reset: footnote 7
}

#pageBuilder .footnotes ol[start="9"],
#pageBuilder .graphicCaption ol[start="9"] {
    counter-reset: footnote 8
}

#pageBuilder .footnotes ol[start="10"],
#pageBuilder .graphicCaption ol[start="10"] {
    counter-reset: footnote 9
}

#pageBuilder .footnotes ol[start="11"],
#pageBuilder .graphicCaption ol[start="11"] {
    counter-reset: footnote 10
}

#pageBuilder .footnotes ol[start="12"],
#pageBuilder .graphicCaption ol[start="12"] {
    counter-reset: footnote 11
}

#pageBuilder .footnotes ol[start="13"],
#pageBuilder .graphicCaption ol[start="13"] {
    counter-reset: footnote 12
}

#pageBuilder .footnotes ol[start="14"],
#pageBuilder .graphicCaption ol[start="14"] {
    counter-reset: footnote 13
}

#pageBuilder .footnotes ol[start="15"],
#pageBuilder .graphicCaption ol[start="15"] {
    counter-reset: footnote 14
}

#pageBuilder .footnotes ol[start="16"],
#pageBuilder .graphicCaption ol[start="16"] {
    counter-reset: footnote 15
}

#pageBuilder .footnotes ol[start="17"],
#pageBuilder .graphicCaption ol[start="17"] {
    counter-reset: footnote 16
}

#pageBuilder .footnotes ol[start="18"],
#pageBuilder .graphicCaption ol[start="18"] {
    counter-reset: footnote 17
}

#pageBuilder .footnotes ol[start="19"],
#pageBuilder .graphicCaption ol[start="19"] {
    counter-reset: footnote 18
}

#pageBuilder .footnotes ol[start="20"],
#pageBuilder .graphicCaption ol[start="20"] {
    counter-reset: footnote 19
}

#pageBuilder .footnotes ol,
#pageBuilder .graphicCaption ol {
    counter-reset: footnote;
    list-style: none;
    margin: 0;
    font-size: 1.4rem;
    color: gray
}

@media screen and (max-width:500px) {

    #pageBuilder .footnotes ol,
    #pageBuilder .graphicCaption ol {
        font-size: 1.2rem
    }
}

#pageBuilder .footnotes ol li,
#pageBuilder .graphicCaption ol li {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 0;
    font-size: 1em
}

#pageBuilder .footnotes ol li::before,
#pageBuilder .graphicCaption ol li::before {
    content: counter(footnote);
    counter-increment: footnote;
    font-size: 65%;
    top: -.5em;
    position: relative;
    margin-right: .5em
}

#pageBuilder .footnotes ol li p,
#pageBuilder .graphicCaption ol li p {
    padding: 0;
    margin: 0;
    font-size: inherit;
    display: inline
}

#pageBuilder .downloadButton {
    padding-top: 1.5rem;
    position: relative;
    z-index: 2
}

#pageBuilder .downloadButton img {
    height: 2rem;
    width: auto;
    margin-right: 1rem
}

@media screen and (max-width:500px) {
    #pageBuilder .downloadButton img {
        height: 1.75rem
    }
}

#pageBuilder .downloadButton+.footnotes {
    margin-top: -1.75rem
}

#pageBuilder .downloadButton+.footnotes ol {
    padding-right: 4.5rem
}

#pageBuilder .personalPersepctive .perspectiveWrapper {
    position: relative;
    padding: 6.5rem 0 8.5rem
}

@media screen and (max-width:1023px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper {
        padding: 5rem 0 6.5rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper {
        padding: 4rem 0 5rem
    }
}

#pageBuilder .personalPersepctive .perspectiveWrapper h2 {
    margin-bottom: 1.8rem
}

#pageBuilder .personalPersepctive .perspectiveWrapper h3,
#pageBuilder .personalPersepctive .perspectiveWrapper h4 {
    font-size: 2.3rem
}

@media screen and (max-width:767px) {

    #pageBuilder .personalPersepctive .perspectiveWrapper h3,
    #pageBuilder .personalPersepctive .perspectiveWrapper h4 {
        font-size: 2rem
    }
}

@media screen and (max-width:639px) {

    #pageBuilder .personalPersepctive .perspectiveWrapper h3,
    #pageBuilder .personalPersepctive .perspectiveWrapper h4 {
        font-size: 1.8rem
    }
}

@media screen and (max-width:500px) {

    #pageBuilder .personalPersepctive .perspectiveWrapper h3,
    #pageBuilder .personalPersepctive .perspectiveWrapper h4 {
        font-size: 1.6rem
    }
}

#pageBuilder .personalPersepctive .perspectiveWrapper h4 {
    margin-bottom: 1.5em
}

#pageBuilder .personalPersepctive .perspectiveWrapper .expandable {
    display: none
}

#pageBuilder .personalPersepctive .perspectiveWrapper a.button {
    margin-top: 12.5rem;
    -webkit-transition: margin .5s ease;
    transition: margin .5s ease
}

@media screen and (max-width:767px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper a.button {
        margin-top: 8rem
    }
}

@media screen and (max-width:499px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper a.button {
        margin-top: 7rem
    }
}

#pageBuilder .personalPersepctive .perspectiveWrapper a.button.active {
    margin-top: 7.5rem
}

@media screen and (max-width:1279px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper a.button.active {
        margin-top: 0
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper a.button.active {
        margin-top: 10rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper a.button.active {
        margin-top: 8rem
    }
}

@media screen and (max-width:499px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper a.button.active {
        margin-top: 7rem
    }
}

#pageBuilder .personalPersepctive .perspectiveWrapper img.headshot {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%
}

@media screen and (max-width:767px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper img.headshot {
        width: 50%
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper img.headshot {
        width: 55%
    }
}

@media screen and (max-width:499px) {
    #pageBuilder .personalPersepctive .perspectiveWrapper img.headshot {
        width: 62.5%;
        -webkit-transform: translateX(3rem);
        -ms-transform: translateX(3rem);
        transform: translateX(3rem)
    }
}

#pageBuilder .graphicContainer {
    max-width: 100vw;
    overflow-x: hidden
}

#pageBuilder .graphicContainer .graphicWrapper {
    padding: 8.5rem 0 10rem;
    position: relative
}

@media screen and (max-width:1600px) {
    #pageBuilder .graphicContainer .graphicWrapper {
        padding: 7rem 0 8.5rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .graphicContainer .graphicWrapper {
        padding: 5rem 0 6.5rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .graphicContainer .graphicWrapper {
        padding: 4rem 0 5rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .graphicContainer .graphicWrapper {
        padding: 3rem 0 4rem
    }
}

#pageBuilder .graphicContainer .graphicWrapper::after,
#pageBuilder .graphicContainer .graphicWrapper::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    background-color: inherit;
    width: 50vw
}

@media screen and (max-width:1023px) {

    #pageBuilder .graphicContainer .graphicWrapper::after,
    #pageBuilder .graphicContainer .graphicWrapper::before {
        width: 100vw;
        z-index: -1
    }
}

#pageBuilder .graphicContainer .graphicWrapper::before {
    right: 100%
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer .graphicWrapper::before {
        right: auto
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer .graphicWrapper::before {
        left: -4rem
    }
}

#pageBuilder .graphicContainer .graphicWrapper::after {
    left: 100%
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer .graphicWrapper::after {
        left: -4rem
    }
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic {
    position: relative
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(1) {
    -webkit-animation-delay: calc(1 * .75s);
    animation-delay: calc(1 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(2) {
    -webkit-animation-delay: calc(2 * .75s);
    animation-delay: calc(2 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(3) {
    -webkit-animation-delay: calc(3 * .75s);
    animation-delay: calc(3 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(4) {
    -webkit-animation-delay: calc(4 * .75s);
    animation-delay: calc(4 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(5) {
    -webkit-animation-delay: calc(5 * .75s);
    animation-delay: calc(5 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(7) {
    -webkit-animation-delay: calc(6 * .75s);
    animation-delay: calc(6 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(8) {
    -webkit-animation-delay: calc(7 * .75s);
    animation-delay: calc(7 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(9) {
    -webkit-animation-delay: calc(8 * .75s);
    animation-delay: calc(8 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(10) {
    -webkit-animation-delay: calc(9 * .75s);
    animation-delay: calc(9 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(11) {
    -webkit-animation-delay: calc(10 * .75s);
    animation-delay: calc(10 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(12) {
    -webkit-animation-delay: calc(11 * .75s);
    animation-delay: calc(11 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(13) {
    -webkit-animation-delay: calc(12 * .75s);
    animation-delay: calc(12 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(14) {
    -webkit-animation-delay: calc(13 * .75s);
    animation-delay: calc(13 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(15) {
    -webkit-animation-delay: calc(14 * .75s);
    animation-delay: calc(14 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(16) {
    -webkit-animation-delay: calc(15 * .75s);
    animation-delay: calc(15 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(17) {
    -webkit-animation-delay: calc(16 * .75s);
    animation-delay: calc(16 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(18) {
    -webkit-animation-delay: calc(17 * .75s);
    animation-delay: calc(17 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(19) {
    -webkit-animation-delay: calc(18 * .75s);
    animation-delay: calc(18 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .layeredGraphic img.overlay:nth-child(20) {
    -webkit-animation-delay: calc(19 * .75s);
    animation-delay: calc(19 * .75s)
}

#pageBuilder .graphicContainer .graphicWrapper .graphicHeading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 5rem
}

@media screen and (max-width:1279px) {
    #pageBuilder .graphicContainer .graphicWrapper .graphicHeading {
        margin-bottom: 4rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .graphicContainer .graphicWrapper .graphicHeading {
        margin-bottom: 3rem
    }
}

#pageBuilder .graphicContainer .graphicWrapper .graphicHeading h4 {
    margin-bottom: 2em
}

@media screen and (max-width:1279px) {
    #pageBuilder .graphicContainer .graphicWrapper .graphicHeading h4 {
        margin-bottom: 1.75em
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .graphicContainer .graphicWrapper .graphicHeading h4 {
        margin-bottom: 1em
    }
}

#pageBuilder .graphicContainer .graphicWrapper .graphicHeading h4:last-child {
    margin-bottom: 0
}

#pageBuilder .graphicContainer .graphicWrapper .graphicCaption {
    margin-top: 5rem
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer .graphicWrapper .graphicCaption {
        margin-top: 3.5rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .graphicContainer .graphicWrapper .graphicCaption {
        margin-top: 2.5rem
    }
}

#pageBuilder .graphicContainer .graphicWrapper.figure .countWrap h3 {
    margin-bottom: .5em
}

#pageBuilder .graphicContainer .graphicWrapper.figure .countWrap h3,
#pageBuilder .graphicContainer .graphicWrapper.figure .countWrap p {
    font-size: 3.1rem
}

@media screen and (max-width:1439px) {

    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap h3,
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap p {
        font-size: 2.8rem
    }
}

@media screen and (max-width:1279px) {

    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap h3,
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap p {
        font-size: 2.4rem
    }
}

@media screen and (max-width:767px) {

    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap h3,
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap p {
        font-size: 2.1rem
    }
}

@media screen and (max-width:500px) {

    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap h3,
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap p {
        font-size: 1.8rem
    }
}

#pageBuilder .graphicContainer .graphicWrapper.figure .countWrap figure {
    font-weight: 300;
    font-size: 10rem;
    line-height: 1
}

@media screen and (max-width:1600px) {
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap figure {
        font-size: 9.2rem
    }
}

@media screen and (max-width:1439px) {
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap figure {
        font-size: 8rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap figure {
        font-size: 6.4rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap figure {
        font-size: 7.2rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap figure {
        font-size: 6.4rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap figure {
        font-size: 5.4rem
    }
}

#pageBuilder .graphicContainer .graphicWrapper.figure .countWrap figure .suffix {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#pageBuilder .graphicContainer .graphicWrapper.figure .countWrap figure .suffix.active {
    opacity: 1
}

#pageBuilder .graphicContainer .graphicWrapper.figure .countWrap p {
    font-weight: 600;
    margin-bottom: 1.25em
}

@media screen and (max-width:1439px) {
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap p {
        margin-bottom: 1em
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer .graphicWrapper.figure .countWrap:last-child p:last-child {
        margin-bottom: 0
    }
}

#pageBuilder .graphicContainer .graphicWrapper.figure .countWrap+.graphicCaption {
    margin-top: 0
}

#pageBuilder .graphicContainer.twoCol .graphicWrapper {
    padding: 9rem 0 13rem
}

@media screen and (max-width:1600px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper {
        padding: 7.5rem 0 10rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper {
        padding: 5rem 0 7.5rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper {
        padding: 4rem 0 6rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper {
        padding: 3.5rem 0 5.5rem
    }
}

#pageBuilder .graphicContainer.twoCol .graphicWrapper::after {
    content: none
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper img {
        width: 90%
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper img {
        width: 100%
    }
}

#pageBuilder .graphicContainer.twoCol .graphicWrapper.left {
    padding-right: 9rem;
    border-right: 4px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:1279px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper.left {
        padding-right: 7.5rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper.left {
        border-bottom: 4px solid #fff;
        padding-right: 0;
        border-right: none
    }
}

#pageBuilder .graphicContainer.twoCol .graphicWrapper.right {
    padding-left: 9rem
}

@media screen and (max-width:1279px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper.right {
        padding-left: 7.5rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper.right {
        padding-left: 0
    }
}

#pageBuilder .graphicContainer.twoCol .graphicWrapper.right::before {
    left: 100%
}

@media screen and (max-width:1023px) {
    #pageBuilder .graphicContainer.twoCol .graphicWrapper.right::before {
        left: -4rem
    }
}

#pageBuilder .graphicContainer.mixedContent .graphicWrapper.left {
    border-right: none
}

#pageBuilder .featuredTextPanel .panelWrapper {
    padding: 2.5rem 6rem 2.5rem 3.5rem
}

@media screen and (max-width:1023px) {
    #pageBuilder .featuredTextPanel .panelWrapper {
        padding: 2.5rem 3rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .featuredTextPanel .panelWrapper {
        padding: 2rem 2.5rem
    }
}

#pageBuilder .featuredTextPanel .panelWrapper p:last-child {
    margin-bottom: 0
}

#pageBuilder .strategicFocusFeaturePanels {
    background: #d9e1ee;
    font-size: 2.4rem;
    padding-bottom: 3.5rem
}

@media screen and (max-width:1279px) {
    #pageBuilder .strategicFocusFeaturePanels {
        font-size: 2rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .strategicFocusFeaturePanels {
        font-size: 1.8rem;
        padding-bottom: 2rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .strategicFocusFeaturePanels {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .strategicFocusFeaturePanels {
        font-size: 1.4rem;
        padding-bottom: 1.5rem
    }
}

#pageBuilder .strategicFocusFeaturePanels .heading {
    background: #00358e;
    font-size: 3rem;
    padding: .9em 0 .85em;
    margin-bottom: 1.35em
}

@media screen and (max-width:1279px) {
    #pageBuilder .strategicFocusFeaturePanels .heading {
        font-size: 2.8rem
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .strategicFocusFeaturePanels .heading {
        font-size: 2.4rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .strategicFocusFeaturePanels .heading {
        font-size: 2.1rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .strategicFocusFeaturePanels .heading {
        font-size: 1.8rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .strategicFocusFeaturePanels .heading {
        font-size: 1.6rem
    }
}

#pageBuilder .strategicFocusFeaturePanels .heading h2 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1.4
}

#pageBuilder .strategicFocusFeaturePanels .heading h2::after {
    content: none
}

#pageBuilder .strategicFocusFeaturePanels h3 {
    font-size: 1em;
    margin-bottom: 1.25em
}

@media screen and (max-width:767px) {
    #pageBuilder .strategicFocusFeaturePanels h3 {
        margin-bottom: .75em
    }
}

#pageBuilder .strategicFocusFeaturePanels ul {
    margin-bottom: 1.5em
}

#pageBuilder .figurePanel {
    max-width: 100vw;
    overflow-x: hidden;
    padding-top: 0
}

#pageBuilder .figurePanel.withBg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    #pageBuilder .figurePanel.withBg {
        background-size: auto 125%
    }
}

#pageBuilder .figurePanel.withBg .countWrap {
    padding: 2em 2.7em
}

@media screen and (max-width:1439px) {
    #pageBuilder .figurePanel.withBg .countWrap {
        padding: 2em
    }
}

#pageBuilder .figurePanel.withBg .countWrap.right {
    padding: 2em 2.7em
}

@media screen and (max-width:1439px) {
    #pageBuilder .figurePanel.withBg .countWrap.right {
        padding: 2em
    }
}

#pageBuilder .figurePanel.withBg .countWrap::before {
    content: none
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel.threeCol {
        background-size: auto 150%
    }
}

#pageBuilder .figurePanel.threeCol .cell:nth-child(3n+1) .countWrap {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#pageBuilder .figurePanel.threeCol .cell:nth-child(3n+1) .countWrap figure {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

#pageBuilder .figurePanel.threeCol .cell:nth-child(3n+1) .countWrap p {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#pageBuilder .figurePanel.threeCol .cell:nth-child(3n+2) .countWrap {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

#pageBuilder .figurePanel.threeCol .cell:nth-child(3n+2) .countWrap figure {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#pageBuilder .figurePanel.threeCol .cell:nth-child(3n+2) .countWrap p {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

#pageBuilder .figurePanel.threeCol .cell:nth-child(3n+3) .countWrap {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#pageBuilder .figurePanel.threeCol .cell:nth-child(3n+3) .countWrap figure {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

#pageBuilder .figurePanel.threeCol .cell:nth-child(3n+3) .countWrap p {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel.threeCol .cell:nth-child(odd) .countWrap {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel.threeCol .cell:nth-child(odd) .countWrap figure {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel.threeCol .cell:nth-child(odd) .countWrap p {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel.threeCol .cell:nth-child(even) .countWrap {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .figurePanel.threeCol .cell:nth-child(even) .countWrap {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel.threeCol .cell:nth-child(even) .countWrap figure {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .figurePanel.threeCol .cell:nth-child(even) .countWrap figure {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel.threeCol .cell:nth-child(even) .countWrap p {
        -webkit-animation-delay: .75s;
        animation-delay: .75s
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .figurePanel.threeCol .cell:nth-child(even) .countWrap p {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }
}

#pageBuilder .figurePanel .cell:nth-child(odd) .countWrap {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#pageBuilder .figurePanel .cell:nth-child(odd) .countWrap figure {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

#pageBuilder .figurePanel .cell:nth-child(odd) .countWrap p {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#pageBuilder .figurePanel .cell:nth-child(even) .countWrap {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel .cell:nth-child(even) .countWrap {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

#pageBuilder .figurePanel .cell:nth-child(even) .countWrap figure {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel .cell:nth-child(even) .countWrap figure {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }
}

#pageBuilder .figurePanel .cell:nth-child(even) .countWrap p {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel .cell:nth-child(even) .countWrap p {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }
}

#pageBuilder .figurePanel .countWrap {
    background: #fff;
    position: relative;
    padding: 2em 2.7em 2em 0;
    font-size: 2rem
}

@media screen and (max-width:1439px) {
    #pageBuilder .figurePanel .countWrap {
        padding: 2em 2em 2em 0
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel .countWrap {
        padding: 2em 0
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .figurePanel .countWrap {
        font-size: 1.8rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .figurePanel .countWrap {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .figurePanel .countWrap {
        font-size: 1.4rem
    }
}

#pageBuilder .figurePanel .countWrap::before {
    position: absolute;
    right: 100%;
    width: 50vw;
    content: "";
    background-color: inherit;
    top: 0;
    height: 100%
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel .countWrap::before {
        left: -4rem;
        width: 100vw
    }
}

#pageBuilder .figurePanel .countWrap.darkGrey {
    background: #646363
}

#pageBuilder .figurePanel .countWrap.darkGrey * {
    color: #fff
}

#pageBuilder .figurePanel .countWrap.black {
    background-color: #000
}

#pageBuilder .figurePanel .countWrap.black * {
    color: #fff
}

#pageBuilder .figurePanel .countWrap.right {
    padding: 2em 0 2em 2.7em
}

@media screen and (max-width:1439px) {
    #pageBuilder .figurePanel .countWrap.right {
        padding: 2em 0 2em 2em
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel .countWrap.right {
        padding: 2em 0
    }
}

#pageBuilder .figurePanel .countWrap.right::before {
    left: 100%;
    right: auto
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel .countWrap.right::before {
        left: -4rem
    }
}

#pageBuilder .figurePanel .countWrap figure {
    font-size: 4em;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0
}

@media screen and (max-width:1439px) {
    #pageBuilder .figurePanel .countWrap figure {
        font-size: 3.6em
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .figurePanel .countWrap figure {
        font-size: 3.2em
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel .countWrap figure {
        position: relative;
        z-index: 1
    }
}

#pageBuilder .figurePanel .countWrap p {
    margin: 0;
    font-weight: 600
}

@media screen and (max-width:1023px) {
    #pageBuilder .figurePanel .countWrap p {
        position: relative;
        z-index: 1
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .figurePanel .countWrap p {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .figurePanel .countWrap p {
        font-size: 1.4rem
    }
}

#pageBuilder .splitPanel {
    max-width: 100vw;
    overflow-x: hidden
}

#pageBuilder .splitPanel .panel {
    font-size: 2rem;
    padding: 3.5em 6em 3.5em 0;
    position: relative
}

@media screen and (max-width:1600px) {
    #pageBuilder .splitPanel .panel {
        padding: 3em 4em 3em 0
    }
}

@media screen and (max-width:1439px) {
    #pageBuilder .splitPanel .panel {
        font-size: 1.8rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .splitPanel .panel {
        padding: 2.5em 3em 2.5em 0
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .splitPanel .panel {
        padding: 2em 0
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .splitPanel .panel {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .splitPanel .panel {
        padding: 1.5em 0
    }
}

#pageBuilder .splitPanel .panel::before {
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    width: 50vw;
    content: "";
    background-color: inherit
}

@media screen and (max-width:1023px) {
    #pageBuilder .splitPanel .panel::before {
        left: -4rem;
        width: 100vw;
        z-index: -1
    }
}

#pageBuilder .splitPanel .panel.right {
    padding-left: 6em;
    padding-right: 0
}

@media screen and (max-width:1600px) {
    #pageBuilder .splitPanel .panel.right {
        padding-left: 4em
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .splitPanel .panel.right {
        padding-left: 3em
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .splitPanel .panel.right {
        padding-left: 0
    }
}

#pageBuilder .splitPanel .panel.right::before {
    right: auto;
    left: 100%
}

@media screen and (max-width:1023px) {
    #pageBuilder .splitPanel .panel.right::before {
        left: -4rem
    }
}

#pageBuilder .splitPanel .panel.deepBlue *,
#pageBuilder .splitPanel .panel.deepGreen *,
#pageBuilder .splitPanel .panel.deepOrange *,
#pageBuilder .splitPanel .panel.deepPurple *,
#pageBuilder .splitPanel .panel.vididOrange *,
#pageBuilder .splitPanel .panel.vividBlue *,
#pageBuilder .splitPanel .panel.vividGreen *,
#pageBuilder .splitPanel .panel.vividPurple * {
    color: #fff
}

#pageBuilder .splitPanel .panel.headings h3 {
    font-size: 1.8em;
    font-weight: 300;
    margin: 0
}

@media screen and (max-width:1600px) {
    #pageBuilder .splitPanel .panel.headings h3 {
        font-size: 1.6em
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .splitPanel .panel.headings h3 {
        font-size: 1.4em
    }
}

#pageBuilder .splitPanel .panel.headings h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0
}

@media screen and (max-width:1600px) {
    #pageBuilder .splitPanel .panel.headings h4 {
        font-size: 1em
    }
}

#pageBuilder .splitPanel .panel.text {
    padding-bottom: 4.5em
}

@media screen and (max-width:1439px) {
    #pageBuilder .splitPanel .panel.text {
        padding-bottom: 3em
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .splitPanel .panel.text {
        padding-bottom: 2em
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .splitPanel .panel.text {
        padding-bottom: 1em
    }
}

#pageBuilder .twoColPanel h3 {
    color: #003989
}

@media screen and (max-width:767px) {
    #pageBuilder .profiles .cell {
        width: 50%
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .profiles .cell {
        width: 100%
    }
}

#pageBuilder .profiles .cell:nth-child(4n+1) .profileBox {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#pageBuilder .profiles .cell:nth-child(4n+2) .profileBox {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

#pageBuilder .profiles .cell:nth-child(4n+2) .profileBox .bio {
    margin-left: calc(-100% - 3rem)
}

#pageBuilder .profiles .cell:nth-child(4n+3) .profileBox {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#pageBuilder .profiles .cell:nth-child(4n+3) .profileBox .bio {
    margin-left: calc(-200% - 6rem)
}

#pageBuilder .profiles .cell:nth-child(4n+4) .profileBox {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

#pageBuilder .profiles .cell:nth-child(4n+4) .profileBox .bio {
    margin-left: calc(-300% - 9rem)
}

@media screen and (max-width:1023px) {
    #pageBuilder .profiles .cell:nth-child(3n+1) .profileBox {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .profiles .cell:nth-child(3n+1) .profileBox .bio {
        margin-left: 0
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .profiles .cell:nth-child(3n+2) .profileBox {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .profiles .cell:nth-child(3n+2) .profileBox .bio {
        margin-left: calc(-100% - 3rem)
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .profiles .cell:nth-child(3n+3) .profileBox {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .profiles .cell:nth-child(3n+3) .profileBox .bio {
        margin-left: calc(-200% - 6rem)
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .profiles .cell:nth-child(odd) .profileBox {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .profiles .cell:nth-child(odd) .profileBox .bio {
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .profiles .cell:nth-child(even) .profileBox {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .profiles .cell:nth-child(even) .profileBox {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .profiles .cell:nth-child(even) .profileBox .bio {
        margin-left: calc(-100% - 3rem)
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .profiles .cell:nth-child(even) .profileBox .bio {
        margin-left: 0
    }
}

#pageBuilder .profiles .cell .profileBox .profileImg {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#pageBuilder .profiles .cell .profileBox .profileImg::before {
    display: block;
    padding-bottom: 95%;
    content: ""
}

#pageBuilder .profiles .cell .profileBox .profileDetails {
    font-size: 2rem;
    padding: 1em 1.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

@media screen and (max-width:1439px) {
    #pageBuilder .profiles .cell .profileBox .profileDetails {
        font-size: 1.8rem
    }
}

@media screen and (max-width:1279px) {
    #pageBuilder .profiles .cell .profileBox .profileDetails {
        font-size: 1.6rem;
        padding: 1em .5em 1em 1em
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .profiles .cell .profileBox .profileDetails {
        font-size: 1.4rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .profiles .cell .profileBox .profileDetails {
        font-size: 1.6rem;
        padding: 1em
    }
}

#pageBuilder .profiles .cell .profileBox .profileDetails.active {
    background-color: #f3f3f3
}

#pageBuilder .profiles .cell .profileBox .profileDetails.active a.trigger {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#pageBuilder .profiles .cell .profileBox .profileDetails h3 {
    color: #0096cb;
    font-size: 1.1em
}

#pageBuilder .profiles .cell .profileBox .profileDetails h4 {
    font-size: 1em
}

#pageBuilder .profiles .cell .profileBox .profileDetails a.trigger {
    color: #0096cb;
    font-weight: 700;
    font-size: 2em;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

#pageBuilder .profiles .cell .profileBox .bio {
    width: calc(400% + 9rem);
    font-size: 2rem;
    padding: 1em 1.25em;
    margin-bottom: 3rem;
    display: none
}

@media screen and (max-width:1279px) {
    #pageBuilder .profiles .cell .profileBox .bio {
        padding: 1em 1em 1.5em
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .profiles .cell .profileBox .bio {
        width: calc(300% + 6rem)
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .profiles .cell .profileBox .bio {
        width: calc(200% + 3rem)
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .profiles .cell .profileBox .bio {
        width: 100%
    }
}

#pageBuilder .profiles .cell .profileBox .bio h4 {
    font-weight: 600;
    color: #0096cb
}

#pageBuilder .profiles .cell .profileBox .bio ul {
    margin-bottom: 1.5em;
    margin-left: 1.25em
}

#pageBuilder .profiles .cell .profileBox .bio ul:last-child {
    margin-bottom: 0
}

#pageBuilder .searchWrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem
}

#pageBuilder .searchWrapper input {
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.8rem
}

@media screen and (max-width:767px) {
    #pageBuilder .searchWrapper input {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .searchWrapper input {
        font-size: 1.4rem
    }
}

#pageBuilder .searchWrapper input[type=text] {
    padding: 0;
    color: #000;
    font-size: 2.8rem;
    height: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

#pageBuilder .searchWrapper input[type=submit] {
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 0 2em
}

@media screen and (max-width:500px) {
    #pageBuilder .searchWrapper input[type=submit] {
        padding: 0 1.5em
    }
}

#pageBuilder .searchWrapper+p {
    font-size: 1.5rem
}

#pageBuilder ul.searchResults {
    margin: 0;
    list-style: none
}

#pageBuilder ul.searchResults li {
    border-top: 1px solid rgba(0, 0, 0, .5);
    padding: 1.25em 0;
    font-size: 2rem
}

@media screen and (max-width:1279px) {
    #pageBuilder ul.searchResults li {
        font-size: 1.8rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder ul.searchResults li {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder ul.searchResults li {
        font-size: 1.4rem
    }
}

#pageBuilder ul.searchResults li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

#pageBuilder ul.searchResults li a {
    text-decoration: none;
    color: inherit;
    font-weight: 400
}

#pageBuilder ul.searchResults li a * {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

#pageBuilder ul.searchResults li a:hover * {
    color: #0096cb
}

#pageBuilder ul.searchResults li h3 {
    color: gray;
    font-size: 1.35em;
    text-decoration: none
}

@media screen and (max-width:639px) {
    #pageBuilder ul.searchResults li h3 {
        font-size: 1.2em
    }
}

#pageBuilder ul.searchResults li p {
    font-size: 1em;
    margin-bottom: 0;
    text-decoration: none;
    color: #000
}

#pageBuilder ul.searchResults li p u {
    color: #0096cb
}

#pageBuilder .imgTabWrapper {
    max-width: 100vw;
    overflow-x: hidden
}

#pageBuilder .imgTabWrapper .cell:nth-child(2) .imgTab .tabDetails {
    left: -100%
}

@media screen and (max-width:1023px) {
    #pageBuilder .imgTabWrapper .cell:nth-child(2) .imgTab .tabDetails {
        left: 0
    }
}

#pageBuilder .imgTabWrapper .cell:nth-child(3) .imgTab .tabDetails {
    left: -200%
}

@media screen and (max-width:1023px) {
    #pageBuilder .imgTabWrapper .cell:nth-child(3) .imgTab .tabDetails {
        left: 0
    }
}

#pageBuilder .imgTabWrapper .imgTab {
    position: relative;
    z-index: 1
}

#pageBuilder .imgTabWrapper .imgTab.active {
    z-index: 99
}

#pageBuilder .imgTabWrapper .imgTab.active a.tabTrigger::after {
    -webkit-transform: translateY(-47.5%) rotate(45deg);
    -ms-transform: translateY(-47.5%) rotate(45deg);
    transform: translateY(-47.5%) rotate(45deg)
}

@media screen and (max-width:1023px) {
    #pageBuilder .imgTabWrapper .imgTab.active a.tabTrigger::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

#pageBuilder .imgTabWrapper .imgTab.active .tabDetails {
    max-height: 50rem;
    padding: 3.5rem 45% 4.5rem 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (max-width:1023px) {
    #pageBuilder .imgTabWrapper .imgTab.active .tabDetails {
        padding-right: 0;
        padding-top: 1.5rem
    }
}

@media screen and (max-width:767px) {
    #pageBuilder .imgTabWrapper .imgTab.active .tabDetails {
        padding-top: 1rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .imgTabWrapper .imgTab.active .tabDetails {
        max-height: 60rem;
        padding-top: 0
    }
}

#pageBuilder .imgTabWrapper .imgTab.active .tabDetails * {
    opacity: 1;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    padding: 1em 2em
}

@media screen and (max-width:1439px) {
    #pageBuilder .imgTabWrapper .imgTab a.tabTrigger {
        font-size: 1.8rem;
        padding: 1em
    }
}

@media screen and (max-width:1023px) {
    #pageBuilder .imgTabWrapper .imgTab a.tabTrigger {
        padding: 1em 0;
        font-size: 2rem
    }
}

@media screen and (max-width:639px) {
    #pageBuilder .imgTabWrapper .imgTab a.tabTrigger {
        font-size: 1.6rem
    }
}

@media screen and (max-width:500px) {
    #pageBuilder .imgTabWrapper .imgTab a.tabTrigger {
        font-size: 1.4rem
    }
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger p {
    margin: 0;
    padding: 0;
    display: inline
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger::after {
    content: "+";
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-47.5%);
    -ms-transform: translateY(-47.5%);
    transform: translateY(-47.5%);
    right: 1.25em;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media screen and (max-width:1023px) {
    #pageBuilder .imgTabWrapper .imgTab a.tabTrigger::after {
        right: 0;
        top: .5em;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.black,
#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.darkGrey {
    color: #fff
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.left {
    padding-left: 0
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger::before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-color: inherit;
    width: 50vw
}

@media screen and (max-width:1023px) {
    #pageBuilder .imgTabWrapper .imgTab a.tabTrigger::before {
        width: 100vw;
        left: -4rem;
        z-index: -1;
        content: ""
    }
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.left::before,
#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.right::before {
    content: ""
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.right::before {
    left: 100%;
    right: auto
}

@media screen and (max-width:1023px) {
    #pageBuilder .imgTabWrapper .imgTab a.tabTrigger.right::before {
        right: auto;
        left: -4rem
    }
}

#pageBuilder .imgTabWrapper .imgTab a.tabTrigger.right::after {
    right: 0
}

#pageBuilder .imgTabWrapper .imgTab .tabDetails {
    position: absolute;
    left: 0;
    width: 300%;
    max-height: 0;
    padding: 0;
    -webkit-transition: all .3s ease .3s;
    transition: all .3s ease .3s
}

@media screen and (max-width:1023px) {
    #pageBuilder .imgTabWrapper .imgTab .tabDetails {
        width: 100%;
        position: static
    }
}

#pageBuilder .imgTabWrapper .imgTab .tabDetails::after,
#pageBuilder .imgTabWrapper .imgTab .tabDetails::before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    content: "";
    background-color: inherit;
    width: 50vw
}

#pageBuilder .imgTabWrapper .imgTab .tabDetails::after {
    left: 100%;
    right: auto
}

#pageBuilder .imgTabWrapper .imgTab .tabDetails * {
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

#pageBuilder .imgTabWrapper .imgTab .tabDetails p a {
    color: #0096cb
}

#pageBuilder .imgTabWrapper .imgTab .tabDetails p:last-child {
    margin: 0
}

.highlights .highlightRow {
    position: relative
}

.highlights .highlightRow .imgPanel {
    left: 0;
    width: 50%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute
}

.highlights .highlightRow .imgPanel.right {
    left: auto;
    right: 0
}

@media screen and (max-width:1023px) {
    .highlights .highlightRow .imgPanel {
        position: static;
        width: 100%
    }
}

@media screen and (max-width:1023px) {
    .highlights .highlightRow .imgPanel::before {
        display: block;
        content: "";
        padding-bottom: 50%
    }
}

.highlights .highlightRow .textPanel {
    padding-bottom: 9rem
}

@media screen and (max-width:1600px) {
    .highlights .highlightRow .textPanel {
        padding-bottom: 7.5rem
    }
}

@media screen and (max-width:1439px) {
    .highlights .highlightRow .textPanel {
        padding-top: 5rem
    }
}

@media screen and (max-width:1279px) {
    .highlights .highlightRow .textPanel {
        padding-bottom: 5rem
    }
}

@media screen and (max-width:1023px) {
    .highlights .highlightRow .textPanel {
        padding: 5rem 0
    }
}

@media screen and (max-width:767px) {
    .highlights .highlightRow .textPanel {
        padding: 4rem 0 3rem
    }
}

@media screen and (max-width:500px) {
    .highlights .highlightRow .textPanel {
        padding: 3.5rem 0 2.5rem
    }
}

.highlights .highlightRow .textPanel.grey {
    background-color: #f3f3f3
}

.highlights .highlightRow .textPanel.darkGrey {
    background-color: #404040
}

.highlights .highlightRow .textPanel.black {
    background-color: #000
}

.highlights .highlightRow .textPanel.black *,
.highlights .highlightRow .textPanel.darkGrey * {
    color: #fff
}

.highlights .highlightRow .textPanel.black h2::after,
.highlights .highlightRow .textPanel.darkGrey h2::after {
    background-color: #fff
}

.highlights .highlightRow .textPanel.deepBlue {
    background: #003989
}

.highlights .highlightRow .textPanel.deepBlue-tint {
    background: #d9e1ed
}

.highlights .highlightRow .textPanel.deepBlue-tint50 {
    background: #809cc4
}

.highlights .highlightRow .textPanel.vividBlue {
    background: #0096cb
}

.highlights .highlightRow .textPanel.vividBlue-tint {
    background: #d9eff7
}

.highlights .highlightRow .textPanel.vividBlue-tint50 {
    background: #80cbe5
}

.highlights .highlightRow .textPanel.deepPurple {
    background: #380577
}

.highlights .highlightRow .textPanel.deepPurple-tint {
    background: #e1daeb
}

.highlights .highlightRow .textPanel.deepPurple-tint50 {
    background: #9c82bb
}

.highlights .highlightRow .textPanel.vividPurple {
    background: #565ca0
}

.highlights .highlightRow .textPanel.vividPurple-tint {
    background: #e6e7f1
}

.highlights .highlightRow .textPanel.vividPurple-tint50 {
    background: #abaed0
}

.highlights .highlightRow .textPanel.deepGreen {
    background: #00654c
}

.highlights .highlightRow .textPanel.deepGreen-tint {
    background: #d9e8e4
}

.highlights .highlightRow .textPanel.deepGreen-tint50 {
    background: #80b2a6
}

.highlights .highlightRow .textPanel.vividGreen {
    background: #00b36b
}

.highlights .highlightRow .textPanel.vividGreen-tint {
    background: #d9f4e9
}

.highlights .highlightRow .textPanel.vividGreen-tint50 {
    background: #96d6b5
}

.highlights .highlightRow .textPanel.deepOrange {
    background: #8c191e
}

.highlights .highlightRow .textPanel.deepOrange-tint {
    background: #edd
}

.highlights .highlightRow .textPanel.deepOrange-tint50 {
    background: #c68c8f
}

.highlights .highlightRow .textPanel.vividOrange {
    background: #ef774a
}

.highlights .highlightRow .textPanel.vividOrange-tint {
    background: #fdebe4
}

.highlights .highlightRow .textPanel.vividOrange-tint50 {
    background: #f7bba5
}

.highlights .highlightRow .textPanel::before {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
    right: 100%;
    content: "";
    width: 50vw
}

@media screen and (max-width:1023px) {
    .highlights .highlightRow .textPanel::before {
        width: 100vw;
        left: -4rem;
        z-index: -1
    }
}

.highlights .highlightRow .textPanel p {
    position: relative
}