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

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

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

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

hr {
    box-sizing: content-box;
    overflow: visible
}

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

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

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

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

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

body {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #70778b;
    -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: 3px
}

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

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

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

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

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

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

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

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

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

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

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

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

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

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

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

::placeholder {
    color: #cacaca
}

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

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

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

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

[type=file] {
    width: 100%
}

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

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

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

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

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

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0 3px 3px 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: flex;
    flex: 0 0 auto;
    align-items: center
}

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

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

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

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

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

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

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

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

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

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

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

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

select:disabled {
    background-color: #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)::-moz-placeholder {
    color: #cc4b37
}

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

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

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

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}

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

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

b,
strong {
    font-weight: 700
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, 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: 1.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a img,
hr {
    border: 0
}

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

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

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-left: 1.25rem
}

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

dl {
    margin-bottom: 1rem
}

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

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    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,
kbd {
    margin: 0
}

kbd {
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a;
    border-radius: 3px
}

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

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

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

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

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

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

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

.code-inline,
code {
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block,
.code-inline,
code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    font-weight: 400;
    color: #0a0a0a
}

.code-block {
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        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,
    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: .625rem;
    padding-left: .625rem;
    max-width: 93.75rem;
    margin-left: auto;
    margin-right: auto
}

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

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

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

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

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

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

.cell.auto {
    flex: 1 1 0
}

.cell.shrink {
    flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x>.xlarge-offset-0 {
        margin-left: .9375rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x>.xxlarge-offset-0 {
        margin-left: .9375rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-y>.large-1,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-full,
    .grid-y>.large-shrink {
        flex-basis: auto
    }
}

@media screen and (min-width:75em) {

    .grid-y>.xlarge-1,
    .grid-y>.xlarge-2,
    .grid-y>.xlarge-3,
    .grid-y>.xlarge-4,
    .grid-y>.xlarge-5,
    .grid-y>.xlarge-6,
    .grid-y>.xlarge-7,
    .grid-y>.xlarge-8,
    .grid-y>.xlarge-9,
    .grid-y>.xlarge-10,
    .grid-y>.xlarge-11,
    .grid-y>.xlarge-12,
    .grid-y>.xlarge-full,
    .grid-y>.xlarge-shrink {
        flex-basis: auto
    }
}

@media screen and (min-width:90em) {

    .grid-y>.xxlarge-1,
    .grid-y>.xxlarge-2,
    .grid-y>.xxlarge-3,
    .grid-y>.xxlarge-4,
    .grid-y>.xxlarge-5,
    .grid-y>.xxlarge-6,
    .grid-y>.xxlarge-7,
    .grid-y>.xxlarge-8,
    .grid-y>.xxlarge-9,
    .grid-y>.xxlarge-10,
    .grid-y>.xxlarge-11,
    .grid-y>.xxlarge-12,
    .grid-y>.xxlarge-full,
    .grid-y>.xxlarge-shrink {
        flex-basis: auto
    }
}

.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
    flex: 0 0 auto
}

.grid-y>.small-1 {
    height: 8.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 {
        flex: 1 1 0;
        height: auto
    }

    .grid-y>.medium-1,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .grid-y>.medium-shrink {
        flex: 0 0 auto
    }

    .grid-y>.medium-shrink {
        height: auto
    }

    .grid-y>.medium-1 {
        height: 8.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 {
        flex: 1 1 0;
        height: auto
    }

    .grid-y>.large-1,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-shrink {
        flex: 0 0 auto
    }

    .grid-y>.large-shrink {
        height: auto
    }

    .grid-y>.large-1 {
        height: 8.33333%
    }

    .grid-y>.large-2 {
        height: 16.66667%
    }

    .grid-y>.large-3 {
        height: 25%
    }

    .grid-y>.large-4 {
        height: 33.33333%
    }

    .grid-y>.large-5 {
        height: 41.66667%
    }

    .grid-y>.large-6 {
        height: 50%
    }

    .grid-y>.large-7 {
        height: 58.33333%
    }

    .grid-y>.large-8 {
        height: 66.66667%
    }

    .grid-y>.large-9 {
        height: 75%
    }

    .grid-y>.large-10 {
        height: 83.33333%
    }

    .grid-y>.large-11 {
        height: 91.66667%
    }

    .grid-y>.large-12 {
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .grid-y>.xlarge-auto {
        flex: 1 1 0;
        height: auto
    }

    .grid-y>.xlarge-1,
    .grid-y>.xlarge-2,
    .grid-y>.xlarge-3,
    .grid-y>.xlarge-4,
    .grid-y>.xlarge-5,
    .grid-y>.xlarge-6,
    .grid-y>.xlarge-7,
    .grid-y>.xlarge-8,
    .grid-y>.xlarge-9,
    .grid-y>.xlarge-10,
    .grid-y>.xlarge-11,
    .grid-y>.xlarge-12,
    .grid-y>.xlarge-shrink {
        flex: 0 0 auto
    }

    .grid-y>.xlarge-shrink {
        height: auto
    }

    .grid-y>.xlarge-1 {
        height: 8.33333%
    }

    .grid-y>.xlarge-2 {
        height: 16.66667%
    }

    .grid-y>.xlarge-3 {
        height: 25%
    }

    .grid-y>.xlarge-4 {
        height: 33.33333%
    }

    .grid-y>.xlarge-5 {
        height: 41.66667%
    }

    .grid-y>.xlarge-6 {
        height: 50%
    }

    .grid-y>.xlarge-7 {
        height: 58.33333%
    }

    .grid-y>.xlarge-8 {
        height: 66.66667%
    }

    .grid-y>.xlarge-9 {
        height: 75%
    }

    .grid-y>.xlarge-10 {
        height: 83.33333%
    }

    .grid-y>.xlarge-11 {
        height: 91.66667%
    }

    .grid-y>.xlarge-12 {
        height: 100%
    }
}

@media screen and (min-width:90em) {
    .grid-y>.xxlarge-auto {
        flex: 1 1 0;
        height: auto
    }

    .grid-y>.xxlarge-1,
    .grid-y>.xxlarge-2,
    .grid-y>.xxlarge-3,
    .grid-y>.xxlarge-4,
    .grid-y>.xxlarge-5,
    .grid-y>.xxlarge-6,
    .grid-y>.xxlarge-7,
    .grid-y>.xxlarge-8,
    .grid-y>.xxlarge-9,
    .grid-y>.xxlarge-10,
    .grid-y>.xxlarge-11,
    .grid-y>.xxlarge-12,
    .grid-y>.xxlarge-shrink {
        flex: 0 0 auto
    }

    .grid-y>.xxlarge-shrink {
        height: auto
    }

    .grid-y>.xxlarge-1 {
        height: 8.33333%
    }

    .grid-y>.xxlarge-2 {
        height: 16.66667%
    }

    .grid-y>.xxlarge-3 {
        height: 25%
    }

    .grid-y>.xxlarge-4 {
        height: 33.33333%
    }

    .grid-y>.xxlarge-5 {
        height: 41.66667%
    }

    .grid-y>.xxlarge-6 {
        height: 50%
    }

    .grid-y>.xxlarge-7 {
        height: 58.33333%
    }

    .grid-y>.xxlarge-8 {
        height: 66.66667%
    }

    .grid-y>.xxlarge-9 {
        height: 75%
    }

    .grid-y>.xxlarge-10 {
        height: 83.33333%
    }

    .grid-y>.xxlarge-11 {
        height: 91.66667%
    }

    .grid-y>.xxlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y>.cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-y>.cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%
}

.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap
}

@media print,
screen and (min-width:40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,
screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:90em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxlarge-grid-frame {
        width: 100%
    }

    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xxlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .xxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto
}

@media print,
screen and (min-width:40em) {
    .grid-y.medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width:75em) {
    .grid-y.xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width:90em) {
    .grid-y.xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width:40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:90em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto,
.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {

    .grid-margin-y>.auto,
    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.medium-auto,
    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {

    .grid-margin-y>.large-auto,
    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:75em) {

    .grid-margin-y>.xlarge-auto,
    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:90em) {

    .grid-margin-y>.xxlarge-auto,
    .grid-margin-y>.xxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 3px;
    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: #70778b;
    color: #fefefe
}

.button:focus,
.button:hover {
    background-color: #5f6576;
    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: #70778b;
    color: #fefefe
}

.button.primary:focus,
.button.primary:hover {
    background-color: #5a5f6f;
    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: #17bada;
    color: #0a0a0a
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #1295ae;
    color: #0a0a0a
}

.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 #70778b;
    color: #70778b
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #383c46;
    color: #383c46
}

.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 #70778b;
    color: #70778b
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #383c46;
    color: #383c46
}

.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 #17bada;
    color: #17bada
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #0c5d6d;
    color: #0c5d6d
}

.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: #70778b
}

.button.clear:focus,
.button.clear:hover {
    color: #383c46
}

.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: #70778b
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #383c46
}

.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: #17bada
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #0c5d6d
}

.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;
    content: "";
    border-color: #fefefe transparent transparent;
    border-style: solid;
    border-width: .4em .4em 0;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #70778b
}

.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
    border-top-color: #17bada
}

.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
}

.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: 3px;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default
}

.label,
.label.primary {
    background: #70778b;
    color: #fefefe
}

.label.secondary {
    background: #17bada;
    color: #0a0a0a
}

.label.success {
    background: #3adb76;
    color: #0a0a0a
}

.label.warning {
    background: #ffae00;
    color: #0a0a0a
}

.label.alert {
    background: #cc4b37;
    color: #fefefe
}

.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;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    cursor: -webkit-grab;
    cursor: grab;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 3px;
    background-color: #70778b;
    transition: all .2s ease-in-out;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #5f6576
}

.slider-handle.is-dragging {
    transition: all 0s linear;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scaleY(-1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%)
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 3px;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe
}

.tooltip,
.tooltip:before {
    position: absolute
}

.tooltip.bottom:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #0a0a0a;
    border-style: solid;
    border-width: 0 .75rem .75rem;
    bottom: 100%
}

.tooltip.bottom.align-center:before {
    left: 50%;
    transform: translateX(-50%)
}

.tooltip.top:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #0a0a0a transparent transparent;
    border-style: solid;
    border-width: .75rem .75rem 0;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center:before {
    left: 50%;
    transform: translateX(-50%)
}

.tooltip.left:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #0a0a0a;
    border-style: solid;
    border-width: .75rem 0 .75rem .75rem;
    left: 100%
}

.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #0a0a0a transparent transparent;
    border-style: solid;
    border-width: .75rem .75rem .75rem 0;
    right: 100%;
    left: auto
}

.tooltip.right.align-center:before {
    bottom: auto;
    top: 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: 3px 3px 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 3px 3px
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #70778b
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px
}

.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: #70778b
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.media-object {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media print,
screen and (max-width:39.99875em) {
    .media-object.stack-for-small {
        flex-wrap: wrap
    }
}

.media-object-section {
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 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 0 1rem;
        flex-basis: 100%;
        max-width: 100%
    }

    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    flex: 1 1 0px
}

.orbit,
.orbit-container {
    position: relative
}

.orbit-container {
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: rgba(10, 10, 10, .5)
}

.orbit-caption,
.orbit-next,
.orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe
}

.orbit-next,
.orbit-previous {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(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.is-active,
.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row
}

.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column
}

.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a svg,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a svg {
    text-align: left
}

.menu.expanded li {
    flex: 1 1 0px
}

.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a svg,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a svg {
    text-align: left
}

.menu.simple {
    align-items: center
}

.menu.simple li+li {
    margin-left: 4px;
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.medium-expanded li,
    .menu.medium-simple li {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.large-expanded li,
    .menu.large-simple li {
        flex: 1 1 0px
    }
}

@media screen and (min-width:75em) {
    .menu.xlarge-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.xlarge-expanded li,
    .menu.xlarge-simple li {
        flex: 1 1 0px
    }
}

@media screen and (min-width:90em) {
    .menu.xxlarge-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.xxlarge-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.xxlarge-expanded li,
    .menu.xxlarge-simple li {
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: flex
}

.menu.icon-left li a,
.menu.nested.icon-left li a {
    flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a img,
.menu.nested.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a,
.menu.nested.icon-right li a {
    flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a img,
.menu.nested.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a,
.menu.nested.icon-top li a {
    flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a img,
.menu.nested.icon-top li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .active>a,
.menu .is-active>a {
    background: #70778b;
    color: #fefefe
}

.menu.align-left {
    justify-content: flex-start
}

.menu.align-right li {
    display: flex;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a svg,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a svg,
.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: flex;
    justify-content: center
}

.menu.align-center li .submenu li {
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    justify-content: center
}

.menu-centered>.menu li {
    display: flex;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ""
}

.menu-icon:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ""
}

.menu-icon.dark:hover:after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.accordion-menu li {
    width: 100%
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: .7rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #70778b transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a:after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a:after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after {
    transform: rotate(180deg);
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #70778b transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]:after {
    transform: scaleY(-1);
    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 {
    transition: height .5s
}

.drilldown a {
    padding: .7rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a:after {
    position: absolute;
    top: 50%;
    margin-top: -6px
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after,
.drilldown .is-drilldown-submenu-parent>a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #70778b;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after {
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after {
    display: block;
    right: auto;
    left: 1rem
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after,
.drilldown .js-drilldown-back>a:before {
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #70778b transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0
}

.drilldown .js-drilldown-back>a:before {
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    background: transparent;
    padding: .7rem
}

.dropdown.menu>li.is-active>a {
    background: #fff;
    color: #70778b
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

@media print,
screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width:75em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width:90em) {
    .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 250px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem
}

.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%;
    transition: opacity .5s ease, visibility .5s ease;
    background: hsla(0, 0%, 99.6%, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: 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 {
    box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas.is-open {
    transform: translate(0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: 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 {
    box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas-absolute.is-open {
    transform: translate(0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 250px
}

.off-canvas-content .off-canvas.position-left,
.position-left {
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0)
}

.off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px)
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 250px
}

.off-canvas-content .off-canvas.position-right,
.position-right {
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    transform: translate(0)
}

.off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px
}

.off-canvas-content .off-canvas.position-top,
.position-top {
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    transform: translate(0)
}

.off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px)
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px
}

.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    transform: translate(0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25)
}

.off-canvas-content {
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    transition: transform .5s ease
}

.off-canvas-content.has-transition-push,
.off-canvas-content .off-canvas.is-open {
    transform: translate(0)
}

@media print,
screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,
screen and (min-width:64em) {
    .position-left.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width:75em) {
    .position-left.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-xlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-xlarge~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-xlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-xlarge~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-xlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-xlarge~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-xlarge~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width:90em) {
    .position-left.reveal-for-xxlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-xxlarge .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-xxlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-xxlarge~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xxlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-xxlarge .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-xxlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-xxlarge~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xxlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-xxlarge .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-xxlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-xxlarge~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xxlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-xxlarge .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-xxlarge {
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-xxlarge~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,
screen and (min-width:40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        box-shadow: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,
screen and (min-width:64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        box-shadow: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

@media screen and (min-width:75em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-xlarge.position-bottom,
    .off-canvas.in-canvas-for-xlarge.position-left,
    .off-canvas.in-canvas-for-xlarge.position-right,
    .off-canvas.in-canvas-for-xlarge.position-top {
        box-shadow: none;
        transform: none
    }

    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none
    }
}

@media screen and (min-width:90em) {
    .off-canvas.in-canvas-for-xxlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-xxlarge.position-bottom,
    .off-canvas.in-canvas-for-xxlarge.position-left,
    .off-canvas.in-canvas-for-xxlarge.position-right,
    .off-canvas.in-canvas-for-xxlarge.position-top {
        box-shadow: none;
        transform: none
    }

    .off-canvas.in-canvas-for-xxlarge .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;
    -webkit-overflow-scrolling: touch
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    background-color: rgba(10, 10, 10, .45)
}

.reveal,
.reveal-overlay {
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 93.75rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 93.75rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 93.75rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 93.75rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print,
screen and (max-width:39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky,
.sticky-container {
    position: relative
}

.sticky {
    z-index: 0;
    transform: translateZ(0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.title-bar {
    padding: .5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.top-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: transparent
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .top-bar {
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print,
screen and (max-width:63.99875em) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print,
screen and (max-width:74.99875em) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print,
screen and (max-width:89.99875em) {
    .top-bar.stacked-for-xlarge {
        flex-wrap: wrap
    }

    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar.stacked-for-xxlarge {
    flex-wrap: wrap
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%
}

.top-bar-title {
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,
.top-bar-right {
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.clearfix:after {
    clear: both
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        order: 1
    }

    .medium-order-2 {
        order: 2
    }

    .medium-order-3 {
        order: 3
    }

    .medium-order-4 {
        order: 4
    }

    .medium-order-5 {
        order: 5
    }

    .medium-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        order: 1
    }

    .large-order-2 {
        order: 2
    }

    .large-order-3 {
        order: 3
    }

    .large-order-4 {
        order: 4
    }

    .large-order-5 {
        order: 5
    }

    .large-order-6 {
        order: 6
    }
}

@media screen and (min-width:75em) {
    .xlarge-order-1 {
        order: 1
    }

    .xlarge-order-2 {
        order: 2
    }

    .xlarge-order-3 {
        order: 3
    }

    .xlarge-order-4 {
        order: 4
    }

    .xlarge-order-5 {
        order: 5
    }

    .xlarge-order-6 {
        order: 6
    }
}

@media screen and (min-width:90em) {
    .xxlarge-order-1 {
        order: 1
    }

    .xxlarge-order-2 {
        order: 2
    }

    .xxlarge-order-3 {
        order: 3
    }

    .xxlarge-order-4 {
        order: 4
    }

    .xxlarge-order-5 {
        order: 5
    }

    .xxlarge-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: flex
    }

    .medium-flex-child-auto {
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: flex
    }

    .large-flex-child-auto {
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media screen and (min-width:75em) {
    .xlarge-flex-container {
        display: flex
    }

    .xlarge-flex-child-auto {
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media screen and (min-width:90em) {
    .xxlarge-flex-container {
        display: flex
    }

    .xxlarge-flex-child-auto {
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@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
    }
}

@media screen and (min-width:75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:74.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:75em) and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:74.99875em),
screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width:89.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width:90em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:89.99875em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.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
    }
}

.show-for-dark-mode {
    display: none
}

.hide-for-dark-mode {
    display: block
}

@media screen and (prefers-color-scheme:dark) {
    .show-for-dark-mode {
        display: block !important
    }

    .hide-for-dark-mode {
        display: none !important
    }
}

.show-for-ie {
    display: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .show-for-ie {
        display: block !important
    }

    .hide-for-ie {
        display: none !important
    }
}

.show-for-sticky {
    display: none
}

.is-stuck .show-for-sticky {
    display: block
}

.is-stuck .hide-for-sticky {
    display: none
}

.slide-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform-origin: top;
    transition-property: transform, opacity
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}

.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(-270deg);
    transition-property: transform, opacity;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    transform: rotate(270deg);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}

.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-270deg);
    opacity: 0
}

.slow {
    transition-duration: .75s !important
}

.fast {
    transition-duration: .25s !important
}

.linear {
    transition-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: .3s !important
}

.long-delay {
    transition-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%)
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%)
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn)
    }

    to {
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    to {
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    to {
        transform: rotate(0)
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: .75s !important;
    animation-duration: .75s !important
}

.fast {
    -webkit-animation-duration: .25s !important;
    animation-duration: .25s !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

.lab,
.lar,
.las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@font-face {
    font-family: Line Awesome Brands;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(line-awesome/la-brands-400.eot);
    src: url(line-awesome/la-brands-400.eot?#iefix) format("embedded-opentype"), url(line-awesome/la-brands-400.woff2) format("woff2"), url(line-awesome/la-brands-400.woff) format("woff"), url(line-awesome/la-brands-400.ttf) format("truetype"), url(line-awesome/la-brands-400.svg#lineawesome) format("svg")
}

.lab {
    font-family: Line Awesome Brands
}

@font-face {
    font-family: Line Awesome Free;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(line-awesome/la-regular-400.eot);
    src: url(line-awesome/la-regular-400.eot?#iefix) format("embedded-opentype"), url(line-awesome/la-regular-400.woff2) format("woff2"), url(line-awesome/la-regular-400.woff) format("woff"), url(line-awesome/la-regular-400.ttf) format("truetype"), url(line-awesome/la-regular-400.svg#lineawesome) format("svg")
}

.lab,
.lar {
    font-weight: 400
}

@font-face {
    font-family: Line Awesome Free;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(line-awesome/la-solid-900.eot);
    src: url(line-awesome/la-solid-900.eot?#iefix) format("embedded-opentype"), url(line-awesome/la-solid-900.woff2) format("woff2"), url(line-awesome/la-solid-900.woff) format("woff"), url(line-awesome/la-solid-900.ttf) format("truetype"), url(line-awesome/la-solid-900.svg#lineawesome) format("svg")
}

.lar,
.las {
    font-family: Line Awesome Free
}

.las {
    font-weight: 900
}

.la-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.la-xs {
    font-size: .75em
}

.la-2x {
    font-size: 1em;
    font-size: 2em
}

.la-3x {
    font-size: 3em
}

.la-4x {
    font-size: 4em
}

.la-5x {
    font-size: 5em
}

.la-6x {
    font-size: 6em
}

.la-7x {
    font-size: 7em
}

.la-8x {
    font-size: 8em
}

.la-9x {
    font-size: 9em
}

.la-10x {
    font-size: 10em
}

.la-fw {
    width: 1.25em;
    text-align: center
}

.la-ul {
    padding-left: 0;
    margin-left: 1.42857em;
    list-style-type: none
}

.la-ul>li {
    position: relative
}

.la-li {
    position: absolute;
    left: -2em;
    text-align: center;
    width: 1.42857em;
    line-height: inherit
}

.la-li.la-lg {
    left: -1.14286em
}

.la-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.la.la-pull-left {
    margin-right: .3em
}

.la.la-pull-right {
    margin-left: .3em
}

.la.pull-left {
    margin-right: .3em
}

.la.pull-right {
    margin-left: .3em
}

.la-pull-left {
    float: left
}

.la-pull-right {
    float: right
}

.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
    margin-right: .3em
}

.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
    margin-left: .3em
}

.la-spin {
    -webkit-animation: la-spin 2s linear infinite;
    animation: la-spin 2s linear infinite
}

.la-pulse {
    -webkit-animation: la-spin 1s steps(8) infinite;
    animation: la-spin 1s steps(8) infinite
}

@-webkit-keyframes la-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes la-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.la-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.la-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.la-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.la-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.la-flip-vertical {
    transform: scaleY(-1)
}

.la-flip-both,
.la-flip-horizontal.la-flip-vertical,
.la-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
    transform: scale(-1)
}

:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270 {
    filter: none
}

.la-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.la-stack-1x,
.la-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.la-stack-1x {
    line-height: inherit
}

.la-stack-2x {
    font-size: 2em
}

.la-inverse {
    color: #fff
}

.la-500px:before {
    content: "\f26e"
}

.la-accessible-icon:before {
    content: "\f368"
}

.la-accusoft:before {
    content: "\f369"
}

.la-acquisitions-incorporated:before {
    content: "\f6af"
}

.la-ad:before {
    content: "\f641"
}

.la-address-book:before {
    content: "\f2b9"
}

.la-address-card:before {
    content: "\f2bb"
}

.la-adjust:before {
    content: "\f042"
}

.la-adn:before {
    content: "\f170"
}

.la-adobe:before {
    content: "\f778"
}

.la-adversal:before {
    content: "\f36a"
}

.la-affiliatetheme:before {
    content: "\f36b"
}

.la-air-freshener:before {
    content: "\f5d0"
}

.la-airbnb:before {
    content: "\f834"
}

.la-algolia:before {
    content: "\f36c"
}

.la-align-center:before {
    content: "\f037"
}

.la-align-justify:before {
    content: "\f039"
}

.la-align-left:before {
    content: "\f036"
}

.la-align-right:before {
    content: "\f038"
}

.la-alipay:before {
    content: "\f642"
}

.la-allergies:before {
    content: "\f461"
}

.la-amazon:before {
    content: "\f270"
}

.la-amazon-pay:before {
    content: "\f42c"
}

.la-ambulance:before {
    content: "\f0f9"
}

.la-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.la-amilia:before {
    content: "\f36d"
}

.la-anchor:before {
    content: "\f13d"
}

.la-android:before {
    content: "\f17b"
}

.la-angellist:before {
    content: "\f209"
}

.la-angle-double-down:before {
    content: "\f103"
}

.la-angle-double-left:before {
    content: "\f100"
}

.la-angle-double-right:before {
    content: "\f101"
}

.la-angle-double-up:before {
    content: "\f102"
}

.la-angle-down:before {
    content: "\f107"
}

.la-angle-left:before {
    content: "\f104"
}

.la-angle-right:before {
    content: "\f105"
}

.la-angle-up:before {
    content: "\f106"
}

.la-angry:before {
    content: "\f556"
}

.la-angrycreative:before {
    content: "\f36e"
}

.la-angular:before {
    content: "\f420"
}

.la-ankh:before {
    content: "\f644"
}

.la-app-store:before {
    content: "\f36f"
}

.la-app-store-ios:before {
    content: "\f370"
}

.la-apper:before {
    content: "\f371"
}

.la-apple:before {
    content: "\f179"
}

.la-apple-alt:before {
    content: "\f5d1"
}

.la-apple-pay:before {
    content: "\f415"
}

.la-archive:before {
    content: "\f187"
}

.la-archway:before {
    content: "\f557"
}

.la-arrow-alt-circle-down:before {
    content: "\f358"
}

.la-arrow-alt-circle-left:before {
    content: "\f359"
}

.la-arrow-alt-circle-right:before {
    content: "\f35a"
}

.la-arrow-alt-circle-up:before {
    content: "\f35b"
}

.la-arrow-circle-down:before {
    content: "\f0ab"
}

.la-arrow-circle-left:before {
    content: "\f0a8"
}

.la-arrow-circle-right:before {
    content: "\f0a9"
}

.la-arrow-circle-up:before {
    content: "\f0aa"
}

.la-arrow-down:before {
    content: "\f063"
}

.la-arrow-left:before {
    content: "\f060"
}

.la-arrow-right:before {
    content: "\f061"
}

.la-arrow-up:before {
    content: "\f062"
}

.la-arrows-alt:before {
    content: "\f0b2"
}

.la-arrows-alt-h:before {
    content: "\f337"
}

.la-arrows-alt-v:before {
    content: "\f338"
}

.la-artstation:before {
    content: "\f77a"
}

.la-assistive-listening-systems:before {
    content: "\f2a2"
}

.la-asterisk:before {
    content: "\f069"
}

.la-asymmetrik:before {
    content: "\f372"
}

.la-at:before {
    content: "\f1fa"
}

.la-atlas:before {
    content: "\f558"
}

.la-atlassian:before {
    content: "\f77b"
}

.la-atom:before {
    content: "\f5d2"
}

.la-audible:before {
    content: "\f373"
}

.la-audio-description:before {
    content: "\f29e"
}

.la-autoprefixer:before {
    content: "\f41c"
}

.la-avianex:before {
    content: "\f374"
}

.la-aviato:before {
    content: "\f421"
}

.la-award:before {
    content: "\f559"
}

.la-aws:before {
    content: "\f375"
}

.la-baby:before {
    content: "\f77c"
}

.la-baby-carriage:before {
    content: "\f77d"
}

.la-backspace:before {
    content: "\f55a"
}

.la-backward:before {
    content: "\f04a"
}

.la-bacon:before {
    content: "\f7e5"
}

.la-balance-scale:before {
    content: "\f24e"
}

.la-balance-scale-left:before {
    content: "\f515"
}

.la-balance-scale-right:before {
    content: "\f516"
}

.la-ban:before {
    content: "\f05e"
}

.la-band-aid:before {
    content: "\f462"
}

.la-bandcamp:before {
    content: "\f2d5"
}

.la-barcode:before {
    content: "\f02a"
}

.la-bars:before {
    content: "\f0c9"
}

.la-baseball-ball:before {
    content: "\f433"
}

.la-basketball-ball:before {
    content: "\f434"
}

.la-bath:before {
    content: "\f2cd"
}

.la-battery-empty:before {
    content: "\f244"
}

.la-battery-full:before {
    content: "\f240"
}

.la-battery-half:before {
    content: "\f242"
}

.la-battery-quarter:before {
    content: "\f243"
}

.la-battery-three-quarters:before {
    content: "\f241"
}

.la-battle-net:before {
    content: "\f835"
}

.la-bed:before {
    content: "\f236"
}

.la-beer:before {
    content: "\f0fc"
}

.la-behance:before {
    content: "\f1b4"
}

.la-behance-square:before {
    content: "\f1b5"
}

.la-bell:before {
    content: "\f0f3"
}

.la-bell-slash:before {
    content: "\f1f6"
}

.la-bezier-curve:before {
    content: "\f55b"
}

.la-bible:before {
    content: "\f647"
}

.la-bicycle:before {
    content: "\f206"
}

.la-biking:before {
    content: "\f84a"
}

.la-bimobject:before {
    content: "\f378"
}

.la-binoculars:before {
    content: "\f1e5"
}

.la-biohazard:before {
    content: "\f780"
}

.la-birthday-cake:before {
    content: "\f1fd"
}

.la-bitbucket:before {
    content: "\f171"
}

.la-bitcoin:before {
    content: "\f379"
}

.la-bity:before {
    content: "\f37a"
}

.la-black-tie:before {
    content: "\f27e"
}

.la-blackberry:before {
    content: "\f37b"
}

.la-blender:before {
    content: "\f517"
}

.la-blender-phone:before {
    content: "\f6b6"
}

.la-blind:before {
    content: "\f29d"
}

.la-blog:before {
    content: "\f781"
}

.la-blogger:before {
    content: "\f37c"
}

.la-blogger-b:before {
    content: "\f37d"
}

.la-bluetooth:before {
    content: "\f293"
}

.la-bluetooth-b:before {
    content: "\f294"
}

.la-bold:before {
    content: "\f032"
}

.la-bolt:before {
    content: "\f0e7"
}

.la-bomb:before {
    content: "\f1e2"
}

.la-bone:before {
    content: "\f5d7"
}

.la-bong:before {
    content: "\f55c"
}

.la-book:before {
    content: "\f02d"
}

.la-book-dead:before {
    content: "\f6b7"
}

.la-book-medical:before {
    content: "\f7e6"
}

.la-book-open:before {
    content: "\f518"
}

.la-book-reader:before {
    content: "\f5da"
}

.la-bookmark:before {
    content: "\f02e"
}

.la-bootstrap:before {
    content: "\f836"
}

.la-border-all:before {
    content: "\f84c"
}

.la-border-none:before {
    content: "\f850"
}

.la-border-style:before {
    content: "\f853"
}

.la-bowling-ball:before {
    content: "\f436"
}

.la-box:before {
    content: "\f466"
}

.la-box-open:before {
    content: "\f49e"
}

.la-boxes:before {
    content: "\f468"
}

.la-braille:before {
    content: "\f2a1"
}

.la-brain:before {
    content: "\f5dc"
}

.la-bread-slice:before {
    content: "\f7ec"
}

.la-briefcase:before {
    content: "\f0b1"
}

.la-briefcase-medical:before {
    content: "\f469"
}

.la-broadcast-tower:before {
    content: "\f519"
}

.la-broom:before {
    content: "\f51a"
}

.la-brush:before {
    content: "\f55d"
}

.la-btc:before {
    content: "\f15a"
}

.la-buffer:before {
    content: "\f837"
}

.la-bug:before {
    content: "\f188"
}

.la-building:before {
    content: "\f1ad"
}

.la-bullhorn:before {
    content: "\f0a1"
}

.la-bullseye:before {
    content: "\f140"
}

.la-burn:before {
    content: "\f46a"
}

.la-buromobelexperte:before {
    content: "\f37f"
}

.la-bus:before {
    content: "\f207"
}

.la-bus-alt:before {
    content: "\f55e"
}

.la-business-time:before {
    content: "\f64a"
}

.la-buysellads:before {
    content: "\f20d"
}

.la-calculator:before {
    content: "\f1ec"
}

.la-calendar:before {
    content: "\f133"
}

.la-calendar-alt:before {
    content: "\f073"
}

.la-calendar-check:before {
    content: "\f274"
}

.la-calendar-day:before {
    content: "\f783"
}

.la-calendar-minus:before {
    content: "\f272"
}

.la-calendar-plus:before {
    content: "\f271"
}

.la-calendar-times:before {
    content: "\f273"
}

.la-calendar-week:before {
    content: "\f784"
}

.la-camera:before {
    content: "\f030"
}

.la-camera-retro:before {
    content: "\f083"
}

.la-campground:before {
    content: "\f6bb"
}

.la-canadian-maple-leaf:before {
    content: "\f785"
}

.la-candy-cane:before {
    content: "\f786"
}

.la-cannabis:before {
    content: "\f55f"
}

.la-capsules:before {
    content: "\f46b"
}

.la-car:before {
    content: "\f1b9"
}

.la-car-alt:before {
    content: "\f5de"
}

.la-car-battery:before {
    content: "\f5df"
}

.la-car-crash:before {
    content: "\f5e1"
}

.la-car-side:before {
    content: "\f5e4"
}

.la-caret-down:before {
    content: "\f0d7"
}

.la-caret-left:before {
    content: "\f0d9"
}

.la-caret-right:before {
    content: "\f0da"
}

.la-caret-square-down:before {
    content: "\f150"
}

.la-caret-square-left:before {
    content: "\f191"
}

.la-caret-square-right:before {
    content: "\f152"
}

.la-caret-square-up:before {
    content: "\f151"
}

.la-caret-up:before {
    content: "\f0d8"
}

.la-carrot:before {
    content: "\f787"
}

.la-cart-arrow-down:before {
    content: "\f218"
}

.la-cart-plus:before {
    content: "\f217"
}

.la-cash-register:before {
    content: "\f788"
}

.la-cat:before {
    content: "\f6be"
}

.la-cc-amazon-pay:before {
    content: "\f42d"
}

.la-cc-amex:before {
    content: "\f1f3"
}

.la-cc-apple-pay:before {
    content: "\f416"
}

.la-cc-diners-club:before {
    content: "\f24c"
}

.la-cc-discover:before {
    content: "\f1f2"
}

.la-cc-jcb:before {
    content: "\f24b"
}

.la-cc-mastercard:before {
    content: "\f1f1"
}

.la-cc-paypal:before {
    content: "\f1f4"
}

.la-cc-stripe:before {
    content: "\f1f5"
}

.la-cc-visa:before {
    content: "\f1f0"
}

.la-centercode:before {
    content: "\f380"
}

.la-centos:before {
    content: "\f789"
}

.la-certificate:before {
    content: "\f0a3"
}

.la-chair:before {
    content: "\f6c0"
}

.la-chalkboard:before {
    content: "\f51b"
}

.la-chalkboard-teacher:before {
    content: "\f51c"
}

.la-charging-station:before {
    content: "\f5e7"
}

.la-chart-area:before {
    content: "\f1fe"
}

.la-chart-bar:before {
    content: "\f080"
}

.la-chart-line:before {
    content: "\f201"
}

.la-chart-pie:before {
    content: "\f200"
}

.la-check:before {
    content: "\f00c"
}

.la-check-circle:before {
    content: "\f058"
}

.la-check-double:before {
    content: "\f560"
}

.la-check-square:before {
    content: "\f14a"
}

.la-cheese:before {
    content: "\f7ef"
}

.la-chess:before {
    content: "\f439"
}

.la-chess-bishop:before {
    content: "\f43a"
}

.la-chess-board:before {
    content: "\f43c"
}

.la-chess-king:before {
    content: "\f43f"
}

.la-chess-knight:before {
    content: "\f441"
}

.la-chess-pawn:before {
    content: "\f443"
}

.la-chess-queen:before {
    content: "\f445"
}

.la-chess-rook:before {
    content: "\f447"
}

.la-chevron-circle-down:before {
    content: "\f13a"
}

.la-chevron-circle-left:before {
    content: "\f137"
}

.la-chevron-circle-right:before {
    content: "\f138"
}

.la-chevron-circle-up:before {
    content: "\f139"
}

.la-chevron-down:before {
    content: "\f078"
}

.la-chevron-left:before {
    content: "\f053"
}

.la-chevron-right:before {
    content: "\f054"
}

.la-chevron-up:before {
    content: "\f077"
}

.la-child:before {
    content: "\f1ae"
}

.la-chrome:before {
    content: "\f268"
}

.la-chromecast:before {
    content: "\f838"
}

.la-church:before {
    content: "\f51d"
}

.la-circle:before {
    content: "\f111"
}

.la-circle-notch:before {
    content: "\f1ce"
}

.la-city:before {
    content: "\f64f"
}

.la-clinic-medical:before {
    content: "\f7f2"
}

.la-clipboard:before {
    content: "\f328"
}

.la-clipboard-check:before {
    content: "\f46c"
}

.la-clipboard-list:before {
    content: "\f46d"
}

.la-clock:before {
    content: "\f017"
}

.la-clone:before {
    content: "\f24d"
}

.la-closed-captioning:before {
    content: "\f20a"
}

.la-cloud:before {
    content: "\f0c2"
}

.la-cloud-download-alt:before {
    content: "\f381"
}

.la-cloud-meatball:before {
    content: "\f73b"
}

.la-cloud-moon:before {
    content: "\f6c3"
}

.la-cloud-moon-rain:before {
    content: "\f73c"
}

.la-cloud-rain:before {
    content: "\f73d"
}

.la-cloud-showers-heavy:before {
    content: "\f740"
}

.la-cloud-sun:before {
    content: "\f6c4"
}

.la-cloud-sun-rain:before {
    content: "\f743"
}

.la-cloud-upload-alt:before {
    content: "\f382"
}

.la-cloudscale:before {
    content: "\f383"
}

.la-cloudsmith:before {
    content: "\f384"
}

.la-cloudversify:before {
    content: "\f385"
}

.la-cocktail:before {
    content: "\f561"
}

.la-code:before {
    content: "\f121"
}

.la-code-branch:before {
    content: "\f126"
}

.la-codepen:before {
    content: "\f1cb"
}

.la-codiepie:before {
    content: "\f284"
}

.la-coffee:before {
    content: "\f0f4"
}

.la-cog:before {
    content: "\f013"
}

.la-cogs:before {
    content: "\f085"
}

.la-coins:before {
    content: "\f51e"
}

.la-columns:before {
    content: "\f0db"
}

.la-comment:before {
    content: "\f075"
}

.la-comment-alt:before {
    content: "\f27a"
}

.la-comment-dollar:before {
    content: "\f651"
}

.la-comment-dots:before {
    content: "\f4ad"
}

.la-comment-medical:before {
    content: "\f7f5"
}

.la-comment-slash:before {
    content: "\f4b3"
}

.la-comments:before {
    content: "\f086"
}

.la-comments-dollar:before {
    content: "\f653"
}

.la-compact-disc:before {
    content: "\f51f"
}

.la-compass:before {
    content: "\f14e"
}

.la-compress:before {
    content: "\f066"
}

.la-compress-arrows-alt:before {
    content: "\f78c"
}

.la-concierge-bell:before {
    content: "\f562"
}

.la-confluence:before {
    content: "\f78d"
}

.la-connectdevelop:before {
    content: "\f20e"
}

.la-contao:before {
    content: "\f26d"
}

.la-cookie:before {
    content: "\f563"
}

.la-cookie-bite:before {
    content: "\f564"
}

.la-copy:before {
    content: "\f0c5"
}

.la-copyright:before {
    content: "\f1f9"
}

.la-cotton-bureau:before {
    content: "\f89e"
}

.la-couch:before {
    content: "\f4b8"
}

.la-cpanel:before {
    content: "\f388"
}

.la-creative-commons:before {
    content: "\f25e"
}

.la-creative-commons-by:before {
    content: "\f4e7"
}

.la-creative-commons-nc:before {
    content: "\f4e8"
}

.la-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.la-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.la-creative-commons-nd:before {
    content: "\f4eb"
}

.la-creative-commons-pd:before {
    content: "\f4ec"
}

.la-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.la-creative-commons-remix:before {
    content: "\f4ee"
}

.la-creative-commons-sa:before {
    content: "\f4ef"
}

.la-creative-commons-sampling:before {
    content: "\f4f0"
}

.la-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.la-creative-commons-share:before {
    content: "\f4f2"
}

.la-creative-commons-zero:before {
    content: "\f4f3"
}

.la-credit-card:before {
    content: "\f09d"
}

.la-critical-role:before {
    content: "\f6c9"
}

.la-crop:before {
    content: "\f125"
}

.la-crop-alt:before {
    content: "\f565"
}

.la-cross:before {
    content: "\f654"
}

.la-crosshairs:before {
    content: "\f05b"
}

.la-crow:before {
    content: "\f520"
}

.la-crown:before {
    content: "\f521"
}

.la-crutch:before {
    content: "\f7f7"
}

.la-css3:before {
    content: "\f13c"
}

.la-css3-alt:before {
    content: "\f38b"
}

.la-cube:before {
    content: "\f1b2"
}

.la-cubes:before {
    content: "\f1b3"
}

.la-cut:before {
    content: "\f0c4"
}

.la-cuttlefish:before {
    content: "\f38c"
}

.la-d-and-d:before {
    content: "\f38d"
}

.la-d-and-d-beyond:before {
    content: "\f6ca"
}

.la-dashcube:before {
    content: "\f210"
}

.la-database:before {
    content: "\f1c0"
}

.la-deaf:before {
    content: "\f2a4"
}

.la-delicious:before {
    content: "\f1a5"
}

.la-democrat:before {
    content: "\f747"
}

.la-deploydog:before {
    content: "\f38e"
}

.la-deskpro:before {
    content: "\f38f"
}

.la-desktop:before {
    content: "\f108"
}

.la-dev:before {
    content: "\f6cc"
}

.la-deviantart:before {
    content: "\f1bd"
}

.la-dharmachakra:before {
    content: "\f655"
}

.la-dhl:before {
    content: "\f790"
}

.la-diagnoses:before {
    content: "\f470"
}

.la-diaspora:before {
    content: "\f791"
}

.la-dice:before {
    content: "\f522"
}

.la-dice-d20:before {
    content: "\f6cf"
}

.la-dice-d6:before {
    content: "\f6d1"
}

.la-dice-five:before {
    content: "\f523"
}

.la-dice-four:before {
    content: "\f524"
}

.la-dice-one:before {
    content: "\f525"
}

.la-dice-six:before {
    content: "\f526"
}

.la-dice-three:before {
    content: "\f527"
}

.la-dice-two:before {
    content: "\f528"
}

.la-digg:before {
    content: "\f1a6"
}

.la-digital-ocean:before {
    content: "\f391"
}

.la-digital-tachograph:before {
    content: "\f566"
}

.la-directions:before {
    content: "\f5eb"
}

.la-discord:before {
    content: "\f392"
}

.la-discourse:before {
    content: "\f393"
}

.la-divide:before {
    content: "\f529"
}

.la-dizzy:before {
    content: "\f567"
}

.la-dna:before {
    content: "\f471"
}

.la-dochub:before {
    content: "\f394"
}

.la-docker:before {
    content: "\f395"
}

.la-dog:before {
    content: "\f6d3"
}

.la-dollar-sign:before {
    content: "\f155"
}

.la-dolly:before {
    content: "\f472"
}

.la-dolly-flatbed:before {
    content: "\f474"
}

.la-donate:before {
    content: "\f4b9"
}

.la-door-closed:before {
    content: "\f52a"
}

.la-door-open:before {
    content: "\f52b"
}

.la-dot-circle:before {
    content: "\f192"
}

.la-dove:before {
    content: "\f4ba"
}

.la-download:before {
    content: "\f019"
}

.la-draft2digital:before {
    content: "\f396"
}

.la-drafting-compass:before {
    content: "\f568"
}

.la-dragon:before {
    content: "\f6d5"
}

.la-draw-polygon:before {
    content: "\f5ee"
}

.la-dribbble:before {
    content: "\f17d"
}

.la-dribbble-square:before {
    content: "\f397"
}

.la-dropbox:before {
    content: "\f16b"
}

.la-drum:before {
    content: "\f569"
}

.la-drum-steelpan:before {
    content: "\f56a"
}

.la-drumstick-bite:before {
    content: "\f6d7"
}

.la-drupal:before {
    content: "\f1a9"
}

.la-dumbbell:before {
    content: "\f44b"
}

.la-dumpster:before {
    content: "\f793"
}

.la-dumpster-fire:before {
    content: "\f794"
}

.la-dungeon:before {
    content: "\f6d9"
}

.la-dyalog:before {
    content: "\f399"
}

.la-earlybirds:before {
    content: "\f39a"
}

.la-ebay:before {
    content: "\f4f4"
}

.la-edge:before {
    content: "\f282"
}

.la-edit:before {
    content: "\f044"
}

.la-egg:before {
    content: "\f7fb"
}

.la-eject:before {
    content: "\f052"
}

.la-elementor:before {
    content: "\f430"
}

.la-ellipsis-h:before {
    content: "\f141"
}

.la-ellipsis-v:before {
    content: "\f142"
}

.la-ello:before {
    content: "\f5f1"
}

.la-ember:before {
    content: "\f423"
}

.la-empire:before {
    content: "\f1d1"
}

.la-envelope:before {
    content: "\f0e0"
}

.la-envelope-open:before {
    content: "\f2b6"
}

.la-envelope-open-text:before {
    content: "\f658"
}

.la-envelope-square:before {
    content: "\f199"
}

.la-envira:before {
    content: "\f299"
}

.la-equals:before {
    content: "\f52c"
}

.la-eraser:before {
    content: "\f12d"
}

.la-erlang:before {
    content: "\f39d"
}

.la-ethereum:before {
    content: "\f42e"
}

.la-ethernet:before {
    content: "\f796"
}

.la-etsy:before {
    content: "\f2d7"
}

.la-euro-sign:before {
    content: "\f153"
}

.la-evernote:before {
    content: "\f839"
}

.la-exchange-alt:before {
    content: "\f362"
}

.la-exclamation:before {
    content: "\f12a"
}

.la-exclamation-circle:before {
    content: "\f06a"
}

.la-exclamation-triangle:before {
    content: "\f071"
}

.la-expand:before {
    content: "\f065"
}

.la-expand-arrows-alt:before {
    content: "\f31e"
}

.la-expeditedssl:before {
    content: "\f23e"
}

.la-external-link-alt:before {
    content: "\f35d"
}

.la-external-link-square-alt:before {
    content: "\f360"
}

.la-eye:before {
    content: "\f06e"
}

.la-eye-dropper:before {
    content: "\f1fb"
}

.la-eye-slash:before {
    content: "\f070"
}

.la-facebook:before {
    content: "\f09a"
}

.la-facebook-f:before {
    content: "\f39e"
}

.la-facebook-messenger:before {
    content: "\f39f"
}

.la-facebook-square:before {
    content: "\f082"
}

.la-fan:before {
    content: "\f863"
}

.la-fantasy-flight-games:before {
    content: "\f6dc"
}

.la-fast-backward:before {
    content: "\f049"
}

.la-fast-forward:before {
    content: "\f050"
}

.la-fax:before {
    content: "\f1ac"
}

.la-feather:before {
    content: "\f52d"
}

.la-feather-alt:before {
    content: "\f56b"
}

.la-fedex:before {
    content: "\f797"
}

.la-fedora:before {
    content: "\f798"
}

.la-female:before {
    content: "\f182"
}

.la-fighter-jet:before {
    content: "\f0fb"
}

.la-figma:before {
    content: "\f799"
}

.la-file:before {
    content: "\f15b"
}

.la-file-alt:before {
    content: "\f15c"
}

.la-file-archive:before {
    content: "\f1c6"
}

.la-file-audio:before {
    content: "\f1c7"
}

.la-file-code:before {
    content: "\f1c9"
}

.la-file-contract:before {
    content: "\f56c"
}

.la-file-csv:before {
    content: "\f6dd"
}

.la-file-download:before {
    content: "\f56d"
}

.la-file-excel:before {
    content: "\f1c3"
}

.la-file-export:before {
    content: "\f56e"
}

.la-file-image:before {
    content: "\f1c5"
}

.la-file-import:before {
    content: "\f56f"
}

.la-file-invoice:before {
    content: "\f570"
}

.la-file-invoice-dollar:before {
    content: "\f571"
}

.la-file-medical:before {
    content: "\f477"
}

.la-file-medical-alt:before {
    content: "\f478"
}

.la-file-pdf:before {
    content: "\f1c1"
}

.la-file-powerpoint:before {
    content: "\f1c4"
}

.la-file-prescription:before {
    content: "\f572"
}

.la-file-signature:before {
    content: "\f573"
}

.la-file-upload:before {
    content: "\f574"
}

.la-file-video:before {
    content: "\f1c8"
}

.la-file-word:before {
    content: "\f1c2"
}

.la-fill:before {
    content: "\f575"
}

.la-fill-drip:before {
    content: "\f576"
}

.la-film:before {
    content: "\f008"
}

.la-filter:before {
    content: "\f0b0"
}

.la-fingerprint:before {
    content: "\f577"
}

.la-fire:before {
    content: "\f06d"
}

.la-fire-alt:before {
    content: "\f7e4"
}

.la-fire-extinguisher:before {
    content: "\f134"
}

.la-firefox:before {
    content: "\f269"
}

.la-first-aid:before {
    content: "\f479"
}

.la-first-order:before {
    content: "\f2b0"
}

.la-first-order-alt:before {
    content: "\f50a"
}

.la-firstdraft:before {
    content: "\f3a1"
}

.la-fish:before {
    content: "\f578"
}

.la-fist-raised:before {
    content: "\f6de"
}

.la-flag:before {
    content: "\f024"
}

.la-flag-checkered:before {
    content: "\f11e"
}

.la-flag-usa:before {
    content: "\f74d"
}

.la-flask:before {
    content: "\f0c3"
}

.la-flickr:before {
    content: "\f16e"
}

.la-flipboard:before {
    content: "\f44d"
}

.la-flushed:before {
    content: "\f579"
}

.la-fly:before {
    content: "\f417"
}

.la-folder:before {
    content: "\f07b"
}

.la-folder-minus:before {
    content: "\f65d"
}

.la-folder-open:before {
    content: "\f07c"
}

.la-folder-plus:before {
    content: "\f65e"
}

.la-font:before {
    content: "\f031"
}

.la-font-awesome:before {
    content: "\f2b4"
}

.la-font-awesome-alt:before {
    content: "\f35c"
}

.la-font-awesome-flag:before {
    content: "\f425"
}

.la-fonticons:before {
    content: "\f280"
}

.la-fonticons-fi:before {
    content: "\f3a2"
}

.la-football-ball:before {
    content: "\f44e"
}

.la-fort-awesome:before {
    content: "\f286"
}

.la-fort-awesome-alt:before {
    content: "\f3a3"
}

.la-forumbee:before {
    content: "\f211"
}

.la-forward:before {
    content: "\f04e"
}

.la-foursquare:before {
    content: "\f180"
}

.la-free-code-camp:before {
    content: "\f2c5"
}

.la-freebsd:before {
    content: "\f3a4"
}

.la-frog:before {
    content: "\f52e"
}

.la-frown:before {
    content: "\f119"
}

.la-frown-open:before {
    content: "\f57a"
}

.la-fulcrum:before {
    content: "\f50b"
}

.la-funnel-dollar:before {
    content: "\f662"
}

.la-futbol:before {
    content: "\f1e3"
}

.la-galactic-republic:before {
    content: "\f50c"
}

.la-galactic-senate:before {
    content: "\f50d"
}

.la-gamepad:before {
    content: "\f11b"
}

.la-gas-pump:before {
    content: "\f52f"
}

.la-gavel:before {
    content: "\f0e3"
}

.la-gem:before {
    content: "\f3a5"
}

.la-genderless:before {
    content: "\f22d"
}

.la-get-pocket:before {
    content: "\f265"
}

.la-gg:before {
    content: "\f260"
}

.la-gg-circle:before {
    content: "\f261"
}

.la-ghost:before {
    content: "\f6e2"
}

.la-gift:before {
    content: "\f06b"
}

.la-gifts:before {
    content: "\f79c"
}

.la-git:before {
    content: "\f1d3"
}

.la-git-alt:before {
    content: "\f841"
}

.la-git-square:before {
    content: "\f1d2"
}

.la-github:before {
    content: "\f09b"
}

.la-github-alt:before {
    content: "\f113"
}

.la-github-square:before {
    content: "\f092"
}

.la-gitkraken:before {
    content: "\f3a6"
}

.la-gitlab:before {
    content: "\f296"
}

.la-gitter:before {
    content: "\f426"
}

.la-glass-cheers:before {
    content: "\f79f"
}

.la-glass-martini:before {
    content: "\f000"
}

.la-glass-martini-alt:before {
    content: "\f57b"
}

.la-glass-whiskey:before {
    content: "\f7a0"
}

.la-glasses:before {
    content: "\f530"
}

.la-glide:before {
    content: "\f2a5"
}

.la-glide-g:before {
    content: "\f2a6"
}

.la-globe:before {
    content: "\f0ac"
}

.la-globe-africa:before {
    content: "\f57c"
}

.la-globe-americas:before {
    content: "\f57d"
}

.la-globe-asia:before {
    content: "\f57e"
}

.la-globe-europe:before {
    content: "\f7a2"
}

.la-gofore:before {
    content: "\f3a7"
}

.la-golf-ball:before {
    content: "\f450"
}

.la-goodreads:before {
    content: "\f3a8"
}

.la-goodreads-g:before {
    content: "\f3a9"
}

.la-google:before {
    content: "\f1a0"
}

.la-google-drive:before {
    content: "\f3aa"
}

.la-google-play:before {
    content: "\f3ab"
}

.la-google-plus:before {
    content: "\f2b3"
}

.la-google-plus-g:before {
    content: "\f0d5"
}

.la-google-plus-square:before {
    content: "\f0d4"
}

.la-google-wallet:before {
    content: "\f1ee"
}

.la-gopuram:before {
    content: "\f664"
}

.la-graduation-cap:before {
    content: "\f19d"
}

.la-gratipay:before {
    content: "\f184"
}

.la-grav:before {
    content: "\f2d6"
}

.la-greater-than:before {
    content: "\f531"
}

.la-greater-than-equal:before {
    content: "\f532"
}

.la-grimace:before {
    content: "\f57f"
}

.la-grin:before {
    content: "\f580"
}

.la-grin-alt:before {
    content: "\f581"
}

.la-grin-beam:before {
    content: "\f582"
}

.la-grin-beam-sweat:before {
    content: "\f583"
}

.la-grin-hearts:before {
    content: "\f584"
}

.la-grin-squint:before {
    content: "\f585"
}

.la-grin-squint-tears:before {
    content: "\f586"
}

.la-grin-stars:before {
    content: "\f587"
}

.la-grin-tears:before {
    content: "\f588"
}

.la-grin-tongue:before {
    content: "\f589"
}

.la-grin-tongue-squint:before {
    content: "\f58a"
}

.la-grin-tongue-wink:before {
    content: "\f58b"
}

.la-grin-wink:before {
    content: "\f58c"
}

.la-grip-horizontal:before {
    content: "\f58d"
}

.la-grip-lines:before {
    content: "\f7a4"
}

.la-grip-lines-vertical:before {
    content: "\f7a5"
}

.la-grip-vertical:before {
    content: "\f58e"
}

.la-gripfire:before {
    content: "\f3ac"
}

.la-grunt:before {
    content: "\f3ad"
}

.la-guitar:before {
    content: "\f7a6"
}

.la-gulp:before {
    content: "\f3ae"
}

.la-h-square:before {
    content: "\f0fd"
}

.la-hacker-news:before {
    content: "\f1d4"
}

.la-hacker-news-square:before {
    content: "\f3af"
}

.la-hackerrank:before {
    content: "\f5f7"
}

.la-hamburger:before {
    content: "\f805"
}

.la-hammer:before {
    content: "\f6e3"
}

.la-hamsa:before {
    content: "\f665"
}

.la-hand-holding:before {
    content: "\f4bd"
}

.la-hand-holding-heart:before {
    content: "\f4be"
}

.la-hand-holding-usd:before {
    content: "\f4c0"
}

.la-hand-lizard:before {
    content: "\f258"
}

.la-hand-middle-finger:before {
    content: "\f806"
}

.la-hand-paper:before {
    content: "\f256"
}

.la-hand-peace:before {
    content: "\f25b"
}

.la-hand-point-down:before {
    content: "\f0a7"
}

.la-hand-point-left:before {
    content: "\f0a5"
}

.la-hand-point-right:before {
    content: "\f0a4"
}

.la-hand-point-up:before {
    content: "\f0a6"
}

.la-hand-pointer:before {
    content: "\f25a"
}

.la-hand-rock:before {
    content: "\f255"
}

.la-hand-scissors:before {
    content: "\f257"
}

.la-hand-spock:before {
    content: "\f259"
}

.la-hands:before {
    content: "\f4c2"
}

.la-hands-helping:before {
    content: "\f4c4"
}

.la-handshake:before {
    content: "\f2b5"
}

.la-hanukiah:before {
    content: "\f6e6"
}

.la-hard-hat:before {
    content: "\f807"
}

.la-hashtag:before {
    content: "\f292"
}

.la-hat-wizard:before {
    content: "\f6e8"
}

.la-haykal:before {
    content: "\f666"
}

.la-hdd:before {
    content: "\f0a0"
}

.la-heading:before {
    content: "\f1dc"
}

.la-headphones:before {
    content: "\f025"
}

.la-headphones-alt:before {
    content: "\f58f"
}

.la-headset:before {
    content: "\f590"
}

.la-heart:before {
    content: "\f004"
}

.la-heart-broken:before {
    content: "\f7a9"
}

.la-heartbeat:before {
    content: "\f21e"
}

.la-helicopter:before {
    content: "\f533"
}

.la-highlighter:before {
    content: "\f591"
}

.la-hiking:before {
    content: "\f6ec"
}

.la-hippo:before {
    content: "\f6ed"
}

.la-hips:before {
    content: "\f452"
}

.la-hire-a-helper:before {
    content: "\f3b0"
}

.la-history:before {
    content: "\f1da"
}

.la-hockey-puck:before {
    content: "\f453"
}

.la-holly-berry:before {
    content: "\f7aa"
}

.la-home:before {
    content: "\f015"
}

.la-hooli:before {
    content: "\f427"
}

.la-hornbill:before {
    content: "\f592"
}

.la-horse:before {
    content: "\f6f0"
}

.la-horse-head:before {
    content: "\f7ab"
}

.la-hospital:before {
    content: "\f0f8"
}

.la-hospital-alt:before {
    content: "\f47d"
}

.la-hospital-symbol:before {
    content: "\f47e"
}

.la-hot-tub:before {
    content: "\f593"
}

.la-hotdog:before {
    content: "\f80f"
}

.la-hotel:before {
    content: "\f594"
}

.la-hotjar:before {
    content: "\f3b1"
}

.la-hourglass:before {
    content: "\f254"
}

.la-hourglass-end:before {
    content: "\f253"
}

.la-hourglass-half:before {
    content: "\f252"
}

.la-hourglass-start:before {
    content: "\f251"
}

.la-house-damage:before {
    content: "\f6f1"
}

.la-houzz:before {
    content: "\f27c"
}

.la-hryvnia:before {
    content: "\f6f2"
}

.la-html5:before {
    content: "\f13b"
}

.la-hubspot:before {
    content: "\f3b2"
}

.la-i-cursor:before {
    content: "\f246"
}

.la-ice-cream:before {
    content: "\f810"
}

.la-icicles:before {
    content: "\f7ad"
}

.la-icons:before {
    content: "\f86d"
}

.la-id-badge:before {
    content: "\f2c1"
}

.la-id-card:before {
    content: "\f2c2"
}

.la-id-card-alt:before {
    content: "\f47f"
}

.la-igloo:before {
    content: "\f7ae"
}

.la-image:before {
    content: "\f03e"
}

.la-images:before {
    content: "\f302"
}

.la-imdb:before {
    content: "\f2d8"
}

.la-inbox:before {
    content: "\f01c"
}

.la-indent:before {
    content: "\f03c"
}

.la-industry:before {
    content: "\f275"
}

.la-infinity:before {
    content: "\f534"
}

.la-info:before {
    content: "\f129"
}

.la-info-circle:before {
    content: "\f05a"
}

.la-instagram:before {
    content: "\f16d"
}

.la-intercom:before {
    content: "\f7af"
}

.la-internet-explorer:before {
    content: "\f26b"
}

.la-invision:before {
    content: "\f7b0"
}

.la-ioxhost:before {
    content: "\f208"
}

.la-italic:before {
    content: "\f033"
}

.la-itch-io:before {
    content: "\f83a"
}

.la-itunes:before {
    content: "\f3b4"
}

.la-itunes-note:before {
    content: "\f3b5"
}

.la-java:before {
    content: "\f4e4"
}

.la-jedi:before {
    content: "\f669"
}

.la-jedi-order:before {
    content: "\f50e"
}

.la-jenkins:before {
    content: "\f3b6"
}

.la-jira:before {
    content: "\f7b1"
}

.la-joget:before {
    content: "\f3b7"
}

.la-joint:before {
    content: "\f595"
}

.la-joomla:before {
    content: "\f1aa"
}

.la-journal-whills:before {
    content: "\f66a"
}

.la-js:before {
    content: "\f3b8"
}

.la-js-square:before {
    content: "\f3b9"
}

.la-jsfiddle:before {
    content: "\f1cc"
}

.la-kaaba:before {
    content: "\f66b"
}

.la-kaggle:before {
    content: "\f5fa"
}

.la-key:before {
    content: "\f084"
}

.la-keybase:before {
    content: "\f4f5"
}

.la-keyboard:before {
    content: "\f11c"
}

.la-keycdn:before {
    content: "\f3ba"
}

.la-khanda:before {
    content: "\f66d"
}

.la-kickstarter:before {
    content: "\f3bb"
}

.la-kickstarter-k:before {
    content: "\f3bc"
}

.la-kiss:before {
    content: "\f596"
}

.la-kiss-beam:before {
    content: "\f597"
}

.la-kiss-wink-heart:before {
    content: "\f598"
}

.la-kiwi-bird:before {
    content: "\f535"
}

.la-korvue:before {
    content: "\f42f"
}

.la-landmark:before {
    content: "\f66f"
}

.la-language:before {
    content: "\f1ab"
}

.la-laptop:before {
    content: "\f109"
}

.la-laptop-code:before {
    content: "\f5fc"
}

.la-laptop-medical:before {
    content: "\f812"
}

.la-laravel:before {
    content: "\f3bd"
}

.la-lastfm:before {
    content: "\f202"
}

.la-lastfm-square:before {
    content: "\f203"
}

.la-laugh:before {
    content: "\f599"
}

.la-laugh-beam:before {
    content: "\f59a"
}

.la-laugh-squint:before {
    content: "\f59b"
}

.la-laugh-wink:before {
    content: "\f59c"
}

.la-layer-group:before {
    content: "\f5fd"
}

.la-leaf:before {
    content: "\f06c"
}

.la-leanpub:before {
    content: "\f212"
}

.la-lemon:before {
    content: "\f094"
}

.la-less:before {
    content: "\f41d"
}

.la-less-than:before {
    content: "\f536"
}

.la-less-than-equal:before {
    content: "\f537"
}

.la-level-down-alt:before {
    content: "\f3be"
}

.la-level-up-alt:before {
    content: "\f3bf"
}

.la-life-ring:before {
    content: "\f1cd"
}

.la-lightbulb:before {
    content: "\f0eb"
}

.la-line:before {
    content: "\f3c0"
}

.la-link:before {
    content: "\f0c1"
}

.la-linkedin:before {
    content: "\f08c"
}

.la-linkedin-in:before {
    content: "\f0e1"
}

.la-linode:before {
    content: "\f2b8"
}

.la-linux:before {
    content: "\f17c"
}

.la-lira-sign:before {
    content: "\f195"
}

.la-list:before {
    content: "\f03a"
}

.la-list-alt:before {
    content: "\f022"
}

.la-list-ol:before {
    content: "\f0cb"
}

.la-list-ul:before {
    content: "\f0ca"
}

.la-location-arrow:before {
    content: "\f124"
}

.la-lock:before {
    content: "\f023"
}

.la-lock-open:before {
    content: "\f3c1"
}

.la-long-arrow-alt-down:before {
    content: "\f309"
}

.la-long-arrow-alt-left:before {
    content: "\f30a"
}

.la-long-arrow-alt-right:before {
    content: "\f30b"
}

.la-long-arrow-alt-up:before {
    content: "\f30c"
}

.la-low-vision:before {
    content: "\f2a8"
}

.la-luggage-cart:before {
    content: "\f59d"
}

.la-lyft:before {
    content: "\f3c3"
}

.la-magento:before {
    content: "\f3c4"
}

.la-magic:before {
    content: "\f0d0"
}

.la-magnet:before {
    content: "\f076"
}

.la-mail-bulk:before {
    content: "\f674"
}

.la-mailchimp:before {
    content: "\f59e"
}

.la-male:before {
    content: "\f183"
}

.la-mandalorian:before {
    content: "\f50f"
}

.la-map:before {
    content: "\f279"
}

.la-map-marked:before {
    content: "\f59f"
}

.la-map-marked-alt:before {
    content: "\f5a0"
}

.la-map-marker:before {
    content: "\f041"
}

.la-map-marker-alt:before {
    content: "\f3c5"
}

.la-map-pin:before {
    content: "\f276"
}

.la-map-signs:before {
    content: "\f277"
}

.la-markdown:before {
    content: "\f60f"
}

.la-marker:before {
    content: "\f5a1"
}

.la-mars:before {
    content: "\f222"
}

.la-mars-double:before {
    content: "\f227"
}

.la-mars-stroke:before {
    content: "\f229"
}

.la-mars-stroke-h:before {
    content: "\f22b"
}

.la-mars-stroke-v:before {
    content: "\f22a"
}

.la-mask:before {
    content: "\f6fa"
}

.la-mastodon:before {
    content: "\f4f6"
}

.la-maxcdn:before {
    content: "\f136"
}

.la-medal:before {
    content: "\f5a2"
}

.la-medapps:before {
    content: "\f3c6"
}

.la-medium:before {
    content: "\f23a"
}

.la-medium-m:before {
    content: "\f3c7"
}

.la-medkit:before {
    content: "\f0fa"
}

.la-medrt:before {
    content: "\f3c8"
}

.la-meetup:before {
    content: "\f2e0"
}

.la-megaport:before {
    content: "\f5a3"
}

.la-meh:before {
    content: "\f11a"
}

.la-meh-blank:before {
    content: "\f5a4"
}

.la-meh-rolling-eyes:before {
    content: "\f5a5"
}

.la-memory:before {
    content: "\f538"
}

.la-mendeley:before {
    content: "\f7b3"
}

.la-menorah:before {
    content: "\f676"
}

.la-mercury:before {
    content: "\f223"
}

.la-meteor:before {
    content: "\f753"
}

.la-microchip:before {
    content: "\f2db"
}

.la-microphone:before {
    content: "\f130"
}

.la-microphone-alt:before {
    content: "\f3c9"
}

.la-microphone-alt-slash:before {
    content: "\f539"
}

.la-microphone-slash:before {
    content: "\f131"
}

.la-microscope:before {
    content: "\f610"
}

.la-microsoft:before {
    content: "\f3ca"
}

.la-minus:before {
    content: "\f068"
}

.la-minus-circle:before {
    content: "\f056"
}

.la-minus-square:before {
    content: "\f146"
}

.la-mitten:before {
    content: "\f7b5"
}

.la-mix:before {
    content: "\f3cb"
}

.la-mixcloud:before {
    content: "\f289"
}

.la-mizuni:before {
    content: "\f3cc"
}

.la-mobile:before {
    content: "\f10b"
}

.la-mobile-alt:before {
    content: "\f3cd"
}

.la-modx:before {
    content: "\f285"
}

.la-monero:before {
    content: "\f3d0"
}

.la-money-bill:before {
    content: "\f0d6"
}

.la-money-bill-alt:before {
    content: "\f3d1"
}

.la-money-bill-wave:before {
    content: "\f53a"
}

.la-money-bill-wave-alt:before {
    content: "\f53b"
}

.la-money-check:before {
    content: "\f53c"
}

.la-money-check-alt:before {
    content: "\f53d"
}

.la-monument:before {
    content: "\f5a6"
}

.la-moon:before {
    content: "\f186"
}

.la-mortar-pestle:before {
    content: "\f5a7"
}

.la-mosque:before {
    content: "\f678"
}

.la-motorcycle:before {
    content: "\f21c"
}

.la-mountain:before {
    content: "\f6fc"
}

.la-mouse-pointer:before {
    content: "\f245"
}

.la-mug-hot:before {
    content: "\f7b6"
}

.la-music:before {
    content: "\f001"
}

.la-napster:before {
    content: "\f3d2"
}

.la-neos:before {
    content: "\f612"
}

.la-network-wired:before {
    content: "\f6ff"
}

.la-neuter:before {
    content: "\f22c"
}

.la-newspaper:before {
    content: "\f1ea"
}

.la-nimblr:before {
    content: "\f5a8"
}

.la-node:before {
    content: "\f419"
}

.la-node-js:before {
    content: "\f3d3"
}

.la-not-equal:before {
    content: "\f53e"
}

.la-notes-medical:before {
    content: "\f481"
}

.la-npm:before {
    content: "\f3d4"
}

.la-ns8:before {
    content: "\f3d5"
}

.la-nutritionix:before {
    content: "\f3d6"
}

.la-object-group:before {
    content: "\f247"
}

.la-object-ungroup:before {
    content: "\f248"
}

.la-odnoklassniki:before {
    content: "\f263"
}

.la-odnoklassniki-square:before {
    content: "\f264"
}

.la-oil-can:before {
    content: "\f613"
}

.la-old-republic:before {
    content: "\f510"
}

.la-om:before {
    content: "\f679"
}

.la-opencart:before {
    content: "\f23d"
}

.la-openid:before {
    content: "\f19b"
}

.la-opera:before {
    content: "\f26a"
}

.la-optin-monster:before {
    content: "\f23c"
}

.la-osi:before {
    content: "\f41a"
}

.la-otter:before {
    content: "\f700"
}

.la-outdent:before {
    content: "\f03b"
}

.la-page4:before {
    content: "\f3d7"
}

.la-pagelines:before {
    content: "\f18c"
}

.la-pager:before {
    content: "\f815"
}

.la-paint-brush:before {
    content: "\f1fc"
}

.la-paint-roller:before {
    content: "\f5aa"
}

.la-palette:before {
    content: "\f53f"
}

.la-palfed:before {
    content: "\f3d8"
}

.la-pallet:before {
    content: "\f482"
}

.la-paper-plane:before {
    content: "\f1d8"
}

.la-paperclip:before {
    content: "\f0c6"
}

.la-parachute-box:before {
    content: "\f4cd"
}

.la-paragraph:before {
    content: "\f1dd"
}

.la-parking:before {
    content: "\f540"
}

.la-passport:before {
    content: "\f5ab"
}

.la-pastafarianism:before {
    content: "\f67b"
}

.la-paste:before {
    content: "\f0ea"
}

.la-patreon:before {
    content: "\f3d9"
}

.la-pause:before {
    content: "\f04c"
}

.la-pause-circle:before {
    content: "\f28b"
}

.la-paw:before {
    content: "\f1b0"
}

.la-paypal:before {
    content: "\f1ed"
}

.la-peace:before {
    content: "\f67c"
}

.la-pen:before {
    content: "\f304"
}

.la-pen-alt:before {
    content: "\f305"
}

.la-pen-fancy:before {
    content: "\f5ac"
}

.la-pen-nib:before {
    content: "\f5ad"
}

.la-pen-square:before {
    content: "\f14b"
}

.la-pencil-alt:before {
    content: "\f303"
}

.la-pencil-ruler:before {
    content: "\f5ae"
}

.la-penny-arcade:before {
    content: "\f704"
}

.la-people-carry:before {
    content: "\f4ce"
}

.la-pepper-hot:before {
    content: "\f816"
}

.la-percent:before {
    content: "\f295"
}

.la-percentage:before {
    content: "\f541"
}

.la-periscope:before {
    content: "\f3da"
}

.la-person-booth:before {
    content: "\f756"
}

.la-phabricator:before {
    content: "\f3db"
}

.la-phoenix-framework:before {
    content: "\f3dc"
}

.la-phoenix-squadron:before {
    content: "\f511"
}

.la-phone:before {
    content: "\f095"
}

.la-phone-alt:before {
    content: "\f879"
}

.la-phone-slash:before {
    content: "\f3dd"
}

.la-phone-square:before {
    content: "\f098"
}

.la-phone-square-alt:before {
    content: "\f87b"
}

.la-phone-volume:before {
    content: "\f2a0"
}

.la-photo-video:before {
    content: "\f87c"
}

.la-php:before {
    content: "\f457"
}

.la-pied-piper:before {
    content: "\f2ae"
}

.la-pied-piper-alt:before {
    content: "\f1a8"
}

.la-pied-piper-hat:before {
    content: "\f4e5"
}

.la-pied-piper-pp:before {
    content: "\f1a7"
}

.la-piggy-bank:before {
    content: "\f4d3"
}

.la-pills:before {
    content: "\f484"
}

.la-pinterest:before {
    content: "\f0d2"
}

.la-pinterest-p:before {
    content: "\f231"
}

.la-pinterest-square:before {
    content: "\f0d3"
}

.la-pizza-slice:before {
    content: "\f818"
}

.la-place-of-worship:before {
    content: "\f67f"
}

.la-plane:before {
    content: "\f072"
}

.la-plane-arrival:before {
    content: "\f5af"
}

.la-plane-departure:before {
    content: "\f5b0"
}

.la-play:before {
    content: "\f04b"
}

.la-play-circle:before {
    content: "\f144"
}

.la-playstation:before {
    content: "\f3df"
}

.la-plug:before {
    content: "\f1e6"
}

.la-plus:before {
    content: "\f067"
}

.la-plus-circle:before {
    content: "\f055"
}

.la-plus-square:before {
    content: "\f0fe"
}

.la-podcast:before {
    content: "\f2ce"
}

.la-poll:before {
    content: "\f681"
}

.la-poll-h:before {
    content: "\f682"
}

.la-poo:before {
    content: "\f2fe"
}

.la-poo-storm:before {
    content: "\f75a"
}

.la-poop:before {
    content: "\f619"
}

.la-portrait:before {
    content: "\f3e0"
}

.la-pound-sign:before {
    content: "\f154"
}

.la-power-off:before {
    content: "\f011"
}

.la-pray:before {
    content: "\f683"
}

.la-praying-hands:before {
    content: "\f684"
}

.la-prescription:before {
    content: "\f5b1"
}

.la-prescription-bottle:before {
    content: "\f485"
}

.la-prescription-bottle-alt:before {
    content: "\f486"
}

.la-print:before {
    content: "\f02f"
}

.la-procedures:before {
    content: "\f487"
}

.la-product-hunt:before {
    content: "\f288"
}

.la-project-diagram:before {
    content: "\f542"
}

.la-pushed:before {
    content: "\f3e1"
}

.la-puzzle-piece:before {
    content: "\f12e"
}

.la-python:before {
    content: "\f3e2"
}

.la-qq:before {
    content: "\f1d6"
}

.la-qrcode:before {
    content: "\f029"
}

.la-question:before {
    content: "\f128"
}

.la-question-circle:before {
    content: "\f059"
}

.la-quidditch:before {
    content: "\f458"
}

.la-quinscape:before {
    content: "\f459"
}

.la-quora:before {
    content: "\f2c4"
}

.la-quote-left:before {
    content: "\f10d"
}

.la-quote-right:before {
    content: "\f10e"
}

.la-quran:before {
    content: "\f687"
}

.la-r-project:before {
    content: "\f4f7"
}

.la-radiation:before {
    content: "\f7b9"
}

.la-radiation-alt:before {
    content: "\f7ba"
}

.la-rainbow:before {
    content: "\f75b"
}

.la-random:before {
    content: "\f074"
}

.la-raspberry-pi:before {
    content: "\f7bb"
}

.la-ravelry:before {
    content: "\f2d9"
}

.la-react:before {
    content: "\f41b"
}

.la-reacteurope:before {
    content: "\f75d"
}

.la-readme:before {
    content: "\f4d5"
}

.la-rebel:before {
    content: "\f1d0"
}

.la-receipt:before {
    content: "\f543"
}

.la-recycle:before {
    content: "\f1b8"
}

.la-red-river:before {
    content: "\f3e3"
}

.la-reddit:before {
    content: "\f1a1"
}

.la-reddit-alien:before {
    content: "\f281"
}

.la-reddit-square:before {
    content: "\f1a2"
}

.la-redhat:before {
    content: "\f7bc"
}

.la-redo:before {
    content: "\f01e"
}

.la-redo-alt:before {
    content: "\f2f9"
}

.la-registered:before {
    content: "\f25d"
}

.la-remove-format:before {
    content: "\f87d"
}

.la-renren:before {
    content: "\f18b"
}

.la-reply:before {
    content: "\f3e5"
}

.la-reply-all:before {
    content: "\f122"
}

.la-replyd:before {
    content: "\f3e6"
}

.la-republican:before {
    content: "\f75e"
}

.la-researchgate:before {
    content: "\f4f8"
}

.la-resolving:before {
    content: "\f3e7"
}

.la-restroom:before {
    content: "\f7bd"
}

.la-retweet:before {
    content: "\f079"
}

.la-rev:before {
    content: "\f5b2"
}

.la-ribbon:before {
    content: "\f4d6"
}

.la-ring:before {
    content: "\f70b"
}

.la-road:before {
    content: "\f018"
}

.la-robot:before {
    content: "\f544"
}

.la-rocket:before {
    content: "\f135"
}

.la-rocketchat:before {
    content: "\f3e8"
}

.la-rockrms:before {
    content: "\f3e9"
}

.la-route:before {
    content: "\f4d7"
}

.la-rss:before {
    content: "\f09e"
}

.la-rss-square:before {
    content: "\f143"
}

.la-ruble-sign:before {
    content: "\f158"
}

.la-ruler:before {
    content: "\f545"
}

.la-ruler-combined:before {
    content: "\f546"
}

.la-ruler-horizontal:before {
    content: "\f547"
}

.la-ruler-vertical:before {
    content: "\f548"
}

.la-running:before {
    content: "\f70c"
}

.la-rupee-sign:before {
    content: "\f156"
}

.la-sad-cry:before {
    content: "\f5b3"
}

.la-sad-tear:before {
    content: "\f5b4"
}

.la-safari:before {
    content: "\f267"
}

.la-salesforce:before {
    content: "\f83b"
}

.la-sass:before {
    content: "\f41e"
}

.la-satellite:before {
    content: "\f7bf"
}

.la-satellite-dish:before {
    content: "\f7c0"
}

.la-save:before {
    content: "\f0c7"
}

.la-schlix:before {
    content: "\f3ea"
}

.la-school:before {
    content: "\f549"
}

.la-screwdriver:before {
    content: "\f54a"
}

.la-scribd:before {
    content: "\f28a"
}

.la-scroll:before {
    content: "\f70e"
}

.la-sd-card:before {
    content: "\f7c2"
}

.la-search:before {
    content: "\f002"
}

.la-search-dollar:before {
    content: "\f688"
}

.la-search-location:before {
    content: "\f689"
}

.la-search-minus:before {
    content: "\f010"
}

.la-search-plus:before {
    content: "\f00e"
}

.la-searchengin:before {
    content: "\f3eb"
}

.la-seedling:before {
    content: "\f4d8"
}

.la-sellcast:before {
    content: "\f2da"
}

.la-sellsy:before {
    content: "\f213"
}

.la-server:before {
    content: "\f233"
}

.la-servicestack:before {
    content: "\f3ec"
}

.la-shapes:before {
    content: "\f61f"
}

.la-share:before {
    content: "\f064"
}

.la-share-alt:before {
    content: "\f1e0"
}

.la-share-alt-square:before {
    content: "\f1e1"
}

.la-share-square:before {
    content: "\f14d"
}

.la-shekel-sign:before {
    content: "\f20b"
}

.la-shield-alt:before {
    content: "\f3ed"
}

.la-ship:before {
    content: "\f21a"
}

.la-shipping-fast:before {
    content: "\f48b"
}

.la-shirtsinbulk:before {
    content: "\f214"
}

.la-shoe-prints:before {
    content: "\f54b"
}

.la-shopping-bag:before {
    content: "\f290"
}

.la-shopping-basket:before {
    content: "\f291"
}

.la-shopping-cart:before {
    content: "\f07a"
}

.la-shopware:before {
    content: "\f5b5"
}

.la-shower:before {
    content: "\f2cc"
}

.la-shuttle-van:before {
    content: "\f5b6"
}

.la-sign:before {
    content: "\f4d9"
}

.la-sign-in-alt:before {
    content: "\f2f6"
}

.la-sign-language:before {
    content: "\f2a7"
}

.la-sign-out-alt:before {
    content: "\f2f5"
}

.la-signal:before {
    content: "\f012"
}

.la-signature:before {
    content: "\f5b7"
}

.la-sim-card:before {
    content: "\f7c4"
}

.la-simplybuilt:before {
    content: "\f215"
}

.la-sistrix:before {
    content: "\f3ee"
}

.la-sitemap:before {
    content: "\f0e8"
}

.la-sith:before {
    content: "\f512"
}

.la-skating:before {
    content: "\f7c5"
}

.la-sketch:before {
    content: "\f7c6"
}

.la-skiing:before {
    content: "\f7c9"
}

.la-skiing-nordic:before {
    content: "\f7ca"
}

.la-skull:before {
    content: "\f54c"
}

.la-skull-crossbones:before {
    content: "\f714"
}

.la-skyatlas:before {
    content: "\f216"
}

.la-skype:before {
    content: "\f17e"
}

.la-slack:before {
    content: "\f198"
}

.la-slack-hash:before {
    content: "\f3ef"
}

.la-slash:before {
    content: "\f715"
}

.la-sleigh:before {
    content: "\f7cc"
}

.la-sliders-h:before {
    content: "\f1de"
}

.la-slideshare:before {
    content: "\f1e7"
}

.la-smile:before {
    content: "\f118"
}

.la-smile-beam:before {
    content: "\f5b8"
}

.la-smile-wink:before {
    content: "\f4da"
}

.la-smog:before {
    content: "\f75f"
}

.la-smoking:before {
    content: "\f48d"
}

.la-smoking-ban:before {
    content: "\f54d"
}

.la-sms:before {
    content: "\f7cd"
}

.la-snapchat:before {
    content: "\f2ab"
}

.la-snapchat-ghost:before {
    content: "\f2ac"
}

.la-snapchat-square:before {
    content: "\f2ad"
}

.la-snowboarding:before {
    content: "\f7ce"
}

.la-snowflake:before {
    content: "\f2dc"
}

.la-snowman:before {
    content: "\f7d0"
}

.la-snowplow:before {
    content: "\f7d2"
}

.la-socks:before {
    content: "\f696"
}

.la-solar-panel:before {
    content: "\f5ba"
}

.la-sort:before {
    content: "\f0dc"
}

.la-sort-alpha-down:before {
    content: "\f15d"
}

.la-sort-alpha-down-alt:before {
    content: "\f881"
}

.la-sort-alpha-up:before {
    content: "\f15e"
}

.la-sort-alpha-up-alt:before {
    content: "\f882"
}

.la-sort-amount-down:before {
    content: "\f160"
}

.la-sort-amount-down-alt:before {
    content: "\f884"
}

.la-sort-amount-up:before {
    content: "\f161"
}

.la-sort-amount-up-alt:before {
    content: "\f885"
}

.la-sort-down:before {
    content: "\f0dd"
}

.la-sort-numeric-down:before {
    content: "\f162"
}

.la-sort-numeric-down-alt:before {
    content: "\f886"
}

.la-sort-numeric-up:before {
    content: "\f163"
}

.la-sort-numeric-up-alt:before {
    content: "\f887"
}

.la-sort-up:before {
    content: "\f0de"
}

.la-soundcloud:before {
    content: "\f1be"
}

.la-sourcetree:before {
    content: "\f7d3"
}

.la-spa:before {
    content: "\f5bb"
}

.la-space-shuttle:before {
    content: "\f197"
}

.la-speakap:before {
    content: "\f3f3"
}

.la-speaker-deck:before {
    content: "\f83c"
}

.la-spell-check:before {
    content: "\f891"
}

.la-spider:before {
    content: "\f717"
}

.la-spinner:before {
    content: "\f110"
}

.la-splotch:before {
    content: "\f5bc"
}

.la-spotify:before {
    content: "\f1bc"
}

.la-spray-can:before {
    content: "\f5bd"
}

.la-square:before {
    content: "\f0c8"
}

.la-square-full:before {
    content: "\f45c"
}

.la-square-root-alt:before {
    content: "\f698"
}

.la-squarespace:before {
    content: "\f5be"
}

.la-stack-exchange:before {
    content: "\f18d"
}

.la-stack-overflow:before {
    content: "\f16c"
}

.la-stackpath:before {
    content: "\f842"
}

.la-stamp:before {
    content: "\f5bf"
}

.la-star:before {
    content: "\f005"
}

.la-star-and-crescent:before {
    content: "\f699"
}

.la-star-half:before {
    content: "\f089"
}

.la-star-half-alt:before {
    content: "\f5c0"
}

.la-star-of-david:before {
    content: "\f69a"
}

.la-star-of-life:before {
    content: "\f621"
}

.la-staylinked:before {
    content: "\f3f5"
}

.la-steam:before {
    content: "\f1b6"
}

.la-steam-square:before {
    content: "\f1b7"
}

.la-steam-symbol:before {
    content: "\f3f6"
}

.la-step-backward:before {
    content: "\f048"
}

.la-step-forward:before {
    content: "\f051"
}

.la-stethoscope:before {
    content: "\f0f1"
}

.la-sticker-mule:before {
    content: "\f3f7"
}

.la-sticky-note:before {
    content: "\f249"
}

.la-stop:before {
    content: "\f04d"
}

.la-stop-circle:before {
    content: "\f28d"
}

.la-stopwatch:before {
    content: "\f2f2"
}

.la-store:before {
    content: "\f54e"
}

.la-store-alt:before {
    content: "\f54f"
}

.la-strava:before {
    content: "\f428"
}

.la-stream:before {
    content: "\f550"
}

.la-street-view:before {
    content: "\f21d"
}

.la-strikethrough:before {
    content: "\f0cc"
}

.la-stripe:before {
    content: "\f429"
}

.la-stripe-s:before {
    content: "\f42a"
}

.la-stroopwafel:before {
    content: "\f551"
}

.la-studiovinari:before {
    content: "\f3f8"
}

.la-stumbleupon:before {
    content: "\f1a4"
}

.la-stumbleupon-circle:before {
    content: "\f1a3"
}

.la-subscript:before {
    content: "\f12c"
}

.la-subway:before {
    content: "\f239"
}

.la-suitcase:before {
    content: "\f0f2"
}

.la-suitcase-rolling:before {
    content: "\f5c1"
}

.la-sun:before {
    content: "\f185"
}

.la-superpowers:before {
    content: "\f2dd"
}

.la-superscript:before {
    content: "\f12b"
}

.la-supple:before {
    content: "\f3f9"
}

.la-surprise:before {
    content: "\f5c2"
}

.la-suse:before {
    content: "\f7d6"
}

.la-swatchbook:before {
    content: "\f5c3"
}

.la-swimmer:before {
    content: "\f5c4"
}

.la-swimming-pool:before {
    content: "\f5c5"
}

.la-symfony:before {
    content: "\f83d"
}

.la-synagogue:before {
    content: "\f69b"
}

.la-sync:before {
    content: "\f021"
}

.la-sync-alt:before {
    content: "\f2f1"
}

.la-syringe:before {
    content: "\f48e"
}

.la-table:before {
    content: "\f0ce"
}

.la-table-tennis:before {
    content: "\f45d"
}

.la-tablet:before {
    content: "\f10a"
}

.la-tablet-alt:before {
    content: "\f3fa"
}

.la-tablets:before {
    content: "\f490"
}

.la-tachometer-alt:before {
    content: "\f3fd"
}

.la-tag:before {
    content: "\f02b"
}

.la-tags:before {
    content: "\f02c"
}

.la-tape:before {
    content: "\f4db"
}

.la-tasks:before {
    content: "\f0ae"
}

.la-taxi:before {
    content: "\f1ba"
}

.la-teamspeak:before {
    content: "\f4f9"
}

.la-teeth:before {
    content: "\f62e"
}

.la-teeth-open:before {
    content: "\f62f"
}

.la-telegram:before {
    content: "\f2c6"
}

.la-telegram-plane:before {
    content: "\f3fe"
}

.la-temperature-high:before {
    content: "\f769"
}

.la-temperature-low:before {
    content: "\f76b"
}

.la-tencent-weibo:before {
    content: "\f1d5"
}

.la-tenge:before {
    content: "\f7d7"
}

.la-terminal:before {
    content: "\f120"
}

.la-text-height:before {
    content: "\f034"
}

.la-text-width:before {
    content: "\f035"
}

.la-th:before {
    content: "\f00a"
}

.la-th-large:before {
    content: "\f009"
}

.la-th-list:before {
    content: "\f00b"
}

.la-the-red-yeti:before {
    content: "\f69d"
}

.la-theater-masks:before {
    content: "\f630"
}

.la-themeco:before {
    content: "\f5c6"
}

.la-themeisle:before {
    content: "\f2b2"
}

.la-thermometer:before {
    content: "\f491"
}

.la-thermometer-empty:before {
    content: "\f2cb"
}

.la-thermometer-full:before {
    content: "\f2c7"
}

.la-thermometer-half:before {
    content: "\f2c9"
}

.la-thermometer-quarter:before {
    content: "\f2ca"
}

.la-thermometer-three-quarters:before {
    content: "\f2c8"
}

.la-think-peaks:before {
    content: "\f731"
}

.la-thumbs-down:before {
    content: "\f165"
}

.la-thumbs-up:before {
    content: "\f164"
}

.la-thumbtack:before {
    content: "\f08d"
}

.la-ticket-alt:before {
    content: "\f3ff"
}

.la-times:before {
    content: "\f00d"
}

.la-times-circle:before {
    content: "\f057"
}

.la-tint:before {
    content: "\f043"
}

.la-tint-slash:before {
    content: "\f5c7"
}

.la-tired:before {
    content: "\f5c8"
}

.la-toggle-off:before {
    content: "\f204"
}

.la-toggle-on:before {
    content: "\f205"
}

.la-toilet:before {
    content: "\f7d8"
}

.la-toilet-paper:before {
    content: "\f71e"
}

.la-toolbox:before {
    content: "\f552"
}

.la-tools:before {
    content: "\f7d9"
}

.la-tooth:before {
    content: "\f5c9"
}

.la-torah:before {
    content: "\f6a0"
}

.la-torii-gate:before {
    content: "\f6a1"
}

.la-tractor:before {
    content: "\f722"
}

.la-trade-federation:before {
    content: "\f513"
}

.la-trademark:before {
    content: "\f25c"
}

.la-traffic-light:before {
    content: "\f637"
}

.la-train:before {
    content: "\f238"
}

.la-tram:before {
    content: "\f7da"
}

.la-transgender:before {
    content: "\f224"
}

.la-transgender-alt:before {
    content: "\f225"
}

.la-trash:before {
    content: "\f1f8"
}

.la-trash-alt:before {
    content: "\f2ed"
}

.la-trash-restore:before {
    content: "\f829"
}

.la-trash-restore-alt:before {
    content: "\f82a"
}

.la-tree:before {
    content: "\f1bb"
}

.la-trello:before {
    content: "\f181"
}

.la-tripadvisor:before {
    content: "\f262"
}

.la-trophy:before {
    content: "\f091"
}

.la-truck:before {
    content: "\f0d1"
}

.la-truck-loading:before {
    content: "\f4de"
}

.la-truck-monster:before {
    content: "\f63b"
}

.la-truck-moving:before {
    content: "\f4df"
}

.la-truck-pickup:before {
    content: "\f63c"
}

.la-tshirt:before {
    content: "\f553"
}

.la-tty:before {
    content: "\f1e4"
}

.la-tumblr:before {
    content: "\f173"
}

.la-tumblr-square:before {
    content: "\f174"
}

.la-tv:before {
    content: "\f26c"
}

.la-twitch:before {
    content: "\f1e8"
}

.la-twitter:before {
    content: "\f099"
}

.la-twitter-square:before {
    content: "\f081"
}

.la-typo3:before {
    content: "\f42b"
}

.la-uber:before {
    content: "\f402"
}

.la-ubuntu:before {
    content: "\f7df"
}

.la-uikit:before {
    content: "\f403"
}

.la-umbrella:before {
    content: "\f0e9"
}

.la-umbrella-beach:before {
    content: "\f5ca"
}

.la-underline:before {
    content: "\f0cd"
}

.la-undo:before {
    content: "\f0e2"
}

.la-undo-alt:before {
    content: "\f2ea"
}

.la-uniregistry:before {
    content: "\f404"
}

.la-universal-access:before {
    content: "\f29a"
}

.la-university:before {
    content: "\f19c"
}

.la-unlink:before {
    content: "\f127"
}

.la-unlock:before {
    content: "\f09c"
}

.la-unlock-alt:before {
    content: "\f13e"
}

.la-untappd:before {
    content: "\f405"
}

.la-upload:before {
    content: "\f093"
}

.la-ups:before {
    content: "\f7e0"
}

.la-usb:before {
    content: "\f287"
}

.la-user:before {
    content: "\f007"
}

.la-user-alt:before {
    content: "\f406"
}

.la-user-alt-slash:before {
    content: "\f4fa"
}

.la-user-astronaut:before {
    content: "\f4fb"
}

.la-user-check:before {
    content: "\f4fc"
}

.la-user-circle:before {
    content: "\f2bd"
}

.la-user-clock:before {
    content: "\f4fd"
}

.la-user-cog:before {
    content: "\f4fe"
}

.la-user-edit:before {
    content: "\f4ff"
}

.la-user-friends:before {
    content: "\f500"
}

.la-user-graduate:before {
    content: "\f501"
}

.la-user-injured:before {
    content: "\f728"
}

.la-user-lock:before {
    content: "\f502"
}

.la-user-md:before {
    content: "\f0f0"
}

.la-user-minus:before {
    content: "\f503"
}

.la-user-ninja:before {
    content: "\f504"
}

.la-user-nurse:before {
    content: "\f82f"
}

.la-user-plus:before {
    content: "\f234"
}

.la-user-secret:before {
    content: "\f21b"
}

.la-user-shield:before {
    content: "\f505"
}

.la-user-slash:before {
    content: "\f506"
}

.la-user-tag:before {
    content: "\f507"
}

.la-user-tie:before {
    content: "\f508"
}

.la-user-times:before {
    content: "\f235"
}

.la-users:before {
    content: "\f0c0"
}

.la-users-cog:before {
    content: "\f509"
}

.la-usps:before {
    content: "\f7e1"
}

.la-ussunnah:before {
    content: "\f407"
}

.la-utensil-spoon:before {
    content: "\f2e5"
}

.la-utensils:before {
    content: "\f2e7"
}

.la-vaadin:before {
    content: "\f408"
}

.la-vector-square:before {
    content: "\f5cb"
}

.la-venus:before {
    content: "\f221"
}

.la-venus-double:before {
    content: "\f226"
}

.la-venus-mars:before {
    content: "\f228"
}

.la-viacoin:before {
    content: "\f237"
}

.la-viadeo:before {
    content: "\f2a9"
}

.la-viadeo-square:before {
    content: "\f2aa"
}

.la-vial:before {
    content: "\f492"
}

.la-vials:before {
    content: "\f493"
}

.la-viber:before {
    content: "\f409"
}

.la-video:before {
    content: "\f03d"
}

.la-video-slash:before {
    content: "\f4e2"
}

.la-vihara:before {
    content: "\f6a7"
}

.la-vimeo:before {
    content: "\f40a"
}

.la-vimeo-square:before {
    content: "\f194"
}

.la-vimeo-v:before {
    content: "\f27d"
}

.la-vine:before {
    content: "\f1ca"
}

.la-vk:before {
    content: "\f189"
}

.la-vnv:before {
    content: "\f40b"
}

.la-voicemail:before {
    content: "\f897"
}

.la-volleyball-ball:before {
    content: "\f45f"
}

.la-volume-down:before {
    content: "\f027"
}

.la-volume-mute:before {
    content: "\f6a9"
}

.la-volume-off:before {
    content: "\f026"
}

.la-volume-up:before {
    content: "\f028"
}

.la-vote-yea:before {
    content: "\f772"
}

.la-vr-cardboard:before {
    content: "\f729"
}

.la-vuejs:before {
    content: "\f41f"
}

.la-walking:before {
    content: "\f554"
}

.la-wallet:before {
    content: "\f555"
}

.la-warehouse:before {
    content: "\f494"
}

.la-water:before {
    content: "\f773"
}

.la-wave-square:before {
    content: "\f83e"
}

.la-waze:before {
    content: "\f83f"
}

.la-weebly:before {
    content: "\f5cc"
}

.la-weibo:before {
    content: "\f18a"
}

.la-weight:before {
    content: "\f496"
}

.la-weight-hanging:before {
    content: "\f5cd"
}

.la-weixin:before {
    content: "\f1d7"
}

.la-whatsapp:before {
    content: "\f232"
}

.la-whatsapp-square:before {
    content: "\f40c"
}

.la-wheelchair:before {
    content: "\f193"
}

.la-whmcs:before {
    content: "\f40d"
}

.la-wifi:before {
    content: "\f1eb"
}

.la-wikipedia-w:before {
    content: "\f266"
}

.la-wind:before {
    content: "\f72e"
}

.la-window-close:before {
    content: "\f410"
}

.la-window-maximize:before {
    content: "\f2d0"
}

.la-window-minimize:before {
    content: "\f2d1"
}

.la-window-restore:before {
    content: "\f2d2"
}

.la-windows:before {
    content: "\f17a"
}

.la-wine-bottle:before {
    content: "\f72f"
}

.la-wine-glass:before {
    content: "\f4e3"
}

.la-wine-glass-alt:before {
    content: "\f5ce"
}

.la-wix:before {
    content: "\f5cf"
}

.la-wizards-of-the-coast:before {
    content: "\f730"
}

.la-wolf-pack-battalion:before {
    content: "\f514"
}

.la-won-sign:before {
    content: "\f159"
}

.la-wordpress:before {
    content: "\f19a"
}

.la-wordpress-simple:before {
    content: "\f411"
}

.la-wpbeginner:before {
    content: "\f297"
}

.la-wpexplorer:before {
    content: "\f2de"
}

.la-wpforms:before {
    content: "\f298"
}

.la-wpressr:before {
    content: "\f3e4"
}

.la-wrench:before {
    content: "\f0ad"
}

.la-x-ray:before {
    content: "\f497"
}

.la-xbox:before {
    content: "\f412"
}

.la-xing:before {
    content: "\f168"
}

.la-xing-square:before {
    content: "\f169"
}

.la-y-combinator:before {
    content: "\f23b"
}

.la-yahoo:before {
    content: "\f19e"
}

.la-yammer:before {
    content: "\f840"
}

.la-yandex:before {
    content: "\f413"
}

.la-yandex-international:before {
    content: "\f414"
}

.la-yarn:before {
    content: "\f7e3"
}

.la-yelp:before {
    content: "\f1e9"
}

.la-yen-sign:before {
    content: "\f157"
}

.la-yin-yang:before {
    content: "\f6ad"
}

.la-yoast:before {
    content: "\f2b1"
}

.la-youtube:before {
    content: "\f167"
}

.la-youtube-square:before {
    content: "\f431"
}

.la-zhihu:before {
    content: "\f63f"
}

.la-hat-cowboy:before {
    content: "\f8c0"
}

.la-hat-cowboy-side:before {
    content: "\f8c1"
}

.la-mdb:before {
    content: "\f8ca"
}

.la-mouse:before {
    content: "\f8cc"
}

.la-orcid:before {
    content: "\f8d2"
}

.la-record-vinyl:before {
    content: "\f8d9"
}

.la-swift:before {
    content: "\f8e1"
}

.la-umbraco:before {
    content: "\f8e8"
}

.la-buy-n-large:before {
    content: "\f8a6"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
    overflow: hidden
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translateZ(0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe,
.gslide video {
    outline: none !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    touch-action: auto
}

.gslide-image {
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    max-width: 100%;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    touch-action: none;
    margin: auto;
    min-width: 200px
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
    width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    transition: none
}

.gslide-video {
    width: 100%;
    max-width: 100%;
    position: relative;
    width: 100vh;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, .34);
    display: none
}

.gslide-video.playing:before {
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 80vh
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%
}

.gslide-media {
    display: block;
    display: inline-flex;
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    box-shadow: none !important
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
    margin: 0 auto;
    flex-direction: column
}

.gslide-description {
    position: relative
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p::last-child {
    margin-bottom: 0
}

.zoomed .gslide-description {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: 15px;
    max-width: 100vw !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .75));
    transition: opacity .3s linear;
    padding: 19px 11px 50px
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc string {
    color: #fff
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    transition: opacity .5s ease;
    opacity: .4
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    transition: opacity .5s ease;
    opacity: 1
}

.greset {
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader .8s linear infinite;
    animation: lightboxLoader .8s linear infinite;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    will-change: opacity
}

.glightbox-mobile .goverlay,
.goverlay {
    background: #000
}

.gclose,
.gnext,
.gprev {
    background-repeat: no-repeat;
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    display: block;
    background-position: 0 0;
    border: none
}

.gclose svg,
.gnext svg,
.gprev svg {
    display: block;
    width: 100%;
    height: auto
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: .1
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
    stroke: #fff
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
    opacity: 0 !important
}

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
    background: #000
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
    background-color: rgba(0, 0, 0, .12)
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover,
.glightbox-modern .gclose:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gprev:hover {
    background-color: rgba(0, 0, 0, .2)
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path,
.glightbox-modern .gclose path,
.glightbox-modern .gnext path,
.glightbox-modern .gprev path {
    fill: #fff
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
    outline: none
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 56px
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 56px
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute;
    opacity: .7;
    background-position: -59px 2px
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
    width: 20px
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
    opacity: 1
}

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes lightboxLoader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes gslideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutLeft {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0)
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes gslideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0)
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gslideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes gzoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@media (min-width:769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: calc(100% - 20px);
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: rgba(0, 0, 0, .92)
    }

    .glightbox-clean .gslide-media,
    .glightbox-modern .gslide-media {
        box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
    }

    .glightbox-clean .gnext,
    .glightbox-clean .gprev,
    .glightbox-modern .gnext,
    .glightbox-modern .gprev {
        top: 45%
    }
}

@media (min-width:992px) {

    .glightbox-clean .gclose,
    .glightbox-modern .gclose {
        right: 20px
    }
}

@media screen and (max-height:420px) {
    .goverlay {
        background: #000
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/img/ajax-loader.gif) 50% 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;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.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: #70778b;
    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-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;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.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
}

@-webkit-keyframes rebota {
    0% {
        bottom: 3px
    }

    to {
        bottom: 11px
    }
}

@keyframes rebota {
    0% {
        bottom: 3px
    }

    to {
        bottom: 11px
    }
}

@-webkit-keyframes amago {
    0% {
        top: 1px
    }

    25% {
        top: 6px
    }

    50% {
        top: 3px
    }

    75% {
        top: 15px
    }

    to {
        top: 1px
    }
}

@keyframes amago {
    0% {
        top: 1px
    }

    25% {
        top: 6px
    }

    50% {
        top: 3px
    }

    75% {
        top: 15px
    }

    to {
        top: 1px
    }
}

a:active,
a:focus,
a:hover {
    color: #17bada
}

header #menuEscriptori {
    float: right;
    padding: 2rem 0;
    transition: all .5s ease-in
}

header #menuEscriptori li a {
    font-family: Roboto, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .5px
}

header #menuEscriptori li a.botoCampingsbox {
    background-color: #2954ed;
    color: #fff;
    border-radius: 3px
}

header #menuEscriptori li a.botoCampingsbox:hover {
    background-color: #244ad3
}

header.menuBlanc {
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    position: absolute
}

header.menuBlanc .sticky {
    border-bottom: 1px solid #e7e7ed
}

header.menuBlanc .sticky img {
    max-width: 255px
}

header.menuBlanc .sticky.is-stuck #menuEscriptori {
    padding: .5rem 0;
    transition: all .5s ease-in
}

header.menuTransparent {
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    position: absolute
}

header.menuTransparent ul#menuEscriptori>li>a {
    font-family: Roboto, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .5px;
    color: #fff
}

header.menuTransparent ul#menuEscriptori>li.is-active>a,
header.menuTransparent ul#menuEscriptori>li>a:hover {
    color: #17bada
}

header.menuTransparent .sticky {
    background: transparent;
    border-bottom: 1px solid #959595
}

header.menuTransparent .sticky img {
    max-width: 255px
}

header.menuTransparent .sticky.is-stuck {
    background: #252c41;
    border-bottom: 0
}

header.menuTransparent .sticky.is-stuck #menuEscriptori {
    padding: .5rem 0;
    transition: all .5s ease-in
}

header .is-dropdown-submenu {
    border: 0;
    background-color: #fff;
    box-shadow: 0 2px 40px 0 rgba(37, 44, 65, .15)
}

header .is-dropdown-submenu li {
    border-bottom: 1px solid #e7e7ed
}

.off-canvas {
    background-color: #252c41
}

.off-canvas a {
    color: #9ea6ba
}

.off-canvas .drilldown .is-drilldown-submenu,
.off-canvas .drilldown a {
    background: #252c41 !important
}

.off-canvas#offCanvasFiltres {
    width: 100%;
    transform: translateX(100%)
}

.off-canvas#offCanvasFiltres.is-open {
    transform: translate(0)
}

.off-canvas.is-transition-overlap {
    z-index: 101
}

.contenidorTextImatge {
    padding: .6rem 1rem
}

@media print,
screen and (min-width:40em) {
    .contenidorTextImatge {
        padding: 1rem
    }
}

.contenidorTextImatge h3 {
    text-shadow: 0 0 5px #000;
    color: #fff;
    margin-bottom: 0;
    font-size: 1rem
}

@media print,
screen and (min-width:40em) {
    .contenidorTextImatge h3 {
        margin-bottom: 3px;
        font-size: 1.3rem
    }
}

.contenidorTextImatge p {
    text-shadow: 0 0 5px #000;
    color: #fff;
    font-size: .8rem;
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .contenidorTextImatge p {
        font-size: .9rem
    }
}

.contenidorTextImatge:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-top: 10px
}

.contenidorTextImatge i {
    color: #26d3f5;
    font-size: 1.1rem
}

.seccioEspaiat {
    margin-bottom: 2rem
}

@media print,
screen and (min-width:40em) {
    .seccioEspaiat {
        margin-bottom: 4rem
    }
}

.seccioEspaiatBanner {
    margin-bottom: 1rem;
    margin-top: 4rem
}

@media print,
screen and (min-width:40em) {
    .seccioEspaiatBanner {
        margin-bottom: 2rem;
        margin-top: 5rem
    }
}

@media print,
screen and (min-width:64em) {
    .seccioEspaiatBanner {
        margin-bottom: 1.5rem;
        margin-top: 10rem
    }
}

.blocTitolEspaiat {
    margin-bottom: 1rem
}

.blocTitolEspaiat h2 {
    font-size: 1.7rem
}

@media print,
screen and (min-width:40em) {
    .blocTitolEspaiat h2 {
        font-size: 2.2rem;
        letter-spacing: 1px
    }
}

.franjaColor {
    background: linear-gradient(180deg, #26d3f5, rgba(106, 233, 155, .86)), transparent url(/img/portada.jpg) 0 0/cover no-repeat scroll;
    padding: 2rem 0 1rem;
    margin-bottom: 2rem
}

@media print,
screen and (min-width:40em) {
    .franjaColor {
        margin-bottom: 4rem;
        padding: 4rem 0 2rem
    }
}

.franjaColor .blocTitolEspaiat p {
    color: #252c41
}

.graellaNoticies .contenidor {
    box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}

.graellaNoticies .contenidor .contenidorTextNoticies {
    padding: 1rem
}

.graellaNoticies .contenidor .contenidorTextNoticies .titol {
    font-weight: 700;
    font-size: 1.1rem;
    color: #252c41
}

.graellaNoticies .contenidor .contenidorTextNoticies .button {
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #252c41;
    background-color: #fff
}

.graellaNoticies .contenidor .contenidorTextNoticies .button:hover {
    border: 1px solid #485273;
    background-color: #485273;
    color: #fff;
    transition: all .3s ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252c41;
    font-weight: 700
}

h2 {
    font-size: 2.2rem;
    letter-spacing: 1px
}

.campingsCampingsbox.targetes,
.cell.targetes {
    overflow: hidden;
    position: relative
}

.campingsCampingsbox.targetes .item,
.cell.targetes .item {
    background-color: #fff;
    position: relative;
    border: 1px solid #e7e7ed;
    margin-bottom: 1rem
}

.campingsCampingsbox.targetes .item .contenidor,
.cell.targetes .item .contenidor {
    padding: 1rem
}

.campingsCampingsbox.targetes .item,
.campingsCampingsbox.targetes .item img,
.cell.targetes .item,
.cell.targetes .item img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.campingsCampingsbox.targetes .item .visualitzacions,
.cell.targetes .item .visualitzacions {
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 1rem;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.campingsCampingsbox.targetes .item .visualitzacions span,
.cell.targetes .item .visualitzacions span {
    position: relative;
    top: -2px;
    font-size: .8125rem
}

.campingsCampingsbox.targetes .item h1,
.cell.targetes .item h1 {
    font-size: 1.05rem;
    letter-spacing: .3px
}

.campingsCampingsbox.targetes .item .extracte,
.cell.targetes .item .extracte {
    font-size: .875rem;
    line-height: 1.7575;
    margin-bottom: 1rem
}

.campingsCampingsbox.targetes .item .adreca,
.campingsCampingsbox.targetes .item .telefon,
.cell.targetes .item .adreca,
.cell.targetes .item .telefon {
    font-size: .8125rem
}

.campingsCampingsbox.targetes .item .adreca i,
.campingsCampingsbox.targetes .item .telefon i,
.cell.targetes .item .adreca i,
.cell.targetes .item .telefon i {
    color: #17bada
}

.campingsCampingsbox.targetes .item .peu,
.cell.targetes .item .peu {
    width: 100%;
    bottom: 0;
    padding: .5rem 1rem;
    border-top: 1px solid #f3f3f6
}

.campingsCampingsbox.targetes .item .peu a,
.cell.targetes .item .peu a {
    font-size: .6875rem
}

.campingsCampingsbox.targetes .item .imgZoom,
.cell.targetes .item .imgZoom {
    overflow: hidden
}

.campingsCampingsbox.targetes .item .imgZoom img,
.campingsCampingsbox.targetes .item:hover,
.cell.targetes .item .imgZoom img,
.cell.targetes .item:hover {
    transition: .6s ease
}

.campingsCampingsbox.targetes .item:hover .imgZoom img,
.cell.targetes .item:hover .imgZoom img {
    transform: scale(1.2);
    transition: .6s ease
}

.campingsCampingsbox.targetes .item .botoComprar,
.cell.targetes .item .botoComprar {
    font-size: 1rem;
    position: relative;
    bottom: 0;
    text-transform: uppercase
}

.campingsCampingsbox.targetes .item .button:hover,
.cell.targetes .item .button:hover {
    background-color: transparent !important
}

.campingsCampingsbox.targetes a.imgZoom,
.cell.targetes a.imgZoom {
    display: block
}

.campingsCampingsbox.targetes a.imgZoom,
.campingsCampingsbox.targetes a.imgZoom img,
.cell.targetes a.imgZoom,
.cell.targetes a.imgZoom img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#stickyBuscador .sticky {
    background-color: #fff;
    padding: .6rem
}

#stickyBuscador .sticky.is-stuck.is-at-top {
    margin-top: 6rem !important
}

.franjaSuperior {
    padding: 1rem 0
}

.buscador {
    background: #fff;
    padding: 1rem;
    height: 100%;
    overflow-y: scroll
}

@media print,
screen and (min-width:64em) {
    .buscador {
        overflow-y: scroll;
        height: 74vh;
        padding: .6rem
    }
}

.buscador [type=checkbox],
.buscador [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #bdbdbd;
    margin: 0
}

.buscador [type=checkbox]:checked,
.buscador [type=radio]:checked {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAAOVBMVEX///8zMzMqKipCQkI8PDwzMzNISEhISEhISEhCQkIqKio8PDwzMzMqKipISEhCQkI8PDwzMzMqKipFad0NAAAAE3RSTlMAIiIzMzNEZnd3qru7u8zMzMzMuKlnZwAAADhJREFUCNdjYIACJhjNJQRl8ApBWIw8goKsDDw8UAaDgAA3t4AAC1CGkx8ImMGKOPj42KAmsEMYAEUyAa2GdxXhAAAAAElFTkSuQmCC") 50% no-repeat
}

.buscador [type=checkbox]~label,
.buscador [type=radio]~label {
    cursor: pointer;
    position: relative;
    top: -4.5px;
    display: inline-block;
    margin-bottom: 0;
    color: #70778b;
    letter-spacing: -.9px
}

.stickyBotoBuscador {
    position: fixed;
    background-color: #252c41;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    font-size: 1.3rem;
    padding: .5rem 0
}

.stickyBotoBuscador a {
    color: #fff
}

.botoTancar {
    height: 5vh
}

.botoTancar i {
    font-size: 1.5rem
}

.blocBlanc {
    background: #fff;
    margin-bottom: 2rem
}

.blocBlanc .header {
    padding: 1.2rem;
    color: #485273;
    font-family: Roboto, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f6
}

.blocBlanc .header i {
    font-size: 1.3125rem;
    color: #9ea6ba;
    margin-right: .375rem;
    vertical-align: sub
}

.blocBlanc .content {
    padding: 1.2rem
}

.blocBlanc .content .icona {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 8px;
    color: #70778b;
    font-size: 20px;
    text-align: center;
    background-color: #f3f3f6;
    vertical-align: middle;
    border-radius: 2px
}

.blocBlanc .content .icona.blanca {
    background-color: #fff
}

.blocBlanc .content .icona.rodona {
    border-radius: 50%
}

.blocBlanc .content .icona.rodona i {
    margin: 0
}

.blocBlanc .content .icona.facebook:hover {
    background-color: #3d5a99;
    color: #fff
}

.blocBlanc .content .icona.youtube:hover {
    background-color: red;
    color: #fff
}

.blocBlanc .content .icona.twitter:hover {
    background-color: #1da1f2;
    color: #fff
}

.blocBlanc .content .icona.instagram:hover {
    background-color: #d12e79;
    color: #fff
}

.blocBlanc .content .icona.pinterest:hover {
    background-color: #e60023;
    color: #fff
}

.blocBlanc .content .icona.whatsapp:hover {
    background-color: #00bb2d;
    color: #fff
}

.blocBlanc .content .textIcona {
    font-size: .8125rem
}

.contingut.fitxaItem,
.contingut.llistatItems {
    background-color: #f3f3f6
}

.imatgeTop {
    margin-bottom: 2rem
}

@media print,
screen and (min-width:64em) {
    .imatgeTop {
        margin-bottom: 4rem
    }
}

.imatgeTop a {
    display: inline-block;
    height: 100%
}

.imatgeTop .contingutBlocTop {
    padding: 12rem 0 8rem
}

@media print,
screen and (min-width:64em) {
    .imatgeTop .contingutBlocTop {
        padding: 18rem 0 10rem
    }
}

.imatgeTop.portada .contingutBlocTop {
    padding: 30vh 0 14vh;
    text-align: center
}

.imatgeTop.portada .contingutBlocTop p {
    color: #e7e7ed
}

.imatgeTop.portada .contingutBlocTop a {
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.portada .contingutBlocTop {
        padding: 25vh 0 14vh
    }

    .imatgeTop.portada .contingutBlocTop h1 {
        font-size: 55px;
        letter-spacing: 1px
    }

    .imatgeTop.portada .contingutBlocTop p {
        font-size: 25px
    }
}

.imatgeTop:not(.portada) .contingutBlocTop h1 {
    -webkit-animation-name: custom-1;
    animation-name: custom-1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes custom-1 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes custom-1 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.imatgeTop:not(.portada) .contingutBlocTop p {
    -webkit-animation-name: custom-3;
    animation-name: custom-3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes custom-3 {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes custom-3 {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.imatgeTop.landings .contingutBlocTop {
    padding: 12rem 0 8rem
}
.imatgeTop.landings.imatgeTop.landingsTematiques .contingutBlocTop {
    padding: 16rem 6rem 12rem
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.landings .contingutBlocTop {
        padding: 24rem 0 10rem
    }
}

.imatgeTop.landings h1 {
    font-size: 38px;
    font-weight: 700
}
.imatgeTop.landings.landingsTematiques h1 {
    padding-bottom: 36px;
}

.imatgeTop.landings h1,
.imatgeTop.landings p {
    color: #fefefe;
    margin-top: 0;
    letter-spacing: 1px
}

.imatgeTop.landings p {
    font-size: 30px;
    margin-bottom: 10px
}
.imatgeTop.landings.landingsTematiques p {
    font-size: 16pt;
}

.imatgeTop h1 {
    color: #6ae99b;
    font-size: 38px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 1px
}

.imatgeTop.portada {
    background-size: cover;
    background-position: 50% 50%;
    background-image: linear-gradient(rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url(/thumbx450x900x1/img/DSC2985-A.jpg)
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.portada {
        background-image: linear-gradient(rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url(/thumbx1920x600x1/img/DSC2985-A.jpg)
    }
}

.imatgeTop.idea {
    background: transparent url(/img/la-idea-1.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.fitxaItem {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    margin-bottom: 0
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.fitxaItem {
        height: 650px
    }
}

.imatgeTop.campingsbox,
.imatgeTop.contacte {
    height: 50px
}

@media print,
screen and (min-width:64em) {

    .imatgeTop.campingsbox,
    .imatgeTop.contacte {
        height: 150px
    }
}

.imatgeTop.newsletter {
    height: 50px
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.newsletter {
        height: 150px
    }
}

.imatgeTop.avisLegal .error {
    background: none
}

.imatgeTop.validarXec {
    background: url(/thumbx1193x600x1/img/campingsbox/imatge-banner-campingsbox.jpg) 100% 0/cover no-repeat scroll;
    background-color: #fff;
    margin-bottom: 2rem;
    margin-top: 3.2rem
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.validarXec {
        margin-top: 8.6rem;
        background: url(/img/campingsbox/imatge-banner-campingsbox.jpg) 100%/cover no-repeat scroll
    }
}

.imatgeTop.validarXec h1 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.validarXec h1 {
        font-size: 40px;
        text-align: left;
        margin-bottom: 0
    }
}

.imatgeTop.validarXec h2 {
    margin: 2.2rem 0
}

.imatgeTop.validarXec p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 1rem;
    text-align: center
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.validarXec p {
        text-align: left;
        font-size: 24px
    }
}

.imatgeTop.validarXec .contingutBlocTop {
    padding: 3rem 0 !important
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.validarXec .contingutBlocTop {
        padding: 5.5rem 0 !important
    }
}

.imatgeTop.fitxaCampingsbox h1,
.imatgeTop.llistatCampingsbox h1 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center
}

@media print,
screen and (min-width:64em) {

    .imatgeTop.fitxaCampingsbox h1,
    .imatgeTop.llistatCampingsbox h1 {
        font-size: 40px;
        text-align: left;
        margin-bottom: 0
    }
}

.imatgeTop.fitxaCampingsbox h2,
.imatgeTop.llistatCampingsbox h2 {
    margin: 2.2rem 0
}

.imatgeTop.fitxaCampingsbox p,
.imatgeTop.llistatCampingsbox p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 1rem;
    text-align: center
}

@media print,
screen and (min-width:64em) {

    .imatgeTop.fitxaCampingsbox p,
    .imatgeTop.llistatCampingsbox p {
        text-align: left;
        font-size: 24px
    }
}

.imatgeTop.fitxaCampingsbox .contingutBlocTop,
.imatgeTop.llistatCampingsbox .contingutBlocTop {
    padding: 3rem 0 !important
}

@media print,
screen and (min-width:64em) {

    .imatgeTop.fitxaCampingsbox .contingutBlocTop,
    .imatgeTop.llistatCampingsbox .contingutBlocTop {
        padding: 5.5rem 0 !important
    }
}

.imatgeTop.destinacions {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), transparent url(/img/fondo-generico-header-min.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.destinacioBarcelona {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/destinacio/barcelona.jpg)
}

.imatgeTop.destinacioCostaBrava {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/destinacio/costa-brava.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.destinacioCostaDaurada {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/destinacio/costa-daurada.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.destinacioCostaBarcelona {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/destinacio/costa-barcelona.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.destinacioPaisatgesBarcelona {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/destinacio/paisajes-barcelona.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.destinacioPirineus {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/destinacio/pirineus.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.destinacioTerresEbre {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/destinacio/terres-de-lebre.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.destinacioTerresLleida {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/destinacio/terres-de-lleida.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.destinacioValDaran {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/destinacio/vall-daran.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFer {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), transparent url(/img/fondo-generico-header-min.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerAgendaCultural {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-agenda-cultural.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.queFerPatrimoniMundialCatalunya {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/catalunya-patrimoni-mundial.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerRutaCulturalCatalunya {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/ruta-cultura-catalunya.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerShopping,
.imatgeTop.queFerShoppingBarcelona {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-shopping.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.queFerOutletsBarcelona {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-outlets-barcelona.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerRelax {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-relax.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.queFerBalnearis {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-balnearis.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerWellness {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-wellness.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerGastronomia,
.imatgeTop.queFerGastronomiaCatalana {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-gastronomia.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.queFerCalcots {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-calcots.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerBici {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-rutes-en-bici.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.queFerCatalunyaBici {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/catalunya-sobre-rodes.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerRutesBTT {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-rutes-btt.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerViesVerdes {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-vies-verdes.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerAPeu {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/rutes-a-peu-llistat.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.queFerRutesGR {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-rutes-gr.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerRutesSenderisme {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-rutes-senderisme.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerEnoturisme {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-enoturisme.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.queFerTerraVins {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-terra-vins.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerParcsNaturals {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-parc.jpg) 0/cover no-repeat scroll
}

.imatgeTop.queFerPNAiguestortes {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-pn-aiguestortes.jpg) 0/cover no-repeat scroll
}

.imatgeTop.queFerPNDeltaEbre {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-pn-delta-ebre.jpg) 0 0/cover no-repeat
}

.imatgeTop.queFerPNCadi {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-cadi-moixero.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.queFerPNDeltaLlobregat {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-delta-del-llobregat.jpg) bottom/cover no-repeat scroll
}

.imatgeTop.queFerPNAiguamollsEmporda {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-aiguamolls-de-lemporda.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerPNPorts {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-els-ports.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerPNZonaVolcanicaGarrotxa {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-pn-zona-volcanica-garrotxa.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerPNAltPirineu {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-pn-alt-pirineu.jpg) 0/cover no-repeat scroll
}

.imatgeTop.queFerEsport {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-activitats-esportives-2.jpg) bottom/cover no-repeat scroll
}

.imatgeTop.queFerActivaAdrenalina {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-activar-adrenalina.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerEsquiCatalunya {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-esqui-catalunya.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerParcsTematics {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-parcs-tematics.jpg) 50%/cover no-repeat scroll
}

.imatgeTop.queFerPortAvenutra {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-portaventura.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.queFerAquopolis {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, 0)), url(/thumbx1920x600x1/img/que-fer/que-fer-aquopolis.jpg) 0 0/cover no-repeat scroll
}

.imatgeTop.landigCambrils {
    background-image: url(/thumbx1920x800x0/img/landings/cambrils/imatge-header800.jpg);
}

.imatgeTop.landingTobogans {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/thumbx1920x800x1/img/landings-tematiques/tobogans.jpg) center/cover;
}
.imatgeTop.landingPetFriendly {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/thumbx1920x800x1/img/landings-tematiques/pet-friendly.jpg) center/cover;
}
.imatgeTop.landingGranjaIHort {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/thumbx1920x800x1/img/landings-tematiques/granja-i-hort.jpg) center/cover;
}
.imatgeTop.landingNens {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/thumbx1920x800x1/img/landings-tematiques/nens.jpg) center/cover;
}
.imatgeTop.landingPiscinaClimatitzada {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/thumbx1920x800x1/img/landings-tematiques/piscina-climatitzada.jpg) center/cover;
}

.imatgeTop.landigCambrils,
.imatgeTop.landingBarcelonaEnoturisme,
.imatgeTop.landingsTematiques {
    background-color: transparent;
    background-position: center;
    background-size: cover
}

.imatgeTop.landingBarcelonaEnoturisme {
    background-image: url(/thumbx1920x800x0/img/landings/barcelona-enoturisme/header.jpg)
}

.seccioGris.landings p {
    color: #70778b !important
}

.seccioGris.landings .lar,
.seccioGris.landings .las {
    color: #26d3f5;
    font-size: 2rem;
    font-weight: 700
}

.seccioEspaiatLanding {
    padding: 5rem 0
}

.button.blau {
    background-color: #26d3f5
}

.button.blau,
.button.verd {
    color: #252c41;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem
}

.button.verd {
    background-color: #6ae99b
}

.contingutEstatica {
    margin-bottom: 5rem
}

.contingutEstatica h2 {
    font-size: 22px;
    letter-spacing: 1px
}

.contingutEstatica p {
    text-align: justify
}

.contingutEstatica a:not(.button) {
    font-weight: 700
}

.contingutEstatica .fraseImportant {
    color: #26d3f5;
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-animation-name: custom-5;
    animation-name: custom-5;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes custom-5 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes custom-5 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.estaticaContacte {
    padding: 0 0 2rem;
    font-size: .9rem
}

.estaticaContacte h1 {
    font-size: 2.1rem;
    letter-spacing: 1px
}

.estaticaContacte label {
    letter-spacing: -.9px
}

.estaticaNewsletter .titol,
.formulariCistella .titol {
    font-size: 1rem;
    color: #252c41;
    font-weight: 700
}

.estaticaNewsletter label,
.formulariCistella label {
    font-size: .8rem
}

.estaticaNewsletter .panell-contactar,
.formulariCistella .panell-contactar {
    border: 1px solid #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #8c8c8c;
    font-size: .8rem
}

.estaticaItem {
    background-color: #fff;
    margin-bottom: 2rem;
    padding-top: 16rem
}

@media print,
screen and (min-width:64em) {
    .estaticaItem {
        zzzzzpadding-top: 8.6rem
    }
}

.llistatItems .seccioEspaiat {
    margin-bottom: 2rem
}

@media print,
screen and (min-width:40em) {
    .llistatItems .seccioEspaiat {
        margin-bottom: 2.1rem
    }
}

@media print,
screen and (min-width:64em) {
    .llistatItems .seccioEspaiat {
        margin-bottom: 2.1rem
    }
}

.estaticaError {
    padding-top: 10rem;
    padding-bottom: 8.2rem
}

.estaticaAvisLegal {
    padding: 9rem 0 2rem
}

#missatgeError h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 700
}

.localitzacioPortada {
    -webkit-animation-name: custom-7;
    animation-name: custom-7;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes custom-7 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes custom-7 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.graellaEfectes .cell {
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem
}

@media print,
screen and (min-width:64em) {
    .graellaEfectes .cell {
        margin-bottom: 2rem
    }
}

.graellaEfectes .cell a.imgZoom {
    display: block
}

.graellaEfectes .cell .servei {
    overflow-wrap: break-word;
    padding: 2rem
}

.graellaEfectes .cell .servei img {
    width: 100%;
    height: 100%
}

.graellaEfectes .cell .servei h3 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fefefe;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px #000
}

.contenidorOnes {
    position: relative
}

.contenidorOnes svg {
    width: 100%;
    overflow: visible
}

.contenidorOnes .wave {
    -webkit-animation: wave 3s linear;
    animation: wave 3s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    fill: #3dd2f4;
    opacity: .9
}

.contenidorOnes .drop {
    fill: var(--col-deepblue);
    -webkit-animation: drop 3.2s linear infinite normal;
    animation: drop 3.2s linear infinite normal;
    stroke: var(--col-deepblue);
    stroke-width: .5;
    transform: translateY(25px);
    transform-box: fill-box;
    transform-origin: 50% 100%
}

.contenidorOnes #wave2 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    animation-direction: reverse;
    opacity: .6;
    fill: #6ae99b
}

.contenidorOnes #wave3 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    opacity: .3
}

@-webkit-keyframes drop {
    0% {
        transform: translateY(25px)
    }

    30% {
        transform: translateY(-10px) scale(.1)
    }

    30.001% {
        transform: translateY(25px) scale(1)
    }

    70% {
        transform: translateY(25px)
    }

    to {
        transform: translateY(-10px) scale(.1)
    }
}

@keyframes drop {
    0% {
        transform: translateY(25px)
    }

    30% {
        transform: translateY(-10px) scale(.1)
    }

    30.001% {
        transform: translateY(25px) scale(1)
    }

    70% {
        transform: translateY(25px)
    }

    to {
        transform: translateY(-10px) scale(.1)
    }
}

@-webkit-keyframes wave {
    to {
        transform: translateX(-100%)
    }
}

@keyframes wave {
    to {
        transform: translateX(-100%)
    }
}

.contenidorOnes .textOnes {
    position: absolute;
    text-align: center;
    margin: 0;
    transform: translate(-50%);
    top: 25%;
    left: 50%;
    width: 100%;
    color: #fff;
    font-family: Roboto, sans-serif
}

@media print,
screen and (min-width:40em) {
    .contenidorOnes .textOnes {
        top: 40%
    }
}

@media screen and (min-width:90em) {
    .contenidorOnes .textOnes {
        top: 50%
    }
}

.contenidorOnes .textOnes p {
    font-size: .8rem;
    margin-bottom: .8rem
}

@media screen and (min-width:75em) {
    .contenidorOnes .textOnes p {
        font-size: 1rem;
        margin-bottom: 1rem
    }
}

.contenidorOnes .textOnes p.titolOnes {
    font-size: 1rem
}

@media screen and (min-width:75em) {
    .contenidorOnes .textOnes p.titolOnes {
        font-size: 2.2rem;
        letter-spacing: 1px
    }
}

.contenidorOnes .textOnes .button {
    background-color: #fff !important;
    color: #252c41;
    min-width: 195px;
    font-size: .8rem;
    letter-spacing: 1px
}

@media screen and (min-width:75em) {
    .contenidorOnes .textOnes .button {
        font-size: 1rem;
        margin: .5rem
    }
}

.contenidorOnes .textOnes .button:hover {
    color: #26d3f5
}

.contenidorOnes.destinacioBarcelona,
.contenidorOnes.idea {
    background: linear-gradient(180deg, #f2f2f2, #fff)
}

.seccioGris {
    background-color: #f1f1f1;
    padding: 5rem 0;
    margin-top: 5rem
}

.seccioGris .titol {
    font-size: 2.1875rem;
    font-weight: 700;
    color: #26d3f5
}

.seccioGris p {
    color: #000
}

.llistatSenseResultats {
    padding: 1rem;
    background-color: #fff;
    margin-bottom: 2rem
}

.llistatSenseResultats .titol {
    font-size: 2rem;
    font-weight: 700
}

.animacioUp {
    -webkit-animation-name: custom-9;
    animation-name: custom-9;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes custom-9 {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes custom-9 {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animacioDown {
    -webkit-animation-name: custom-11;
    animation-name: custom-11;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes custom-11 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes custom-11 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animacioLeft {
    -webkit-animation-name: custom-13;
    animation-name: custom-13;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes custom-13 {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes custom-13 {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.animacioRight {
    -webkit-animation-name: custom-15;
    animation-name: custom-15;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes custom-15 {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes custom-15 {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.contenidorImatgeLink {
    position: relative;
    margin-bottom: 1rem
}

@media print,
screen and (min-width:64em) {
    .contenidorImatgeLink {
        margin-bottom: 2rem
    }
}

.contenidorImatgeLink:hover .imatgeLinkOverlay {
    background: rgba(58, 52, 42, .7);
    opacity: 1
}

.imatgeLinkOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s ease;
    opacity: 1
}

.imatgeLinkOverlay i {
    opacity: 0;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.imatgeLinkOverlay:hover i {
    opacity: 1;
    border-radius: 10px
}

.listing-detail_goo__1A8J- {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 166px;
    height: 83px;
    margin-top: -44px
}

@media screen and (min-width:64em) {
    .listing-detail_goo__1A8J- {
        width: 280px;
        height: 134px;
        margin: -65px auto auto -50px;
        float: left
    }
}

.listing-detail_goo__1A8J-:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 166px 80px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PHBhdGggZD0iTTU3LjcgMTEuNEM1Ni4zIDEwIDU1IDguNSA1My42IDdjLS4yLS4zLS41LS41LS44LS44bC0uNS0uNUM0OC42IDIuMiA0My41IDAgMzggMFMyNy40IDIuMiAyMy42IDUuN2wtLjUuNS0uOC44Yy0xLjQgMS41LTIuNyAzLTQuMSA0LjQtNSA1LjEtMTEuNyA2LjEtMTguMyA2LjNWMzFINzZWMTcuNmMtNi42LS4yLTEzLjMtMS4xLTE4LjMtNi4yeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
    top: 0;
    left: 50%;
    transform: translate(-50%) scaleY(.8) scaleX(.91);
    z-index: -1
}

@media screen and (min-width:64em) {
    .listing-detail_goo__1A8J-:after {
        top: -6px;
        background-size: 280px 130px
    }
}

.listing-detail_logo__3fI4O {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    border-radius: 50%;
    z-index: 9;
    width: 80px;
    height: 80px;
    top: 17px
}

@media screen and (min-width:64em) {
    .listing-detail_logo__3fI4O {
        width: 130px;
        height: 130px;
        top: 19px
    }
}

.bg-cover {
    background-size: cover;
    background-position: 50% 50%
}

.masonry-with-columns div {
    height: 150px;
    width: 100%;
    margin: 0 2px 2px 0;
    text-align: center;
    flex: 1 0 auto
}

@media print,
screen and (min-width:40em) {
    .masonry-with-columns div {
        height: 150px
    }
}

.masonry-with-columns div a {
    display: inline-block;
    width: 100%;
    height: 100%
}

@media print,
screen and (min-width:40em) {
    .masonry-with-columns div:first-child {
        width: 201px
    }

    .masonry-with-columns div:first-child img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(2) {
        width: 150px
    }

    .masonry-with-columns div:nth-child(2) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(3) {
        width: 242px
    }

    .masonry-with-columns div:nth-child(3) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(4) {
        width: 134px
    }

    .masonry-with-columns div:nth-child(4) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(5) {
        width: 208px
    }

    .masonry-with-columns div:nth-child(5) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(6) {
        width: 264px
    }

    .masonry-with-columns div:nth-child(6) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(7) {
        width: 140px
    }

    .masonry-with-columns div:nth-child(7) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(8) {
        width: 195px
    }

    .masonry-with-columns div:nth-child(8) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(9) {
        width: 181px
    }

    .masonry-with-columns div:nth-child(9) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(10) {
        width: 283px
    }

    .masonry-with-columns div:nth-child(10) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(11) {
        width: 228px
    }

    .masonry-with-columns div:nth-child(11) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(12) {
        width: 147px
    }

    .masonry-with-columns div:nth-child(12) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(13) {
        width: 197px
    }

    .masonry-with-columns div:nth-child(13) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(14) {
        width: 210px
    }

    .masonry-with-columns div:nth-child(14) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(15) {
        width: 124px
    }

    .masonry-with-columns div:nth-child(15) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(16) {
        width: 161px
    }

    .masonry-with-columns div:nth-child(16) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(17) {
        width: 264px
    }

    .masonry-with-columns div:nth-child(17) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(18) {
        width: 142px
    }

    .masonry-with-columns div:nth-child(18) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(19) {
        width: 258px
    }

    .masonry-with-columns div:nth-child(19) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(20) {
        width: 261px
    }

    .masonry-with-columns div:nth-child(20) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(21) {
        width: 269px
    }

    .masonry-with-columns div:nth-child(21) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(22) {
        width: 155px
    }

    .masonry-with-columns div:nth-child(22) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(23) {
        width: 122px
    }

    .masonry-with-columns div:nth-child(23) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(24) {
        width: 295px
    }

    .masonry-with-columns div:nth-child(24) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(25) {
        width: 209px
    }

    .masonry-with-columns div:nth-child(25) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(26) {
        width: 242px
    }

    .masonry-with-columns div:nth-child(26) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(27) {
        width: 112px
    }

    .masonry-with-columns div:nth-child(27) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(28) {
        width: 199px
    }

    .masonry-with-columns div:nth-child(28) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(29) {
        width: 166px
    }

    .masonry-with-columns div:nth-child(29) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(30) {
        width: 289px
    }

    .masonry-with-columns div:nth-child(30) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(31) {
        width: 137px
    }

    .masonry-with-columns div:nth-child(31) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(32) {
        width: 235px
    }

    .masonry-with-columns div:nth-child(32) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(33) {
        width: 138px
    }

    .masonry-with-columns div:nth-child(33) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(34) {
        width: 203px
    }

    .masonry-with-columns div:nth-child(34) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(35) {
        width: 274px
    }

    .masonry-with-columns div:nth-child(35) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(36) {
        width: 160px
    }

    .masonry-with-columns div:nth-child(36) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(37) {
        width: 167px
    }

    .masonry-with-columns div:nth-child(37) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(38) {
        width: 182px
    }

    .masonry-with-columns div:nth-child(38) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(39) {
        width: 154px
    }

    .masonry-with-columns div:nth-child(39) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(40) {
        width: 119px
    }

    .masonry-with-columns div:nth-child(40) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(41) {
        width: 158px
    }

    .masonry-with-columns div:nth-child(41) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(42) {
        width: 235px
    }

    .masonry-with-columns div:nth-child(42) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(43) {
        width: 165px
    }

    .masonry-with-columns div:nth-child(43) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(44) {
        width: 127px
    }

    .masonry-with-columns div:nth-child(44) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(45) {
        width: 233px
    }

    .masonry-with-columns div:nth-child(45) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(46) {
        width: 123px
    }

    .masonry-with-columns div:nth-child(46) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(47) {
        width: 262px
    }

    .masonry-with-columns div:nth-child(47) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(48) {
        width: 209px
    }

    .masonry-with-columns div:nth-child(48) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(49) {
        width: 268px
    }

    .masonry-with-columns div:nth-child(49) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(50) {
        width: 155px
    }

    .masonry-with-columns div:nth-child(50) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(51) {
        width: 183px
    }

    .masonry-with-columns div:nth-child(51) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(52) {
        width: 176px
    }

    .masonry-with-columns div:nth-child(52) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(53) {
        width: 163px
    }

    .masonry-with-columns div:nth-child(53) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(54) {
        width: 167px
    }

    .masonry-with-columns div:nth-child(54) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(55) {
        width: 181px
    }

    .masonry-with-columns div:nth-child(55) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(56) {
        width: 277px
    }

    .masonry-with-columns div:nth-child(56) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(57) {
        width: 299px
    }

    .masonry-with-columns div:nth-child(57) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(58) {
        width: 195px
    }

    .masonry-with-columns div:nth-child(58) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(59) {
        width: 205px
    }

    .masonry-with-columns div:nth-child(59) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(60) {
        width: 144px
    }

    .masonry-with-columns div:nth-child(60) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(61) {
        width: 150px
    }

    .masonry-with-columns div:nth-child(61) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(62) {
        width: 193px
    }

    .masonry-with-columns div:nth-child(62) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(63) {
        width: 111px
    }

    .masonry-with-columns div:nth-child(63) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(64) {
        width: 293px
    }

    .masonry-with-columns div:nth-child(64) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(65) {
        width: 261px
    }

    .masonry-with-columns div:nth-child(65) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(66) {
        width: 110px
    }

    .masonry-with-columns div:nth-child(66) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(67) {
        width: 208px
    }

    .masonry-with-columns div:nth-child(67) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(68) {
        width: 269px
    }

    .masonry-with-columns div:nth-child(68) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(69) {
        width: 264px
    }

    .masonry-with-columns div:nth-child(69) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(70) {
        width: 175px
    }

    .masonry-with-columns div:nth-child(70) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(71) {
        width: 133px
    }

    .masonry-with-columns div:nth-child(71) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(72) {
        width: 256px
    }

    .masonry-with-columns div:nth-child(72) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(73) {
        width: 211px
    }

    .masonry-with-columns div:nth-child(73) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(74) {
        width: 276px
    }

    .masonry-with-columns div:nth-child(74) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(75) {
        width: 294px
    }

    .masonry-with-columns div:nth-child(75) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(76) {
        width: 224px
    }

    .masonry-with-columns div:nth-child(76) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(77) {
        width: 101px
    }

    .masonry-with-columns div:nth-child(77) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(78) {
        width: 208px
    }

    .masonry-with-columns div:nth-child(78) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(79) {
        width: 110px
    }

    .masonry-with-columns div:nth-child(79) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(80) {
        width: 277px
    }

    .masonry-with-columns div:nth-child(80) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(81) {
        width: 241px
    }

    .masonry-with-columns div:nth-child(81) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(82) {
        width: 201px
    }

    .masonry-with-columns div:nth-child(82) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(83) {
        width: 146px
    }

    .masonry-with-columns div:nth-child(83) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(84) {
        width: 236px
    }

    .masonry-with-columns div:nth-child(84) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(85) {
        width: 107px
    }

    .masonry-with-columns div:nth-child(85) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(86) {
        width: 108px
    }

    .masonry-with-columns div:nth-child(86) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(87) {
        width: 149px
    }

    .masonry-with-columns div:nth-child(87) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(88) {
        width: 254px
    }

    .masonry-with-columns div:nth-child(88) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(89) {
        width: 195px
    }

    .masonry-with-columns div:nth-child(89) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(90) {
        width: 188px
    }

    .masonry-with-columns div:nth-child(90) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(91) {
        width: 101px
    }

    .masonry-with-columns div:nth-child(91) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(92) {
        width: 255px
    }

    .masonry-with-columns div:nth-child(92) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(93) {
        width: 219px
    }

    .masonry-with-columns div:nth-child(93) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(94) {
        width: 247px
    }

    .masonry-with-columns div:nth-child(94) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(95) {
        width: 291px
    }

    .masonry-with-columns div:nth-child(95) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(96) {
        width: 118px
    }

    .masonry-with-columns div:nth-child(96) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(97) {
        width: 288px
    }

    .masonry-with-columns div:nth-child(97) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(98) {
        width: 247px
    }

    .masonry-with-columns div:nth-child(98) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(99) {
        width: 275px
    }

    .masonry-with-columns div:nth-child(99) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(100) {
        width: 133px
    }

    .masonry-with-columns div:nth-child(100) img {
        height: 100%;
        width: auto
    }
}

#loading {
    border-radius: 50%;
    border: 16px solid #f3f3f3;
    border-top-color: #ea530e;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    cursor: pointer
}

.pro-overlay {
    background-color: rgba(0, 0, 0, .8)
}

.mostrarMes,
.numCampings {
    color: #26d3f5
}

.mostrarMes {
    font-size: .8rem
}

.titolBuscador {
    margin: 0;
    font-weight: 700
}

.divBuscador {
    margin-bottom: 1rem
}

.parent {
    position: relative
}

.child {
    position: absolute;
    top: calc(50% + 4rem);
    left: 50%;
    transform: translate(-50%, -50%)
}

.containerBuscador {
    position: relative
}

.containerBuscador .formBuscador {
    padding: .5rem 0
}

.containerBuscador .formBuscador.input-group {
    text-align: center
}

.containerBuscador .formBuscador.input-group input {
    margin: 0 !important;
    width: 100%;
    padding: 0 25px 0 5px;
    border-radius: .3rem;
    background: #ffffffd0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.containerBuscador .formBuscador.input-group input::placeholder {
    color: #aaa;
}

.containerBuscador .formBuscador.input-group a,
.containerBuscador .formBuscador.input-group i {
    margin-left: -1.5rem;
    cursor: pointer
}

@media print,
screen and (min-width:64em) {

    .containerBuscador .formBuscador.input-group a,
    .containerBuscador .formBuscador.input-group i {
        margin-left: -2rem
    }
}

.containerBuscador #suggestions {
    width: 98%;
    margin-top: -.5rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: none;
    position: absolute;
    max-height: 80vh;
    background-color: #fff;
    box-shadow: 0 8px 26px -6px #000;
    z-index: 1010;
    overflow: auto
}

.containerBuscador #suggestions a {
    display: block;
    padding: 0 .5rem;
    color: grey;
    font-size: .9rem;
    text-align: left
}

.containerBuscador #suggestions a.selected,
.containerBuscador #suggestions a:hover {
    background-color: #e6e6e6;
    text-decoration: none
}

.containerBuscador #suggestions a:first-child {
    padding-top: .3rem
}

.containerBuscador #suggestions a:last-child {
    padding-bottom: .3rem
}

.containerBuscador #suggestions a i.fa {
    font-size: small
}

.containerBuscador #suggestions::-webkit-scrollbar {
    width: 0;
    height: 0
}

.containerBuscador #suggestions::-webkit-scrollbar-thumb,
.containerBuscador #suggestions::-webkit-scrollbar-track {
    background: #fff
}

.fonsGris {
    background-color: #f3f3f6
}

.contenidorImatgeBoto {
    margin-bottom: 1.2rem
}

.top-bar input {
    max-width: 100%
}

#map-canvas,
#map-fitxa {
    margin: 0 0 1rem;
    padding: 0
}

#map-canvas.mapa-complert,
#map-fitxa.mapa-complert {
    height: 80vh
}

#map-canvas.mapa-top,
#map-fitxa.mapa-top {
    height: 20rem
}

#map-canvas.mapa-dreta,
#map-fitxa.mapa-dreta {
    height: 20.625rem
}

#llistatItems .titolLlistat {
    padding-bottom: 1rem
}

#llistatItems .titolLlistat .capaBlanca {
    background: #fff;
    padding: 1rem
}

#llistatItems .titolLlistat .capaText {
    padding: 1rem 0
}

#llistatItems .titolLlistat h1 {
    color: #6ae99b !important;
    font-size: 1.725rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 1px
}

#llistatItems .titolLlistat h2 {
    color: #9c9c9c !important;
    font-size: 1.2rem;
    letter-spacing: .5px;
    margin: 0 0 .5rem
}

#llistatItems .titolLlistat h3 {
    color: #9c9c9c !important;
    font-size: 1rem;
    margin: 0 0 .5rem
}

#llistatItems .titolLlistat .ampliar,
#llistatItems .titolLlistat p {
    font-weight: 400;
    font-size: .9rem;
    text-align: justify;
    color: #9c9c9c
}

.copyNomCamping {
    position: absolute;
    bottom: 0;
    right: .5rem;
    color: #f3f3f3;
    font-size: .7rem;
    font-style: italic
}

.masonry-with-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2rem !important
}

.masonry-with-columns div:not(.contenidorTextImatge) {
    height: 150px;
    width: 100%;
    margin: 0 20px 20px 0;
    text-align: left;
    flex: 1 0 auto
}

@media print,
screen and (min-width:40em) {
    .masonry-with-columns div:not(.contenidorTextImatge) {
        height: 250px
    }
}

.masonry-with-columns div:not(.contenidorTextImatge) a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.masonry-with-columns #divBanner {
    width: 100%;
    max-height: 250px;
    min-height: 250px;
    text-align: center !important
}

.masonry-with-columns .contenidorTextImatge {
    text-align: left;
    height: auto
}

.masonry-with-columns .contenidorMasonry {
    position: relative
}

.masonry-with-columns .contenidorMasonry p {
    color: #f3f3f3;
    font-size: .7rem;
    font-style: italic;
    position: absolute;
    bottom: 0;
    right: .5rem
}

@media print,
screen and (min-width:40em) {
    .masonry-with-columns div:first-child {
        width: 304px
    }

    .masonry-with-columns div:first-child img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(2) {
        width: 318px
    }

    .masonry-with-columns div:nth-child(2) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(3) {
        width: 322px
    }

    .masonry-with-columns div:nth-child(3) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(4) {
        width: 325px
    }

    .masonry-with-columns div:nth-child(4) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(5) {
        width: 339px
    }

    .masonry-with-columns div:nth-child(5) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(6) {
        width: 330px
    }

    .masonry-with-columns div:nth-child(6) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(7) {
        width: 314px
    }

    .masonry-with-columns div:nth-child(7) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(8) {
        width: 305px
    }

    .masonry-with-columns div:nth-child(8) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(9) {
        width: 319px
    }

    .masonry-with-columns div:nth-child(9) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(10) {
        width: 339px
    }

    .masonry-with-columns div:nth-child(10) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(11) {
        width: 303px
    }

    .masonry-with-columns div:nth-child(11) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(12) {
        width: 311px
    }

    .masonry-with-columns div:nth-child(12) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(13) {
        width: 332px
    }

    .masonry-with-columns div:nth-child(13) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(14) {
        width: 312px
    }

    .masonry-with-columns div:nth-child(14) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(15) {
        width: 306px
    }

    .masonry-with-columns div:nth-child(15) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(16) {
        width: 309px
    }

    .masonry-with-columns div:nth-child(16) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(17) {
        width: 305px
    }

    .masonry-with-columns div:nth-child(17) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(18) {
        width: 327px
    }

    .masonry-with-columns div:nth-child(18) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(19) {
        width: 303px
    }

    .masonry-with-columns div:nth-child(19) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(20) {
        width: 304px
    }

    .masonry-with-columns div:nth-child(20) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(21) {
        width: 306px
    }

    .masonry-with-columns div:nth-child(21) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(22) {
        width: 338px
    }

    .masonry-with-columns div:nth-child(22) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(23) {
        width: 315px
    }

    .masonry-with-columns div:nth-child(23) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(24) {
        width: 309px
    }

    .masonry-with-columns div:nth-child(24) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(25) {
        width: 304px
    }

    .masonry-with-columns div:nth-child(25) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(26) {
        width: 320px
    }

    .masonry-with-columns div:nth-child(26) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(27) {
        width: 339px
    }

    .masonry-with-columns div:nth-child(27) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(28) {
        width: 316px
    }

    .masonry-with-columns div:nth-child(28) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(29) {
        width: 334px
    }

    .masonry-with-columns div:nth-child(29) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(30) {
        width: 330px
    }

    .masonry-with-columns div:nth-child(30) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns #divBanner {
        max-width: 300px !important;
        min-width: 300px !important
    }
}

@media print,
screen and (min-width:64em) {
    .masonry-with-columns div:first-child {
        width: 435px
    }

    .masonry-with-columns div:first-child img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(2) {
        width: 429px
    }

    .masonry-with-columns div:nth-child(2) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(3) {
        width: 427px
    }

    .masonry-with-columns div:nth-child(3) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(4) {
        width: 406px
    }

    .masonry-with-columns div:nth-child(4) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(5) {
        width: 433px
    }

    .masonry-with-columns div:nth-child(5) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(6) {
        width: 430px
    }

    .masonry-with-columns div:nth-child(6) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(7) {
        width: 427px
    }

    .masonry-with-columns div:nth-child(7) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(8) {
        width: 424px
    }

    .masonry-with-columns div:nth-child(8) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(9) {
        width: 444px
    }

    .masonry-with-columns div:nth-child(9) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(10) {
        width: 405px
    }

    .masonry-with-columns div:nth-child(10) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(11) {
        width: 446px
    }

    .masonry-with-columns div:nth-child(11) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(12) {
        width: 423px
    }

    .masonry-with-columns div:nth-child(12) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(13) {
        width: 414px
    }

    .masonry-with-columns div:nth-child(13) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(14) {
        width: 443px
    }

    .masonry-with-columns div:nth-child(14) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(15) {
        width: 447px
    }

    .masonry-with-columns div:nth-child(15) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(16) {
        width: 446px
    }

    .masonry-with-columns div:nth-child(16) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(17) {
        width: 426px
    }

    .masonry-with-columns div:nth-child(17) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(18) {
        width: 415px
    }

    .masonry-with-columns div:nth-child(18) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(19) {
        width: 424px
    }

    .masonry-with-columns div:nth-child(19) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(20) {
        width: 404px
    }

    .masonry-with-columns div:nth-child(20) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(21) {
        width: 425px
    }

    .masonry-with-columns div:nth-child(21) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(22) {
        width: 447px
    }

    .masonry-with-columns div:nth-child(22) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(23) {
        width: 415px
    }

    .masonry-with-columns div:nth-child(23) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(24) {
        width: 426px
    }

    .masonry-with-columns div:nth-child(24) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(25) {
        width: 413px
    }

    .masonry-with-columns div:nth-child(25) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(26) {
        width: 401px
    }

    .masonry-with-columns div:nth-child(26) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(27) {
        width: 434px
    }

    .masonry-with-columns div:nth-child(27) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(28) {
        width: 448px
    }

    .masonry-with-columns div:nth-child(28) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(29) {
        width: 407px
    }

    .masonry-with-columns div:nth-child(29) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns div:nth-child(30) {
        width: 438px
    }

    .masonry-with-columns div:nth-child(30) img {
        height: 100%;
        width: auto
    }

    .masonry-with-columns #divBanner {
        max-width: 300px !important;
        min-width: 300px !important
    }
}

.botoComprar,
.botoExperiencies,
.botoPdf,
.botoTaronja {
    background-color: #fbb03b;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 10px;
    line-height: inherit
}

.botoComprar.petit,
.botoExperiencies.petit,
.botoPdf.petit,
.botoTaronja.petit {
    font-size: .9rem
}

.botoComprar.tamanyBoto,
.botoExperiencies.tamanyBoto,
.botoPdf.tamanyBoto,
.botoTaronja.tamanyBoto {
    width: 12rem
}

.botoMesExperiencies {
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 10px;
    line-height: inherit;
    text-transform: uppercase
}

.botoMesExperiencies.petit {
    font-size: 1.1rem
}

.imgPdf {
    margin: 0
}

@media print,
screen and (min-width:64em) {
    .imgPdf {
        margin-right: 1rem
    }
}

.seccioCampingsbox {
    margin-top: 5rem
}

.seccioCampingsbox ol {
    margin-left: 0
}

.seccioCampingsbox li,
.seccioCampingsbox p {
    font-size: 1rem
}

@media print,
screen and (min-width:64em) {

    .seccioCampingsbox li,
    .seccioCampingsbox p {
        font-size: 1.4rem
    }
}

.seccioCampingsbox hr.separadorCampingsBox {
    position: relative;
    top: .6rem
}

.seccioCampingsbox .espaiatCampingbox {
    margin-top: 2.2rem
}

.seccioCampingsbox .espaiatCampingbox h2 {
    margin-bottom: 3rem;
    color: #000;
    line-height: 40px;
    font-size: 1.5rem
}

@media print,
screen and (min-width:64em) {
    .seccioCampingsbox .espaiatCampingbox h2 {
        font-size: 3rem
    }
}

.seccioCampingsbox .espaiatCampingbox h3 {
    color: #000;
    line-height: 40px
}

.seccioCampingsbox .espaiatCampingbox.validarCodi {
    margin-bottom: 4rem
}

.seccioCampingsbox .espaiatCampingbox .nomCamping {
    color: #26d3f5;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0
}

.seccioCampingsbox .espaiatCampingbox .nomCampingsbox {
    color: #6ae99b;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0
}

.seccioCampingsbox .instruccions {
    margin: 2rem 0;
    text-align: center
}

@media print,
screen and (min-width:64em) {
    .seccioCampingsbox .instruccions {
        margin: 5rem 0;
        text-align: left
    }
}

.seccioCampingsbox .instruccions .titol {
    font-size: 1.5rem;
    color: #000
}

@media print,
screen and (min-width:64em) {
    .seccioCampingsbox .instruccions .titol {
        font-size: 3rem
    }
}

.seccioCampingsbox .instruccions li {
    margin-bottom: 1.5rem;
    list-style-position: inside;
    color: #333
}

.seccioCampingsbox .instruccions li::marker {
    font-weight: 700
}

.seccioCampingsbox .instruccions li:nth-child(2n)::marker {
    color: #6ae99b
}

.seccioCampingsbox .instruccions li:nth-child(odd)::marker {
    color: #26d3f5
}

.seccioCampingsbox .instruccions small {
    font-size: .8rem;
    color: #333
}

@media print,
screen and (min-width:64em) {
    .seccioCampingsbox .instruccions small {
        font-size: 1.2rem
    }
}

.seccioCampingsbox .mapa {
    margin: 2rem 0;
    background-color: #f2f2f2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #333;
    text-align: center
}

@media print,
screen and (min-width:64em) {
    .seccioCampingsbox .mapa {
        text-align: left
    }
}

.seccioCampingsbox .mapa small {
    font-size: 1.2rem
}

@media print,
screen and (min-width:64em) {
    .seccioCampingsbox .mapa {
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        margin: 5rem 0
    }
}

@media print,
screen and (min-width:64em) {
}

.seccioCampingsbox .graellaProductes .cell .nomProducte {
    font-size: 1.4rem;
    font-weight: 700;
    padding: .8rem;
    color: #fff;
    margin: 0
}

.seccioCampingsbox .graellaProductes .cell:first-child .nomProducte {
    background-color: #6ae99b
}

.seccioCampingsbox .graellaProductes .cell:nth-child(2) .nomProducte {
    background-color: #c4b422
}

.seccioCampingsbox .graellaProductes .cell:nth-child(3) .nomProducte {
    background-color: #26d3f5
}

.seccioCampingsbox .graellaProductes .cell .descripcioProducte {
    background-color: #f2f2f2;
    padding: 1rem;
    margin-bottom: 1rem
}

.seccioCampingsbox .graellaProductes .cell .descripcioProducte p {
    margin: 0;
    color: #252c41;
    font-size: 1.3rem
}

.seccioCampingsbox .graellaProductes .cell .descripcioProducte p.preu {
    font-size: 2.5rem;
    color: #17bada
}

.botoActivarXec {
    background-color: #fbb03b;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 0
}

@media print,
screen and (min-width:64em) {
    #paddingEspecial {
        padding-top: 11rem;
        padding-bottom: 5rem
    }
}

.fitxaProducte h2 {
    font-size: 1.4rem;
    color: #6ae99b
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte h2 {
        font-size: 3rem
    }
}

.fitxaProducte span {
    font-size: .8rem;
    text-decoration: underline;
    font-style: italic
}

.fitxaProducte p {
    color: #333
}

.fitxaProducte p.descripcio {
    color: #b0b0b0;
    font-size: .8rem;
    margin-top: 1rem
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte p.descripcio {
        font-size: 1rem;
        margin-top: 2rem
    }
}

.fitxaProducte p ul>li {
    color: #b0b0b0 !important;
    font-size: .8rem;
    margin-top: 1rem
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte p ul>li {
        font-size: 1rem;
        margin-top: 2rem
    }
}

.fitxaProducte .preu {
    font-size: 2rem;
    font-weight: 700;
    color: #17bada;
    margin-bottom: .5rem
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte .preu {
        font-size: 3rem;
        text-align: right
    }
}

.fitxaProducte .icones {
    font-size: 1rem;
    font-weight: 700
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte .icones {
        font-size: 1.4rem
    }
}

.fitxaProducte .icones .las {
    margin-right: .5rem;
    color: #6ae99b;
    position: relative;
    top: 3px;
    font-size: 1.5rem
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte .icones .las {
        top: 10px;
        font-size: 3rem
    }
}

.fitxaProducte .icones img {
    margin-right: .5rem;
    top: 3px
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte .icones img {
        top: 10px
    }
}

.fitxaProducte .contingutFitxa .botoPdf span {
    font-family: Roboto;
    margin-left: 1rem
}

.fitxaProducte .graellaBotons .cell {
    margin-bottom: 1rem
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte .graellaBotons .cell:last-child {
        text-align: right
    }
}

.fitxaProducte.full {
    border-top: 1px solid #6ae99b
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte.full {
        border-bottom: 1px solid #6ae99b
    }
}

.fitxaProducte.full p {
    padding: 1rem;
    font-size: 1rem;
    border-bottom: 1px solid #6ae99b
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte.full p {
        padding: 2rem 1rem;
        font-size: 1.3rem;
        border-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .fitxaProducte.full .cell:nth-child(2) p {
        border-left: 1px solid #6ae99b;
        border-right: 1px solid #6ae99b
    }
}

.seccioMesCampings {
    background-color: #f2f2f2
}

.seccioMesCampings h3 {
    font-size: 1.2rem;
    color: #000;
    font-weight: 400
}

@media print,
screen and (min-width:64em) {
    .seccioMesCampings h3 {
        font-size: 2rem
    }
}

.seccioMesCampings .fraseDestacada {
    font-size: 1.2rem
}

.slickContenidorImatges {
    padding: 1.2rem 0 0
}

.slickContenidor {
    max-height: 403px
}

.slickContenidor .slick-slide .campingsCampingsbox .peu img {
    display: inline
}

.slickContenidor .slick-dots {
    display: none !important
}

@media print,
screen and (max-width:63.99875em) {
    .slickContenidor .slick-prev {
        left: 5px;
        z-index: 9;
        top: 80px
    }

    .slickContenidor .slick-prev:before {
        color: #fff
    }

    .slickContenidor .slick-next {
        right: 5px;
        z-index: 9;
        top: 80px
    }

    .slickContenidor .slick-next:before {
        color: #fff
    }
}

@media print,
screen and (min-width:64em) {
    .infoCamping {
        top: 2rem !important;
        margin-bottom: 2rem
    }
}

.infoCamping .blocBlanc {
    margin-bottom: 0
}

#cistella {
    margin-bottom: 4rem;
    color: #000
}

#cistella .taulaProductes {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 1.4rem
}

#cistella .taulaProductes thead th,
#cistella .taulaProductes thead tr {
    padding-bottom: 1rem;
    border-bottom: 1px solid #6ae99b
}

#cistella .taulaProductes tbody td,
#cistella .taulaProductes tbody tr {
    padding: 2rem 0 0
}

#cistella .taulaProductes tbody .producte {
    text-align: left
}

#cistella .taulaProductes tbody .producte img {
    margin-right: 2rem
}

#cistella .taulaProductes th {
    font-weight: 400
}

#cistella .taulaMissatge {
    width: 100%;
    text-align: left
}

#cistella .taulaMissatge tbody td,
#cistella .taulaMissatge tbody tr {
    padding: 0 0 2rem;
    border-bottom: 1px solid #6ae99b
}

#cistella .producteMobil p {
    border-bottom: 1px solid #6ae99b;
    padding: 2rem 0
}

#cistella .producteMobil p.titolProducte {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 0 1rem
}

#cistella .producteMobil p img {
    margin-right: 1rem
}

#cistella .totalProductes {
    text-align: left;
    background-color: #f2f2f2;
    padding: 1.6rem;
    font-size: 1.4rem;
    margin-bottom: 1rem
}

@media print,
screen and (min-width:40em) {
    #cistella .totalProductes {
        padding: 2rem 3rem
    }
}

#cistella .totalProductes.dadesClient {
    background-color: #d4f6fd
}

#cistella .totalProductes.dadesClient .infoPetit {
    font-size: 1rem
}

#cistella .totalProductes.dadesClient .totalPreus {
    font-size: 1.7rem;
    font-weight: 700
}

#cistella .totalProductes label {
    display: contents
}

#cistella #promocode {
    margin-right: 1rem
}

#cistella #boto-promocode {
    background-color: #26d3f5;
    color: #fff
}

#cistella #boto-promocode-esborrar {
    background-color: #fbb03b;
    color: #fff
}

#cistella #boto-promocode-esborrar:hover {
    background-color: #70778b
}

#cistella .resultatCistella h3 {
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #6ae99b;
    padding-bottom: 1rem
}

#cistella .resultatCistella p {
    border-bottom: 1px solid #6ae99b;
    padding: 1rem 0 1.5rem
}

#passos-cistella .cart-steps__step {
    float: left;
    width: 25%;
    margin: 0;
    padding: 1em 0;
    color: #333;
    position: relative;
    counter-increment: cart-steps-counter;
    list-style: none
}

#passos-cistella .cart-steps__step.cart-steps__step--current:after {
    content: "";
    border-top: 10px solid #eee;
    position: absolute;
    width: 90%;
    right: -46%;
    top: 2.1rem;
    z-index: -1
}

#passos-cistella .cart-steps__step:before {
    content: counter(cart-steps-counter);
    text-align: center;
    margin-bottom: .3em;
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    line-height: 1rem;
    background-color: #eee;
    font-weight: 700;
    padding: 1rem;
    display: inline-block
}

#passos-cistella .cart-steps__step:after {
    content: "";
    border-top: 10px solid #eee;
    position: absolute;
    width: 90%;
    right: -46%;
    top: 2.1rem
}

#passos-cistella .cart-steps__step:last-child:after {
    border: 0
}

#passos-cistella .cart-steps--four .cart-steps__step {
    width: 25%
}

#passos-cistella .cart-steps__step--done:before {
    content: "\f00c";
    font-family: Line Awesome Free;
    background-color: #252c41;
    border-color: #252c41;
    color: #fff
}

#passos-cistella .cart-steps__step--done:after {
    border-top: 10px solid #252c41;
    z-index: -1
}

#passos-cistella .cart-steps__step--done .cart-steps__desc,
#passos-cistella .cart-steps__step--done .cart-steps__title {
    opacity: .5
}

#passos-cistella .cart-steps__step--current:before {
    background-color: #252c41;
    border-color: #252c41;
    color: #fff
}

#passos-cistella .cart-steps__title {
    font-size: 1rem;
    margin-bottom: .7em;
    line-height: 1.2;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #333
}

#promocodi-invalid #tancar-promocodi-invalid {
    background-color: #26d3f5
}

.textMissatge {
    font-size: .8rem;
    color: #70778b
}

.cistellaBuida {
    margin-bottom: 12rem
}

#mascara {
    display: inline-block;
    width: 300px;
    height: 134px;
    background: url(/img/info.svg)
}

@supports ((-webkit-mask:url("")) or (mask:url(""))) {
    #mascara {
        -webkit-mask: url(/img/info.svg);
        mask: url(/img/info.svg);
        -webkit-mask-size: cover;
        mask-size: cover;
        background: #26d3f5;
        width: 20px;
        height: 20px
    }
}

.imatgeTop.contacteValidacio {
    background: url(/thumbx1193x600x1/img/campingsbox/imatge-banner-campingsbox.jpg) 100% 0/cover no-repeat scroll;
    background-color: #fff;
    margin-top: 3.2rem
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.contacteValidacio {
        margin-top: 8.6rem;
        background: url(/thumbx1920x500x1/img/campingsbox/imatge-banner-campingsbox.jpg) 0 0/cover no-repeat scroll
    }
}

.imatgeTop.contacteValidacio h1 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.contacteValidacio h1 {
        font-size: 68px;
        line-height: 4.5rem;
        text-align: left
    }
}

.imatgeTop.contacteValidacio h2 {
    margin: 2.2rem 0
}

.imatgeTop.contacteValidacio p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 1rem;
    text-align: center
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.contacteValidacio p {
        text-align: left;
        font-size: 38px
    }
}

.imatgeTop.contacteValidacio .contingutBlocTop {
    padding: 3rem 0 !important
}

@media print,
screen and (min-width:64em) {
    .imatgeTop.contacteValidacio .contingutBlocTop {
        padding: 6.4rem 0 !important
    }
}

.landingTop {
    padding: 0 0 3rem;
    border-bottom: 1px solid #6ae99b;
    color: #000
}

.landingTop .titolColor {
    padding-bottom: 1rem;
    color: #26d3f5
}

.landingTop .contenidorLandingTop .cell {
    text-align: center;
    margin: 1rem 0
}

.landingTop .contenidorLandingTop .cell i {
    font-size: 3.5rem;
    display: block;
    color: #26d3f5;
    margin-bottom: 1rem
}

.landingTop .contenidorLandingTop .cell p {
    font-size: 1.5rem
}

.landingMiddle {
    padding: 3rem 0;
    border-bottom: 1px solid #6ae99b;
    background-color: #f2f2f2;
    color: #000
}

.landingBottom {
    background: url(/img/campingsbox/icones-validar-xec.jpg) 100% no-repeat scroll;
    padding: 3rem 0 0
}

.landingBottom .titolBlau {
    text-align: center;
    color: #26d3f5;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4
}

@media print,
screen and (min-width:64em) {
    .landingBottom .titolBlau {
        font-size: 2rem
    }
}

.landingBottom .textNegre {
    color: #000;
    font-size: 1.4rem
}

.landingBottom .botoComprar {
    font-size: 1rem
}

@media print,
screen and (min-width:64em) {
    .landingBottom .botoComprar {
        font-size: 2rem
    }
}

.landingBottom .cell,
.landingBottom article {
    background-color: #fff
}

.gm-style-iw-d {
    overflow: visible !important
}

.ItemMapaImatge {
    padding: 0 12px 12px 0
}

.ItemMapaImatge img {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .ItemMapaImatge img {
        width: 300px;
        height: 120px
    }
}

.itemMapa {
    width: 100%;
    padding: 0 0 12px
}

.itemMapa .nomCamping {
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 0
}

.itemMapa .botoVeureCamping {
    font-weight: 400
}

#botoTancarMapa span {
    font-size: 2.5rem
}

#new-parent .buscador {
    height: 90vh !important
}

#orbit-portada {
    height: 300px
}

@media print,
screen and (min-width:40em) {
    #orbit-portada {
        height: 270px
    }
}

@media print,
screen and (min-width:64em) {
    #orbit-portada {
        height: 750px
    }
}

#orbit-portada .slider-imatge {
    height: 300px
}

@media print,
screen and (min-width:40em) {
    #orbit-portada .slider-imatge {
        height: 270px
    }
}

@media print,
screen and (min-width:64em) {
    #orbit-portada .slider-imatge {
        height: 750px
    }
}

#orbit-portada .slider-imatge .slider-contenidor,
#orbit-portada .slider-imatge .slider-contenidor .grid-container,
#orbit-portada .slider-imatge .slider-contenidor .grid-container .grid-x {
    height: 100%
}

#orbit-portada .orbit-next,
#orbit-portada .orbit-previous {
    font-size: 2.5rem;
    cursor: pointer
}

.button.botoBuscadorBlocTop {
    width: 100% !important;
    background-color: #6ae99b;
    color: #000 !important;
    border-radius: 10px;
    margin-top: 2rem
}

.whatsapp {
    position: fixed;
    display: inline-block;
    right: 0;
    bottom: 5%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 990;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    transition: right 1s ease;
    box-shadow: -1px 0 10px rgba(0, 0, 0, .4)
}

@media print,
screen and (min-width:40em) {
    .whatsapp {
        right: -16.6rem
    }
}

.whatsapp .contenidorImatge {
    padding: 10px 0 10px 10px
}

@media print,
screen and (min-width:40em) {
    .whatsapp .contenidorImatge {
        padding: 10px 0
    }
}

.whatsapp img {
    width: 45px;
    height: 45px
}

@media print,
screen and (min-width:40em) {
    .whatsapp img {
        width: 55px;
        height: 55px
    }
}

.whatsapp .contenidorText {
    display: none
}

@media print,
screen and (min-width:40em) {
    .whatsapp .contenidorText {
        display: block;
        padding: 1rem 4rem 1rem 0
    }
}

@media print,
screen and (min-width:40em) {
    .whatsapp .contenidorText .titol {
        font-size: 14px;
        font-weight: 700;
        color: #70778b;
        white-space: nowrap;
        margin-top: .2rem;
        margin-bottom: .5rem
    }

    .whatsapp .contenidorText p {
        font-size: 13px;
        font-weight: 400;
        color: #70778b;
        line-height: 1.25;
        margin-bottom: 0
    }
}

.whatsapp:hover {
    right: 0;
    transition: right 1s ease
}

.ribbon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #26d3f5;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#fff, #fff);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 20px;
    right: -21px
}

.ribbon span:before {
    left: 0;
    border-color: #fff transparent transparent #fff
}

.ribbon span:after,
.ribbon span:before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 3px;
    display: none
}

.ribbon span:after {
    right: 0;
    border-color: #fff #fff transparent transparent
}

a {
    transition: all .3s ease
}

.text-esquerra {
    text-align: left !important
}

.text-dreta {
    text-align: right !important
}

.text-centrat {
    text-align: center !important
}

.text-justificat {
    text-align: justify !important
}

* {
    outline: none
}

iframe {
    border-width: 0
}

.nomargin {
    margin: 0 !important
}

.nomargin-top {
    margin-top: 0 !important
}

.nomargin-right {
    margin-right: 0 !important
}

.nomargin-bottom {
    margin-bottom: 0 !important
}

.nomargin-left {
    margin-left: 0 !important
}

.nopadding {
    padding: 0 !important
}

.nopadding-top {
    padding-top: 0 !important
}

.nopadding-right {
    padding-right: 0 !important
}

.nopadding-bottom {
    padding-bottom: 0 !important
}

.nopadding-left {
    padding-left: 0 !important
}

.text-negreta {
    font-weight: 700 !important
}

.text-normal {
    font-weight: 400 !important
}

.text-blanc {
    color: #fefefe !important
}

.text-color-primari {
    color: #70778b !important
}

.text-majuscules {
    text-transform: uppercase
}

.text-subratllat {
    text-decoration: underline
}

.text-cursiva {
    font-style: italic
}

.blanc {
    color: #fff
}

.gris {
    background: #f4f5f4
}

a.fill {
    border: 1px solid #70778b;
    color: #70778b !important;
    border-radius: 10px
}

a.fill:before {
    background: #70778b;
    border-radius: 10px
}

.contacta .dadesContacte li {
    font-size: .8rem
}

.contacta .dadesContacte i {
    color: #0a0a0a;
    width: 2rem
}

.g-recaptcha.petit {
    transform: scale(.85);
    -moz-transform: scale(.85);
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0
}

@media print,
screen and (min-width:64em) {
    .g-recaptcha.petit {
        float: left;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0
    }
}

.panell-contactar {
    border: 1px solid #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #8c8c8c
}

.centratAbsolut {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

footer {
    padding: 5rem 0 0;
    position: relative;
    z-index: 99;
    background-color: #252c41;
    color: #9ea6ba
}

footer p {
    font-size: .8125rem
}

@media print,
screen and (min-width:64em) {
    footer {
        text-align: left
    }
}

footer .top {
    padding-bottom: 3rem
}

footer .bottom {
    padding: 3rem 0 1rem;
    border-top: 1px solid hsla(0, 0%, 100%, .05)
}

footer h4 {
    font-size: .875rem;
    color: #e7e7ed;
    font-weight: 700;
    margin-bottom: 1.625rem;
    letter-spacing: 1px;
    margin-top: 1.625rem
}

@media print,
screen and (min-width:64em) {
    footer h4 {
        margin-top: 0
    }
}

footer a {
    font-size: .8125rem
}

footer a i {
    font-size: 3rem
}

footer label {
    font-size: .8125rem;
    color: #9ea6ba
}

footer .empren {
    margin-bottom: 1.625rem;
    margin-top: 1.625rem
}

@media print,
screen and (min-width:64em) {
    footer .empren {
        margin-top: 0
    }
}

#stickyFooter {
    position: fixed;
    background-color: #17bada;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    font-size: 1.3rem
}

#stickyFooter i {
    color: #fefefe;
    font-size: 2rem;
    padding: .7rem 0
}

#stickyFooter a {
    color: #fefefe
}

#zonaresposta [id^=contactar] {
    padding: 1rem
}

#zonaresposta .enviantMissatge {
    background-color: #dff;
    border-left: 2px solid #00f;
    padding: .5rem
}

#zonaresposta .enviantMissatge p {
    color: #308fdf;
    font-size: 1.5rem
}

#zonaresposta .missatgeEnviat {
    background-color: #dff0d8;
    border-left: 2px solid green;
    padding: .5rem
}

#zonaresposta .missatgeEnviat p {
    color: #3c763d;
    font-size: 1.5rem
}

#zonaresposta .missatgeNoEnviat {
    background-color: #fdd;
    border-left: 2px solid red;
    padding: .5rem
}

#zonaresposta .missatgeNoEnviat p {
    color: #e52e2a;
    font-size: 1.5rem
}

.preMenu {
    width: 100%;
    font-family: "monospace";
    font-size: .6rem;
    font-weight: 700;
    color: #cacaca;
    text-align: center
}

.preMenu ul {
    padding: .5rem 0
}

.preMenu ul li a:after {
    content: " | ";
    margin-left: .1rem
}

.preMenu ul li a .actiu {
    color: #70778b
}

.preMenu ul li:last-child a:after {
    content: " "
}

/* .preMenu ul li:last-child a span {
    position: absolute;
    right: 0
} */

.preMenu a,
.preMenu a:hover {
    color: #cacaca;
    transition: all .2s ease-in
}

.hamburguesa {
    color: #fefefe;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 30px;
    cursor: pointer
}

.hamburguesa:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: ""
}

.hamburguesa:after,
.hamburguesa:hover:after {
    background: #0a0a0a;
    box-shadow: 0 12px 0 #0a0a0a, 0 24px 0 #0a0a0a
}

.hamburguesa.blanc {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    cursor: pointer
}

.hamburguesa.blanc:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe, 0 21px 0 #fefefe;
    content: ""
}

.hamburguesa.blanc:hover:after {
    background: #70778b;
    box-shadow: 0 7px 0 #70778b, 0 14px 0 #70778b, 0 21px 0 #70778b
}

body.sticky-shrinknav-wrapper .hamburguesa.blanc {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 20px;
    cursor: pointer
}

body.sticky-shrinknav-wrapper .hamburguesa.blanc:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 6px 0 #fefefe, 0 12px 0 #fefefe, 0 18px 0 #fefefe;
    content: ""
}

body.sticky-shrinknav-wrapper .hamburguesa.blanc:hover:after {
    background: #70778b;
    box-shadow: 0 6px 0 #70778b, 0 12px 0 #70778b, 0 18px 0 #70778b
}

.hamburguesa span {
    display: block;
    padding-left: 3rem
}

.menuIdioma ul {
    padding: .5rem 0
}

.menuIdioma ul li a:after {
    content: " | ";
    margin-left: 1rem;
    margin-right: 1rem
}

.menuIdioma ul li:last-child a:after {
    content: " "
}

.glightbox-container .desc-bottom {
    position: relative
}

.glightbox-clean .gslide-description {
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    bottom: 0;
    width: 100%;
    color: #fefefe;
    text-align: center
}

.glightbox-clean .gslide-description h4 {
    color: #fefefe
}

.ampliar {
    display: none
}

#capaTextCookies {
    position: fixed;
    z-index: 999;
    left: .5rem;
    bottom: .5rem;
    background: rgba(112, 119, 139, .9);
    padding: 1rem;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border: 1px solid #70778b;
    border-radius: .3rem;
    text-align: center
}

#capaTextCookies a {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

#capaTextCookies #btTancarCookies {
    margin-bottom: 0;
    border-radius: .3rem;
    color: #70778b;
    background-color: #fff;
    border: 1px solid #70778b;
    text-decoration: none
}

.imgZoom {
    overflow: hidden
}

.imgZoom:hover,
.imgZoom:hover img,
.imgZoom img {
    transition: .6s ease
}

.imgZoom:hover img {
    transform: scale(1.2)
}

.overlayAmbText {
    padding: .5rem 1rem;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 0;
    width: 100%
}

@media print,
screen and (min-width:64em) {
    .overlayAmbText {
        padding: 1rem
    }
}

.overlayAmbText h2 {
    color: #fff;
    letter-spacing: -2px;
    font-weight: 400;
    line-height: 1;
    font-size: 1.5rem
}

@media print,
screen and (min-width:64em) {
    .overlayAmbText h2 {
        font-size: 2rem;
        margin-bottom: .5rem !important
    }
}

.overlayAmbText p {
    overflow: hidden;
    color: #909090;
    font-size: .9rem
}

.overlay {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.fletxaScrollTop.actiu {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in
}

.fletxaScrollTop {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 999999;
    width: 48px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    border-radius: 3px;
    background-color: #485273;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s;
    transition: all .3s ease-in
}

.fletxaScrollTop a {
    display: block;
    color: #fff
}

.fletxaScrollTop.fitxaItem {
    bottom: 4rem
}

@media print,
screen and (min-width:64em) {
    .fletxaScrollTop.fitxaItem {
        bottom: 1rem
    }
}

.iconesInformacio .off {
    webkit-filter: opacity(40%);
    filter: opacity(40%);
    transition: all .15s ease-in-out
}

.iconesInformacio .cell {
    margin-bottom: 1rem
}

.iconesInformacio .cell .informacioNom img {
    height: 1.5rem
}

.iconesInformacio .cell .informacioValor {
    font-size: .8125rem
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #555;
    position: absolute;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.loader-ellips__dot:first-child,
.loader-ellips__dot:nth-child(2) {
    left: 0
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em
}

.loader-ellips__dot:nth-child(4) {
    left: 3em
}

@-webkit-keyframes reveal {
    0% {
        transform: scale(.001)
    }

    to {
        transform: scale(1)
    }
}

@keyframes reveal {
    0% {
        transform: scale(.001)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:first-child {
    -webkit-animation-name: reveal;
    animation-name: reveal
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    -webkit-animation-name: slide;
    animation-name: slide
}

.loader-ellips__dot:nth-child(4) {
    -webkit-animation-name: reveal;
    animation-name: reveal;
    animation-direction: reverse
}

.page-load-status {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #777
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

@media print,
screen and (min-width:64em) {
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important
    }
}

iframe[name=gr-chat-iframe] {
    left: 0;
    bottom: -11px
}

@media print,
screen and (min-width:64em) {
    iframe[name=gr-chat-iframe] {
        bottom: 0
    }
}

a.fill {
    border: 1px solid #fbb03b;
    position: relative;
    display: inline-block;
    background: transparent;
    color: #fbb03b !important;
    z-index: 1;
    cursor: pointer;
    border-radius: "";
    transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out;
    -ms-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    -webkit-transition: all .18s ease-in-out
}

a.fill:hover {
    color: #fefefe !important
}

a.fill:hover:before {
    bottom: 0
}

a.fill:before {
    content: "";
    position: absolute;
    background: #fbb03b;
    border-radius: "";
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    transition: bottom .19s ease-in-out;
    -o-transition: bottom .19s ease-in-out;
    -ms-transition: bottom .19s ease-in-out;
    -moz-transition: bottom .19s ease-in-out;
    -webkit-transition: bottom .19s ease-in-out
}

a.fill-negatiu {
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    background: transparent;
    color: #fff !important;
    z-index: 1;
    cursor: pointer;
    border-radius: "";
    transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out;
    -ms-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    -webkit-transition: all .18s ease-in-out
}

a.fill-negatiu:hover {
    color: #70778b !important
}

a.fill-negatiu:hover:before {
    bottom: 0
}

a.fill-negatiu:before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: "";
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    transition: bottom .19s ease-in-out;
    -o-transition: bottom .19s ease-in-out;
    -ms-transition: bottom .19s ease-in-out;
    -moz-transition: bottom .19s ease-in-out;
    -webkit-transition: bottom .19s ease-in-out
}

/* davidl */

header,
header.menuTransparent .sticky.is-stuck,
header .sticky.is-stuck {
    background-color: #dae4e5f0;
    background-color: #ffffffdd;
    box-shadow: 0 0 30px #00000080, inset 0 0 5px #ffffffa0;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
header.menuBlanc,
header.menuTransparent {
    position: fixed;

}
header .sticky {
    border-bottom: 0 none;
}

header ul#menuEscriptori>li>a {
    color: #333 !important;
    border-radius: 20px;
    font-weight: bold !important;
    padding: 8px 12px;
}

header ul#menuEscriptori>li>a:hover {
    background-color: #22dbf7;
    color: #333 !important;
}

.top-bar {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    header .grid-container {
        padding: 0;
    }
}
.preMenu {
    font-family: unset;
    width: unset;
    margin-top: 2px;
    margin-left: 20px;
}
.lang-menu {
    background: rgb(74,223,217);
    background: linear-gradient(90deg, rgba(74,223,217,1) 0%, rgba(119,232,168,1) 100%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 10px;
    font-size: 120%;
}
.preMenu ul li a:after {
    content: "";
}
.preMenu a, .preMenu a:hover {
    font-weight: normal;
}
.preMenu a, .preMenu a:hover {
    color: #333;
}
.preMenu ul li a .actiu {
    color: #333;
    font-weight: bold;
}
.toptopMenu {
    margin: 0 0 0 20px;
}
header #menuEscriptori {
    padding: 1rem 0;
}
.sticky-container {
    zzzzzheight: 94.925px !important;
    background: transparent !important;
}
.llistatItems .estaticaItem {
    background-image: url('/img/nuevo/home-1rH11J@2x.jpg');
    background-size: cover;
}
.containerBuscador .formBuscador.input-group input {
    border: 3px solid #0fe3a1;
    border-radius: 60px 0 0 60px;
    padding: 10px 30px;
    height: 60px;
}
.contingut.fitxaItem, .contingut.llistatItems {
    background-color: #f4f4f4;
}
#llistatItems .titolLlistat .capaBlanca,
#stickyBuscador .sticky,
.buscador {
    background-color: transparent;
}
header.menuBlanc .sticky,
header.menuTransparent .sticky {
    border-bottom: 0 none;
}
.botoBuscador {
    display: flex;
    align-items: center;
    background: rgb(74,223,217);
    background: linear-gradient(90deg, rgba(74,223,217,1) 0%, rgba(119,232,168,1) 100%);
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px  !important;
    height: 60px;
    padding: 0 30px 0 25px;
    font-weight: bold;
    font-size: 95%;
    cursor: pointer;
}
.hidden {
    display: none;
}

.botonera-buscador {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 32px;
}
.botonera {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
}
.boton-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 120px;
    margin-right: 20px;
    justify-content: center;
}
.botonera-buscador h1 {
    text-transform: uppercase;
    font-size: 18pt;
    color: #333;
    margin-bottom: 24px;
}
.botonera-buscador>* {
    flex-basis: 100%;
    text-align: center;
}
.zzzznopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.icono-mapa {
    width: 100% !important;
}
.boton-botonera {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
    border-radius: 12px;
    background: rgb(74,223,217);
    background: linear-gradient(315deg, rgba(74,223,217,1) 0%, rgba(119,232,168,1) 100%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boton-botonera.espaciado {
    padding: 32px;
}
.botonera-home .boton-botonera img {
    zzzzzwidth: 50%;
    border-radius: 99px;
}
.boton-botonera:hover {
    background: rgb(74,223,217);
    cursor: pointer;
    box-shadow: inset 0 0 10px #00000060;
}
.boton-texto {
    font-weight: bold;
    font-size: 80%;
}
.cell.targetes .item {
    border-radius: 16px;
    border: 0 none;
}
.cell.targetes {
    border-radius: 16px;
    margin-bottom: 1rem;
}
.campingsCampingsbox.targetes a.imgZoom, .campingsCampingsbox.targetes a.imgZoom img, .cell.targetes a.imgZoom, .cell.targetes a.imgZoom img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.campingsCampingsbox.targetes .item .visualitzacions, .cell.targetes .item .visualitzacions {
    background: rgb(74,223,217);
    background: linear-gradient(90deg, rgba(74,223,217,1) 0%, rgba(119,232,168,1) 100%);
    text-shadow: none;
    color: #333;
    font-size: 60%;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 10px;
    margin: 20px;
}
.campingsCampingsbox.targetes .item .visualitzacions span, .cell.targetes .item .visualitzacions span {
    top: unset;
}
body {
    color: #333;
}
a {
    color: #333;
}
.campingsCampingsbox.targetes .item h1, .cell.targetes .item h1 {
    margin-bottom: 0;
}
.campingsCampingsbox.targetes .item .peu, .cell.targetes .item .peu {
    border-top: 0 none;
    padding: 1em;
}

.campingsCampingsbox.targetes .item .peu a.boton-blanco, .cell.targetes .item .peu a.boton-blanco {
    border: 3px solid #00e690;
    padding: 8px 16px;
    border-radius: 24px;
    font-weight: bold;
}
.campingsCampingsbox.targetes .item .extracte, .cell.targetes .item .extracte {
    font-size: 85%;
    line-height: unset;
}
.block-buscador > div {
    border: 3px solid #00e690;
    background-color: white;
    border-radius: 24px;
    padding: 12px 18px;
}
.block-buscador > div.menos-padding {
    padding: 12px 18px 6px;
}
.titolBuscador {
    font-size: 80%;
}
.block-buscador .option-hider {
    display: none;
    margin-top: 16px;
}
#llistatItems .titolLlistat {
    padding-bottom: 0;
    background: white;
    margin: 0 0 24px 0;
    border-radius: 24px;
}
#llistatItems .titolLlistat p {
    margin-bottom: 0;
}

#llistatItems .titolLlistat h1 {
    color: #333 !important;
    text-transform: uppercase;
}

footer {
    background: rgb(218,251,234);
    background: linear-gradient(90deg, rgba(218,251,234,1) 0%, rgba(203,246,253,1) 100%);
}

footer li, footer h4 {
    text-align: left;
}
footer h4 {
    color: #333;
}
.prefooter {
    padding: 32px;
    color: white;
    background: rgb(74,223,217);
    background: linear-gradient(90deg, rgba(74,223,217,1) 0%, rgba(119,232,168,1) 100%);
}
.prefooter .cell {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bold;
}

.prefooter .vcenter>* {
    width: 100%;
}
.prefooter .vcenter .lab {
    font-size: 300%;
    color: white;
    margin-top: 12px;
}

.postfooter {
    background-color: #333333;
    display: flex;
    justify-content: center;
    text-align: center;
}
.postfooter p {
    margin-bottom: 0;
    text-align: center;
    font-size: 90%;
    margin: 12px;
    color: #aaa;
}
.postfooter p a {
    color: #00c5ec;
}
.blog-wrapper {
    display: flex;
    height: 700px;
    flex-wrap: wrap;
    width: 960px;
    flex-direction: column;
    margin: 0 auto;
    width: 960px;
}
.blog-articulo {
    width: 300px;
    position: relative;
    border-radius: 24px;
    margin-bottom: 24px;
    box-shadow: 0 0 5px #00000060;
}
.blog-articulo.articulo-peque {
    height: 200px;
}
.blog-articulo.articulo-grande {
    height: 400px;
}
.articulo-inner {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 3px #000000aa;
    padding: 0 30px;
    color: white;
    font-weight: bold;
}
.articulo-inner a {
    color: #00c5ec;
}
.blocTitolEspaiat h2 {
    text-transform: uppercase;
    font-size: 130%;
}

.newsletter-home {
    padding: 48px;
    color: white;
    background: rgb(218,251,234);
    background: linear-gradient(90deg, rgba(218,251,234,1) 0%, rgba(203,246,253,1) 100%);
    display: flex;
    justify-content: center;
}

.newsletter-home-inner {
    max-width: 580px;
    color: #333;
    text-align: center;
}
.newsletter-home-inner img {
    width: 70px;
    margin-bottom: 16px;
}

.newsletter-home-inner h1 {
    font-size: 150%;
    margin-bottom: 10px;
    color: #333;
    line-height: 22pt;
}

.newsletter-home-inner a {
    display: inline-block;
    margin: 0 auto;
    margin-top: 16px;
    border: 3px solid #00e690;
    background-color: white;
    border-radius: 24px;
    padding: 10px 28px;
    font-weight: bold;
    font-size: 90%;
}

.botonera-home {
    padding: 48px;
    color: white;
    background: rgb(119,232,168);
    background: linear-gradient(90deg, rgba(119,232,168,1) 0%, rgba(34,218,246,1) 100%);
    margin-bottom: 0;
}
.botonera-home.in-landing {
    background: white;
}

.botonera-home h1 {
    font-size: 130%;
    margin-bottom: 36px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.botonera-home .boton-botonera {
    background: white;
    box-shadow: 0 0 10px #00000060;
}

.botonera-home .boton-texto {
    text-align: center;
    color: white;
    text-shadow: 0 0 3px #00000060;
}

.botonera-home.in-landing .boton-texto {
    color: black;
    text-shadow: unset;
}
.botonera-home .boton-texto a {
    color: white;
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 240px;
  }

  @media (min-width: 768px) {
    .carousel {
      width: 720px;
    }
  }

  @media (min-width: 992px) {
    .carousel {
      width: 960px;
    }
  }

  .carousel:before,
  .carousel:after {
    content: "";
    display: table;
  }

  .carousel:after {
    clear: both;
  }
  .purejscarousel {
    overflow: hidden;
  }

  .purejscarousel-slides-container:before,
  .purejscarousel-slides-container:after {
    content: "";
    display: table;
  }

  .purejscarousel-slides-container:after {
    clear: both;
  }

  .purejscarousel-slide {
    float: left;
  }

  .purejscarousel-btn {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    height: 20px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 20px;
    display: none;
  }

  .purejscarousel-btn-next {
    border-bottom: 8px solid #26d3f5;
    border-right: 8px solid #26d3f5;
    right: 5px;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .purejscarousel-btn-prev {
    border-bottom: 8px solid #26d3f5;
    border-left: 8px solid #26d3f5;
    left: 5px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .purejscarousel-dots-container {
    float: left;
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }

  .purejscarousel-dot {
    background: #26d3f5;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 15px;
    outline: none;
    margin: 0 5px;
    width: 15px;
  }

  .active.purejscarousel-dot {
    cursor: default;
    opacity: .5;
  }
  .slide {
    float: left;
    height: 280px;
    width: 480px;
    padding: 10px;
  }
  .carousel-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
  }
.slide-inner {
    position: relative;
    border-radius: 24px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 100%;
}
.carousel-meta {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background: #ffffffdd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.carousel-meta a {
    font-size: 80%;
    font-weight: bold;
}
.carousel-meta a.carousel-reservar {
    font-size: 70%;
    background: #ffffffdd;

    border: 3px solid #00e690;
    padding: 8px 16px;
    border-radius: 24px;
}
.destinacions-populars {
    margin-bottom: 56px;
}
.destinacions-populars h2 {
    font-weight: bold;
    text-align: center;
    font-size: 150%;
    text-transform: uppercase;
    color: #333;
}
.destinacions-populars p {
    text-align: center;
}
.destinacions-populars.de-verdad,
.destinacions-populars.medio-fake {
    background: rgb(218,251,234);
    background: linear-gradient(90deg, rgba(218,251,234,1) 0%, rgba(203,246,253,1) 100%);
    padding: 56px;
    margin-bottom: 48px;
}
.destinacions-populars.medio-fake {
    padding: 56px 0;
}
.destinacions-populars.de-verdad.o-quiza-no-tanto {
    margin-bottom: 0;
}
.slide-2,
.slide-4 {
    width: 240px;
}
.slide-2 .carousel-meta,
.slide-4 .carousel-meta {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: transparent;
    padding: 0;
    padding-bottom: 24px;
    display: inline;
}
.slide-2 .carousel-meta>div,
.slide-4 .carousel-meta>div {
    font-size: 70%;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 0 0 3px #00000030;
}
.slide-2 .carousel-meta>div.carousel-name,
.slide-4 .carousel-meta>div.carousel-name {
    font-size: 100%;
    text-transform: uppercase;
}

.campingsbox-experience {
    display: flex;
    padding: 48px;
    justify-content: center;
    background: white;
}
.campingsbox-experience .left {
    width: 600px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
}
.campingsbox-experience .left .foto {
    width: 100%;
    height: 280px;
    text-align: center;
}
.campingsbox-experience .left .foto img {
    height: 100%;
}
.campingsbox-experience .left .all-metas {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.campingsbox-experience .left .all-metas .box-meta {
    width: 100px;
    text-align: center;
    margin: 0 16px;
}
.campingsbox-experience .left .all-metas .title {
    font-weight: normal;
    font-size: 80%;
}
.campingsbox-experience .left .all-metas .subtitle {
    font-weight: bold;
    line-height: 15px;
}
.campingsbox-experience .left .all-metas .box-meta {
    font-weight: bold;
}
.campingsbox-experience .left .all-metas .price {
    font-weight: bold;
    color: #2bdaf8;
}
.campingsbox-experience .left .all-metas .buy {
    font-weight: bold;
    border: 3px solid #00e690;
    padding: 6px 14px;
    border-radius: 24px;
    display: inline-block;
    margin: 8px 0;
    font-size: 90%;
}
.campingsbox-experience .right {
    width: 300px;
    height: 400px;
    display: flex;
    align-items: center;
}
.campingsbox-experience .right>div {
    text-align: center;
}

.campingsbox-experience .right .buy {
    border: 3px solid #00e690;
    padding: 6px 18px;
    border-radius: 24px;
    display: inline-block;
    font-weight: bold;
    font-size: 90%;
}

.cell.targetes .item .peu {
    border-top: 0 none;
    justify-content: space-between;
    padding: 16px 16px;
    display: flex;
}

.cell.targetes .item .peu a.boton-blanco.reserva {
    background: rgb(74,223,217);
    background: linear-gradient(90deg, rgba(74,223,217,1) 0%, rgba(119,232,168,1) 100%);
}

.contingut.fitxaItem {
    margin-top: 100px;
}

.main-photo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.main-photo {
    width: 780px;
    height: 400px;
    border-radius: 16px;
}
.main-photo-container a {
    width: 100%;
    height: 100%;
    display: block;
}
.main-photo-container .left {
    padding: 32px 0;
}
.main-photo-container .right {
    width: 138px;
    display: flex;
}
.main-photo-container .carousel-wrapper {
    transform: rotate(90deg) translate(0px, 145px);
    opacity: 0;
    width: 450px;
}
.main-photo-container .carousel {
    width: 414px;
}
.main-photo-container .carousel .slide {
    width: 138px;
    height: 138px;
    padding: 8px;
    transform: rotate(-90deg);
}
.main-photo-container .carousel .slide-inner {
    border-radius: 16px;
}
.main-photo-container .purejscarousel-dots-container {
    display: none;
}
.main-photo-container .carousel-left button,
.main-photo-container .carousel-right button {
    width: 12px;
}
.main-photo-container .carousel-right button {
    background-position: 12px;
}
.main-info-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-info-container .left {
    width: 630px;
}
.main-info-container .left p {
    margin-bottom: 0;
}
.main-info-container .left h1 img {
    width: 100px;
    margin-left: 24px;
}
.main-info-container .right {
    zzzzwidth: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-info-container .right a {
    border: 3px solid #00e690;
    padding: 12px 32px;
    border-radius: 24px;
    font-weight: bold;
    font-size: 80%;
    margin-left: 16px;
    display: inline-block;
    background-color: white;
}
.main-info-container .right a.reserva {
    background: rgb(74,223,217);
    background: linear-gradient(90deg, rgba(74,223,217,1) 0%, rgba(119,232,168,1) 100%);
}
.botones-refuerzo {
    text-align: center;
}
.botones-refuerzo a {
    border: 3px solid #00e690;
    padding: 12px 32px;
    border-radius: 24px;
    font-weight: bold;
    font-size: 80%;
    margin-left: 16px;
    display: inline-block;
    background-color: white;
}
.botones-refuerzo a.reserva {
    background: rgb(74,223,217);
    background: linear-gradient(90deg, rgba(74,223,217,1) 0%, rgba(119,232,168,1) 100%);
}
.main-info-container .left h1 {
    font-weight: bold;
    font-size: 130%;
}
.camping-icons-container {
    display: flex;
    justify-content: center;
    margin: 48px 0;
}
.camping-icons-wrapper {
    margin: -10px;
    display: flex;
    flex-wrap: nowrap;
    width: 950px;
}
.camping-icons-list {
    background-color: white;
    border-radius: 24px;
    margin: 10px;
    flex: 1;
    padding: 24px;
}
.camping-icons-list h3 {
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;
    text-align: center;
}
.camping-icons-list .cell a {
    font-size: 75%;
    font-weight: bold;
    margin-bottom: 2px;
    display: inline-block;
}
.camping-icons-list .cell a.off {
    display: none;
}
.camping-icons-list .cell .informacioNom img {
    max-height: 24px;
}
.camping-icons-list .cell .informacioNom {
    margin-right: 5px;
}
.camping-contacte {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.camping-contacte h1 {
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;
    text-align: center;
}
.camping-contacte li {
    list-style: none;
}
.camping-contacte li i {
    margin-right: 8px;
}
.camping-contacte li span {
    font-weight: bold;
    font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.ficha-descripcion {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    font-size: 90%;
}
.ficha-descripcion-inner {
    width: 800px;
}
.ficha-descripcion h1 {
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;
    text-align: center;
}

.ficha-descripcion-inner p {
    text-align: justify;
}

.item .meta-info {
    display: flex;
    flex-wrap: wrap;
}
.item .meta-info .cell {
    font-size: 70%;
    width: 50%;
    font-weight: bold;
}
.item .meta-info .cell.off {
    display: none;
}

.carousel-left button, .carousel-left-2 button,
.carousel-right button, .carousel-right-2 button,
.carousel-left button, .carousel-left-4 button,
.carousel-right button, .carousel-right-4 button {
    width: 48px;
    height: 32px;
    background-size: cover;
    cursor: pointer;
}
.carousel-left button, .carousel-left-2 button,
.carousel-left button, .carousel-left-4 button {
    background-image: url('/img/nuevo/arrow-left.svg');
}
.carousel-right button, .carousel-right-2 button,
.carousel-right button, .carousel-right-4 button {
    background-image: url('/img/nuevo/arrow-right.svg');
}
.purejscarousel-dot {
    cursor: pointer;
}

.titolBuscador img {
    float: left;
    width: 20px;
    margin-right: 6px;
}
.titolBuscador img.arrow {
    float: right;
    width: 18px;
    padding-top: 5px;
    margin-right: 0;
}
.titolBuscador img.arrow.open {
    transform: rotate(180deg);
    padding-bottom: 5px;
}
#stickyBuscador .sticky.is-stuck.is-at-top {
    zzzzmargin-top: 11rem !important;
}
@media print, screen and (min-width: 64em) {
    .buscador {
        height: 84vh;
    }
}

.clear {
    clear: both;
}
.landing-spacer {
    margin-bottom: 128px;
}

@font-face {
    font-family: Tahu;
    src: url("/img/nuevo/Tahu!.ttf");
}
.imatgeTop h1 {
    color: #424242;
}
.imatgeTop h1 {
    color: #424242;
}
.imatgeTop .seccioEspaiat span {
    font-size: 250%;
    color: #22ddf4;
    margin-left: 200px;
    text-shadow: 0 0 10px #000000a0;
    font-family: Tahu, sans-serif;
}
.imatgeTop.portada .contingutBlocTop h1 {
    margin-bottom: 0;
    line-height: 24px;
    text-transform: uppercase;
}
.imatgeTop.portada {
    background-image: url("/thumbx1920x600x1/img/nuevo/home-Recurso 46.jpg");
}
.campingsbox-experience h1 {
    text-transform: uppercase;
    font-size: 175%;
    margin-bottom: -24px;
    margin-right: 75px;
}
.campingsbox-experience h3 {
    font-family: Tahu;
    color: #22ddf4;
    font-weight: normal;
    margin-left: 120px;
    font-size: 300%;
}
.destacado-rating {
    display: block;
    margin-top: 12px;
    width: 120px;
}
.camping-icons-list .arrow {
    display: none;
}
.numCampingsOverlay {
    color: #333;
    zzztext-shadow: 0 0 3px black, 0 0 3px black;
    text-align: center;
}
#orbit-portada {
    height: auto !important;
}

.titolBuscador {
    cursor: pointer;
}

.descripcion-temporada {
    font-size: 9pt;
    margin-top: -14px;
    margin-bottom: 18px;
}
.descripcion-temporada-fitxa {
    font-size: 10pt;
    margin-top: 6px;
}

.ol-popup-content {
    min-width: 300px !important;
    max-height: unset !important;
    overflow-x: auto !important;
}

.ItemMapaImatge img {
    max-width: 300px !important;
    max-height: 300px !important;
    width: unset !important;
    height: unset !important;
}

@media (min-width: 1000px) {
    .carousel-4 .purejscarousel-dots-container,
    .carousel-left-4,
    .carousel-right-4 {
        display: none;
    }
}

.grid-container.landing-spacer .cell > .grid-x {
    display: flex;
}

@media (max-width: 1000px) {

.grid-container.landing-spacer .cell > .grid-x .landingsTematiques-photo {
    order: 1;
    margin-bottom: 16px;
}
.grid-container.landing-spacer .cell > .grid-x .landingsTematiques-desc {
    order: 2;
}

    .imatgeTop.landings.imatgeTop.landingsTematiques .contingutBlocTop {
        padding: 8rem 0 6rem;
    }
    .campingsbox-experience {
        flex-wrap: wrap;
        padding: 48px 24px;
    }
    .campingsbox-experience .left {
        flex-shrink: 0;
        width: 100%;
        height: unset;
    }
    .campingsbox-experience .right {
        height: auto;
        padding-top: 32px;
    }
    .campingsbox-experience .left .foto {
        height: unset;
    }
    .campingsbox-experience .left .foto img {
        width: 100%;
        height: 100%;
    }
    .campingsbox-experience .left .all-metas .box-meta {
        margin: 0 8px;
    }
    .botonera {
        flex-wrap: wrap;
        width: 300px;
        margin: 0 auto;
    }
    .boton-wrapper {
        margin-bottom: 16px;
    }
    .blog-wrapper {
        width: 300px;
        height: auto;
    }
    .blog-wrapper article:nth-child(5),
    .blog-wrapper article:nth-child(6) {
        display: none;
    }
    .prefooter .cell {
        margin-bottom: 16px;
    }
    .prefooter .cell:last-child {
        margin-bottom: 0;
    }
    footer .grid-padding-x>.cell {
        padding-left: 64px;
    }
    footer {
        padding: 3rem 0 0;
    }
    .newsletter-home {
        padding: 48px 16px;
    }
    .containerBuscador .formBuscador.input-group {
        display: flex;
        flex-wrap: wrap;
    }
    .containerBuscador .formBuscador.input-group input {
        flex-basis: 100%;
        margin-bottom: 12px !important;
        border-radius: 60px;
    }
    .input-group>.botoBuscador:last-child {
        flex-basis: 100%;
        border-radius: 60px;
        justify-content: center;
    }
    .imatgeTop .seccioEspaiat span {
        margin-left: 120px;
    }
    .imatgeTop.portada .contingutBlocTop {
        padding: 20vh 0 14vh;
    }
    .top-bar {
        height: 70px;
    }
    .purejscarousel-dots-container {
        display: none;
    }
    .carousel-left button, .carousel-left-2 button, .carousel-right button, .carousel-right-2 button,
    .carousel-left button, .carousel-left-4 button, .carousel-right button, .carousel-right-4 button {
        width: 24px;
        height: 16px;
    }
    .carousel {
        width: 320px;
    }
    .slide {
        width: 320px;
    }
    .destinacions-populars.de-verdad {
        padding: 56px 0;
    }
    .main-info-container {
        flex-wrap: wrap;
    }
    .main-info-container .left {
        order: 2;
        width: 100%;
        text-align: center;
    }
    .main-info-container .left h1 img {
        display: block;
        margin: 5px auto 0;
    }
    .main-info-container .right {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-bottom: 16px;
    }
    .main-photo-container {
        flex-wrap: wrap;
    }
    .main-photo-container .left {
        width: 100%;
        padding: 0;
        padding-bottom: 8px;
    }
    .main-photo {
        border-radius: 0;
        width: 100%;
    }
    .main-photo-container .right {
        width: 100%;
    }
    .main-photo-container .carousel-wrapper {
        transform: unset;
        width: 100%;
    }
    .main-photo-container .carousel .slide {
        transform: unset;
    }
    .main-photo-container .carousel {
        width: 274px;
    }
    .main-photo-container .carousel-left button, .main-photo-container .carousel-right button {
        width: 24px;
    }
    .main-photo-container .carousel-right button {
        background-position: unset;
    }
    .contingut.fitxaItem {
        margin-top: 0;
    }
    .camping-icons-container {
        margin: 16px 0;
    }
    .camping-icons-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 10px;
        justify-content: center;
    }
    .camping-icons-list {
        flex: none;
        width: 100%;
        margin: 0;
        margin-bottom: 14px;
        max-width: 450px;
    }
    .ficha-descripcion p {
        margin: 0 32px;
    }
    .camping-icons-list h3 {
        text-align: left;
        margin-bottom: 0;
    }
    .camping-icons-list h3 img {
        width: 16px;
        margin-top: 8px;
        float: right;
    }
    .camping-icons-list .cell-wrapper {
        display: none;
    }
    .camping-icons-list h3 .arrow {
        display: inline;
    }
    .camping-icons-list h3 .arrow.open {
        transform: rotate(180deg);
    }
    .camping-contacte-inner ul {
        margin: 0;
    }
    .boton-filtros {
        border: 3px solid #00e690;
        padding: 12px 32px;
        border-radius: 24px;
        font-weight: bold;
        font-size: 90%;
        background-color: white;
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 150px;
        margin-bottom: 48px;
    }
}