@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/fa-regular-400.woff") format("woff")
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 900;
    src: url("fonts/fa-solid-900.woff") format("woff")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Lato-Light.ttf") format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/Lato-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    src: url("fonts/Lato-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Merienda";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/MeriendaOne-Regular.ttf") format("truetype")
}

.row {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    width: 100%;
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch
}

.row.start {
    justify-content: flex-start
}

.row.center {
    justify-content: center
}

.row.end {
    justify-content: flex-end
}

.row.top {
    align-items: flex-start
}

.row.baseline {
    align-items: baseline
}

.row.middle {
    align-items: center
}

.row.bottom {
    align-items: flex-end
}

.row.stretch {
    align-items: stretch
}

.row.between {
    justify-content: space-between
}

.row.around {
    justify-content: space-around
}

.row.reverse {
    flex-direction: row-reverse
}

.row.forward {
    flex-direction: row
}

.row.full {
    max-width: none
}

.row .row {
    margin-left: -1.125rem;
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% + 2.25rem);
    width: calc(100% + 2.25rem)
}

.row>.row {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%
}

.col {
    float: left;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    max-width: 100%;
    width: 100%;
    flex: 0 0 auto;
    flex-grow: 1;
    flex-basis: 100%
}

.col.first {
    order: -1
}

.col.last {
    order: 1
}

.col.unset {
    order: 0
}

.no-gutter,
.no-gutter>.col {
    padding-left: 0;
    padding-right: 0
}

.row.default-start {
    justify-content: flex-start
}

.row.default-center {
    justify-content: center
}

.row.default-end {
    justify-content: flex-end
}

.row.default-top {
    align-items: flex-start
}

.row.default-middle {
    align-items: center
}

.row.default-baseline {
    align-items: baseline
}

.row.default-bottom {
    align-items: flex-end
}

.row.default-stretch {
    align-items: stretch
}

.row.default-between {
    justify-content: space-between
}

.row.default-around {
    justify-content: space-around
}

.row.default-reverse {
    flex-direction: row-reverse
}

.row.default-forward {
    flex-direction: row
}

.col.default-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%
}

.col.default-prefix-1 {
    margin-left: 8.33333%
}

.col.default-suffix-1 {
    margin-right: 8.33333%
}

.col.default-min-1 {
    min-width: 8.33333%
}

.col.default-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%
}

.col.default-prefix-2 {
    margin-left: 16.66667%
}

.col.default-suffix-2 {
    margin-right: 16.66667%
}

.col.default-min-2 {
    min-width: 16.66667%
}

.col.default-3 {
    max-width: 25%;
    flex-basis: 25%
}

.col.default-prefix-3 {
    margin-left: 25%
}

.col.default-suffix-3 {
    margin-right: 25%
}

.col.default-min-3 {
    min-width: 25%
}

.col.default-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%
}

.col.default-prefix-4 {
    margin-left: 33.33333%
}

.col.default-suffix-4 {
    margin-right: 33.33333%
}

.col.default-min-4 {
    min-width: 33.33333%
}

.col.default-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%
}

.col.default-prefix-5 {
    margin-left: 41.66667%
}

.col.default-suffix-5 {
    margin-right: 41.66667%
}

.col.default-min-5 {
    min-width: 41.66667%
}

.col.default-6 {
    max-width: 50%;
    flex-basis: 50%
}

.col.default-prefix-6 {
    margin-left: 50%
}

.col.default-suffix-6 {
    margin-right: 50%
}

.col.default-min-6 {
    min-width: 50%
}

.col.default-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%
}

.col.default-prefix-7 {
    margin-left: 58.33333%
}

.col.default-suffix-7 {
    margin-right: 58.33333%
}

.col.default-min-7 {
    min-width: 58.33333%
}

.col.default-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%
}

.col.default-prefix-8 {
    margin-left: 66.66667%
}

.col.default-suffix-8 {
    margin-right: 66.66667%
}

.col.default-min-8 {
    min-width: 66.66667%
}

.col.default-9 {
    max-width: 75%;
    flex-basis: 75%
}

.col.default-prefix-9 {
    margin-left: 75%
}

.col.default-suffix-9 {
    margin-right: 75%
}

.col.default-min-9 {
    min-width: 75%
}

.col.default-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%
}

.col.default-prefix-10 {
    margin-left: 83.33333%
}

.col.default-suffix-10 {
    margin-right: 83.33333%
}

.col.default-min-10 {
    min-width: 83.33333%
}

.col.default-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%
}

.col.default-prefix-11 {
    margin-left: 91.66667%
}

.col.default-suffix-11 {
    margin-right: 91.66667%
}

.col.default-min-11 {
    min-width: 91.66667%
}

.col.default-12 {
    max-width: 100%;
    flex-basis: 100%
}

.col.default-prefix-12 {
    margin-left: 100%
}

.col.default-suffix-12 {
    margin-right: 100%
}

.col.default-min-12 {
    min-width: 100%
}

.col.default-prefix-0 {
    margin-left: 0
}

.col.default-suffix-0 {
    margin-right: 0
}

.col.default {
    flex-basis: 0
}

.col.default-first {
    order: -1
}

.col.default-last {
    order: 1
}

.col.default-unset {
    order: 0
}

@media (min-width: 0) {
    .row.zero-start {
        justify-content: flex-start
    }

    .row.zero-center {
        justify-content: center
    }

    .row.zero-end {
        justify-content: flex-end
    }

    .row.zero-top {
        align-items: flex-start
    }

    .row.zero-middle {
        align-items: center
    }

    .row.zero-baseline {
        align-items: baseline
    }

    .row.zero-bottom {
        align-items: flex-end
    }

    .row.zero-stretch {
        align-items: stretch
    }

    .row.zero-between {
        justify-content: space-between
    }

    .row.zero-around {
        justify-content: space-around
    }

    .row.zero-reverse {
        flex-direction: row-reverse
    }

    .row.zero-forward {
        flex-direction: row
    }

    .col.zero-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.zero-prefix-1 {
        margin-left: 8.33333%
    }

    .col.zero-suffix-1 {
        margin-right: 8.33333%
    }

    .col.zero-min-1 {
        min-width: 8.33333%
    }

    .col.zero-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.zero-prefix-2 {
        margin-left: 16.66667%
    }

    .col.zero-suffix-2 {
        margin-right: 16.66667%
    }

    .col.zero-min-2 {
        min-width: 16.66667%
    }

    .col.zero-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.zero-prefix-3 {
        margin-left: 25%
    }

    .col.zero-suffix-3 {
        margin-right: 25%
    }

    .col.zero-min-3 {
        min-width: 25%
    }

    .col.zero-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.zero-prefix-4 {
        margin-left: 33.33333%
    }

    .col.zero-suffix-4 {
        margin-right: 33.33333%
    }

    .col.zero-min-4 {
        min-width: 33.33333%
    }

    .col.zero-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.zero-prefix-5 {
        margin-left: 41.66667%
    }

    .col.zero-suffix-5 {
        margin-right: 41.66667%
    }

    .col.zero-min-5 {
        min-width: 41.66667%
    }

    .col.zero-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.zero-prefix-6 {
        margin-left: 50%
    }

    .col.zero-suffix-6 {
        margin-right: 50%
    }

    .col.zero-min-6 {
        min-width: 50%
    }

    .col.zero-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.zero-prefix-7 {
        margin-left: 58.33333%
    }

    .col.zero-suffix-7 {
        margin-right: 58.33333%
    }

    .col.zero-min-7 {
        min-width: 58.33333%
    }

    .col.zero-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.zero-prefix-8 {
        margin-left: 66.66667%
    }

    .col.zero-suffix-8 {
        margin-right: 66.66667%
    }

    .col.zero-min-8 {
        min-width: 66.66667%
    }

    .col.zero-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.zero-prefix-9 {
        margin-left: 75%
    }

    .col.zero-suffix-9 {
        margin-right: 75%
    }

    .col.zero-min-9 {
        min-width: 75%
    }

    .col.zero-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.zero-prefix-10 {
        margin-left: 83.33333%
    }

    .col.zero-suffix-10 {
        margin-right: 83.33333%
    }

    .col.zero-min-10 {
        min-width: 83.33333%
    }

    .col.zero-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.zero-prefix-11 {
        margin-left: 91.66667%
    }

    .col.zero-suffix-11 {
        margin-right: 91.66667%
    }

    .col.zero-min-11 {
        min-width: 91.66667%
    }

    .col.zero-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.zero-prefix-12 {
        margin-left: 100%
    }

    .col.zero-suffix-12 {
        margin-right: 100%
    }

    .col.zero-min-12 {
        min-width: 100%
    }

    .col.zero-prefix-0 {
        margin-left: 0
    }

    .col.zero-suffix-0 {
        margin-right: 0
    }

    .col.zero {
        flex-basis: 0
    }

    .col.zero-first {
        order: -1
    }

    .col.zero-last {
        order: 1
    }

    .col.zero-unset {
        order: 0
    }
}

@media (min-width: 26.5625em) {
    .row.zeroTiny-start {
        justify-content: flex-start
    }

    .row.zeroTiny-center {
        justify-content: center
    }

    .row.zeroTiny-end {
        justify-content: flex-end
    }

    .row.zeroTiny-top {
        align-items: flex-start
    }

    .row.zeroTiny-middle {
        align-items: center
    }

    .row.zeroTiny-baseline {
        align-items: baseline
    }

    .row.zeroTiny-bottom {
        align-items: flex-end
    }

    .row.zeroTiny-stretch {
        align-items: stretch
    }

    .row.zeroTiny-between {
        justify-content: space-between
    }

    .row.zeroTiny-around {
        justify-content: space-around
    }

    .row.zeroTiny-reverse {
        flex-direction: row-reverse
    }

    .row.zeroTiny-forward {
        flex-direction: row
    }

    .col.zeroTiny-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.zeroTiny-prefix-1 {
        margin-left: 8.33333%
    }

    .col.zeroTiny-suffix-1 {
        margin-right: 8.33333%
    }

    .col.zeroTiny-min-1 {
        min-width: 8.33333%
    }

    .col.zeroTiny-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.zeroTiny-prefix-2 {
        margin-left: 16.66667%
    }

    .col.zeroTiny-suffix-2 {
        margin-right: 16.66667%
    }

    .col.zeroTiny-min-2 {
        min-width: 16.66667%
    }

    .col.zeroTiny-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.zeroTiny-prefix-3 {
        margin-left: 25%
    }

    .col.zeroTiny-suffix-3 {
        margin-right: 25%
    }

    .col.zeroTiny-min-3 {
        min-width: 25%
    }

    .col.zeroTiny-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.zeroTiny-prefix-4 {
        margin-left: 33.33333%
    }

    .col.zeroTiny-suffix-4 {
        margin-right: 33.33333%
    }

    .col.zeroTiny-min-4 {
        min-width: 33.33333%
    }

    .col.zeroTiny-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.zeroTiny-prefix-5 {
        margin-left: 41.66667%
    }

    .col.zeroTiny-suffix-5 {
        margin-right: 41.66667%
    }

    .col.zeroTiny-min-5 {
        min-width: 41.66667%
    }

    .col.zeroTiny-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.zeroTiny-prefix-6 {
        margin-left: 50%
    }

    .col.zeroTiny-suffix-6 {
        margin-right: 50%
    }

    .col.zeroTiny-min-6 {
        min-width: 50%
    }

    .col.zeroTiny-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.zeroTiny-prefix-7 {
        margin-left: 58.33333%
    }

    .col.zeroTiny-suffix-7 {
        margin-right: 58.33333%
    }

    .col.zeroTiny-min-7 {
        min-width: 58.33333%
    }

    .col.zeroTiny-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.zeroTiny-prefix-8 {
        margin-left: 66.66667%
    }

    .col.zeroTiny-suffix-8 {
        margin-right: 66.66667%
    }

    .col.zeroTiny-min-8 {
        min-width: 66.66667%
    }

    .col.zeroTiny-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.zeroTiny-prefix-9 {
        margin-left: 75%
    }

    .col.zeroTiny-suffix-9 {
        margin-right: 75%
    }

    .col.zeroTiny-min-9 {
        min-width: 75%
    }

    .col.zeroTiny-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.zeroTiny-prefix-10 {
        margin-left: 83.33333%
    }

    .col.zeroTiny-suffix-10 {
        margin-right: 83.33333%
    }

    .col.zeroTiny-min-10 {
        min-width: 83.33333%
    }

    .col.zeroTiny-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.zeroTiny-prefix-11 {
        margin-left: 91.66667%
    }

    .col.zeroTiny-suffix-11 {
        margin-right: 91.66667%
    }

    .col.zeroTiny-min-11 {
        min-width: 91.66667%
    }

    .col.zeroTiny-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.zeroTiny-prefix-12 {
        margin-left: 100%
    }

    .col.zeroTiny-suffix-12 {
        margin-right: 100%
    }

    .col.zeroTiny-min-12 {
        min-width: 100%
    }

    .col.zeroTiny-prefix-0 {
        margin-left: 0
    }

    .col.zeroTiny-suffix-0 {
        margin-right: 0
    }

    .col.zeroTiny {
        flex-basis: 0
    }

    .col.zeroTiny-first {
        order: -1
    }

    .col.zeroTiny-last {
        order: 1
    }

    .col.zeroTiny-unset {
        order: 0
    }
}

@media (min-width: 30em) {
    .row.tiny-start {
        justify-content: flex-start
    }

    .row.tiny-center {
        justify-content: center
    }

    .row.tiny-end {
        justify-content: flex-end
    }

    .row.tiny-top {
        align-items: flex-start
    }

    .row.tiny-middle {
        align-items: center
    }

    .row.tiny-baseline {
        align-items: baseline
    }

    .row.tiny-bottom {
        align-items: flex-end
    }

    .row.tiny-stretch {
        align-items: stretch
    }

    .row.tiny-between {
        justify-content: space-between
    }

    .row.tiny-around {
        justify-content: space-around
    }

    .row.tiny-reverse {
        flex-direction: row-reverse
    }

    .row.tiny-forward {
        flex-direction: row
    }

    .col.tiny-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.tiny-prefix-1 {
        margin-left: 8.33333%
    }

    .col.tiny-suffix-1 {
        margin-right: 8.33333%
    }

    .col.tiny-min-1 {
        min-width: 8.33333%
    }

    .col.tiny-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.tiny-prefix-2 {
        margin-left: 16.66667%
    }

    .col.tiny-suffix-2 {
        margin-right: 16.66667%
    }

    .col.tiny-min-2 {
        min-width: 16.66667%
    }

    .col.tiny-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.tiny-prefix-3 {
        margin-left: 25%
    }

    .col.tiny-suffix-3 {
        margin-right: 25%
    }

    .col.tiny-min-3 {
        min-width: 25%
    }

    .col.tiny-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.tiny-prefix-4 {
        margin-left: 33.33333%
    }

    .col.tiny-suffix-4 {
        margin-right: 33.33333%
    }

    .col.tiny-min-4 {
        min-width: 33.33333%
    }

    .col.tiny-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.tiny-prefix-5 {
        margin-left: 41.66667%
    }

    .col.tiny-suffix-5 {
        margin-right: 41.66667%
    }

    .col.tiny-min-5 {
        min-width: 41.66667%
    }

    .col.tiny-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.tiny-prefix-6 {
        margin-left: 50%
    }

    .col.tiny-suffix-6 {
        margin-right: 50%
    }

    .col.tiny-min-6 {
        min-width: 50%
    }

    .col.tiny-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.tiny-prefix-7 {
        margin-left: 58.33333%
    }

    .col.tiny-suffix-7 {
        margin-right: 58.33333%
    }

    .col.tiny-min-7 {
        min-width: 58.33333%
    }

    .col.tiny-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.tiny-prefix-8 {
        margin-left: 66.66667%
    }

    .col.tiny-suffix-8 {
        margin-right: 66.66667%
    }

    .col.tiny-min-8 {
        min-width: 66.66667%
    }

    .col.tiny-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.tiny-prefix-9 {
        margin-left: 75%
    }

    .col.tiny-suffix-9 {
        margin-right: 75%
    }

    .col.tiny-min-9 {
        min-width: 75%
    }

    .col.tiny-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.tiny-prefix-10 {
        margin-left: 83.33333%
    }

    .col.tiny-suffix-10 {
        margin-right: 83.33333%
    }

    .col.tiny-min-10 {
        min-width: 83.33333%
    }

    .col.tiny-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.tiny-prefix-11 {
        margin-left: 91.66667%
    }

    .col.tiny-suffix-11 {
        margin-right: 91.66667%
    }

    .col.tiny-min-11 {
        min-width: 91.66667%
    }

    .col.tiny-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.tiny-prefix-12 {
        margin-left: 100%
    }

    .col.tiny-suffix-12 {
        margin-right: 100%
    }

    .col.tiny-min-12 {
        min-width: 100%
    }

    .col.tiny-prefix-0 {
        margin-left: 0
    }

    .col.tiny-suffix-0 {
        margin-right: 0
    }

    .col.tiny {
        flex-basis: 0
    }

    .col.tiny-first {
        order: -1
    }

    .col.tiny-last {
        order: 1
    }

    .col.tiny-unset {
        order: 0
    }
}

@media (min-width: 40em) {
    .row.small-start {
        justify-content: flex-start
    }

    .row.small-center {
        justify-content: center
    }

    .row.small-end {
        justify-content: flex-end
    }

    .row.small-top {
        align-items: flex-start
    }

    .row.small-middle {
        align-items: center
    }

    .row.small-baseline {
        align-items: baseline
    }

    .row.small-bottom {
        align-items: flex-end
    }

    .row.small-stretch {
        align-items: stretch
    }

    .row.small-between {
        justify-content: space-between
    }

    .row.small-around {
        justify-content: space-around
    }

    .row.small-reverse {
        flex-direction: row-reverse
    }

    .row.small-forward {
        flex-direction: row
    }

    .col.small-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.small-prefix-1 {
        margin-left: 8.33333%
    }

    .col.small-suffix-1 {
        margin-right: 8.33333%
    }

    .col.small-min-1 {
        min-width: 8.33333%
    }

    .col.small-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.small-prefix-2 {
        margin-left: 16.66667%
    }

    .col.small-suffix-2 {
        margin-right: 16.66667%
    }

    .col.small-min-2 {
        min-width: 16.66667%
    }

    .col.small-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.small-prefix-3 {
        margin-left: 25%
    }

    .col.small-suffix-3 {
        margin-right: 25%
    }

    .col.small-min-3 {
        min-width: 25%
    }

    .col.small-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.small-prefix-4 {
        margin-left: 33.33333%
    }

    .col.small-suffix-4 {
        margin-right: 33.33333%
    }

    .col.small-min-4 {
        min-width: 33.33333%
    }

    .col.small-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.small-prefix-5 {
        margin-left: 41.66667%
    }

    .col.small-suffix-5 {
        margin-right: 41.66667%
    }

    .col.small-min-5 {
        min-width: 41.66667%
    }

    .col.small-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.small-prefix-6 {
        margin-left: 50%
    }

    .col.small-suffix-6 {
        margin-right: 50%
    }

    .col.small-min-6 {
        min-width: 50%
    }

    .col.small-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.small-prefix-7 {
        margin-left: 58.33333%
    }

    .col.small-suffix-7 {
        margin-right: 58.33333%
    }

    .col.small-min-7 {
        min-width: 58.33333%
    }

    .col.small-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.small-prefix-8 {
        margin-left: 66.66667%
    }

    .col.small-suffix-8 {
        margin-right: 66.66667%
    }

    .col.small-min-8 {
        min-width: 66.66667%
    }

    .col.small-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.small-prefix-9 {
        margin-left: 75%
    }

    .col.small-suffix-9 {
        margin-right: 75%
    }

    .col.small-min-9 {
        min-width: 75%
    }

    .col.small-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.small-prefix-10 {
        margin-left: 83.33333%
    }

    .col.small-suffix-10 {
        margin-right: 83.33333%
    }

    .col.small-min-10 {
        min-width: 83.33333%
    }

    .col.small-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.small-prefix-11 {
        margin-left: 91.66667%
    }

    .col.small-suffix-11 {
        margin-right: 91.66667%
    }

    .col.small-min-11 {
        min-width: 91.66667%
    }

    .col.small-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.small-prefix-12 {
        margin-left: 100%
    }

    .col.small-suffix-12 {
        margin-right: 100%
    }

    .col.small-min-12 {
        min-width: 100%
    }

    .col.small-prefix-0 {
        margin-left: 0
    }

    .col.small-suffix-0 {
        margin-right: 0
    }

    .col.small {
        flex-basis: 0
    }

    .col.small-first {
        order: -1
    }

    .col.small-last {
        order: 1
    }

    .col.small-unset {
        order: 0
    }
}

@media (min-width: 50em) {
    .row.medium-start {
        justify-content: flex-start
    }

    .row.medium-center {
        justify-content: center
    }

    .row.medium-end {
        justify-content: flex-end
    }

    .row.medium-top {
        align-items: flex-start
    }

    .row.medium-middle {
        align-items: center
    }

    .row.medium-baseline {
        align-items: baseline
    }

    .row.medium-bottom {
        align-items: flex-end
    }

    .row.medium-stretch {
        align-items: stretch
    }

    .row.medium-between {
        justify-content: space-between
    }

    .row.medium-around {
        justify-content: space-around
    }

    .row.medium-reverse {
        flex-direction: row-reverse
    }

    .row.medium-forward {
        flex-direction: row
    }

    .col.medium-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.medium-prefix-1 {
        margin-left: 8.33333%
    }

    .col.medium-suffix-1 {
        margin-right: 8.33333%
    }

    .col.medium-min-1 {
        min-width: 8.33333%
    }

    .col.medium-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.medium-prefix-2 {
        margin-left: 16.66667%
    }

    .col.medium-suffix-2 {
        margin-right: 16.66667%
    }

    .col.medium-min-2 {
        min-width: 16.66667%
    }

    .col.medium-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.medium-prefix-3 {
        margin-left: 25%
    }

    .col.medium-suffix-3 {
        margin-right: 25%
    }

    .col.medium-min-3 {
        min-width: 25%
    }

    .col.medium-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.medium-prefix-4 {
        margin-left: 33.33333%
    }

    .col.medium-suffix-4 {
        margin-right: 33.33333%
    }

    .col.medium-min-4 {
        min-width: 33.33333%
    }

    .col.medium-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.medium-prefix-5 {
        margin-left: 41.66667%
    }

    .col.medium-suffix-5 {
        margin-right: 41.66667%
    }

    .col.medium-min-5 {
        min-width: 41.66667%
    }

    .col.medium-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.medium-prefix-6 {
        margin-left: 50%
    }

    .col.medium-suffix-6 {
        margin-right: 50%
    }

    .col.medium-min-6 {
        min-width: 50%
    }

    .col.medium-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.medium-prefix-7 {
        margin-left: 58.33333%
    }

    .col.medium-suffix-7 {
        margin-right: 58.33333%
    }

    .col.medium-min-7 {
        min-width: 58.33333%
    }

    .col.medium-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.medium-prefix-8 {
        margin-left: 66.66667%
    }

    .col.medium-suffix-8 {
        margin-right: 66.66667%
    }

    .col.medium-min-8 {
        min-width: 66.66667%
    }

    .col.medium-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.medium-prefix-9 {
        margin-left: 75%
    }

    .col.medium-suffix-9 {
        margin-right: 75%
    }

    .col.medium-min-9 {
        min-width: 75%
    }

    .col.medium-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.medium-prefix-10 {
        margin-left: 83.33333%
    }

    .col.medium-suffix-10 {
        margin-right: 83.33333%
    }

    .col.medium-min-10 {
        min-width: 83.33333%
    }

    .col.medium-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.medium-prefix-11 {
        margin-left: 91.66667%
    }

    .col.medium-suffix-11 {
        margin-right: 91.66667%
    }

    .col.medium-min-11 {
        min-width: 91.66667%
    }

    .col.medium-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.medium-prefix-12 {
        margin-left: 100%
    }

    .col.medium-suffix-12 {
        margin-right: 100%
    }

    .col.medium-min-12 {
        min-width: 100%
    }

    .col.medium-prefix-0 {
        margin-left: 0
    }

    .col.medium-suffix-0 {
        margin-right: 0
    }

    .col.medium {
        flex-basis: 0
    }

    .col.medium-first {
        order: -1
    }

    .col.medium-last {
        order: 1
    }

    .col.medium-unset {
        order: 0
    }
}

@media (min-width: 53.75em) {
    .row.medium-large-start {
        justify-content: flex-start
    }

    .row.medium-large-center {
        justify-content: center
    }

    .row.medium-large-end {
        justify-content: flex-end
    }

    .row.medium-large-top {
        align-items: flex-start
    }

    .row.medium-large-middle {
        align-items: center
    }

    .row.medium-large-baseline {
        align-items: baseline
    }

    .row.medium-large-bottom {
        align-items: flex-end
    }

    .row.medium-large-stretch {
        align-items: stretch
    }

    .row.medium-large-between {
        justify-content: space-between
    }

    .row.medium-large-around {
        justify-content: space-around
    }

    .row.medium-large-reverse {
        flex-direction: row-reverse
    }

    .row.medium-large-forward {
        flex-direction: row
    }

    .col.medium-large-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.medium-large-prefix-1 {
        margin-left: 8.33333%
    }

    .col.medium-large-suffix-1 {
        margin-right: 8.33333%
    }

    .col.medium-large-min-1 {
        min-width: 8.33333%
    }

    .col.medium-large-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.medium-large-prefix-2 {
        margin-left: 16.66667%
    }

    .col.medium-large-suffix-2 {
        margin-right: 16.66667%
    }

    .col.medium-large-min-2 {
        min-width: 16.66667%
    }

    .col.medium-large-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.medium-large-prefix-3 {
        margin-left: 25%
    }

    .col.medium-large-suffix-3 {
        margin-right: 25%
    }

    .col.medium-large-min-3 {
        min-width: 25%
    }

    .col.medium-large-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.medium-large-prefix-4 {
        margin-left: 33.33333%
    }

    .col.medium-large-suffix-4 {
        margin-right: 33.33333%
    }

    .col.medium-large-min-4 {
        min-width: 33.33333%
    }

    .col.medium-large-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.medium-large-prefix-5 {
        margin-left: 41.66667%
    }

    .col.medium-large-suffix-5 {
        margin-right: 41.66667%
    }

    .col.medium-large-min-5 {
        min-width: 41.66667%
    }

    .col.medium-large-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.medium-large-prefix-6 {
        margin-left: 50%
    }

    .col.medium-large-suffix-6 {
        margin-right: 50%
    }

    .col.medium-large-min-6 {
        min-width: 50%
    }

    .col.medium-large-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.medium-large-prefix-7 {
        margin-left: 58.33333%
    }

    .col.medium-large-suffix-7 {
        margin-right: 58.33333%
    }

    .col.medium-large-min-7 {
        min-width: 58.33333%
    }

    .col.medium-large-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.medium-large-prefix-8 {
        margin-left: 66.66667%
    }

    .col.medium-large-suffix-8 {
        margin-right: 66.66667%
    }

    .col.medium-large-min-8 {
        min-width: 66.66667%
    }

    .col.medium-large-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.medium-large-prefix-9 {
        margin-left: 75%
    }

    .col.medium-large-suffix-9 {
        margin-right: 75%
    }

    .col.medium-large-min-9 {
        min-width: 75%
    }

    .col.medium-large-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.medium-large-prefix-10 {
        margin-left: 83.33333%
    }

    .col.medium-large-suffix-10 {
        margin-right: 83.33333%
    }

    .col.medium-large-min-10 {
        min-width: 83.33333%
    }

    .col.medium-large-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.medium-large-prefix-11 {
        margin-left: 91.66667%
    }

    .col.medium-large-suffix-11 {
        margin-right: 91.66667%
    }

    .col.medium-large-min-11 {
        min-width: 91.66667%
    }

    .col.medium-large-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.medium-large-prefix-12 {
        margin-left: 100%
    }

    .col.medium-large-suffix-12 {
        margin-right: 100%
    }

    .col.medium-large-min-12 {
        min-width: 100%
    }

    .col.medium-large-prefix-0 {
        margin-left: 0
    }

    .col.medium-large-suffix-0 {
        margin-right: 0
    }

    .col.medium-large {
        flex-basis: 0
    }

    .col.medium-large-first {
        order: -1
    }

    .col.medium-large-last {
        order: 1
    }

    .col.medium-large-unset {
        order: 0
    }
}

@media (min-width: 62em) {
    .row.large-start {
        justify-content: flex-start
    }

    .row.large-center {
        justify-content: center
    }

    .row.large-end {
        justify-content: flex-end
    }

    .row.large-top {
        align-items: flex-start
    }

    .row.large-middle {
        align-items: center
    }

    .row.large-baseline {
        align-items: baseline
    }

    .row.large-bottom {
        align-items: flex-end
    }

    .row.large-stretch {
        align-items: stretch
    }

    .row.large-between {
        justify-content: space-between
    }

    .row.large-around {
        justify-content: space-around
    }

    .row.large-reverse {
        flex-direction: row-reverse
    }

    .row.large-forward {
        flex-direction: row
    }

    .col.large-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.large-prefix-1 {
        margin-left: 8.33333%
    }

    .col.large-suffix-1 {
        margin-right: 8.33333%
    }

    .col.large-min-1 {
        min-width: 8.33333%
    }

    .col.large-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.large-prefix-2 {
        margin-left: 16.66667%
    }

    .col.large-suffix-2 {
        margin-right: 16.66667%
    }

    .col.large-min-2 {
        min-width: 16.66667%
    }

    .col.large-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.large-prefix-3 {
        margin-left: 25%
    }

    .col.large-suffix-3 {
        margin-right: 25%
    }

    .col.large-min-3 {
        min-width: 25%
    }

    .col.large-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.large-prefix-4 {
        margin-left: 33.33333%
    }

    .col.large-suffix-4 {
        margin-right: 33.33333%
    }

    .col.large-min-4 {
        min-width: 33.33333%
    }

    .col.large-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.large-prefix-5 {
        margin-left: 41.66667%
    }

    .col.large-suffix-5 {
        margin-right: 41.66667%
    }

    .col.large-min-5 {
        min-width: 41.66667%
    }

    .col.large-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.large-prefix-6 {
        margin-left: 50%
    }

    .col.large-suffix-6 {
        margin-right: 50%
    }

    .col.large-min-6 {
        min-width: 50%
    }

    .col.large-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.large-prefix-7 {
        margin-left: 58.33333%
    }

    .col.large-suffix-7 {
        margin-right: 58.33333%
    }

    .col.large-min-7 {
        min-width: 58.33333%
    }

    .col.large-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.large-prefix-8 {
        margin-left: 66.66667%
    }

    .col.large-suffix-8 {
        margin-right: 66.66667%
    }

    .col.large-min-8 {
        min-width: 66.66667%
    }

    .col.large-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.large-prefix-9 {
        margin-left: 75%
    }

    .col.large-suffix-9 {
        margin-right: 75%
    }

    .col.large-min-9 {
        min-width: 75%
    }

    .col.large-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.large-prefix-10 {
        margin-left: 83.33333%
    }

    .col.large-suffix-10 {
        margin-right: 83.33333%
    }

    .col.large-min-10 {
        min-width: 83.33333%
    }

    .col.large-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.large-prefix-11 {
        margin-left: 91.66667%
    }

    .col.large-suffix-11 {
        margin-right: 91.66667%
    }

    .col.large-min-11 {
        min-width: 91.66667%
    }

    .col.large-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.large-prefix-12 {
        margin-left: 100%
    }

    .col.large-suffix-12 {
        margin-right: 100%
    }

    .col.large-min-12 {
        min-width: 100%
    }

    .col.large-prefix-0 {
        margin-left: 0
    }

    .col.large-suffix-0 {
        margin-right: 0
    }

    .col.large {
        flex-basis: 0
    }

    .col.large-first {
        order: -1
    }

    .col.large-last {
        order: 1
    }

    .col.large-unset {
        order: 0
    }
}

@media (min-width: 75em) {
    .row.giant-start {
        justify-content: flex-start
    }

    .row.giant-center {
        justify-content: center
    }

    .row.giant-end {
        justify-content: flex-end
    }

    .row.giant-top {
        align-items: flex-start
    }

    .row.giant-middle {
        align-items: center
    }

    .row.giant-baseline {
        align-items: baseline
    }

    .row.giant-bottom {
        align-items: flex-end
    }

    .row.giant-stretch {
        align-items: stretch
    }

    .row.giant-between {
        justify-content: space-between
    }

    .row.giant-around {
        justify-content: space-around
    }

    .row.giant-reverse {
        flex-direction: row-reverse
    }

    .row.giant-forward {
        flex-direction: row
    }

    .col.giant-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.giant-prefix-1 {
        margin-left: 8.33333%
    }

    .col.giant-suffix-1 {
        margin-right: 8.33333%
    }

    .col.giant-min-1 {
        min-width: 8.33333%
    }

    .col.giant-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.giant-prefix-2 {
        margin-left: 16.66667%
    }

    .col.giant-suffix-2 {
        margin-right: 16.66667%
    }

    .col.giant-min-2 {
        min-width: 16.66667%
    }

    .col.giant-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.giant-prefix-3 {
        margin-left: 25%
    }

    .col.giant-suffix-3 {
        margin-right: 25%
    }

    .col.giant-min-3 {
        min-width: 25%
    }

    .col.giant-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.giant-prefix-4 {
        margin-left: 33.33333%
    }

    .col.giant-suffix-4 {
        margin-right: 33.33333%
    }

    .col.giant-min-4 {
        min-width: 33.33333%
    }

    .col.giant-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.giant-prefix-5 {
        margin-left: 41.66667%
    }

    .col.giant-suffix-5 {
        margin-right: 41.66667%
    }

    .col.giant-min-5 {
        min-width: 41.66667%
    }

    .col.giant-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.giant-prefix-6 {
        margin-left: 50%
    }

    .col.giant-suffix-6 {
        margin-right: 50%
    }

    .col.giant-min-6 {
        min-width: 50%
    }

    .col.giant-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.giant-prefix-7 {
        margin-left: 58.33333%
    }

    .col.giant-suffix-7 {
        margin-right: 58.33333%
    }

    .col.giant-min-7 {
        min-width: 58.33333%
    }

    .col.giant-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.giant-prefix-8 {
        margin-left: 66.66667%
    }

    .col.giant-suffix-8 {
        margin-right: 66.66667%
    }

    .col.giant-min-8 {
        min-width: 66.66667%
    }

    .col.giant-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.giant-prefix-9 {
        margin-left: 75%
    }

    .col.giant-suffix-9 {
        margin-right: 75%
    }

    .col.giant-min-9 {
        min-width: 75%
    }

    .col.giant-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.giant-prefix-10 {
        margin-left: 83.33333%
    }

    .col.giant-suffix-10 {
        margin-right: 83.33333%
    }

    .col.giant-min-10 {
        min-width: 83.33333%
    }

    .col.giant-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.giant-prefix-11 {
        margin-left: 91.66667%
    }

    .col.giant-suffix-11 {
        margin-right: 91.66667%
    }

    .col.giant-min-11 {
        min-width: 91.66667%
    }

    .col.giant-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.giant-prefix-12 {
        margin-left: 100%
    }

    .col.giant-suffix-12 {
        margin-right: 100%
    }

    .col.giant-min-12 {
        min-width: 100%
    }

    .col.giant-prefix-0 {
        margin-left: 0
    }

    .col.giant-suffix-0 {
        margin-right: 0
    }

    .col.giant {
        flex-basis: 0
    }

    .col.giant-first {
        order: -1
    }

    .col.giant-last {
        order: 1
    }

    .col.giant-unset {
        order: 0
    }
}

@media (min-width: 80em) {
    .row.giant-huge-start {
        justify-content: flex-start
    }

    .row.giant-huge-center {
        justify-content: center
    }

    .row.giant-huge-end {
        justify-content: flex-end
    }

    .row.giant-huge-top {
        align-items: flex-start
    }

    .row.giant-huge-middle {
        align-items: center
    }

    .row.giant-huge-baseline {
        align-items: baseline
    }

    .row.giant-huge-bottom {
        align-items: flex-end
    }

    .row.giant-huge-stretch {
        align-items: stretch
    }

    .row.giant-huge-between {
        justify-content: space-between
    }

    .row.giant-huge-around {
        justify-content: space-around
    }

    .row.giant-huge-reverse {
        flex-direction: row-reverse
    }

    .row.giant-huge-forward {
        flex-direction: row
    }

    .col.giant-huge-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.giant-huge-prefix-1 {
        margin-left: 8.33333%
    }

    .col.giant-huge-suffix-1 {
        margin-right: 8.33333%
    }

    .col.giant-huge-min-1 {
        min-width: 8.33333%
    }

    .col.giant-huge-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.giant-huge-prefix-2 {
        margin-left: 16.66667%
    }

    .col.giant-huge-suffix-2 {
        margin-right: 16.66667%
    }

    .col.giant-huge-min-2 {
        min-width: 16.66667%
    }

    .col.giant-huge-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.giant-huge-prefix-3 {
        margin-left: 25%
    }

    .col.giant-huge-suffix-3 {
        margin-right: 25%
    }

    .col.giant-huge-min-3 {
        min-width: 25%
    }

    .col.giant-huge-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.giant-huge-prefix-4 {
        margin-left: 33.33333%
    }

    .col.giant-huge-suffix-4 {
        margin-right: 33.33333%
    }

    .col.giant-huge-min-4 {
        min-width: 33.33333%
    }

    .col.giant-huge-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.giant-huge-prefix-5 {
        margin-left: 41.66667%
    }

    .col.giant-huge-suffix-5 {
        margin-right: 41.66667%
    }

    .col.giant-huge-min-5 {
        min-width: 41.66667%
    }

    .col.giant-huge-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.giant-huge-prefix-6 {
        margin-left: 50%
    }

    .col.giant-huge-suffix-6 {
        margin-right: 50%
    }

    .col.giant-huge-min-6 {
        min-width: 50%
    }

    .col.giant-huge-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.giant-huge-prefix-7 {
        margin-left: 58.33333%
    }

    .col.giant-huge-suffix-7 {
        margin-right: 58.33333%
    }

    .col.giant-huge-min-7 {
        min-width: 58.33333%
    }

    .col.giant-huge-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.giant-huge-prefix-8 {
        margin-left: 66.66667%
    }

    .col.giant-huge-suffix-8 {
        margin-right: 66.66667%
    }

    .col.giant-huge-min-8 {
        min-width: 66.66667%
    }

    .col.giant-huge-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.giant-huge-prefix-9 {
        margin-left: 75%
    }

    .col.giant-huge-suffix-9 {
        margin-right: 75%
    }

    .col.giant-huge-min-9 {
        min-width: 75%
    }

    .col.giant-huge-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.giant-huge-prefix-10 {
        margin-left: 83.33333%
    }

    .col.giant-huge-suffix-10 {
        margin-right: 83.33333%
    }

    .col.giant-huge-min-10 {
        min-width: 83.33333%
    }

    .col.giant-huge-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.giant-huge-prefix-11 {
        margin-left: 91.66667%
    }

    .col.giant-huge-suffix-11 {
        margin-right: 91.66667%
    }

    .col.giant-huge-min-11 {
        min-width: 91.66667%
    }

    .col.giant-huge-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.giant-huge-prefix-12 {
        margin-left: 100%
    }

    .col.giant-huge-suffix-12 {
        margin-right: 100%
    }

    .col.giant-huge-min-12 {
        min-width: 100%
    }

    .col.giant-huge-prefix-0 {
        margin-left: 0
    }

    .col.giant-huge-suffix-0 {
        margin-right: 0
    }

    .col.giant-huge {
        flex-basis: 0
    }

    .col.giant-huge-first {
        order: -1
    }

    .col.giant-huge-last {
        order: 1
    }

    .col.giant-huge-unset {
        order: 0
    }
}

@media (min-width: 84.375em) {
    .row.huge-middle-start {
        justify-content: flex-start
    }

    .row.huge-middle-center {
        justify-content: center
    }

    .row.huge-middle-end {
        justify-content: flex-end
    }

    .row.huge-middle-top {
        align-items: flex-start
    }

    .row.huge-middle-middle {
        align-items: center
    }

    .row.huge-middle-baseline {
        align-items: baseline
    }

    .row.huge-middle-bottom {
        align-items: flex-end
    }

    .row.huge-middle-stretch {
        align-items: stretch
    }

    .row.huge-middle-between {
        justify-content: space-between
    }

    .row.huge-middle-around {
        justify-content: space-around
    }

    .row.huge-middle-reverse {
        flex-direction: row-reverse
    }

    .row.huge-middle-forward {
        flex-direction: row
    }

    .col.huge-middle-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.huge-middle-prefix-1 {
        margin-left: 8.33333%
    }

    .col.huge-middle-suffix-1 {
        margin-right: 8.33333%
    }

    .col.huge-middle-min-1 {
        min-width: 8.33333%
    }

    .col.huge-middle-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.huge-middle-prefix-2 {
        margin-left: 16.66667%
    }

    .col.huge-middle-suffix-2 {
        margin-right: 16.66667%
    }

    .col.huge-middle-min-2 {
        min-width: 16.66667%
    }

    .col.huge-middle-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.huge-middle-prefix-3 {
        margin-left: 25%
    }

    .col.huge-middle-suffix-3 {
        margin-right: 25%
    }

    .col.huge-middle-min-3 {
        min-width: 25%
    }

    .col.huge-middle-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.huge-middle-prefix-4 {
        margin-left: 33.33333%
    }

    .col.huge-middle-suffix-4 {
        margin-right: 33.33333%
    }

    .col.huge-middle-min-4 {
        min-width: 33.33333%
    }

    .col.huge-middle-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.huge-middle-prefix-5 {
        margin-left: 41.66667%
    }

    .col.huge-middle-suffix-5 {
        margin-right: 41.66667%
    }

    .col.huge-middle-min-5 {
        min-width: 41.66667%
    }

    .col.huge-middle-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.huge-middle-prefix-6 {
        margin-left: 50%
    }

    .col.huge-middle-suffix-6 {
        margin-right: 50%
    }

    .col.huge-middle-min-6 {
        min-width: 50%
    }

    .col.huge-middle-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.huge-middle-prefix-7 {
        margin-left: 58.33333%
    }

    .col.huge-middle-suffix-7 {
        margin-right: 58.33333%
    }

    .col.huge-middle-min-7 {
        min-width: 58.33333%
    }

    .col.huge-middle-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.huge-middle-prefix-8 {
        margin-left: 66.66667%
    }

    .col.huge-middle-suffix-8 {
        margin-right: 66.66667%
    }

    .col.huge-middle-min-8 {
        min-width: 66.66667%
    }

    .col.huge-middle-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.huge-middle-prefix-9 {
        margin-left: 75%
    }

    .col.huge-middle-suffix-9 {
        margin-right: 75%
    }

    .col.huge-middle-min-9 {
        min-width: 75%
    }

    .col.huge-middle-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.huge-middle-prefix-10 {
        margin-left: 83.33333%
    }

    .col.huge-middle-suffix-10 {
        margin-right: 83.33333%
    }

    .col.huge-middle-min-10 {
        min-width: 83.33333%
    }

    .col.huge-middle-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.huge-middle-prefix-11 {
        margin-left: 91.66667%
    }

    .col.huge-middle-suffix-11 {
        margin-right: 91.66667%
    }

    .col.huge-middle-min-11 {
        min-width: 91.66667%
    }

    .col.huge-middle-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.huge-middle-prefix-12 {
        margin-left: 100%
    }

    .col.huge-middle-suffix-12 {
        margin-right: 100%
    }

    .col.huge-middle-min-12 {
        min-width: 100%
    }

    .col.huge-middle-prefix-0 {
        margin-left: 0
    }

    .col.huge-middle-suffix-0 {
        margin-right: 0
    }

    .col.huge-middle {
        flex-basis: 0
    }

    .col.huge-middle-first {
        order: -1
    }

    .col.huge-middle-last {
        order: 1
    }

    .col.huge-middle-unset {
        order: 0
    }
}

@media (min-width: 95em) {
    .row.huge-start {
        justify-content: flex-start
    }

    .row.huge-center {
        justify-content: center
    }

    .row.huge-end {
        justify-content: flex-end
    }

    .row.huge-top {
        align-items: flex-start
    }

    .row.huge-middle {
        align-items: center
    }

    .row.huge-baseline {
        align-items: baseline
    }

    .row.huge-bottom {
        align-items: flex-end
    }

    .row.huge-stretch {
        align-items: stretch
    }

    .row.huge-between {
        justify-content: space-between
    }

    .row.huge-around {
        justify-content: space-around
    }

    .row.huge-reverse {
        flex-direction: row-reverse
    }

    .row.huge-forward {
        flex-direction: row
    }

    .col.huge-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.huge-prefix-1 {
        margin-left: 8.33333%
    }

    .col.huge-suffix-1 {
        margin-right: 8.33333%
    }

    .col.huge-min-1 {
        min-width: 8.33333%
    }

    .col.huge-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.huge-prefix-2 {
        margin-left: 16.66667%
    }

    .col.huge-suffix-2 {
        margin-right: 16.66667%
    }

    .col.huge-min-2 {
        min-width: 16.66667%
    }

    .col.huge-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.huge-prefix-3 {
        margin-left: 25%
    }

    .col.huge-suffix-3 {
        margin-right: 25%
    }

    .col.huge-min-3 {
        min-width: 25%
    }

    .col.huge-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.huge-prefix-4 {
        margin-left: 33.33333%
    }

    .col.huge-suffix-4 {
        margin-right: 33.33333%
    }

    .col.huge-min-4 {
        min-width: 33.33333%
    }

    .col.huge-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.huge-prefix-5 {
        margin-left: 41.66667%
    }

    .col.huge-suffix-5 {
        margin-right: 41.66667%
    }

    .col.huge-min-5 {
        min-width: 41.66667%
    }

    .col.huge-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.huge-prefix-6 {
        margin-left: 50%
    }

    .col.huge-suffix-6 {
        margin-right: 50%
    }

    .col.huge-min-6 {
        min-width: 50%
    }

    .col.huge-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.huge-prefix-7 {
        margin-left: 58.33333%
    }

    .col.huge-suffix-7 {
        margin-right: 58.33333%
    }

    .col.huge-min-7 {
        min-width: 58.33333%
    }

    .col.huge-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.huge-prefix-8 {
        margin-left: 66.66667%
    }

    .col.huge-suffix-8 {
        margin-right: 66.66667%
    }

    .col.huge-min-8 {
        min-width: 66.66667%
    }

    .col.huge-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.huge-prefix-9 {
        margin-left: 75%
    }

    .col.huge-suffix-9 {
        margin-right: 75%
    }

    .col.huge-min-9 {
        min-width: 75%
    }

    .col.huge-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.huge-prefix-10 {
        margin-left: 83.33333%
    }

    .col.huge-suffix-10 {
        margin-right: 83.33333%
    }

    .col.huge-min-10 {
        min-width: 83.33333%
    }

    .col.huge-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.huge-prefix-11 {
        margin-left: 91.66667%
    }

    .col.huge-suffix-11 {
        margin-right: 91.66667%
    }

    .col.huge-min-11 {
        min-width: 91.66667%
    }

    .col.huge-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.huge-prefix-12 {
        margin-left: 100%
    }

    .col.huge-suffix-12 {
        margin-right: 100%
    }

    .col.huge-min-12 {
        min-width: 100%
    }

    .col.huge-prefix-0 {
        margin-left: 0
    }

    .col.huge-suffix-0 {
        margin-right: 0
    }

    .col.huge {
        flex-basis: 0
    }

    .col.huge-first {
        order: -1
    }

    .col.huge-last {
        order: 1
    }

    .col.huge-unset {
        order: 0
    }
}

@media (min-width: 118.75em) {
    .row.bigger-start {
        justify-content: flex-start
    }

    .row.bigger-center {
        justify-content: center
    }

    .row.bigger-end {
        justify-content: flex-end
    }

    .row.bigger-top {
        align-items: flex-start
    }

    .row.bigger-middle {
        align-items: center
    }

    .row.bigger-baseline {
        align-items: baseline
    }

    .row.bigger-bottom {
        align-items: flex-end
    }

    .row.bigger-stretch {
        align-items: stretch
    }

    .row.bigger-between {
        justify-content: space-between
    }

    .row.bigger-around {
        justify-content: space-around
    }

    .row.bigger-reverse {
        flex-direction: row-reverse
    }

    .row.bigger-forward {
        flex-direction: row
    }

    .col.bigger-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.bigger-prefix-1 {
        margin-left: 8.33333%
    }

    .col.bigger-suffix-1 {
        margin-right: 8.33333%
    }

    .col.bigger-min-1 {
        min-width: 8.33333%
    }

    .col.bigger-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.bigger-prefix-2 {
        margin-left: 16.66667%
    }

    .col.bigger-suffix-2 {
        margin-right: 16.66667%
    }

    .col.bigger-min-2 {
        min-width: 16.66667%
    }

    .col.bigger-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.bigger-prefix-3 {
        margin-left: 25%
    }

    .col.bigger-suffix-3 {
        margin-right: 25%
    }

    .col.bigger-min-3 {
        min-width: 25%
    }

    .col.bigger-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.bigger-prefix-4 {
        margin-left: 33.33333%
    }

    .col.bigger-suffix-4 {
        margin-right: 33.33333%
    }

    .col.bigger-min-4 {
        min-width: 33.33333%
    }

    .col.bigger-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.bigger-prefix-5 {
        margin-left: 41.66667%
    }

    .col.bigger-suffix-5 {
        margin-right: 41.66667%
    }

    .col.bigger-min-5 {
        min-width: 41.66667%
    }

    .col.bigger-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.bigger-prefix-6 {
        margin-left: 50%
    }

    .col.bigger-suffix-6 {
        margin-right: 50%
    }

    .col.bigger-min-6 {
        min-width: 50%
    }

    .col.bigger-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.bigger-prefix-7 {
        margin-left: 58.33333%
    }

    .col.bigger-suffix-7 {
        margin-right: 58.33333%
    }

    .col.bigger-min-7 {
        min-width: 58.33333%
    }

    .col.bigger-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.bigger-prefix-8 {
        margin-left: 66.66667%
    }

    .col.bigger-suffix-8 {
        margin-right: 66.66667%
    }

    .col.bigger-min-8 {
        min-width: 66.66667%
    }

    .col.bigger-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.bigger-prefix-9 {
        margin-left: 75%
    }

    .col.bigger-suffix-9 {
        margin-right: 75%
    }

    .col.bigger-min-9 {
        min-width: 75%
    }

    .col.bigger-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.bigger-prefix-10 {
        margin-left: 83.33333%
    }

    .col.bigger-suffix-10 {
        margin-right: 83.33333%
    }

    .col.bigger-min-10 {
        min-width: 83.33333%
    }

    .col.bigger-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.bigger-prefix-11 {
        margin-left: 91.66667%
    }

    .col.bigger-suffix-11 {
        margin-right: 91.66667%
    }

    .col.bigger-min-11 {
        min-width: 91.66667%
    }

    .col.bigger-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.bigger-prefix-12 {
        margin-left: 100%
    }

    .col.bigger-suffix-12 {
        margin-right: 100%
    }

    .col.bigger-min-12 {
        min-width: 100%
    }

    .col.bigger-prefix-0 {
        margin-left: 0
    }

    .col.bigger-suffix-0 {
        margin-right: 0
    }

    .col.bigger {
        flex-basis: 0
    }

    .col.bigger-first {
        order: -1
    }

    .col.bigger-last {
        order: 1
    }

    .col.bigger-unset {
        order: 0
    }
}

@media (min-width: 143.75em) {
    .row.biggest-start {
        justify-content: flex-start
    }

    .row.biggest-center {
        justify-content: center
    }

    .row.biggest-end {
        justify-content: flex-end
    }

    .row.biggest-top {
        align-items: flex-start
    }

    .row.biggest-middle {
        align-items: center
    }

    .row.biggest-baseline {
        align-items: baseline
    }

    .row.biggest-bottom {
        align-items: flex-end
    }

    .row.biggest-stretch {
        align-items: stretch
    }

    .row.biggest-between {
        justify-content: space-between
    }

    .row.biggest-around {
        justify-content: space-around
    }

    .row.biggest-reverse {
        flex-direction: row-reverse
    }

    .row.biggest-forward {
        flex-direction: row
    }

    .col.biggest-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.biggest-prefix-1 {
        margin-left: 8.33333%
    }

    .col.biggest-suffix-1 {
        margin-right: 8.33333%
    }

    .col.biggest-min-1 {
        min-width: 8.33333%
    }

    .col.biggest-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.biggest-prefix-2 {
        margin-left: 16.66667%
    }

    .col.biggest-suffix-2 {
        margin-right: 16.66667%
    }

    .col.biggest-min-2 {
        min-width: 16.66667%
    }

    .col.biggest-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.biggest-prefix-3 {
        margin-left: 25%
    }

    .col.biggest-suffix-3 {
        margin-right: 25%
    }

    .col.biggest-min-3 {
        min-width: 25%
    }

    .col.biggest-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.biggest-prefix-4 {
        margin-left: 33.33333%
    }

    .col.biggest-suffix-4 {
        margin-right: 33.33333%
    }

    .col.biggest-min-4 {
        min-width: 33.33333%
    }

    .col.biggest-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.biggest-prefix-5 {
        margin-left: 41.66667%
    }

    .col.biggest-suffix-5 {
        margin-right: 41.66667%
    }

    .col.biggest-min-5 {
        min-width: 41.66667%
    }

    .col.biggest-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.biggest-prefix-6 {
        margin-left: 50%
    }

    .col.biggest-suffix-6 {
        margin-right: 50%
    }

    .col.biggest-min-6 {
        min-width: 50%
    }

    .col.biggest-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.biggest-prefix-7 {
        margin-left: 58.33333%
    }

    .col.biggest-suffix-7 {
        margin-right: 58.33333%
    }

    .col.biggest-min-7 {
        min-width: 58.33333%
    }

    .col.biggest-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.biggest-prefix-8 {
        margin-left: 66.66667%
    }

    .col.biggest-suffix-8 {
        margin-right: 66.66667%
    }

    .col.biggest-min-8 {
        min-width: 66.66667%
    }

    .col.biggest-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.biggest-prefix-9 {
        margin-left: 75%
    }

    .col.biggest-suffix-9 {
        margin-right: 75%
    }

    .col.biggest-min-9 {
        min-width: 75%
    }

    .col.biggest-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.biggest-prefix-10 {
        margin-left: 83.33333%
    }

    .col.biggest-suffix-10 {
        margin-right: 83.33333%
    }

    .col.biggest-min-10 {
        min-width: 83.33333%
    }

    .col.biggest-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.biggest-prefix-11 {
        margin-left: 91.66667%
    }

    .col.biggest-suffix-11 {
        margin-right: 91.66667%
    }

    .col.biggest-min-11 {
        min-width: 91.66667%
    }

    .col.biggest-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.biggest-prefix-12 {
        margin-left: 100%
    }

    .col.biggest-suffix-12 {
        margin-right: 100%
    }

    .col.biggest-min-12 {
        min-width: 100%
    }

    .col.biggest-prefix-0 {
        margin-left: 0
    }

    .col.biggest-suffix-0 {
        margin-right: 0
    }

    .col.biggest {
        flex-basis: 0
    }

    .col.biggest-first {
        order: -1
    }

    .col.biggest-last {
        order: 1
    }

    .col.biggest-unset {
        order: 0
    }
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fa-solid,
[class*='lightcase-icon-']:before,
.accHandler:before,
.backToTop:before,
noscript label:before,
.informatizer:before,
a[href$=".pdf"]:before,
ul.styled-list li:before,
main ul li:before,
.mobile-bar li label[for="navi-toggled"]:before,
#navi-toggled:checked~* label[for="navi-toggled"]:before,
.fa-regular {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fa-solid.fa-pull-left,
.fa-pull-left[class*='lightcase-icon-']:before,
.fa-pull-left.accHandler:before,
.fa-pull-left.backToTop:before,
noscript label.fa-pull-left:before,
.fa-pull-left.informatizer:before,
a.fa-pull-left[href$=".pdf"]:before,
ul.styled-list li.fa-pull-left:before,
main ul li.fa-pull-left:before,
.mobile-bar li label.fa-pull-left[for="navi-toggled"]:before,
#navi-toggled:checked~* label.fa-pull-left[for="navi-toggled"]:before,
.fa-regular.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fa-solid.fa-pull-right,
.fa-pull-right[class*='lightcase-icon-']:before,
.fa-pull-right.accHandler:before,
.fa-pull-right.backToTop:before,
noscript label.fa-pull-right:before,
.fa-pull-right.informatizer:before,
a.fa-pull-right[href$=".pdf"]:before,
ul.styled-list li.fa-pull-right:before,
main ul li.fa-pull-right:before,
.mobile-bar li label.fa-pull-right[for="navi-toggled"]:before,
#navi-toggled:checked~* label.fa-pull-right[for="navi-toggled"]:before,
.fa-regular.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before,
ul.styled-list li:before,
main ul li:before {
    content: "\f105"
}

.fa-angle-up:before,
.backToTop:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before,
.mobile-bar li label[for="navi-toggled"]:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before,
.lightcase-icon-prev:before {
    content: "\f137"
}

.fa-chevron-circle-right:before,
.lightcase-icon-next:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before,
noscript label:before,
.informatizer:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fa-solidt-backward:before {
    content: "\f049"
}

.fa-fa-solidt-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-pdf:before,
a[href$=".pdf"]:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before,
.lightcase-icon-pause:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-percent:before {
    content: "\f295"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before,
.lightcase-icon-play:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before,
.accHandler:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-print:before {
    content: "\f02f"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safa-regulari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before,
.lightcase-icon-spin:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before,
#navi-toggled:checked~* label[for="navi-toggled"]:before {
    content: "\f00d"
}

.fa-times-circle:before,
.lightcase-icon-close:before,
noscript input#noticebar:checked~label:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.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
}

.fa-regular {
    font-family: 'FontAwesome';
    font-weight: 400
}

.fa,
.fa-solid,
[class*='lightcase-icon-']:before,
.accHandler:before,
.backToTop:before,
noscript label:before,
.informatizer:before,
a[href$=".pdf"]:before,
ul.styled-list li:before,
main ul li:before,
.mobile-bar li label[for="navi-toggled"]:before,
#navi-toggled:checked~* label[for="navi-toggled"]:before {
    font-family: 'FontAwesome';
    font-weight: 900
}

[class*='lightcase-icon-']:before {
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

@media screen and (min-width: 50em) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-shadow: none;
        background-color: rgba(26, 26, 26, 0.5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden
    }
}

@media screen and (min-width: 50em) {

    #lightcase-case[data-lc-type=image] #lightcase-content,
    #lightcase-case[data-lc-type=video] #lightcase-content {
        background-color: rgba(26, 26, 26, 0.5)
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    -o-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>* {
        width: 100% !important;
        max-width: none !important
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>*:not(iframe) {
        height: auto !important;
        max-height: none !important
    }
}

@media screen and (max-width: 49.9em) {
    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width: 49.9em) and (min-width: 50em) {

    [data-lc-type=image] #lightcase-content .lightcase-contentInner,
    [data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: 0.75
    }
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

#lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    background-color: #fff
}

@media screen and (min-width: 50em) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
}

#lightcase-content .lightcase-contentInner .lightcase-inlineWrap div {
    padding-bottom: 0.1em
}

@media screen and (max-width: 49.9em) {
    #lightcase-content * {
        color: #fff
    }
}

@media screen and (min-width: 50em) {
    #lightcase-content * {
        color: #1a1a1a
    }
}

#lightcase-content img {
    width: auto
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa
}

@media screen and (max-width: 49.9em) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0
    }
}

@media screen and (min-width: 50em) {
    #lightcase-case p.lightcase-error {
        padding: 0
    }
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

@media screen and (max-width: 49.9em) {
    .lightcase-open body {
        padding: 55px 0 70px 0
    }

    .lightcase-open body>*:not([id*='lightcase-']) {
        position: fixed !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important
    }
}

#lightcase-info {
    position: absolute;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    right: 0
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
    font-size: 1rem;
    color: #fff
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: .8125rem;
    color: rgba(255, 255, 255, 0.8)
}

#lightcase-info #lightcase-caption:not(:empty) {
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    padding-left: 10px;
    margin-top: 10px
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: .8125rem;
    color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 15px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: rgba(26, 26, 26, 0.8)
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static
    }
}

#lightcase-loading {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    font-size: 32px;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: fa-spin 0.5s infinite linear;
    animation: fa-spin 0.5s infinite linear
}

#lightcase-loading,
#lightcase-loading:focus {
    text-decoration: none;
    color: #ccc;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: color, opacity, ease-in-out 0.25s
}

#lightcase-loading>span {
    display: inline-block;
    text-indent: -9999px
}

#lightcase-loading:hover {
    color: #fff
}

#lightcase-nav a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer
}

#lightcase-nav a[class*='lightcase-icon-'],
#lightcase-nav a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: #ccc;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: color, opacity, ease-in-out 0.25s
}

#lightcase-nav a[class*='lightcase-icon-']>span {
    display: inline-block;
    text-indent: -9999px
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #fff
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em
}

@media screen and (min-width: 50em) {

    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0
    }
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none
}

@media screen and (max-width: 49.9em) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute
    }
}

@media screen and (min-width: 50em) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed
    }
}

@media screen and (max-width: 49.9em) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 15px;
        font-size: 24px
    }
}

@media screen and (min-width: 50em) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 50%;
        margin-bottom: -0.5em
    }

    #lightcase-nav a[class*='lightcase-icon-']:hover,
    #lightcase-case:hover~#lightcase-nav a[class*='lightcase-icon-'] {
        opacity: 1
    }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: rgba(26, 26, 26, 0.8)
}

@media screen and (max-width: 49.9em) {
    #lightcase-overlay {
        opacity: 1 !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -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 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    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-prev,
.slick-next {
    position: absolute;
    z-index: 150;
    bottom: -4rem;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .5
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: #81382a;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 95em) {

    .slick-prev,
    .slick-next {
        bottom: -5rem
    }
}

.slick-prev {
    right: 20%
}

@media (min-width: 40em) {
    .slick-prev {
        right: 24%
    }
}

@media (min-width: 50em) {
    .slick-prev {
        right: 24%
    }
}

@media (min-width: 62em) {
    .slick-prev {
        right: 14%
    }
}

@media (min-width: 75em) {
    .slick-prev {
        right: 10%
    }
}

@media (min-width: 95em) {
    .slick-prev {
        right: 8%
    }
}

.slick-prev:before {
    color: #fff;
    font-weight: 600;
    content: '\f053'
}

[dir="rtl"] .slick-prev:before {
    content: '\f053'
}

.slick-next {
    right: 10%
}

@media (min-width: 40em) {
    .slick-next {
        right: 16%
    }
}

@media (min-width: 50em) {
    .slick-next {
        right: 18%
    }
}

@media (min-width: 62em) {
    .slick-next {
        right: 10%
    }
}

@media (min-width: 75em) {
    .slick-next {
        right: 8%
    }
}

@media (min-width: 95em) {
    .slick-next {
        right: 6%
    }
}

.slick-next:before {
    color: #fff;
    font-weight: 600;
    content: '\f054'
}

[dir="rtl"] .slick-next:before {
    content: '\f054'
}

.galerie-slide .slick-prev,
.galerie-slide .slick-next {
    bottom: -5.25rem
}

@media (min-width: 40em) {
    .galerie-slide .slick-prev {
        right: 8%
    }
}

@media (min-width: 40em) {
    .galerie-slide .slick-next {
        right: 4%
    }
}

.accHandler {
    padding: .4375rem 3.125rem .4375rem 1.125rem;
    background: #ccc;
    position: relative
}

@media (min-width: 50em) {
    .accHandler {
        padding: .4375rem 1.125rem
    }
}

.accHandler.active {
    cursor: pointer
}

.accHandler.active:before {
    display: inline-block
}

.accHandler.opened:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.accHandler:before {
    position: absolute;
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.125rem;
    font-size: 1rem;
    transition: all .3s ease-in-out
}

.backToTop {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    background: #81382a;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 5%;
    right: 2%;
    height: 2.8125rem;
    opacity: .8;
    width: 2.8125rem;
    z-index: 890
}

@media (min-width: 95em) {
    .backToTop {
        bottom: 2%
    }
}

.backToTop:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-indent: 0
}

.backToTop:hover,
.backToTop:active,
.backToTop:focus {
    color: #fff;
    background: #343434
}

noscript {
    margin-top: 3.75rem;
    display: block
}

noscript input#noticebar {
    display: none
}

noscript input#noticebar:checked~div {
    opacity: 1;
    visibility: visible
}

noscript input#noticebar:checked~label {
    background: #fff;
    color: #D85D00
}

noscript label {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    background: #D85D00;
    bottom: .625rem;
    color: #fff;
    font-size: 1.5625rem;
    height: 2.8125rem;
    opacity: .9;
    position: fixed;
    right: .625rem;
    text-decoration: none;
    width: 2.8125rem;
    z-index: 910
}

noscript label:before {
    display: inline-block;
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

noscript label:hover {
    cursor: pointer;
    background: #bf5200
}

noscript label+div {
    opacity: 0;
    visibility: hidden;
    height: 100vh
}

noscript label+div,
.noticeBar {
    background: #D85D00;
    color: #fff;
    display: flex;
    justify-content: space-around;
    left: 0;
    padding: 1.25rem;
    position: fixed;
    text-align: center;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 900 !important
}

noscript label+div span,
.noticeBar span {
    align-self: center;
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin: 0
}

noscript label+div a,
.noticeBar a {
    color: #fff
}

noscript label+div a:hover,
.noticeBar a:hover {
    color: #fff;
    text-decoration: none
}

noscript div:first-child {
    display: none
}

.breadcrumb li {
    list-style: none;
    float: left
}

.breadcrumb li:before {
    content: '>';
    padding: 0 1rem
}

.breadcrumb li:first-child:before {
    content: "";
    padding: 0
}

#log_container pre,
#log_container .checkupXYZ {
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    padding: 1%
}

#log_container {
    height: 100%;
    width: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    color: #1a1a1a;
    background: #f2f2f2;
    padding: 2%;
    transition: all .5s ease-in-out;
    box-shadow: inset 0 0 .0625rem .0625rem rgba(216, 93, 0, 0.5);
    z-index: 99999999
}

#log_container:target {
    top: 0
}

#log_container.show {
    top: 0
}

#log_container ul {
    list-style: inside square
}

#log_container ul ul {
    margin-left: 2rem
}

#log_container ul h3 {
    display: inline-block
}

#log_container ul li {
    padding: .5rem 0;
    border-bottom: .0625rem solid #f2f2f2
}

#log_container ul li:last-child {
    border: none
}

#log_container h1 {
    text-align: center;
    padding-top: 2rem
}

#log_container h2 {
    padding-bottom: .5rem;
    border-bottom: .0625rem solid #ccc;
    text-align: center;
    font-weight: normal;
    margin-top: 4rem
}

#log_container h3 {
    font-weight: normal
}

#log_container .checkup_pages li {
    padding: 1rem
}

#log_container .checkup_pages .sub {
    margin-left: 2rem
}

#log_container>p {
    margin-bottom: 4rem
}

.checkup_pages>li:nth-child(odd) {
    background: #F4F4F4
}

.checkupXYZ {
    width: 60rem;
    margin: 0 auto;
    resize: horizontal
}

.informatizer {
    background: #8DD45C;
    padding: 1%;
    position: fixed;
    top: 2%;
    right: 2%;
    display: block;
    color: #fff;
    transition: all .5s ease-in-out;
    text-decoration: none
}

.informatizer:before {
    margin-right: 1rem;
    font-size: 1.5em;
    line-height: 1rem
}

.informatizer a {
    color: #fff
}

* {
    margin: 0;
    padding: 0
}

*,
*:before,
*:after {
    box-sizing: inherit
}

html {
    background: #fff;
    box-sizing: border-box;
    color: #1a1a1a;
    font-family: "Lato", sans-serif;
    font-size: 100%;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    line-height: 1.5rem;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

body {
    line-height: 1.5rem
}

body.the-customer-page #log_hider {
    display: none
}

body.ie-8 #pageloader:after {
    display: none
}

video {
    width: 100% !important
}

iframe {
    border: none;
    width: 100%
}

p,
ol,
dl,
.margin-bottom,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
ul.styled-list,
main ul,
table,
.lightbox-image,
form.default label.floatLabel {
    margin-bottom: 1.5rem;
    font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    text-rendering: optimizeLegibility;
    line-height: normal
}

h1,
.h1 {
    font-family: "Merienda", sans-serif;
    font-size: 2.5rem
}

h1 span,
.h1 span {
    display: block
}

h1 span.block,
.h1 span.block {
    line-height: 1.2em
}

h1 span.border,
.h1 span.border {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-family: "Lato", sans-serif
}

@media (min-width: 50em) {

    h1 span.border,
    .h1 span.border {
        position: relative;
        display: flex;
        align-items: center;
        white-space: nowrap
    }

    h1 span.border:after,
    .h1 span.border:after {
        content: '';
        position: relative;
        background: #ccc;
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-left: 3rem
    }
}

h2,
.h2 {
    font-size: 2.125rem;
    font-family: "Merienda", sans-serif
}

h2 span.block,
.h2 span.block {
    display: block;
    line-height: 1.2em
}

h2 span.border,
.h2 span.border {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-family: "Lato", sans-serif
}

@media (min-width: 50em) {

    h2 span.border,
    .h2 span.border {
        position: relative;
        display: flex;
        align-items: center;
        white-space: nowrap
    }

    h2 span.border:after,
    .h2 span.border:after {
        content: '';
        position: relative;
        background: #ccc;
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-left: 3rem
    }
}

h2.small-font,
.h2.small-font {
    font-size: 1.125rem;
    font-weight: 600
}

h3,
.h3 {
    font-size: 1.75rem;
    font-family: "Merienda", sans-serif
}

h3 span.block,
.h3 span.block {
    display: block;
    line-height: 1.1em
}

h3 span.border,
.h3 span.border {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-family: "Lato", sans-serif
}

@media (min-width: 50em) {

    h3 span.border,
    .h3 span.border {
        position: relative;
        display: flex;
        align-items: center;
        white-space: nowrap
    }

    h3 span.border:after,
    .h3 span.border:after {
        content: '';
        position: relative;
        background: #ccc;
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-left: 3rem
    }
}

h3.small-font,
.h3.small-font {
    font-size: 1.125rem;
    font-weight: 600
}

h4,
.h4 {
    font-size: 1.625rem;
    font-family: "Merienda", sans-serif;
    line-height: 1.1em
}

h5,
.h5 {
    font-size: 1.125rem
}

h6,
.h6 {
    font-size: 1rem
}

a {
    color: #81382a;
    word-wrap: break-word;
    transition: .4s
}

a:focus,
a:hover,
a:active {
    color: rgba(129, 56, 42, 0.7)
}

a img {
    border: none
}

a[href$=".pdf"]:before {
    margin-right: .5em
}

a[href^=tel] {
    color: inherit;
    text-decoration: underline
}

hr,
.hr {
    display: flex;
    background: #ccc;
    border: none;
    clear: both;
    height: 1px;
    margin: 1rem 0;
    flex-basis: 100%
}

ul {
    list-style: none
}

ul.styled-list li,
main ul li {
    padding-left: .9375rem;
    margin-bottom: .4375rem
}

ul.styled-list li:before,
main ul li:before {
    text-indent: -.9375rem;
    color: #81382a
}

ul.styled-list ul,
main ul ul {
    margin-left: 1rem;
    margin-bottom: 0
}

ul.unstyled-list {
    margin-bottom: 0
}

ul.unstyled-list li {
    padding-bottom: 0;
    padding-left: 0
}

ul.unstyled-list li:before {
    content: none
}

dl.styled-list,
main dl {
    zoom: 1
}

dl.styled-list:after,
main dl:after {
    content: "";
    display: table;
    clear: both
}

dl.styled-list dt,
main dl dt,
dl.styled-list dd,
main dl dd {
    display: block;
    background: rgba(204, 204, 204, 0.1);
    padding: .9375rem
}

dl.styled-list dt,
main dl dt {
    padding-bottom: 0;
    font-weight: 700
}

dl.styled-list dd,
main dl dd {
    padding-top: 0
}

dl.styled-list dd:not(:last-child),
main dl dd:not(:last-child) {
    margin-bottom: .625rem
}

dl.float-list {
    zoom: 1
}

dl.float-list:after {
    content: "";
    display: table;
    clear: both
}

dl.float-list dt,
dl.float-list dd {
    display: block;
    vertical-align: top;
    float: left
}

dl.float-list dt {
    padding-right: .5rem;
    width: 40%;
    clear: left
}

dl.float-list dd {
    width: 60%
}

ol {
    list-style-type: none;
    counter-reset: item
}

ol li {
    padding-top: .3rem;
    padding-bottom: .3rem;
    display: table;
    counter-increment: item
}

ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: .3em
}

ol ol {
    margin-bottom: 0
}

ol ol li:before {
    content: counters(item, ".") " "
}

img {
    vertical-align: bottom;
    float: none;
    height: auto;
    max-width: 100%;
    width: 100%
}



[data-rel] img,
.lightbox-image img {
    margin-bottom: 0
}


table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-size: 1rem
}

@media (max-width: 39.9375em) {
    table {
        overflow-x: auto;
        display: block
    }
}

table caption {
    text-align: left;
    padding: 1.125rem 1.125rem 1.5625rem;
    display: table-caption;
    font-weight: 700;
    font-size: 1.2rem
}

table thead {
    border-collapse: collapse;
    display: table-header-group
}

table tbody {
    width: 100%;
    overflow-x: scroll;
    display: table-row-group
}

table tbody tr {
    padding: 1.125rem 0
}

table tbody tr:not(:last-child) {
    border-bottom: .0625rem solid #ccc
}

table tr {
    display: table-row
}

table th,
table td {
    padding: 1.125rem;
    display: table-cell;
    vertical-align: top
}

@media (max-width: 39.9375em) {
    table td {
        min-width: 50vw
    }
}

.send {
    width: 100% !important
}

.thema {
    padding: 1rem 0 0.6rem !important;
    margin: 0
}

.thema input {
    min-height: 2.5rem !important
}

.white {
    color: #fff
}

.contact-border {
    background: #1a1a1a;
    border: 1px #fff solid;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 1rem 0;
    padding: .8rem;
    position: relative;
    resize: none;
    transition: border .3s;
    width: 100% !important;
    margin-left: 0 !important
}

.contact-border .col {
    word-break: break-word
}

legend small {
    color: #81382a;
    display: block;
    line-height: .5rem;
    position: absolute;
    font-size: 14px;
    font-weight: normal
}

.radio {
    min-height: 3.5rem !important;
    margin: -5px -29px !important;
    float: right !important
}

#Nachricht {
    min-height: 28.5rem !important
}

.highlight {
    color: #fff
}

.btn {
    background: #fff;
    border: none;
    color: #1a1a1a;
    cursor: pointer;
    display: table;
    font-size: 1rem;
    line-height: 1rem;
    padding: 1.5rem 1.25rem;
    text-align: center;
    text-decoration: none;
    transition: 300ms all ease-in-out;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .125rem
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #1a1a1a;
    color: #fff;
    letter-spacing: .1875rem
}

.btn *[class^="icon"] {
    margin-left: .5rem;
    vertical-align: middle
}

@media (max-width: 61.9375em) {
    .margin-top {
        margin-top: 1.5rem
    }
}

@media (min-width: 75em) {
    .margin-top {
        margin-top: 4rem
    }
}

.margin-bottom-more {
    margin-bottom: 2.5rem
}

.clear {
    clear: both;
    float: none
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.hidden {
    display: none
}

.hide-text {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    overflow: hidden;
    width: 0
}

.float-left {
    float: left
}

img.float-left {
    margin-right: 1rem
}

.float-right {
    float: right
}

img.float-right {
    margin-left: 1rem
}

.fluid {
    height: auto;
    width: 100%
}

.non-fluid {
    width: auto !important
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.wide {
    width: 100%;
    display: block
}

.notification {
    padding: 1em;
    background: #D85D00;
    color: #fff;
    font-size: 1.2em
}

.video-container,
main .google-maps {
    height: 0;
    overflow: hidden;
    padding-bottom: 41%;
    position: relative
}

.video-container iframe,
main .google-maps iframe {
    border: none;
    height: 100%;
    position: absolute;
    width: 100%
}

.video-containerIndex {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video-containerIndex iframe {
    border: none;
    height: 100%;
    position: absolute;
    width: 100%
}

.lightbox-image {
    display: table;
    position: relative;
    text-decoration: none;
    width: 100%
}

.lightbox-image[href*=qr] {
    width: auto
}

.lightbox-image[href*=qr]:before,
.lightbox-image[href*=qr]:after {
    content: none
}

.lightbox-image:before,
.lightbox-image:after {
    pointer-events: none
}

.lightbox-image:before {
    bottom: 0;
    color: rgba(255, 255, 255, 0.75);
    content: '+';
    display: block;
    font-family: sans-serif;
    font-size: 2rem;
    height: 2em;
    line-height: 1.8;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: .0625rem .0625rem .0625rem rgba(26, 26, 26, 0.8);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 2em;
    z-index: 1
}

.lightbox-image:after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.lightbox-image:hover:before,
.lightbox-image:focus:before {
    bottom: 50%;
    font-size: 3rem;
    height: 1.5em;
    line-height: 1.5;
    right: 50%;
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
    width: 1.5em
}

.lightbox-image:hover:after,
.lightbox-image:focus:after {
    opacity: .5
}

body:before {
    width: 99pt;
    content: "default:16px....zero:0....zeroTiny:26.5625em....tiny:30em....small:40em....medium:50em....medium-large:53.75em....large:62em....giant:75em....giant-huge:80em....huge-middle:84.375em....huge:95em....bigger:118.75em....biggest:143.75em";
    display: none !important
}

@media (min-width: 0) {
    body:before {
        width: 159pt
    }
}

@media (min-width: 26.5625em) {
    body:before {
        width: 291pt
    }
}

@media (min-width: 30em) {
    body:before {
        width: 369pt
    }
}

@media (min-width: 40em) {
    body:before {
        width: 453pt
    }
}

@media (min-width: 50em) {
    body:before {
        width: 543pt
    }
}

@media (min-width: 53.75em) {
    body:before {
        width: 687pt
    }
}

@media (min-width: 62em) {
    body:before {
        width: 771pt
    }
}

@media (min-width: 75em) {
    body:before {
        width: 855pt
    }
}

@media (min-width: 80em) {
    body:before {
        width: 969pt
    }
}

@media (min-width: 84.375em) {
    body:before {
        width: 1113pt
    }
}

@media (min-width: 95em) {
    body:before {
        width: 1191pt
    }
}

@media (min-width: 118.75em) {
    body:before {
        width: 1305pt
    }
}

@media (min-width: 143.75em) {
    body:before {
        width: 1425pt
    }
}

body.devmode:before,
body.debug:before {
    background: #D85D00;
    border-color: #D85D00;
    border-style: solid;
    border-width: 0 1.125rem;
    color: #fff;
    display: block !important;
    font-family: Courier;
    font-size: 10pt;
    left: 0;
    line-height: 2.5;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    z-index: 99999
}

.lightbox-image:before,
.lightbox-image:after {
    transition: .3s
}

.marginTop {
    margin-top: 4rem
}

.marginBottom {
    margin-bottom: 4rem
}

@media (max-width: 49.9375em) {
    .page-navi {
        background: #1a1a1a;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 3.75rem;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: .6s;
        width: 24em;
        z-index: 895;
        bottom: 0;
        max-width: 100%
    }
}

@media (min-width: 50em) {
    .page-navi .topBar {
        display: flex;
        position: fixed;
        z-index: 9999;
        width: 100%;
        background: transparent;
        padding: 2rem 0;
        transition: .4s
    }

    body.scrolled .page-navi .topBar,
    body.nojs .page-navi .topBar {
        background: #1a1a1a
    }
}

@media (max-width: 49.9375em) {
    .page-navi .topBar .col {
        padding: 0
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main {
        display: flex;
        justify-content: space-between
    }
}

.page-navi .topBar .col .navi-main li {
    position: relative
}

.page-navi .topBar .col .navi-main li.galerie {
    position: relative
}

@media (min-width: 50em) {

    .page-navi .topBar .col .navi-main li.galerie:hover .sub,
    .page-navi .topBar .col .navi-main li.galerie:focus .sub {
        visibility: visible;
        opacity: 1;
        display: block;
        padding: 0;
        left: -3rem;
        width: max-content;
    }

    .page-navi .topBar .col .navi-main li.galerie:hover .sub li:before,
    .page-navi .topBar .col .navi-main li.galerie:hover .sub li:after,
    .page-navi .topBar .col .navi-main li.galerie:focus .sub li:before,
    .page-navi .topBar .col .navi-main li.galerie:focus .sub li:after {
        content: none
    }

    .page-navi .topBar .col .navi-main li.galerie:hover .sub li a,
    .page-navi .topBar .col .navi-main li.galerie:focus .sub li a {
        padding: 1rem;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        background: rgba(26, 26, 26, 0.8)
    }

    .page-navi .topBar .col .navi-main li.galerie:hover .sub li a:hover,
    .page-navi .topBar .col .navi-main li.galerie:focus .sub li a:hover {
        background: #1a1a1a;
        letter-spacing: .0625rem
    }

    .page-navi .topBar .col .navi-main li.galerie:hover .sub li a.active,
    .page-navi .topBar .col .navi-main li.galerie:focus .sub li a.active {
        background: #fff;
        color: #1a1a1a;
        letter-spacing: .0625rem
    }
}

.page-navi .topBar .col .navi-main li.galerie span.hover+ul {
    max-height: 30rem;
    transition: all .5s ease-in-out
}

.page-navi .topBar .col .navi-main li a,
.page-navi .topBar .col .navi-main li span {
    text-decoration: none;
    color: #fff;
    font-size: .875rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 10;
}

@media (max-width: 49.9375em) {

    .page-navi .topBar .col .navi-main li a,
    .page-navi .topBar .col .navi-main li span {
        text-transform: uppercase;
        letter-spacing: .125rem;
        padding: 1.75rem;
        border-bottom: .0625rem solid rgba(255, 255, 255, 0.3);
        display: block;
        font-weight: 400;
        transition: .3s;
        white-space: nowrap
    }
}

@media (min-width: 50em) {

    .page-navi .topBar .col .navi-main li a,
    .page-navi .topBar .col .navi-main li span {
        padding: 0 .5rem 0 0
    }
}

@media (min-width: 62em) {

    .page-navi .topBar .col .navi-main li a,
    .page-navi .topBar .col .navi-main li span {
        font-size: .9375rem
    }
}

@media (min-width: 75em) {

    .page-navi .topBar .col .navi-main li a,
    .page-navi .topBar .col .navi-main li span {
        font-size: .75rem;
        text-transform: uppercase;
        letter-spacing: .125rem
    }
}

@media (min-width: 80em) {

    .page-navi .topBar .col .navi-main li a,
    .page-navi .topBar .col .navi-main li span {
        font-size: .8125rem
    }
}

@media (min-width: 95em) {

    .page-navi .topBar .col .navi-main li a,
    .page-navi .topBar .col .navi-main li span {
        font-size: .875rem
    }
}

.page-navi .topBar .col .navi-main li a.galerie,
.page-navi .topBar .col .navi-main li span.galerie {
    transition: .4s
}

@media (max-width: 49.9375em) {

    .page-navi .topBar .col .navi-main li a.galerie,
    .page-navi .topBar .col .navi-main li span.galerie {
        position: relative;
        border-bottom: none
    }
}

.page-navi .topBar .col .navi-main li a.galerie:after,
.page-navi .topBar .col .navi-main li span.galerie:after {
    content: '\f078';
    font-family: "FontAwesome";
    font-weight: 600;
    position: relative;
    padding-left: .625rem
}

@media (max-width: 49.9375em) {

    .page-navi .topBar .col .navi-main li a.galerie:after,
    .page-navi .topBar .col .navi-main li span.galerie:after {
        font-size: .875rem
    }
}

@media (min-width: 50em) {

    .page-navi .topBar .col .navi-main li a.galerie:after,
    .page-navi .topBar .col .navi-main li span.galerie:after {
        font-size: .625rem
    }
}

@media (max-width: 49.9375em) {

    .page-navi .topBar .col .navi-main li a.anfrage,
    .page-navi .topBar .col .navi-main li span.anfrage {
        border-bottom: none
    }
}

@media (max-width: 49.9375em) {

    .page-navi .topBar .col .navi-main li a:hover,
    .page-navi .topBar .col .navi-main li a.active,
    .page-navi .topBar .col .navi-main li span:hover,
    .page-navi .topBar .col .navi-main li span.active {
        letter-spacing: .1875rem;
        font-weight: 500;
        background: #fff;
        color: #1a1a1a
    }
}

@media (min-width: 50em) {

    .page-navi .topBar .col .navi-main li a:hover,
    .page-navi .topBar .col .navi-main li a.active,
    .page-navi .topBar .col .navi-main li span:hover,
    .page-navi .topBar .col .navi-main li span.active {
        letter-spacing: 0
    }
}

@media (min-width: 75em) {

    .page-navi .topBar .col .navi-main li a:hover,
    .page-navi .topBar .col .navi-main li a.active,
    .page-navi .topBar .col .navi-main li span:hover,
    .page-navi .topBar .col .navi-main li span.active {
        letter-spacing: .125rem
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main li.startseite:before {
        left: 25%
    }

    .page-navi .topBar .col .navi-main li.startseite:after {
        right: 25%
    }
}

@media (min-width: 75em) {
    .page-navi .topBar .col .navi-main li.startseite:before {
        left: 16%
    }

    .page-navi .topBar .col .navi-main li.startseite:after {
        right: 25%
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main li.hochzeitsfotografie-film:before {
        left: 25%
    }

    .page-navi .topBar .col .navi-main li.hochzeitsfotografie-film:after {
        right: 36%
    }
}

@media (min-width: 75em) {
    .page-navi .topBar .col .navi-main li.hochzeitsfotografie-film:before {
        left: 41%
    }

    .page-navi .topBar .col .navi-main li.hochzeitsfotografie-film:after {
        right: 36%
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main li.fotografie:before {
        left: 25%
    }

    .page-navi .topBar .col .navi-main li.fotografie:after {
        right: 25%
    }
}

@media (min-width: 75em) {
    .page-navi .topBar .col .navi-main li.fotografie:before {
        left: 21%
    }

    .page-navi .topBar .col .navi-main li.fotografie:after {
        right: 25%
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main li.film:before {
        left: -.125rem
    }

    .page-navi .topBar .col .navi-main li.film:after {
        right: 0
    }
}

@media (min-width: 75em) {
    .page-navi .topBar .col .navi-main li.film:before {
        left: .0625rem
    }

    .page-navi .topBar .col .navi-main li.film:after {
        right: .375rem
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main li.image-film:before {
        left: 25%
    }

    .page-navi .topBar .col .navi-main li.image-film:after {
        right: 25%
    }
}

@media (min-width: 75em) {
    .page-navi .topBar .col .navi-main li.image-film:before {
        left: 17%
    }

    .page-navi .topBar .col .navi-main li.image-film:after {
        right: 25%
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main li.unser-fotostudio:before {
        left: 35%
    }

    .page-navi .topBar .col .navi-main li.unser-fotostudio:after {
        right: 35%
    }
}

@media (min-width: 75em) {
    .page-navi .topBar .col .navi-main li.unser-fotostudio:before {
        left: 29%
    }

    .page-navi .topBar .col .navi-main li.unser-fotostudio:after {
        right: 35%
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main li.galerie:before {
        left: 15%
    }

    .page-navi .topBar .col .navi-main li.galerie:after {
        right: 40%
    }
}

@media (min-width: 75em) {
    .page-navi .topBar .col .navi-main li.galerie:before {
        left: 22%
    }

    .page-navi .topBar .col .navi-main li.galerie:after {
        right: 40%
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main li.anfrage:before {
        left: .3125rem
    }

    .page-navi .topBar .col .navi-main li.anfrage:after {
        right: .9375rem
    }
}

@media (min-width: 75em) {
    .page-navi .topBar .col .navi-main li.anfrage:before {
        left: .3125rem
    }

    .page-navi .topBar .col .navi-main li.anfrage:after {
        right: .9375rem
    }
}

.page-navi .topBar .col .navi-main li:before {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    width: 3rem;
    height: .125rem;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-42deg);
    display: block;
    position: absolute;
    transition: .4s;
    z-index: 1;
    left: 35%;
    top: 50%;
    visibility: hidden;
    opacity: 0
}

.page-navi .topBar .col .navi-main li:after {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    width: 3rem;
    height: .125rem;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-42deg);
    display: block;
    position: absolute;
    transition: .4s;
    z-index: 1;
    right: 35%;
    top: 50%;
    visibility: hidden;
    opacity: 0
}

@media (min-width: 50em) {

    .page-navi .topBar .col .navi-main li:hover:before,
    .page-navi .topBar .col .navi-main li:hover:after,
    .page-navi .topBar .col .navi-main li.active:before,
    .page-navi .topBar .col .navi-main li.active:after {
        visibility: visible;
        opacity: 1
    }
}

.page-navi .topBar .col .navi-main .sub {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out
}

@media (min-width: 50em) {
    .page-navi .topBar .col .navi-main .sub {
        visibility: hidden;
        opacity: 0;
        position: absolute
    }
}

.page-navi .topBar .col .navi-main .sub a {
    border-bottom: .0625rem solid rgba(255, 255, 255, 0.1)
}

.page-navi .topBar .social-icons .facebook:before {
    content: '';
    background: url(../images/social-icons.png) 1px center no-repeat;
    padding: .5rem 1.5rem
}

.page-navi .topBar .social-icons .instagram:before {
    content: '';
    background: url(../images/social-icons.png) -52px center no-repeat;
    padding: .5rem 1.4rem
}

.page-navi .topBar .social-icons .youtube:before {
    content: '';
    background: url(../images/social-icons.png) -108px center no-repeat;
    padding: .5rem .4rem .5rem 1.7rem
}

@media (max-width: 49.9375em) {
    .page-navi .topBar .social-icons {
        padding: 1.5rem 0rem;
        margin: 0 1.5rem;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
}

@media (min-width: 50em) {
    .page-navi .topBar .social-icons {
        display: none
    }
}

@media (min-width: 62em) {
    .page-navi .topBar .social-icons {
        display: flex;
        justify-content: flex-end
    }
}

.blackground-footer {
    background: #1a1a1a
}

@media (min-width: 50em) {
    .blackground-footer {
        padding: 2rem 0
    }
}

@media (max-width: 49.9375em) {
    .blackground-footer .row .col {
        padding: 0
    }
}

.blackground-footer .row .col .navi-add {
    width: 100%
}

@media (min-width: 50em) {
    .blackground-footer .row .col .navi-add {
        display: flex;
        justify-content: flex-end
    }
}

.blackground-footer .row .col .navi-add li a {
    background: #1a1a1a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .125rem;
    padding: 1.5rem 0;
    display: block;
    border-bottom: .0625rem solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    transition: .3s;
    font-weight: 400
}

@media (min-width: 50em) {
    .blackground-footer .row .col .navi-add li a {
        padding: 0 .8rem;
        font-size: .875rem;
        border-bottom: none
    }
}

.blackground-footer .row .col .navi-add li a:hover,
.blackground-footer .row .col .navi-add li a.active {
    background: #fff;
    color: #1a1a1a;
    letter-spacing: .1875rem
}

@media (min-width: 50em) {

    .blackground-footer .row .col .navi-add li a:hover,
    .blackground-footer .row .col .navi-add li a.active {
        background: none;
        color: #fff
    }
}

.blackground-footer .row .col .navi-add li a.impressum {
    border-bottom: none
}

.mobile-bar {
    align-items: center;
    background: #1a1a1a;
    display: flex;
    height: 3.75rem;
    justify-content: space-between;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 894
}

.mobile-bar li {
    display: flex;
    flex-grow: 1;
    padding: 0 1.125rem 0 0;
    color: #fff
}

.mobile-bar li:first-child i {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.mobile-bar li a.phone,
.mobile-bar li span.phone {
    text-decoration: none;
    color: #fff;
    letter-spacing: .1875rem;
    padding: 1.15rem 1.5rem
}

.mobile-bar li:last-child {
    justify-content: flex-end
}

.mobile-bar li label[for="navi-toggled"] {
    flex-direction: row-reverse;
    font-size: 1.125rem
}

.mobile-bar li label[for="navi-toggled"]:before {
    margin-right: .625rem
}

.mobile-bar li label[for="navi-toggled"]:after {
    background: rgba(26, 26, 26, 0.8);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 3.75rem;
    transition: opacity .6s, visibility .6s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

@media (min-width: 50em) {
    .mobile-bar {
        display: none
    }
}

#navi-toggled {
    display: none
}

#navi-toggled:checked~* label[for="navi-toggled"]:after {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

#navi-toggled:checked~* .page-navi,
#navi-toggled:checked~.page-navi {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.page-wrap {
    padding-top: 3.75rem
}

@media (min-width: 50em) {
    .page-wrap {
        padding-top: 0
    }
}

body.cmsbackend .Hbg {
    margin: 0 auto 6rem auto
}

body.cmsbackend .image_pro {
    max-width: 400px !important
}

.header {
    display: block;
    position: relative;
    padding: .625rem 1.125rem;
    width: 100%;
    padding: 6rem 0;
    z-index: -1;
    background: #000
}

.header .Hbg img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

@media (min-width: 40em) {
    .header {
        padding: 8rem 0 10rem 0
    }
}

@media (min-width: 50em) {
    .header {
        padding: 13rem 0 16rem 0
    }
}

@media (min-width: 62em) {
    .header {
        padding: 18rem 0 21rem 0
    }
}

@media (min-width: 75em) {
    .header {
        padding: 20rem 0 26rem 0
    }
}

@media (min-width: 95em) {
    .header {
        padding: 22rem 0 28rem 0
    }
}

.header .branding {
    padding: 1rem 0rem;
    display: block;
    text-align: center;
    position: relative
}

@media (min-width: 40em) {
    .header .branding {
        display: inline-block;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%
    }
}

@media (min-width: 75em) {
    .header .branding {
        width: 98%
    }
}

.header .branding span.border img {
    width: 80% !important
}

@media (min-width: 40em) {
    .header .branding span.border img {
        width: 60% !important
    }
}

@media (min-width: 50em) {
    .header .branding span.border img {
        width: 38% !important
    }
}

@media (min-width: 62em) {
    .header .branding span.border img {
        width: 50% !important
    }
}

@media (min-width: 75em) {
    .header .branding span.border img {
        width: 70% !important
    }
}

@media (min-width: 95em) {
    .header .branding span.border img {
        width: 100% !important
    }
}

@media (min-width: 40em) {
    .header .branding span.border {
        position: relative;
        display: flex;
        align-items: center
    }

    .header .branding span.border:after {
        content: '';
        position: relative;
        background: rgba(204, 204, 204, 0.5);
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-left: 2rem
    }
}

@media (min-width: 40em) and (min-width: 50em) {
    .header .branding span.border:after {
        padding-left: 10rem
    }
}

@media (min-width: 40em) and (min-width: 95em) {
    .header .branding span.border:after {
        padding-left: 0
    }
}

@media (min-width: 40em) {
    .header .branding span.border:before {
        content: '';
        position: relative;
        background: rgba(204, 204, 204, 0.5);
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-right: 2rem
    }
}

@media (min-width: 40em) and (min-width: 50em) {
    .header .branding span.border:before {
        padding-right: 10rem
    }
}

@media (min-width: 40em) and (min-width: 95em) {
    .header .branding span.border:before {
        padding-right: 0
    }
}

.header:after {
    content: '';
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: -1.5rem;
    display: block;
    background: #fff;
    height: 3rem;
    z-index: 1;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg)
}

@media (min-width: 30em) {
    .header:after {
        bottom: -2rem;
        height: 4rem
    }
}

@media (min-width: 40em) {
    .header:after {
        bottom: -2.5rem;
        height: 5rem
    }
}

@media (min-width: 50em) {
    .header:after {
        bottom: -3.5rem;
        height: 7rem
    }
}

@media (min-width: 84.375em) {
    .header:after {
        bottom: -4rem;
        height: 8rem
    }
}

@media (min-width: 95em) {
    .header:after {
        bottom: -5rem;
        height: 11rem
    }
}

@media (min-width: 118.75em) {
    .header:after {
        bottom: -7rem;
        height: 13rem
    }
}

@media (min-width: 143.75em) {
    .header:after {
        bottom: -9rem;
        height: 16rem
    }
}

.padding {
    padding: 5rem 0
}

@media (min-width: 40em) {
    .padding {
        padding: 6rem 0
    }
}

@media (min-width: 50em) {
    .padding {
        padding: 6rem 0 8rem 0
    }
}

@media (min-width: 62em) {
    .padding {
        padding: 9rem 0 10rem 0
    }
}

@media (min-width: 75em) {
    .padding {
        padding: 11rem 0 13rem 0
    }

    .padding.kontakt-social {
        padding: 8rem 0 10rem 0
    }
}

@media (min-width: 80em) {
    .padding {
        padding: 13rem 0 12rem 0
    }
}

@media (min-width: 84.375em) {
    .padding {
        padding: 14rem 0
    }

    .padding.kontakt-social {
        padding: 10rem 0
    }
}

@media (min-width: 95em) {
    .padding {
        padding: 14rem 0 18rem 0
    }

    .padding.kontakt-social {
        padding: 10rem 0
    }
}

@media (min-width: 118.75em) {
    .padding {
        padding: 15rem 0 19rem 0
    }
}

@media (min-width: 143.75em) {
    .padding {
        padding: 18rem 0 23rem 0
    }
}

@media (min-width: 62em) {
    .padding.first {
        padding: 7rem 0 10rem 0
    }
}

@media (min-width: 75em) {
    .padding.first {
        padding: 9rem 0 13rem 0
    }
}

@media (min-width: 80em) {
    .padding.first {
        padding: 9rem 0 12rem 0
    }
}

@media (min-width: 84.375em) {
    .padding.first {
        padding: 6rem 0 18rem 0
    }
}

@media (min-width: 95em) {
    .padding.first {
        padding: 7rem 0 18rem 0
    }
}

@media (min-width: 118.75em) {
    .padding.first {
        padding: 10rem 0 19rem 0
    }
}

@media (min-width: 143.75em) {
    .padding.first {
        padding: 12rem 0 23rem 0
    }
}

.blackground {
    background: #1a1a1a;
    padding: 6rem 0;
    margin: 1rem 0 6rem 0;
    position: relative
}

@media (min-width: 40em) {
    .blackground {
        padding: 8rem 0 6rem 0
    }
}

@media (min-width: 75em) {
    .blackground {
        padding: 10rem 0 8rem 0
    }
}

@media (min-width: 80em) {
    .blackground {
        padding: 11rem 0 9rem 0
    }
}

@media (min-width: 95em) {
    .blackground {
        padding: 12rem 0 9rem 0
    }
}

.blackground.padding-bottom {
    padding-bottom: 8rem
}

@media (min-width: 80em) {
    .blackground.padding-bottom {
        padding-bottom: 13rem
    }
}

@media (min-width: 95em) {
    .blackground.padding-bottom {
        padding-bottom: 9rem
    }
}

.blackground:before {
    content: '';
    background: #1a1a1a;
    width: 100%;
    position: absolute;
    top: -1.5rem;
    display: block;
    height: 3rem;
    z-index: 1;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg)
}

@media (min-width: 30em) {
    .blackground:before {
        top: -2rem;
        height: 4rem
    }
}

@media (min-width: 40em) {
    .blackground:before {
        top: -2.5rem;
        height: 5rem
    }
}

@media (min-width: 50em) {
    .blackground:before {
        top: -3rem;
        height: 6.5rem
    }
}

@media (min-width: 75em) {
    .blackground:before {
        top: -5rem;
        height: 8.5rem
    }
}

@media (min-width: 80em) {
    .blackground:before {
        height: 15.5rem;
        z-index: -1
    }
}

@media (min-width: 118.75em) {
    .blackground:before {
        top: -7rem
    }
}

@media (min-width: 143.75em) {
    .blackground:before {
        top: -8rem
    }
}

.blackground:after {
    content: '';
    background: #1a1a1a;
    width: 100%;
    position: absolute;
    bottom: -1.5rem;
    display: block;
    height: 3rem;
    z-index: 1;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg)
}

@media (min-width: 30em) {
    .blackground:after {
        bottom: -2rem;
        height: 4rem
    }
}

@media (min-width: 40em) {
    .blackground:after {
        bottom: -2.5rem;
        height: 5rem
    }
}

@media (min-width: 50em) {
    .blackground:after {
        bottom: -3rem;
        height: 6.5rem
    }
}

@media (min-width: 75em) {
    .blackground:after {
        bottom: -4rem;
        height: 7.5rem
    }
}

@media (min-width: 80em) {
    .blackground:after {
        height: 15.5rem;
        z-index: -1
    }
}

@media (min-width: 95em) {
    .blackground:after {
        bottom: -5rem
    }
}

@media (min-width: 118.75em) {
    .blackground:after {
        bottom: -7rem
    }
}

@media (min-width: 143.75em) {
    .blackground:after {
        bottom: -8rem
    }
}

.blackground .tease {
    display: none
}

.fullyLoaded .blackground .tease {
    display: block
}

.fullyLoaded .blackground .tease .teaser {
    padding: 0 2rem;
    position: relative
}

.fullyLoaded .blackground .tease .teaser .overlay {
    position: relative
}

.fullyLoaded .blackground .tease .teaser .overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: .5s ease;
    background-color: rgba(26, 26, 26, 0.6)
}

@media (max-width: 49.9375em) {
    .fullyLoaded .blackground .tease .teaser .overlay:before {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 50em) {
    .fullyLoaded .blackground .tease .teaser .overlay:before {
        opacity: 0;
        visibility: hidden
    }
}

.fullyLoaded .blackground .tease .teaser .overlay a {
    display: block;
    position: relative;
    transition: .4s
}

.fullyLoaded .blackground .tease .teaser .overlay a.hover-button span {
    transition: .4s
}

.fullyLoaded .blackground .tease .teaser .overlay a.hover-button span.btn.on-hover {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 10;
    font-size: .875rem
}

@media (min-width: 75em) {
    .fullyLoaded .blackground .tease .teaser .overlay a.hover-button span.btn.on-hover {
        font-size: 1.125rem
    }
}

@media (max-width: 49.9375em) {
    .fullyLoaded .blackground .tease .teaser .overlay a.hover-button span.btn.on-hover {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 50em) {
    .fullyLoaded .blackground .tease .teaser .overlay a.hover-button span.btn.on-hover {
        opacity: 0;
        visibility: hidden
    }
}

.fullyLoaded .blackground .tease .teaser .overlay a:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 12rem;
    height: .2rem;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-42deg);
    display: block;
    position: absolute;
    transition: .4s;
    z-index: 1;
    left: 24%;
    top: 50%
}

@media (min-width: 40em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:before {
        left: 35%
    }
}

@media (min-width: 50em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:before {
        left: 10%
    }
}

@media (min-width: 62em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:before {
        left: 23%
    }
}

@media (max-width: 49.9375em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:before {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 50em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:before {
        opacity: 0;
        visibility: hidden
    }
}

.fullyLoaded .blackground .tease .teaser .overlay a:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 12rem;
    height: .2rem;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-42deg);
    display: block;
    position: absolute;
    transition: .4s;
    z-index: 1;
    left: 16%;
    top: 50%
}

@media (max-width: 49.9375em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:after {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 50em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:after {
        opacity: 0;
        visibility: hidden
    }
}

@media (min-width: 40em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:after {
        left: 30%
    }
}

@media (min-width: 50em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:after {
        left: 19%
    }
}

@media (min-width: 62em) {
    .fullyLoaded .blackground .tease .teaser .overlay a:after {
        left: 30%
    }
}

.fullyLoaded .blackground .tease .teaser .overlay:hover:before {
    visibility: visible;
    opacity: 1
}

.fullyLoaded .blackground .tease .teaser .overlay:hover a span.btn.on-hover {
    visibility: visible;
    opacity: 1
}

.fullyLoaded .blackground .tease .teaser .overlay:hover a:before,
.fullyLoaded .blackground .tease .teaser .overlay:hover a:after {
    visibility: visible;
    opacity: 1
}

.blackground .galerie-content {
    display: none
}

.fullyLoaded .blackground .galerie-content {
    display: block
}

@media (min-width: 75em) {
    .fullyLoaded .blackground .galerie-content .col {
        margin-bottom: 2rem
    }
}

.fullyLoaded .blackground .galerie-content .col.align-right {
    display: flex;
    justify-content: flex-start
}

@media (min-width: 75em) {
    .fullyLoaded .blackground .galerie-content .col.align-right {
        justify-content: flex-end
    }
}

.fullyLoaded .blackground .galerie-content .col.align-right span.border {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-family: "Lato", sans-serif
}

@media (min-width: 50em) {
    .fullyLoaded .blackground .galerie-content .col.align-right span.border {
        position: relative;
        display: flex;
        align-items: center;
        white-space: nowrap;
        width: 85%
    }
}

@media (min-width: 50em) and (min-width: 75em) {
    .fullyLoaded .blackground .galerie-content .col.align-right span.border {
        width: 100%
    }
}

@media (min-width: 50em) and (max-width: 74.9375em) {
    .fullyLoaded .blackground .galerie-content .col.align-right span.border:after {
        content: '';
        position: relative;
        background: #ccc;
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-left: 3rem;
        margin-top: 2.25rem
    }
}

@media (min-width: 50em) and (min-width: 75em) {
    .fullyLoaded .blackground .galerie-content .col.align-right span.border:before {
        content: '';
        position: relative;
        background: #ccc;
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-right: 3rem;
        margin-top: 2.25rem
    }
}

.fullyLoaded .blackground .galerie-content .col.align-right span a.btn {
    font-size: .75rem;
    z-index: 111;
    margin-top: 1.6875rem
}

@media (min-width: 50em) {
    .fullyLoaded .blackground .galerie-content .col.align-right span a.btn {
        font-size: .875rem
    }
}

@media (min-width: 75em) {
    .fullyLoaded .blackground .galerie-content .col.align-right span a.btn {
        font-size: 1.125rem
    }
}

.kontakt-social .hr {
    margin: 2rem 0
}

@media (min-width: 50em) {
    .kontakt-social .hr.display-none {
        display: none
    }
}

@media (min-width: 62em) {
    .kontakt-social .hr.display-none-large {
        display: none
    }
}

.kontakt-social a.whatsapp-phone,
.kontakt-social span.whatsapp-phone {
    font-family: 'helvetica';
    text-decoration: none;
    display: block;
    padding: 1rem .8rem;
    text-align: center;
    font-size: .875rem;
    letter-spacing: .125rem;
    color: #fff;
    margin-top: .8rem;
    transition: .3s;
    background: #25d366;
    border-radius: 1.875rem;
    margin-left: 0;
    position: fixed;
    z-index: 100;
    bottom: 5.5%;
    left: 2%;
    display: inline-block;
    padding: .4rem 1.5rem
}

@media (min-width: 95em) {

    .kontakt-social a.whatsapp-phone,
    .kontakt-social span.whatsapp-phone {
        bottom: 2%
    }
}

.kontakt-social a.whatsapp-phone #whatsapp-support,
.kontakt-social span.whatsapp-phone #whatsapp-support {
    display: none
}

@media (min-width: 50em) {

    .kontakt-social a.whatsapp-phone #whatsapp-support,
    .kontakt-social span.whatsapp-phone #whatsapp-support {
        display: inline-block
    }
}

.kontakt-social a.whatsapp-phone:before,
.kontakt-social span.whatsapp-phone:before {
    content: '';
    background: url(../images/whatsapp.png) center center no-repeat;
    position: relative;
    color: #fff;
    padding: .46875rem .5625rem;
    margin-right: .9375rem
}

.kontakt-social a.whatsapp-phone:hover,
.kontakt-social span.whatsapp-phone:hover {
    letter-spacing: .1875rem
}

.kontakt-social p strong {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.kontakt-social p.pKontakt {
    margin-bottom: .7rem;
    font-weight: 600;
    font-size: 1.125rem
}

@media (min-width: 40em) {
    .kontakt-social p.whatsapp {
        display: inline-block
    }
}

@media (min-width: 50em) {
    .kontakt-social p.whatsapp {
        display: none
    }
}

.kontakt-social small {
    font-weight: 500;
    padding-left: 1.5rem
}

.kontakt-social dl.float-list {
    margin-bottom: .8rem;
    position: relative;
    padding-left: 1.6875rem
}

.kontakt-social dl.float-list:before {
    display: inline-block;
    padding-right: .625rem;
    content: '\f017';
    font-family: "FontAwesome";
    font-weight: 600;
    position: absolute;
    left: 0;
    color: #81382a
}

.kontakt-social dl.float-list dt {
    width: 15rem
}

.kontakt-social ul {
    margin-bottom: .7rem
}

.kontakt-social ul li {
    font-weight: 500
}

.kontakt-social ul.kontaktList li {
    position: relative
}

.kontakt-social ul.kontaktList li:first-child:before {
    display: inline-block;
    padding-right: .625rem;
    content: '\f095';
    font-family: "FontAwesome";
    font-weight: 600;
    color: #81382a
}

.kontakt-social ul.kontaktList li:last-child:before {
    display: inline-block;
    padding-right: .625rem;
    content: '\f1d8';
    font-family: "FontAwesome";
    font-weight: 600;
    color: #81382a
}

.kontakt-social .overlay {
    position: relative
}

.kontakt-social .overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: .5s ease;
    background-color: rgba(26, 26, 26, 0.6)
}

.kontakt-social .overlay a {
    display: block;
    position: relative;
    transition: .4s
}

.kontakt-social .overlay a.hover-button span {
    transition: .4s
}

.kontakt-social .overlay a.hover-button span.btn.on-hover {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 10;
    font-size: .75rem
}

@media (min-width: 50em) {
    .kontakt-social .overlay a.hover-button span.btn.on-hover {
        font-size: .875rem
    }
}

@media (min-width: 75em) {
    .kontakt-social .overlay a.hover-button span.btn.on-hover {
        font-size: 1.125rem
    }
}

.kontakt-social .overlay a:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 12rem;
    height: .2rem;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-42deg);
    display: block;
    position: absolute;
    transition: .4s;
    z-index: 1;
    left: 30%;
    top: 50%;
    visibility: hidden;
    opacity: 0
}

@media (min-width: 50em) {
    .kontakt-social .overlay a:before {
        left: 35%
    }
}

.kontakt-social .overlay a:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 12rem;
    height: .2rem;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-42deg);
    display: block;
    position: absolute;
    transition: .4s;
    z-index: 1;
    left: 25%;
    top: 50%;
    visibility: hidden;
    opacity: 0
}

@media (min-width: 50em) {
    .kontakt-social .overlay a:after {
        left: 38%
    }
}

.kontakt-social .overlay:hover:before {
    visibility: visible;
    opacity: 1
}

.kontakt-social .overlay:hover a:before,
.kontakt-social .overlay:hover a:after {
    visibility: visible;
    opacity: 1
}

.kontakt-social .social-icons-color {
    margin-top: 1.125rem
}

@media (max-width: 29.9375em) {
    .kontakt-social .social-icons-color {
        display: flex;
        justify-content: center;
        text-align: center
    }
}

@media (min-width: 30em) {
    .kontakt-social .social-icons-color {
        padding: 1.5rem 0rem;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 62em) {
    .kontakt-social .social-icons-color {
        display: flex;
        justify-content: flex-end
    }
}

.kontakt-social .social-icons-color span.border {
    width: 100%
}

@media (min-width: 30em) {
    .kontakt-social .social-icons-color span.border {
        position: relative;
        display: flex;
        align-items: center;
        white-space: nowrap
    }

    .kontakt-social .social-icons-color span.border:before {
        content: '';
        position: relative;
        background: #ccc;
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-right: 4rem;
        margin-top: 2.25rem
    }
}

.kontakt-social .social-icons-color span.border a {
    margin: 0 .8rem;
    top: 1rem;
    position: relative
}

.kontakt-social .social-icons-color span.border a.facebook-color:before {
    content: '';
    background: url(../images/social-icons-color.png) -198px center no-repeat;
    padding: .5rem 1.2rem
}

.kontakt-social .social-icons-color span.border a.instagram-color:before {
    content: '';
    background: url(../images/social-icons-color.png) -1px center no-repeat;
    padding: .5rem 1.1rem
}

.kontakt-social .social-icons-color span.border a.youtube-color:before {
    content: '';
    background: url(../images/social-icons-color.png) -92px center no-repeat;
    padding: .5rem 1.75rem
}

.border hr {
    display: none
}

@media (min-width: 26.5625em) {
    .border hr {
        display: block;
        background: rgba(255, 255, 255, 0.3);
        margin: 2.75rem 1rem
    }
}

@media (min-width: 40em) {
    .border hr {
        margin: 2.75rem 1rem 2.75rem 5rem
    }
}

@media (min-width: 50em) {
    .border hr {
        margin: 2.75rem 0 2.75rem 5.25rem
    }
}

@media (min-width: 95em) {
    .border hr {
        margin: 3.75rem 0 1.75rem -2rem
    }
}

main {
    z-index: 30;
    overflow: hidden;
    display: block
}

@media (min-width: 75em) {
    main {
        padding-bottom: 2rem
    }
}

@media (min-width: 95em) {
    main {
        padding-bottom: 3.5rem
    }
}

@media (min-width: 118.75em) {
    main {
        padding-bottom: 7rem
    }
}

@media (min-width: 143.75em) {
    main {
        padding-bottom: 11.5rem
    }
}

@media (min-width: 50em) {
    main .google-maps {
        height: 25rem
    }
}


.footer {
    display: block
}

.footer .maps iframe {
    display: block;
    height: 300px
}

@media (min-width: 40em) {
    .footer .maps iframe {
        height: 400px
    }
}

body.iexplore .header .branding img {
    width: auto !important
}

body:not(.index) .header {
    z-index: 0;
    display: block;
    background: #fff;
    position: relative;
    padding: .625rem 1.125rem;
    width: 100%;
    background: #000;
    background: url(../images/header/header.jpg) center center no-repeat;
    background-size: cover;
    padding: 4rem 0 7rem 0
}

@media (min-width: 40em) {
    body:not(.index) .header {
        padding: 5rem 0 10rem 0
    }
}

@media (min-width: 50em) {
    body:not(.index) .header {
        padding: 7rem 0 12rem 0
    }
}

@media (min-width: 62em) {
    body:not(.index) .header {
        padding: 9rem 0 14rem 0
    }
}

@media (min-width: 75em) {
    body:not(.index) .header {
        padding: 11rem 0 16rem 0
    }
}

@media (min-width: 95em) {
    body:not(.index) .header {
        padding: 13rem 0 18rem 0
    }
}

body:not(.index) .header .branding {
    padding: 0;
    width: 100%
}

body:not(.index) .header .branding span.border:before,
body:not(.index) .header .branding span.border:after {
    content: none
}

body:not(.index) .header .branding img {
    width: 50% !important;
    margin: 0 auto 2rem auto
}

@media (min-width: 95em) {
    body:not(.index) .header .branding img {
        margin: 0 auto 3rem auto;
        width: 20% !important
    }
}

body:not(.index) .header span {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .1875rem;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    line-height: 1.2em
}

@media (min-width: 40em) {
    body:not(.index) .header span {
        white-space: nowrap
    }
}

@media (min-width: 30em) {
    body:not(.index) .header span.border {
        position: relative;
        display: flex;
        align-items: center
    }

    body:not(.index) .header span.border:after {
        content: '';
        position: relative;
        background: rgba(204, 204, 204, 0.5);
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-left: 2rem
    }
}

@media (min-width: 30em) and (min-width: 50em) {
    body:not(.index) .header span.border:after {
        padding-left: 10rem
    }
}

@media (min-width: 30em) and (min-width: 95em) {
    body:not(.index) .header span.border:after {
        padding-left: 0
    }
}

@media (min-width: 30em) {
    body:not(.index) .header span.border:before {
        content: '';
        position: relative;
        background: rgba(204, 204, 204, 0.5);
        height: 1px;
        display: inline-block;
        width: 100%;
        margin-right: 2rem
    }
}

@media (min-width: 30em) and (min-width: 50em) {
    body:not(.index) .header span.border:before {
        padding-right: 10rem
    }
}

@media (min-width: 30em) and (min-width: 95em) {
    body:not(.index) .header span.border:before {
        padding-right: 0
    }
}

body:not(.index) .padding {
    padding: 5rem 0 6rem 0
}

@media (min-width: 40em) {
    body:not(.index) .padding {
        padding: 5rem 0 8rem 0
    }
}

@media (min-width: 80em) {
    body:not(.index) .padding {
        padding: 5rem 0 9rem 0
    }
}

@media (min-width: 84.375em) {
    body:not(.index) .padding {
        padding: 7rem 0 10rem 0
    }
}

@media (min-width: 95em) {
    body:not(.index) .padding {
        padding: 6rem 0 12rem 0
    }
}

body.nojs .tease {
    margin: 0 auto;
    max-width: 1440px
}

body.nojs .tease .teaser {
    padding: 0 2rem;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 2rem
}

@media (min-width: 40em) {
    body.nojs .tease .teaser {
        width: 49%
    }
}

@media (min-width: 62em) {
    body.nojs .tease .teaser {
        width: 33%
    }
}

body.nojs .tease .teaser .overlay a.hover-button:before,
body.nojs .tease .teaser .overlay a.hover-button:after {
    content: none
}

body.nojs .galerie-content {
    margin: 0 auto;
    max-width: 1440px
}

body.nojs .galerie-content .medium-4 {
    padding: 0 2rem;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 2rem
}

@media (min-width: 40em) {
    body.nojs .galerie-content .medium-4 {
        width: 49%
    }
}

@media (min-width: 62em) {
    body.nojs .galerie-content .medium-4 {
        width: 33%
    }
}

@media (max-width: 49.9375em) {
    body.nojs .galerie-content .medium-4.nojs-display {
        display: none
    }
}

body.nojs .row.border hr {
    display: none
}

body.nojs .footer .maps iframe {
    height: 0
}

body.newsletter h1,
body.datenschutzerklaerung h1 {
    line-height: 1.2em
}

body.newsletter .header:after {
    content: none
}

body.newsletter .blackground {
    margin: 0;
    padding: 6rem 0
}

@media (min-width: 75em) {
    body.newsletter .blackground {
        padding: 7rem 0
    }
}

@media (min-width: 95em) {
    body.newsletter .blackground {
        padding: 8rem 0
    }
}

body.newsletter .blackground:before,
body.newsletter .blackground:after {
    content: none
}

body.newsletter .blackground p,
body.newsletter .blackground h2,
body.newsletter .blackground h1,
body.newsletter .blackground input {
    color: #fff
}

@media (min-width: 62em) {
    body.newsletter .blackground button {
        width: 100%
    }
}

body.anfahrt button {
    background: #81382a !important;
    color: #fff !important
}

body.anfahrt button:hover {
    background: #1a1a1a !important;
    color: #fff !important
}

body.cmsbackend .blackground {
    position: relative !important
}

body {
    word-break: break-word
}

.blackground-footer .row .col .navi-add {
    margin-bottom: 5rem
}

@media (min-width: 50em) {
    .blackground-footer .row .col .navi-add {
        margin-bottom: 0rem
    }
}

form.default {
    overflow: hidden;
    width: 100%
}

form.default ::-webkit-input-placeholder {
    color: #fff
}

form.default ::-moz-placeholder {
    color: #fff
}

form.default :-ms-input-placeholder {
    color: #fff
}

form.default :-moz-placeholder {
    color: #fff
}

form.default fieldset {
    border: none;
    margin: 0 0 3.5rem 0
}

form.default legend {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.125rem
}

form.default label,
form.default input,
form.default textarea,
form.default select,
form.default button,
form.default [type="submit"] {
    min-height: 3.5rem
}

form.default label {
    color: #fff;
    display: block;
    padding: 1rem 0 0.6rem;
    position: relative;
    clear: both
}

form.default label small {
    color: #81382a;
    display: block;
    line-height: .5rem;
    position: absolute
}

form.default label.floatLabel {
    float: left;
    width: calc(100% - 1.875rem);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.1rem
}

form.default label.floatLabel.Datenschutz {
    font-weight: 500;
    font-size: 1rem
}

form.default label.floatLabel.thema {
    margin-bottom: 0;
    padding: 0;
    font-weight: 500;
    font-size: 1rem
}

form.default label.floatLabel.margin-light {
    margin-bottom: 1rem
}

form.default label.error {
    -webkit-animation: error 1s;
    animation: error 1s;
    background: #81382a;
    color: #fff;
    font-size: .9rem;
    max-width: none;
    margin: 0 0 .5rem 0;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    position: relative;
    text-align: center;
    width: 100%
}

@media (min-width: 30em) {
    form.default label.error {
        font-size: 1rem
    }
}

form.default label.error:before {
    border-bottom: .625rem solid #D85D00;
    border-left: .4375rem solid transparent;
    border-right: .4375rem solid transparent;
    border-top: 0;
    content: "";
    height: 0;
    position: absolute;
    right: .625rem;
    top: -.625rem;
    width: 0
}

form.default [type="text"],
form.default [type="tel"],
form.default [type="email"],
form.default [type="file"],
form.default input,
form.default textarea,
form.default select {
    background: #1a1a1a;
    border: 1px #fff solid;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .125rem;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 1rem 0;
    padding: .8rem;
    position: relative;
    resize: none;
    transition: border .3s;
    width: 100%
}

form.default [type="text"]:focus,
form.default [type="tel"]:focus,
form.default [type="email"]:focus,
form.default [type="file"]:focus,
form.default input:focus,
form.default textarea:focus,
form.default select:focus {
    background: #793527;
    outline: none
}

form.default textarea {
    min-height: 2.5rem;
    padding-top: .9rem
}

form.default textarea[name="Nachricht"] {
    min-height: 18.5rem
}

form.default [type="checkbox"] {
    display: inline-block;
    float: right;
    margin: 0 0 0.5rem .9375rem;
    padding: 0;
    width: .9375rem;
    height: .9375rem
}

body.iexplore form.default [type="checkbox"] {
    border: none
}

body.iexplore form.default [type="checkbox"]:focus {
    background: none
}

form.default [type="radio"] {
    clear: none;
    float: left;
    width: .9375rem;
    margin: .4rem .8rem 0 0;
    min-height: auto
}

form.default button,
form.default [type="submit"] {
    background: #fff;
    color: #1a1a1a;
    font-size: 1.125rem;
    border: none;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-size: 1rem;
    margin: 0 0 1.75rem;
    padding: 0.8rem 18px;
    width: 100%;
    transition: .3s
}

@media (min-width: 50em) {

    form.default button,
    form.default [type="submit"] {
        float: right;
        width: 40%
    }
}

@media (min-width: 62em) {

    form.default button,
    form.default [type="submit"] {
        width: 30%
    }
}

form.default button:hover,
form.default button:focus,
form.default [type="submit"]:hover,
form.default [type="submit"]:focus {
    background: #81382a;
    color: #fff
}

form.default .errorContainer {
    position: relative
}

@keyframes error {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes error {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.specialfield {
    display: none !important;
    visibility: hidden !important
}

#newsletter-info {
    background: #D85D00;
    color: #fff;
    font-weight: bold;
    margin-bottom: 24px;
    padding: 18px
}

#newsletter-info *:last-of-type {
    margin-bottom: 0
}

img[name=vimg]+input[name=imgverify] {
    float: right
}

/*# sourceMappingURL=styles.css.map */