@charset "UTF-8";
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: b
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/application/views/domita/img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.tip {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    color: #eee;
    font-size: 11px;
    line-height: 16px;
    max-width: 200px;
    padding: 4px 8px
}

.tip.success {
    background-color: #47fe42;
    background-color: rgba(71, 254, 66, .8);
    color: #025600
}

.tip.error {
    background-color: #ff7f86;
    background-color: rgba(255, 127, 134, .8);
    color: #7f0006
}

.tip.light {
    background-color: #ebebeb;
    background-color: hsla(0, 0%, 92%, .8);
    color: #222
}

.tip[class*=arrow]:before {
    content: " ";
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    border-width: 5px;
    border-color: #000;
    border-color: rgba(0, 0, 0, .8)
}

.success[class*=arrow]:before {
    border-color: #47fe42;
    border-color: rgba(71, 254, 66, .8)
}

.error[class*=arrow]:before {
    border-color: #ff7f86;
    border-color: rgba(255, 127, 134, .8)
}

.light[class*=arrow]:before {
    border-color: #ebebeb;
    border-color: hsla(0, 0%, 92%, .8)
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

@font-face {
    font-family: Linearicons
}

@media print,
screen and (min-width:40em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

.o-alternative-h1,
.o-pseudo-h1,
h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    display: table;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&xmedium=50em&large=64.0625em&xlarge=75em&xxlarge=103.75em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none!important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media screen and (min-width:50em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0
}

@media print,
screen and (min-width:40em) {
    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width:50em) {
    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
    -ms-flex: 0 0 49.50%;
    flex: 0 0 49.5%;
    max-width: 49.5%
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
    -ms-flex: 0 0 33.0%;
    flex: 0 0 33.0%;
    max-width: 33.0%
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
    -ms-flex: 0 0 24.9%;
    flex: 0 0 24.9%;
    max-width: 24.9%
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-up-9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-9>.column,
.small-up-9>.columns {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
}

.small-up-10 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-10>.column,
.small-up-10>.columns {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
    .medium-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .medium-offset-0 {
        margin-left: 0
    }
    .medium-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .medium-up-9 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-9>.column,
    .medium-up-9>.columns {
        -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }
    .medium-up-10 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-10>.column,
    .medium-up-10>.columns {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
    .medium-expand {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:40em) {
    .small-collapse>.column,
    .small-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .small-uncollapse>.column,
    .small-uncollapse>.columns {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media screen and (min-width:50em) {
    .xmedium-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .xmedium-offset-0 {
        margin-left: 0
    }
    .xmedium-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xmedium-offset-1 {
        margin-left: 8.33333%
    }
    .xmedium-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .xmedium-offset-2 {
        margin-left: 16.66667%
    }
    .xmedium-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xmedium-offset-3 {
        margin-left: 25%
    }
    .xmedium-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .xmedium-offset-4 {
        margin-left: 33.33333%
    }
    .xmedium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .xmedium-offset-5 {
        margin-left: 41.66667%
    }
    .xmedium-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .xmedium-offset-6 {
        margin-left: 50%
    }
    .xmedium-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .xmedium-offset-7 {
        margin-left: 58.33333%
    }
    .xmedium-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .xmedium-offset-8 {
        margin-left: 66.66667%
    }
    .xmedium-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .xmedium-offset-9 {
        margin-left: 75%
    }
    .xmedium-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .xmedium-offset-10 {
        margin-left: 83.33333%
    }
    .xmedium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .xmedium-offset-11 {
        margin-left: 91.66667%
    }
    .xmedium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-1>.column,
    .xmedium-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .xmedium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-2>.column,
    .xmedium-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .xmedium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-3>.column,
    .xmedium-up-3>.columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xmedium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-4>.column,
    .xmedium-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .xmedium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-5>.column,
    .xmedium-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .xmedium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-6>.column,
    .xmedium-up-6>.columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xmedium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-7>.column,
    .xmedium-up-7>.columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .xmedium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-8>.column,
    .xmedium-up-8>.columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .xmedium-up-9 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-9>.column,
    .xmedium-up-9>.columns {
        -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }
    .xmedium-up-10 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-10>.column,
    .xmedium-up-10>.columns {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media screen and (min-width:50em) and (min-width:50em) {
    .xmedium-expand {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:50em) {
    .small-collapse>.column,
    .small-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .small-uncollapse>.column,
    .small-uncollapse>.columns {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .large-offset-0 {
        margin-left: 0
    }
    .large-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .large-up-9 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-9>.column,
    .large-up-9>.columns {
        -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
        max-width: 11.11111%
    }
    .large-up-10 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-10>.column,
    .large-up-10>.columns {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media print,
screen and (min-width:64.0625em) and (min-width:64.0625em) {
    .large-expand {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.small-unstack>.column,
.row.small-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

@media print,
screen and (min-width:64.0625em) {
    .small-collapse>.column,
    .small-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .small-uncollapse>.column,
    .small-uncollapse>.columns {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.25rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .column-block {
        margin-bottom: 1.875rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:50em) {
    .column-block {
        margin-bottom: 1.875rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

.o-alternative-h1,
.o-alternative-h2,
.o-alternative-h3,
.o-alternative-h4,
.o-alternative-h5,
.o-alternative-h6,
.o-product-detail-title,
.o-pseudo-h1,
.o-pseudo-h2,
.o-pseudo-h3,
.o-pseudo-h4,
.o-pseudo-h5,
.o-pseudo-h6,
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: .625rem;
    font-size: inherit;
    line-height: 1.3125rem;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic
}

b,
em,
i,
strong {
    line-height: inherit
}

b,
strong {
    font-weight: 700
}

small {
    font-size: .75rem;
    line-height: inherit
}

.o-alternative-h1,
.o-alternative-h2,
.o-alternative-h3,
.o-alternative-h4,
.o-alternative-h5,
.o-alternative-h6,
.o-product-detail-title,
.o-pseudo-h1,
.o-pseudo-h2,
.o-pseudo-h3,
.o-pseudo-h4,
.o-pseudo-h5,
.o-pseudo-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-rendering: optimizeLegibility
}

.o-alternative-h1 small,
.o-alternative-h2 small,
.o-alternative-h3 small,
.o-alternative-h4 small,
.o-alternative-h5 small,
.o-alternative-h6 small,
.o-product-detail-title small,
.o-pseudo-h1 small,
.o-pseudo-h2 small,
.o-pseudo-h3 small,
.o-pseudo-h4 small,
.o-pseudo-h5 small,
.o-pseudo-h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #d2d2d2
}

.o-alternative-h1,
.o-pseudo-h1,
h1 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.o-alternative-h2,
.o-pseudo-h2,
h2 {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.o-alternative-h3,
.o-product-detail-title,
.o-pseudo-h3,
h3 {
    font-size: 1.625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.o-alternative-h4,
.o-pseudo-h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.o-alternative-h5,
.o-pseudo-h5,
h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.o-alternative-h6,
.o-pseudo-h6,
h6 {
    font-size: .875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

a {
    line-height: inherit;
    color: #027393;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #7ec7d8
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #d2d2d2;
    border-left: 0
}

dl,
ol,
ul {
    margin-bottom: .625rem;
    list-style-position: outside;
    line-height: 1.3125rem
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 .625rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #d2d2d2
}

blockquote,
blockquote p {
    line-height: 1.3125rem;
    color: #787882
}

cite {
    display: block;
    font-size: .8125rem;
    color: #787882
}

cite:before {
    content: "� "
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #d2d2d2;
    font-weight: 400
}

code,
kbd {
    background-color: #f0f0f0;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #000
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #787882
}

.lead {
    font-size: 1rem;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:50em) {
    .xmedium-text-left {
        text-align: left
    }
    .xmedium-text-right {
        text-align: right
    }
    .xmedium-text-center {
        text-align: center
    }
    .xmedium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none!important
}

@media print {
    * {
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }
    .show-for-print {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    table.show-for-print {
        display: table!important
    }
    thead.show-for-print {
        display: table-header-group!important
    }
    tbody.show-for-print {
        display: table-row-group!important
    }
    tr.show-for-print {
        display: table-row!important
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #787882;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    .o-alternative-h2,
    .o-alternative-h3,
    .o-product-detail-title,
    .o-pseudo-h2,
    .o-pseudo-h3,
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    .o-alternative-h2,
    .o-alternative-h3,
    .o-product-detail-title,
    .o-pseudo-h2,
    .o-pseudo-h3,
    h2,
    h3 {
        page-break-after: avoid
    }
    .print-break-inside {
        page-break-inside: auto
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: 1.146em 1.875em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .875rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #027393;
    color: #fff
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus,
.button:hover {
    background-color: #008b9e;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary {
    background-color: #027393;
    color: #000
}

.button.primary:focus,
.button.primary:hover {
    background-color: #008295;
    color: #000
}

.button.secondary {
    background-color: #ccc;
    color: #000
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #a3a3a3;
    color: #000
}

.button.success {
    background-color: #2ad47e;
    color: #000
}

.button.success:focus,
.button.success:hover {
    background-color: #22aa65;
    color: #000
}

.button.warning {
    background-color: #ff7300;
    color: #000
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc5c00;
    color: #000
}

.button.alert {
    background-color: #027394;
    color: #000
}

.button.alert:focus,
.button.alert:hover {
    background-color: #fc002d;
    color: #000
}

.button.tertiary {
    background-color: #787882;
    color: #000
}

.button.tertiary:focus,
.button.tertiary:hover {
    background-color: #606068;
    color: #000
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #027393;
    color: #fff
}

.button.disabled.primary,
.button[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
    background-color: #027393;
    color: #000
}

.button.disabled.secondary,
.button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
    background-color: #ccc;
    color: #000
}

.button.disabled.success,
.button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
    background-color: #2ad47e;
    color: #000
}

.button.disabled.warning,
.button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
    background-color: #ff7300;
    color: #000
}

.button.disabled.alert,
.button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
    background-color: #027394;
    color: #000
}

.button.disabled.tertiary,
.button[disabled].tertiary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.tertiary,
.button.disabled.tertiary:focus,
.button.disabled.tertiary:hover,
.button[disabled].tertiary,
.button[disabled].tertiary:focus,
.button[disabled].tertiary:hover {
    background-color: #787882;
    color: #000
}

.button.hollow {
    border: 1px solid #027393;
    color: #027393
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #00525d;
    color: #00525d
}

.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
    border: 1px solid #027393;
    color: #027393
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #00525d;
    color: #00525d
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
    border: 1px solid #027393;
    color: #027393
}

.button.hollow.secondary {
    border: 1px solid #ccc;
    color: #ccc
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #666;
    color: #666
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
    border: 1px solid #ccc;
    color: #ccc
}

.button.hollow.success {
    border: 1px solid #2ad47e;
    color: #2ad47e
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #156a3f;
    color: #156a3f
}

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
    border: 1px solid #2ad47e;
    color: #2ad47e
}

.button.hollow.warning {
    border: 1px solid #ff7300;
    color: #ff7300
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #803a00;
    color: #803a00
}

.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
    border: 1px solid #ff7300;
    color: #ff7300
}

.button.hollow.alert {
    border: 1px solid #027394;
    color: #027394
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #9e001c;
    color: #9e001c
}

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
    border: 1px solid #027394;
    color: #027394
}

.button.hollow.tertiary {
    border: 1px solid #787882;
    color: #787882
}

.button.hollow.tertiary:focus,
.button.hollow.tertiary:hover {
    border-color: #3c3c41;
    color: #3c3c41
}

.button.hollow.tertiary:focus.disabled,
.button.hollow.tertiary:focus[disabled],
.button.hollow.tertiary:hover.disabled,
.button.hollow.tertiary:hover[disabled] {
    border: 1px solid #787882;
    color: #787882
}

.button.clear {
    border: 1px solid #027393;
    color: #027393
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    background-color: transparent
}

.button.clear:focus,
.button.clear:hover {
    border-color: #00525d;
    color: #00525d
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
    border: 1px solid #027393;
    color: #027393
}

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
    border-color: transparent
}

.button.clear.primary {
    border: 1px solid #027393;
    color: #027393
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    border-color: #00525d;
    color: #00525d
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
    border: 1px solid #027393;
    color: #027393
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
    border-color: transparent
}

.button.clear.secondary {
    border: 1px solid #ccc;
    color: #ccc
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    border-color: #666;
    color: #666
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
    border: 1px solid #ccc;
    color: #ccc
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
    border-color: transparent
}

.button.clear.success {
    border: 1px solid #2ad47e;
    color: #2ad47e
}

.button.clear.success:focus,
.button.clear.success:hover {
    border-color: #156a3f;
    color: #156a3f
}

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
    border: 1px solid #2ad47e;
    color: #2ad47e
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
    border-color: transparent
}

.button.clear.warning {
    border: 1px solid #ff7300;
    color: #ff7300
}

.button.clear.warning:focus,
.button.clear.warning:hover {
    border-color: #803a00;
    color: #803a00
}

.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
    border: 1px solid #ff7300;
    color: #ff7300
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
    border-color: transparent
}

.button.clear.alert {
    border: 1px solid #027394;
    color: #027394
}

.button.clear.alert:focus,
.button.clear.alert:hover {
    border-color: #9e001c;
    color: #9e001c
}

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
    border: 1px solid #027394;
    color: #027394
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
    border-color: transparent
}

.button.clear.tertiary {
    border: 1px solid #787882;
    color: #787882
}

.button.clear.tertiary:focus,
.button.clear.tertiary:hover {
    border-color: #3c3c41;
    color: #3c3c41
}

.button.clear.tertiary:focus.disabled,
.button.clear.tertiary:focus[disabled],
.button.clear.tertiary:hover.disabled,
.button.clear.tertiary:hover[disabled] {
    border: 1px solid #787882;
    color: #787882
}

.button.clear.tertiary,
.button.clear.tertiary.disabled,
.button.clear.tertiary:focus,
.button.clear.tertiary:focus.disabled,
.button.clear.tertiary:focus[disabled],
.button.clear.tertiary:hover,
.button.clear.tertiary:hover.disabled,
.button.clear.tertiary:hover[disabled],
.button.clear.tertiary[disabled] {
    border-color: transparent
}

.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    border: .4em inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1.875em
}

.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #027393
}

.button.dropdown.hollow.secondary:after {
    border-top-color: #ccc
}

.button.dropdown.hollow.success:after {
    border-top-color: #2ad47e
}

.button.dropdown.hollow.warning:after {
    border-top-color: #ff7300
}

.button.dropdown.hollow.alert:after {
    border-top-color: #027394
}

.button.dropdown.hollow.tertiary:after {
    border-top-color: #787882
}

.button.arrow-only:after {
    top: -.1em;
    float: none;
    margin-left: 0
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.625rem;
    margin: 0 0 1.375rem;
    padding: .6875rem;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #787882;
    background-color: #fff;
    box-shadow: 0 0 5px #d2d2d2;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #787882
}

input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #787882
}

input::placeholder,
textarea::placeholder {
    color: #787882
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #f0f0f0;
    cursor: not-allowed
}

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    box-sizing: border-box
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1.375rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .6875rem;
    margin-right: 1.375rem;
    margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .6875rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000
}

label.middle {
    margin: 0 0 1.375rem;
    padding: .75rem 0
}

.help-text {
    margin-top: -.6875rem;
    font-size: .8125rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.375rem;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group>:first-child,
.input-group>:last-child>* {
    border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #d2d2d2;
    background: #f0f0f0;
    color: #000;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    height: 2.9375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .875rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .6875rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #d2d2d2
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem;
    background: #f0f0f0
}

select {
    height: 2.625rem;
    margin: 0 0 1.375rem;
    padding: .6875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28120, 120, 130%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.375rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 2.0625rem;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 1px solid #787882;
    background-color: #fff;
    box-shadow: 0 0 5px #d2d2d2;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #027394;
    background-color: #ffecef
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #027394
}

.is-invalid-input:not(:focus):-ms-input-placeholder,
.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #027394
}

.is-invalid-input:not(:focus)::placeholder {
    color: #027394
}

.form-error,
.is-invalid-label {
    color: #027394
}

.form-error {
    display: none;
    margin-top: -.6875rem;
    margin-bottom: 1.375rem;
    font-size: .75rem;
    font-weight: 700
}

.form-error.is-visible {
    display: block
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child,
.accordion-item:last-child>:last-child {
    border-radius: 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #000
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #f0f0f0
}

.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active>.accordion-title:before {
    content: "\2013"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    background-color: #fff;
    color: #000
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #f0f0f0
}

.accordion-menu li {
    width: 100%
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #027393 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a:after {
    left: auto;
    right: 1rem
}

.accordion-menu.align-right .is-accordion-submenu-parent>a:after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after {
    transform: rotate(180deg);
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.submenu-toggle:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #027393 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]:after {
    transform: scaleY(-1);
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center
}

.badge,
.badge.primary {
    background: #027393;
    color: #000
}

.badge.secondary {
    background: #ccc;
    color: #000
}

.badge.success {
    background: #2ad47e;
    color: #000
}

.badge.warning {
    background: #ff7300;
    color: #000
}

.badge.alert {
    background: #027394;
    color: #000
}

.badge.tertiary {
    background: #787882;
    color: #000
}

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none
}

.breadcrumbs:after,
.breadcrumbs:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs:after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #000;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #d2d2d2
}

.breadcrumbs a {
    color: #027393
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #d2d2d2;
    cursor: not-allowed
}

.button-group {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group:after,
.button-group:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.button-group:after {
    clear: both
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .875rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.button-group.primary .button {
    background-color: #027393;
    color: #000
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #008295;
    color: #000
}

.button-group.secondary .button {
    background-color: #ccc;
    color: #000
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #a3a3a3;
    color: #000
}

.button-group.success .button {
    background-color: #2ad47e;
    color: #000
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22aa65;
    color: #000
}

.button-group.warning .button {
    background-color: #ff7300;
    color: #000
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc5c00;
    color: #000
}

.button-group.alert .button {
    background-color: #027394;
    color: #000
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #fc002d;
    color: #000
}

.button-group.tertiary .button {
    background-color: #787882;
    color: #000
}

.button-group.tertiary .button:focus,
.button-group.tertiary .button:hover {
    background-color: #606068;
    color: #000
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .button-group.stacked-for-small .button {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    .button-group.stacked-for-medium .button {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0
    }
}

@media screen and (max-width:64.0624rem) {
    .button-group.stacked-for-small.expanded {
        display: block
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    background-color: #fff;
    color: #000
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #4de9ff
}

.callout.secondary {
    background-color: #e3e3e3;
    color: #000
}

.callout.success {
    background-color: #89e8b8
}

.callout.warning {
    background-color: #ffb273
}

.callout.alert {
    background-color: #ff94a7
}

.callout.tertiary {
    background-color: #b5b5ba;
    color: #000
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.close-button {
    position: absolute;
    color: #787882;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #000
}

.close-button.small {
    right: .66rem;
    top: .25em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .25rem;
    font-size: 2em;
    line-height: 1
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: .7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.medium-expanded li,
    .menu.medium-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:50em) {
    .menu.xmedium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.xmedium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.xmedium-expanded li,
    .menu.xmedium-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64.0625em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.large-expanded li,
    .menu.large-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .active>a,
.menu .is-active>a {
    background: #027393;
    color: #fff
}

.menu.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu,
.menu-centered>.menu li {
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -ms-flexbox;
    display: flex
}

.menu-centered>.menu li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ""
}

.menu-icon:hover:after {
    background: #d2d2d2;
    box-shadow: 0 7px 0 #d2d2d2, 0 14px 0 #d2d2d2
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ""
}

.menu-icon.dark:hover:after {
    background: #787882;
    box-shadow: 0 7px 0 #787882, 0 14px 0 #787882
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height .5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: #fff
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: transform .25s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after {
    left: auto;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #027393
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after {
    right: auto;
    left: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #027393 transparent transparent
}

.drilldown .js-drilldown-back>a:before {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    vertical-align: middle;
    margin-right: .75rem;
    border-left-width: 0
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 410px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    visibility: visible;
    display: block
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 250px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #027393 transparent transparent;
    right: 5px;
    margin-top: -3px
}

.dropdown.menu a {
    padding: .7rem 1rem
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu .is-active>a {
    background: 0 0;
    color: #027393
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a:after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a:after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #027393 transparent transparent
}

.dropdown.menu.vertical>li.opens-right>a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #027393
}

@media print,
screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #027393 transparent transparent;
        right: 5px;
        margin-top: -3px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a:after {
        right: 14px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a:after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #027393 transparent transparent
    }
    .dropdown.menu.medium-vertical>li.opens-right>a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #027393
    }
}

@media screen and (min-width:50em) {
    .dropdown.menu.xmedium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.xmedium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent>a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #027393 transparent transparent;
        right: 5px;
        margin-top: -3px
    }
    .dropdown.menu.xmedium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.xmedium-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }
    .dropdown.menu.xmedium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.xmedium-vertical>li>a:after {
        right: 14px
    }
    .dropdown.menu.xmedium-vertical>li.opens-left>a:after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #027393 transparent transparent
    }
    .dropdown.menu.xmedium-vertical>li.opens-right>a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #027393
    }
}

@media print,
screen and (min-width:64.0625em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #027393 transparent transparent;
        right: 5px;
        margin-top: -3px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a:after {
        right: 14px
    }
    .dropdown.menu.large-vertical>li.opens-left>a:after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #027393 transparent transparent
    }
    .dropdown.menu.large-vertical>li.opens-right>a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #027393
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #d2d2d2;
    background: #fff
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #027393 transparent transparent
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #027393
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default
}

.label,
.label.primary {
    background: #027393;
    color: #000
}

.label.secondary {
    background: #ccc;
    color: #000
}

.label.success {
    background: #2ad47e;
    color: #000
}

.label.warning {
    background: #ff7300;
    color: #000
}

.label.alert {
    background: #027394;
    color: #000
}

.label.tertiary {
    background: #787882;
    color: #000
}

.media-object {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media screen and (max-width:64.0624rem) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:64.0624rem) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

.media-object-section.main-section {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 41;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 42;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 42
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 43
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.off-canvas.is-open {
    transform: translate(0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 42;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 42
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 43
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.off-canvas-absolute.is-open {
    transform: translate(0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 100vw;
    transform: translateX(-100vw)
}

@media print,
screen and (min-width:40em) {
    .position-left {
        width: 350px;
        transform: translateX(-350px)
    }
}

.off-canvas-content .off-canvas.position-left {
    transform: translateX(-100vw)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content .off-canvas.position-left {
        transform: translateX(-350px)
    }
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0)
}

.off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(100vw)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content.is-open-left.has-transition-push {
        transform: translateX(350px)
    }
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, .25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 100vw;
    transform: translateX(100vw)
}

@media print,
screen and (min-width:40em) {
    .position-right {
        width: 350px;
        transform: translateX(350px)
    }
}

.off-canvas-content .off-canvas.position-right {
    transform: translateX(100vw)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content .off-canvas.position-right {
        transform: translateX(350px)
    }
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    transform: translate(0)
}

.off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-100vw)
}

@media print,
screen and (min-width:40em) {
    .off-canvas-content.is-open-right.has-transition-push {
        transform: translateX(-350px)
    }
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, .25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 350px
}

.off-canvas-content .off-canvas.position-top,
.position-top {
    transform: translateY(-350px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    transform: translate(0)
}

.off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(350px)
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, .25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 350px
}

.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
    transform: translateY(350px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    transform: translate(0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-350px)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, .25)
}

.off-canvas-content {
    transform: none;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content .off-canvas.is-open,
.off-canvas-content.has-transition-push {
    transform: translate(0)
}

@media print,
screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-medium {
        transform: none
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 350px
    }
    .position-right.reveal-for-medium {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-medium {
        transform: none
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 350px
    }
    .position-top.reveal-for-medium {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-medium {
        transform: none
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 350px
    }
    .position-bottom.reveal-for-medium {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        transform: none
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 350px
    }
}

@media screen and (min-width:50em) {
    .position-left.reveal-for-xmedium {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-xmedium .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-xmedium {
        transform: none
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-xmedium~.off-canvas-content {
        margin-left: 350px
    }
    .position-right.reveal-for-xmedium {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-xmedium .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-xmedium {
        transform: none
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-xmedium~.off-canvas-content {
        margin-right: 350px
    }
    .position-top.reveal-for-xmedium {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-xmedium .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-xmedium {
        transform: none
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-xmedium~.off-canvas-content {
        margin-top: 350px
    }
    .position-bottom.reveal-for-xmedium {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-xmedium .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-xmedium {
        transform: none
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-xmedium~.off-canvas-content {
        margin-bottom: 350px
    }
}

@media print,
screen and (min-width:64.0625em) {
    .position-left.reveal-for-large {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-large {
        transform: none
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 350px
    }
    .position-right.reveal-for-large {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-large {
        transform: none
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 350px
    }
    .position-top.reveal-for-large {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-large {
        transform: none
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 350px
    }
    .position-bottom.reveal-for-large {
        transform: none;
        z-index: 42;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        transform: none
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 350px
    }
}

@media print,
screen and (min-width:40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }
    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        box-shadow: none;
        transform: none
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media screen and (min-width:50em) {
    .off-canvas.in-canvas-for-xmedium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }
    .off-canvas.in-canvas-for-xmedium.position-bottom,
    .off-canvas.in-canvas-for-xmedium.position-left,
    .off-canvas.in-canvas-for-xmedium.position-right,
    .off-canvas.in-canvas-for-xmedium.position-top {
        box-shadow: none;
        transform: none
    }
    .off-canvas.in-canvas-for-xmedium .close-button {
        display: none
    }
}

@media print,
screen and (min-width:64.0625em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }
    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        box-shadow: none;
        transform: none
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination:after,
.pagination:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.pagination:after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 0;
    font-size: .875rem;
    display: none
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

@media print,
screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #000
}

.pagination a:hover,
.pagination button:hover {
    background: #f0f0f0
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #027393;
    color: #000;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #d2d2d2;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis:after {
    padding: .1875rem .625rem;
    content: "\2026";
    color: #000
}

.pagination-previous a:before,
.pagination-previous.disabled:before {
    display: inline-block;
    margin-right: .5rem;
    content: "\00ab"
}

.pagination-next a:after,
.pagination-next.disabled:after {
    display: inline-block;
    margin-left: .5rem;
    content: "\00bb"
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #d2d2d2
}

.progress.primary .progress-meter {
    background-color: #027393
}

.progress.secondary .progress-meter {
    background-color: #ccc
}

.progress.success .progress-meter {
    background-color: #2ad47e
}

.progress.warning .progress-meter {
    background-color: #ff7300
}

.progress.alert .progress-meter {
    background-color: #027394
}

.progress.tertiary .progress-meter {
    background-color: #787882
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #027393
}

.progress-meter-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #f0f0f0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #d2d2d2;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #027393;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #008b9e
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scaleY(-1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%)
}

.sticky,
.sticky-container {
    position: relative
}

.sticky {
    z-index: 0;
    transform: translateZ(0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: scroll
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:64.0624rem) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #d2d2d2;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle:after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateZ(0);
    border-radius: 0;
    background: #fff;
    transition: all .25s ease-out;
    content: ""
}

input:checked~.switch-paddle {
    background: #027393
}

input:checked~.switch-paddle:after {
    left: 2.25rem
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle:after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked~.switch-paddle:after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle:after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked~.switch-paddle:after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle:after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle:after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,
tfoot,
thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f9f9f9;
    color: #000
}

tfoot {
    background: #f2f2f2;
    color: #000
}

tfoot tr,
thead tr {
    background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f4f4f4
}

table.unstriped tbody {
    background-color: #fff
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff
}

@media screen and (max-width:49.9375em) {
    table.stack tfoot,
    table.stack thead {
        display: none
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }
    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    border: 1px solid #f0f0f0;
    background: 0 0;
    list-style-type: none
}

.tabs:after,
.tabs:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.tabs:after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #027393
}

.tabs.primary>li>a {
    color: #000
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #00b1ca
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: .625rem .9375rem;
    font-size: 1rem;
    line-height: 1;
    color: #787882
}

.tabs-title>a:hover {
    background: 0 0;
    color: #676770
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: 0 0;
    color: #027393
}

.tabs-content {
    border: 1px solid #f0f0f0;
    border-top: 0;
    background: 0 0;
    color: none;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #f0f0f0;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    line-height: 0
}

a.thumbnail {
    transition: box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(0, 163, 186, .5)
}

a.thumbnail image {
    box-shadow: none
}

.title-bar {
    padding: .5rem;
    background: #000;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #787882;
    font-weight: 700;
    cursor: help
}

.tooltip {
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 15rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #000;
    color: #fff
}

.tooltip,
.tooltip:before {
    position: absolute
}

.tooltip.top:before {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center:before {
    left: 50%;
    transform: translateX(-50%)
}

.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.right:before {
    left: auto
}

.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.align-top:before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom:before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left:before {
    left: 10%;
    right: auto
}

.tooltip.align-right:before {
    left: auto;
    right: 10%
}

.top-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #f0f0f0
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }
    .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media screen and (max-width:49.9375em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:64em) {
    .top-bar.stacked-for-xmedium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-xmedium .top-bar-left,
    .top-bar.stacked-for-xmedium .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:74.9375em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    margin: 1rem
}

.top-bar-left,
.top-bar-right,
.top-bar-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:64.0624rem) {
    .hide-for-small-only {
        display: none!important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none!important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none!important
    }
}

@media screen and (max-width:64.0624rem) {
    .show-for-medium {
        display: none!important
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .hide-for-medium-only {
        display: none!important
    }
}

@media screen and (max-width:64.0624rem),
screen and (min-width:50em) {
    .show-for-medium-only {
        display: none!important
    }
}

@media screen and (min-width:50em) {
    .hide-for-xmedium {
        display: none!important
    }
}

@media screen and (max-width:49.9375em) {
    .show-for-xmedium {
        display: none!important
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .hide-for-xmedium-only {
        display: none!important
    }
}

@media screen and (max-width:49.9375em),
screen and (min-width:64.0625em) {
    .show-for-xmedium-only {
        display: none!important
    }
}

@media print,
screen and (min-width:64.0625em) {
    .hide-for-large {
        display: none!important
    }
}

@media screen and (max-width:64em) {
    .show-for-large {
        display: none!important
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none!important
    }
}

@media screen and (max-width:64em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none!important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.hide-for-portrait,
.show-for-landscape {
    display: block!important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block!important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none!important
}

@media screen and (orientation:landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.clearfix:after {
    clear: both
}

.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-right.vertical.menu>li>a {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:50em) {
    .xmedium-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .xmedium-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .xmedium-order-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .xmedium-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .xmedium-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .xmedium-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .large-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .large-order-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .large-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .large-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .large-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .medium-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:50em) {
    .xmedium-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .xmedium-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .xmedium-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .xmedium-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .xmedium-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .xmedium-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .xmedium-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .xmedium-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .large-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.text-hide {
    font: 0/0 a!important;
    color: transparent!important;
    text-shadow: none!important;
    background-color: transparent!important;
    border: 0!important
}

.text-truncate {
    max-width: 100%!important;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.text-nowrap,
.text-truncate {
    white-space: nowrap!important
}

.text-wrap {
    word-wrap: break-word!important
}

.text-overline {
    text-decoration: overline!important
}

.text-underline {
    text-decoration: underline!important
}

.text-line-through {
    text-decoration: line-through!important
}

.separator-center {
    text-align: center!important
}

.separator-center:after,
.separator-center:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.separator-center:after {
    clear: both;
    position: relative!important;
    width: 3rem;
    border-bottom: .125rem solid #000;
    margin: 1rem auto 0
}

.separator-left {
    text-align: left!important
}

.separator-left:after,
.separator-left:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.separator-left:after {
    clear: both;
    position: relative!important;
    width: 3rem;
    border-bottom: .125rem solid #000;
    margin: 1rem auto 0;
    margin-left: 0!important
}

.separator-right {
    text-align: right!important
}

.separator-right:after,
.separator-right:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.separator-right:after {
    clear: both;
    position: relative!important;
    width: 3rem;
    border-bottom: .125rem solid #000;
    margin: 1rem auto 0;
    margin-right: 0!important
}

.margin-0 {
    margin: 0!important
}

.padding-0 {
    padding: 0!important
}

.margin-top-0 {
    margin-top: 0!important
}

.padding-top-0 {
    padding-top: 0!important
}

.margin-right-0 {
    margin-right: 0!important
}

.padding-right-0 {
    padding-right: 0!important
}

.margin-bottom-0 {
    margin-bottom: 0!important
}

.padding-bottom-0 {
    padding-bottom: 0!important
}

.margin-left-0 {
    margin-left: 0!important
}

.padding-left-0 {
    padding-left: 0!important
}

.margin-horizontal-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.padding-horizontal-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.margin-vertical-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.padding-vertical-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.margin-1 {
    margin: 1rem!important
}

.padding-1 {
    padding: 1rem!important
}

.margin-top-1 {
    margin-top: 1rem!important
}

.padding-top-1 {
    padding-top: 1rem!important
}

.margin-right-1 {
    margin-right: 1rem!important
}

.padding-right-1 {
    padding-right: 1rem!important
}

.margin-bottom-1 {
    margin-bottom: 1rem!important
}

.padding-bottom-1 {
    padding-bottom: 1rem!important
}

.margin-left-1 {
    margin-left: 1rem!important
}

.padding-left-1 {
    padding-left: 1rem!important
}

.margin-horizontal-1 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.padding-horizontal-1 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.margin-vertical-1 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.padding-vertical-1 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.margin-2 {
    margin: 2rem!important
}

.padding-2 {
    padding: 2rem!important
}

.margin-top-2 {
    margin-top: 2rem!important
}

.padding-top-2 {
    padding-top: 2rem!important
}

.margin-right-2 {
    margin-right: 2rem!important
}

.padding-right-2 {
    padding-right: 2rem!important
}

.margin-bottom-2 {
    margin-bottom: 2rem!important
}

.padding-bottom-2 {
    padding-bottom: 2rem!important
}

.margin-left-2 {
    margin-left: 2rem!important
}

.padding-left-2 {
    padding-left: 2rem!important
}

.margin-horizontal-2 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
}

.padding-horizontal-2 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
}

.margin-vertical-2 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
}

.padding-vertical-2 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
}

.margin-3 {
    margin: 3rem!important
}

.padding-3 {
    padding: 3rem!important
}

.margin-top-3 {
    margin-top: 3rem!important
}

.padding-top-3 {
    padding-top: 3rem!important
}

.margin-right-3 {
    margin-right: 3rem!important
}

.padding-right-3 {
    padding-right: 3rem!important
}

.margin-bottom-3 {
    margin-bottom: 3rem!important
}

.padding-bottom-3 {
    padding-bottom: 3rem!important
}

.margin-left-3 {
    margin-left: 3rem!important
}

.padding-left-3 {
    padding-left: 3rem!important
}

.margin-horizontal-3 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.padding-horizontal-3 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.margin-vertical-3 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.padding-vertical-3 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

@keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes b {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

body {
    font-family: Roboto;
    font-weight: 300;
    font-size: .875rem;
    padding-bottom: 0!important
}

.o-alternative-h1,
.o-pseudo-h1,
h1 {
    line-height: 2.625rem
}

.o-alternative-h2,
.o-pseudo-h2,
h2 {
    line-height: 2rem
}

.o-alternative-h3,
.o-product-detail-title,
.o-pseudo-h3,
h3 {
    line-height: 1.875rem
}

.o-alternative-h4,
.o-pseudo-h4,
h4 {
    line-height: 1.625rem
}

.o-alternative-h5,
.o-pseudo-h5,
h5 {
    line-height: 1.5rem
}

.o-alternative-h6,
.o-pseudo-h6,
h6 {
    line-height: 1.375rem
}

.o-alternative-h1,
.o-alternative-h2,
.o-alternative-h3,
.o-alternative-h4,
.o-alternative-h5,
.o-alternative-h6,
.o-product-detail-title,
.o-pseudo-h1,
.o-pseudo-h2,
.o-pseudo-h3,
.o-pseudo-h4,
.o-pseudo-h5,
.o-pseudo-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .625rem
}

.o-alternative-h1>a,
.o-alternative-h1>a:focus,
.o-alternative-h1>a:hover,
.o-alternative-h2>a,
.o-alternative-h2>a:focus,
.o-alternative-h2>a:hover,
.o-alternative-h3>a,
.o-alternative-h3>a:focus,
.o-alternative-h3>a:hover,
.o-alternative-h4>a,
.o-alternative-h4>a:focus,
.o-alternative-h4>a:hover,
.o-alternative-h5>a,
.o-alternative-h5>a:focus,
.o-alternative-h5>a:hover,
.o-alternative-h6>a,
.o-alternative-h6>a:focus,
.o-alternative-h6>a:hover,
.o-product-detail-title>a,
.o-product-detail-title>a:focus,
.o-product-detail-title>a:hover,
.o-pseudo-h1>a,
.o-pseudo-h1>a:focus,
.o-pseudo-h1>a:hover,
.o-pseudo-h2>a,
.o-pseudo-h2>a:focus,
.o-pseudo-h2>a:hover,
.o-pseudo-h3>a,
.o-pseudo-h3>a:focus,
.o-pseudo-h3>a:hover,
.o-pseudo-h4>a,
.o-pseudo-h4>a:focus,
.o-pseudo-h4>a:hover,
.o-pseudo-h5>a,
.o-pseudo-h5>a:focus,
.o-pseudo-h5>a:hover,
.o-pseudo-h6>a,
.o-pseudo-h6>a:focus,
.o-pseudo-h6>a:hover,
h1>a,
h1>a:focus,
h1>a:hover,
h2>a,
h2>a:focus,
h2>a:hover,
h3>a,
h3>a:focus,
h3>a:hover,
h4>a,
h4>a:focus,
h4>a:hover,
h5>a,
h5>a:focus,
h5>a:hover,
h6>a,
h6>a:focus,
h6>a:hover {
    color: inherit
}

.o-alternative-h1,
.o-alternative-h2,
.o-alternative-h3,
.o-alternative-h4,
.o-product-detail-title,
.o-pseudo-h1,
.o-pseudo-h2,
.o-pseudo-h3,
.o-pseudo-h4,
h1,
h2,
h3,
h4 {
    font-family: Roboto Condensed, sans-serif
}

.o-alternative-h5,
.o-alternative-h6,
.o-pseudo-h5,
.o-pseudo-h6,
h5,
h6 {
    font-weight: 700
}

a {
    font-weight: 400
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width:64.0624rem) {
    .text-left-small-only {
        text-align: left
    }
    .text-right-small-only {
        text-align: right
    }
    .text-center-small-only {
        text-align: center
    }
}

.text-left-small {
    text-align: left
}

.text-right-small {
    text-align: right
}

.text-center-small {
    text-align: center
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .text-left-medium-only {
        text-align: left
    }
    .text-right-medium-only {
        text-align: right
    }
    .text-center-medium-only {
        text-align: center
    }
}

@media screen and (min-width:40em) {
    .text-left-medium {
        text-align: left
    }
    .text-right-medium {
        text-align: right
    }
    .text-center-medium {
        text-align: center
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .text-left-xmedium-only {
        text-align: left
    }
    .text-right-xmedium-only {
        text-align: right
    }
    .text-center-xmedium-only {
        text-align: center
    }
}

@media screen and (min-width:50em) {
    .text-left-xmedium {
        text-align: left
    }
    .text-right-xmedium {
        text-align: right
    }
    .text-center-xmedium {
        text-align: center
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .text-left-large-only {
        text-align: left
    }
    .text-right-large-only {
        text-align: right
    }
    .text-center-large-only {
        text-align: center
    }
}

@media screen and (min-width:64.0625em) {
    .text-left-large {
        text-align: left
    }
    .text-right-large {
        text-align: right
    }
    .text-center-large {
        text-align: center
    }
}

.separator-center.o-alternative-h1,
.separator-center.o-alternative-h2,
.separator-center.o-alternative-h3,
.separator-center.o-alternative-h4,
.separator-center.o-alternative-h5,
.separator-center.o-alternative-h6,
.separator-center.o-product-detail-title,
.separator-center.o-pseudo-h1,
.separator-center.o-pseudo-h2,
.separator-center.o-pseudo-h3,
.separator-center.o-pseudo-h4,
.separator-center.o-pseudo-h5,
.separator-center.o-pseudo-h6,
.separator-left.o-alternative-h1,
.separator-left.o-alternative-h2,
.separator-left.o-alternative-h3,
.separator-left.o-alternative-h4,
.separator-left.o-alternative-h5,
.separator-left.o-alternative-h6,
.separator-left.o-product-detail-title,
.separator-left.o-pseudo-h1,
.separator-left.o-pseudo-h2,
.separator-left.o-pseudo-h3,
.separator-left.o-pseudo-h4,
.separator-left.o-pseudo-h5,
.separator-left.o-pseudo-h6,
.separator-right.o-alternative-h1,
.separator-right.o-alternative-h2,
.separator-right.o-alternative-h3,
.separator-right.o-alternative-h4,
.separator-right.o-alternative-h5,
.separator-right.o-alternative-h6,
.separator-right.o-product-detail-title,
.separator-right.o-pseudo-h1,
.separator-right.o-pseudo-h2,
.separator-right.o-pseudo-h3,
.separator-right.o-pseudo-h4,
.separator-right.o-pseudo-h5,
.separator-right.o-pseudo-h6,
h1.separator-center,
h1.separator-left,
h1.separator-right,
h2.separator-center,
h2.separator-left,
h2.separator-right,
h3.separator-center,
h3.separator-left,
h3.separator-right,
h4.separator-center,
h4.separator-left,
h4.separator-right,
h5.separator-center,
h5.separator-left,
h5.separator-right,
h6.separator-center,
h6.separator-left,
h6.separator-right {
    margin-bottom: 1.125rem
}

.row .row.gutter-percentaged {
    margin-left: -1.25%;
    margin-right: -1.25%
}

.row.gutter-percentaged .column,
.row.gutter-percentaged .columns {
    padding-left: 1.25%;
    padding-right: 1.25%
}

.row.gutter-percentaged .column-block.columns,
.row.gutter-percentaged .column.column-block,
.row.gutter-percentaged .columns.column-block {
    margin-bottom: 2.5%
}

@media print,
screen and (min-width:40em) {
    .row .row.gutter-percentaged {
        margin-left: -.625%;
        margin-right: -.625%
    }
    .row.gutter-percentaged .column,
    .row.gutter-percentaged .columns {
        padding-left: .625%;
        padding-right: .625%
    }
    .row.gutter-percentaged .column-block.columns,
    .row.gutter-percentaged .column.column-block,
    .row.gutter-percentaged .columns.column-block {
        margin-bottom: 1.25%
    }
}

.row .row.gutter-increase {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.row.gutter-increase>.column,
.row.gutter-increase>.columns {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.row.gutter-increase>.column-block.columns,
.row.gutter-increase>.column.column-block,
.row.gutter-increase>.columns.column-block {
    margin-bottom: 1.875rem
}

@media print,
screen and (min-width:40em) {
    .row .row.gutter-increase {
        margin-left: -1.40625rem;
        margin-right: -1.40625rem
    }
    .row.gutter-increase>.column,
    .row.gutter-increase>.columns {
        padding-left: 1.40625rem;
        padding-right: 1.40625rem
    }
    .row.gutter-increase>.column-block.columns,
    .row.gutter-increase>.column.column-block,
    .row.gutter-increase>.columns.column-block {
        margin-bottom: 2.8125rem
    }
}

@media screen and (min-width:50em) {
    .row .row.gutter-increase {
        margin-left: -1.40625rem;
        margin-right: -1.40625rem
    }
    .row.gutter-increase>.column,
    .row.gutter-increase>.columns {
        padding-left: 1.40625rem;
        padding-right: 1.40625rem
    }
    .row.gutter-increase>.column-block.columns,
    .row.gutter-increase>.column.column-block,
    .row.gutter-increase>.columns.column-block {
        margin-bottom: 2.8125rem
    }
}

.row .row.gutter-decrease {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.row.gutter-decrease>.column,
.row.gutter-decrease>.columns {
    padding-left: .25rem;
    padding-right: .25rem
}

.row.gutter-decrease>.column-block.columns,
.row.gutter-decrease>.column.column-block,
.row.gutter-decrease>.columns.column-block {
    margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {
    .row .row.gutter-decrease {
        margin-left: -.375rem;
        margin-right: -.375rem
    }
    .row.gutter-decrease>.column,
    .row.gutter-decrease>.columns {
        padding-left: .375rem;
        padding-right: .375rem
    }
    .row.gutter-decrease>.column-block.columns,
    .row.gutter-decrease>.column.column-block,
    .row.gutter-decrease>.columns.column-block {
        margin-bottom: .75rem
    }
}

@media screen and (max-width:49.9375em) {
    .row .row.gutter-decrease-for-medium-down {
        margin-left: -.375rem;
        margin-right: -.375rem
    }
    .row.gutter-decrease-for-medium-down>.column,
    .row.gutter-decrease-for-medium-down>.columns {
        padding-left: .375rem;
        padding-right: .375rem
    }
    .row.gutter-decrease-for-medium-down>.column-block.columns,
    .row.gutter-decrease-for-medium-down>.column.column-block,
    .row.gutter-decrease-for-medium-down>.columns.column-block {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:50em) {
    .row .row.gutter-decrease {
        margin-left: -.375rem;
        margin-right: -.375rem
    }
    .row.gutter-decrease>.column,
    .row.gutter-decrease>.columns {
        padding-left: .375rem;
        padding-right: .375rem
    }
    .row.gutter-decrease>.column-block.columns,
    .row.gutter-decrease>.column.column-block,
    .row.gutter-decrease>.columns.column-block {
        margin-bottom: .75rem
    }
}

@media screen and (max-width:64em) {
    .row .row.gutter-decrease-for-xmedium-down {
        margin-left: -.375rem;
        margin-right: -.375rem
    }
    .row.gutter-decrease-for-xmedium-down>.column,
    .row.gutter-decrease-for-xmedium-down>.columns {
        padding-left: .375rem;
        padding-right: .375rem
    }
    .row.gutter-decrease-for-xmedium-down>.column-block.columns,
    .row.gutter-decrease-for-xmedium-down>.column.column-block,
    .row.gutter-decrease-for-xmedium-down>.columns.column-block {
        margin-bottom: .75rem
    }
}

@media print,
screen and (min-width:40em) {
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:50em) {
    .xmedium-collapse>.column,
    .xmedium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xmedium-uncollapse>.column,
    .xmedium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.column.vertical-justify-between,
.vertical-justify-between.columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.column.vertical-justify-between>*,
.vertical-justify-between.columns>* {
    width: 100%
}

.column.expanded-block,
.expanded-block.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .column-block-for-medium {
        margin-bottom: 1.25rem
    }
    .column-block-for-medium>:last-child {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
    .column-block-for-medium {
        margin-bottom: 1.875rem
    }
    .column-block-for-medium>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:40em) and (min-width:50em) {
    .column-block-for-medium {
        margin-bottom: 1.875rem
    }
    .column-block-for-medium>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:50em) {
    .column-block-for-xmedium {
        margin-bottom: 1.25rem
    }
    .column-block-for-xmedium>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:50em) and (min-width:40em) {
    .column-block-for-xmedium {
        margin-bottom: 1.875rem
    }
    .column-block-for-xmedium>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:50em) and (min-width:50em) {
    .column-block-for-xmedium {
        margin-bottom: 1.875rem
    }
    .column-block-for-xmedium>:last-child {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    .column-block-for-large {
        margin-bottom: 1.25rem
    }
    .column-block-for-large>:last-child {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64.0625em) and (min-width:40em) {
    .column-block-for-large {
        margin-bottom: 1.875rem
    }
    .column-block-for-large>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:64.0625em) and (min-width:50em) {
    .column-block-for-large {
        margin-bottom: 1.875rem
    }
    .column-block-for-large>:last-child {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:40em) {
    .medium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

@media screen and (min-width:50em) {
    .xmedium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

@media screen and (max-width:64em) {
    .table-scroll td,
    .table-scroll th {
        min-width: 6.25rem
    }
}

.grid-table tbody td,
.grid-table tbody th {
    padding-left: .625rem;
    padding-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-table tbody td,
    .grid-table tbody th {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:50em) {
    .grid-table tbody td,
    .grid-table tbody th {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.c-table-blank thead {
    background: 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d2d2d2
}

.c-table-blank tbody {
    background: 0 0;
    border: none
}

.c-table-blank tbody tr:nth-child(2n),
.c-table-blank tbody tr:nth-child(odd) {
    background: 0 0
}

.c-table-blank td,
.c-table-blank th {
    vertical-align: top
}

.c-table-blank td:first-child,
.c-table-blank th:first-child {
    padding-left: 0
}

.c-table-blank td:last-child,
.c-table-blank th:last-child {
    padding-right: 0
}

@media screen and (max-width:49.9375em) {
    .c-table-blank .stack td,
    .c-table-blank .stack th,
    .c-table-blank.stack td,
    .c-table-blank.stack th {
        padding-left: 0;
        padding-right: 0
    }
}

.accordion .accordion .accordion-item,
.c-accordion--lined .accordion-item {
    border-bottom: 1px solid #d2d2d2
}

.accordion .accordion .accordion-item:last-child,
.c-accordion--lined .accordion-item:last-child {
    border-bottom: 0
}

.accordion .accordion .accordion-item .accordion-title,
.c-accordion--lined .accordion-item .accordion-title {
    margin-bottom: 0
}

.accordion .accordion .accordion-item .accordion-title,
.accordion .accordion .accordion-item:last-child:not(.is-active)>.accordion-title,
.c-accordion--lined .accordion-item .accordion-title,
.c-accordion--lined .accordion-item:last-child:not(.is-active)>.accordion-title {
    border: 0
}

.accordion {
    background-color: transparent
}

.accordion-title {
    font-size: 16px;
    margin-bottom: .3125rem;
    padding: 1rem 2rem 1rem 1rem;
    line-height: 1.3;
    transition: background-color .25s linear
}

.accordion-title,
.accordion-title:focus {
    background-color: #fff
}

.accordion-title:hover,
.is-active>.accordion-title {
    background-color: #f0f0f0
}

.accordion-title:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    transition: transform .25s ease-in-out;
    font-weight: 900
}

.is-active>.accordion-title:before {
    content: "\e93a";
    transform-origin: center;
    transform: translateX(-1px) rotate(180deg)
}

.accordion-title,
:last-child:not(.is-active)>.accordion-title {
    border: 1px solid #d2d2d2
}

.accordion-content,
.accordion-content:focus,
.accordion-content:hover,
.accordion-title,
.accordion-title:focus,
.accordion-title:hover {
    color: inherit
}

.accordion-content {
    padding-top: .6875rem
}

.accordion-content,
:last-child>.accordion-content:last-child {
    border: 0
}

.accordion-content,
.accordion-content:focus,
.accordion-content:hover {
    background: 0 0
}

.accordion-content p:last-child {
    margin-bottom: 0
}

.accordion .accordion {
    margin-top: -.6875rem;
    margin-left: -1rem;
    margin-right: -1rem
}

.accordion .accordion .accordion-title:hover,
.accordion .accordion .is-active .accordion-title {
    background-color: #f8f8f8
}

.is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    white-space: normal;
    padding-right: 2.5rem;
    position: relative
}

.is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
    font-family: Linearicons;
    content: "\e93a";
    transition: transform .25s ease-in-out;
    position: absolute;
    right: 1rem;
    left: auto;
    border: none;
    width: 1rem;
    height: 1rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%) rotate(0)
}

.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true]>a:after {
    margin-top: 2px;
    transform: translate(-1px, -50%) rotate(180deg)
}

.no-accordion .accordion-title {
    cursor: default
}

.no-accordion .accordion-title:before {
    display: none
}

.no-accordion [data-tab-content] {
    height: auto!important;
    display: block!important;
    visibility: visible!important
}

@media print,
screen and (min-width:40em) {
    .no-accordion-for-medium .accordion-title {
        cursor: default
    }
    .no-accordion-for-medium .accordion-title:before {
        display: none
    }
    .no-accordion-for-medium [data-tab-content] {
        height: auto!important;
        display: block!important;
        visibility: visible!important
    }
}

@media screen and (min-width:50em) {
    .no-accordion-for-xmedium .accordion-title {
        cursor: default
    }
    .no-accordion-for-xmedium .accordion-title:before {
        display: none
    }
    .no-accordion-for-xmedium [data-tab-content] {
        height: auto!important;
        display: block!important;
        visibility: visible!important
    }
}

@media print,
screen and (min-width:64.0625em) {
    .no-accordion-for-large .accordion-title {
        cursor: default
    }
    .no-accordion-for-large .accordion-title:before {
        display: none
    }
    .no-accordion-for-large [data-tab-content] {
        height: auto!important;
        display: block!important;
        visibility: visible!important
    }
}

button[type=submit],
input[type=submit] {
    cursor: pointer
}

.button {
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button.inverted.hollow {
    color: #fff;
    border-color: #fff
}

.button.narrow {
    padding-top: .75em;
    padding-bottom: .75em;
    line-height: 1.2
}

@media screen and (max-width:64.0624rem) {
    .button.narrow-for-small-only {
        padding-top: .75em;
        padding-bottom: .75em;
        line-height: 1.2
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .button.narrow-for-medium-only {
        padding-top: .75em;
        padding-bottom: .75em;
        line-height: 1.2
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .button.narrow-for-xmedium-only {
        padding-top: .75em;
        padding-bottom: .75em;
        line-height: 1.2
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .button.narrow-for-large-only {
        padding-top: .75em;
        padding-bottom: .75em;
        line-height: 1.2
    }
}

.button.narrow-x {
    padding-left: 1.146em;
    padding-right: 1.146em
}

.button.narrow-xy {
    padding: .75em;
    line-height: 1.2
}

.button.square {
    width: 2.9375rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.button.square.tiny {
    width: 2.5rem
}

@media screen and (max-width:64.0624rem) {
    .button.square.tiny-for-small-only {
        width: 2.5rem
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .button.square.tiny-for-medium-only {
        width: 2.5rem
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .button.square.tiny-for-xmedium-only {
        width: 2.5rem
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .button.square.tiny-for-large-only {
        width: 2.5rem
    }
}

.button.centered {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.button-group:last-child {
    margin-bottom: 0
}

.button-group.gutter>* {
    margin-right: .625rem
}

.button-group.gutter>:last-child {
    margin-right: 0
}

@media print,
screen and (min-width:40em) {
    .button-group.gutter>* {
        margin-right: .9375rem
    }
    .button-group.gutter>:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:50em) {
    .button-group.gutter>* {
        margin-right: .9375rem
    }
    .button-group.gutter>:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:64.0624rem) {
    .button-group.expanded-for-small-only .button {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:40em) {
    .button-group.gutter-for-medium>* {
        margin-right: .9375rem
    }
    .button-group.gutter-for-medium>:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .button-group.expanded-for-medium-only .button {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:50em) {
    .button-group.gutter-for-xmedium>* {
        margin-right: .9375rem
    }
    .button-group.gutter-for-xmedium>:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .button-group.expanded-for-xmedium-only .button {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64.0625em) {
    .button-group.gutter-for-large>* {
        margin-right: .9375rem
    }
    .button-group.gutter-for-large>:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .button-group.expanded-for-large-only .button {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.button.primary,
.button.primary:focus,
.button.primary:hover {
    color: #fff
}

.button.secondary,
.button.secondary:focus,
.button.secondary:hover {
    color: #000
}

.button.alert,
.button.alert:focus,
.button.alert:hover,
.button.success,
.button.success:focus,
.button.success:hover,
.button.tertiary,
.button.tertiary:focus,
.button.tertiary:hover,
.button.warning,
.button.warning:focus,
.button.warning:hover {
    color: #fff
}

@media screen and (max-width:64.0624rem) {
    .button.expanded-for-small-only {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .button.expanded-for-medium-only {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .button.expanded-for-xmedium-only {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .button.expanded-for-large-only {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.button.select {
    padding: .3125rem .6875rem;
    min-height: 2.8125rem
}

.button.tiny-select {
    padding: .125rem .6875rem;
    min-height: 2.1875rem
}

.button.select,
.button.tiny-select {
    text-align: left;
    text-transform: none
}

.button.dark,
.button.dark:focus,
.button.dark:hover {
    background-color: #000;
    color: #fff
}

.button.dark.disabled,
.button.dark[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.dark.disabled,
.button.dark.disabled:focus,
.button.dark.disabled:hover,
.button.dark[disabled],
.button.dark[disabled]:focus,
.button.dark[disabled]:hover {
    background-color: #000;
    color: #fff
}

.button.dark.hollow {
    border: 1px solid #000;
    color: #000
}

.button.dark.hollow,
.button.dark.hollow.disabled,
.button.dark.hollow.disabled:focus,
.button.dark.hollow.disabled:hover,
.button.dark.hollow:focus,
.button.dark.hollow:hover,
.button.dark.hollow[disabled],
.button.dark.hollow[disabled]:focus,
.button.dark.hollow[disabled]:hover {
    background-color: transparent
}

.button.dark.hollow:focus,
.button.dark.hollow:hover {
    border-color: #000;
    color: #000
}

.button.dark.hollow:focus.disabled,
.button.dark.hollow:focus[disabled],
.button.dark.hollow:hover.disabled,
.button.dark.hollow:hover[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.light,
.button.light:focus,
.button.light:hover {
    background-color: #fff;
    color: #000
}

.button.light.disabled,
.button.light[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.light.disabled,
.button.light.disabled:focus,
.button.light.disabled:hover,
.button.light[disabled],
.button.light[disabled]:focus,
.button.light[disabled]:hover {
    background-color: #fff;
    color: #000
}

.button.light.hollow {
    border: 1px solid #fff;
    color: #fff
}

.button.light.hollow,
.button.light.hollow.disabled,
.button.light.hollow.disabled:focus,
.button.light.hollow.disabled:hover,
.button.light.hollow:focus,
.button.light.hollow:hover,
.button.light.hollow[disabled],
.button.light.hollow[disabled]:focus,
.button.light.hollow[disabled]:hover {
    background-color: transparent
}

.button.light.hollow:focus,
.button.light.hollow:hover {
    border-color: gray;
    color: gray
}

.button.light.hollow:focus.disabled,
.button.light.hollow:focus[disabled],
.button.light.hollow:hover.disabled,
.button.light.hollow:hover[disabled] {
    border: 1px solid #fff;
    color: #fff
}

.button.right {
    float: right
}

.button.button:hover {
    background: #7ec7d8
}

.button.button.hollow:hover {
    border-color: #027393;
    color: #027393;
    background: rgba(0, 163, 186, .25)
}

.button.primary:hover {
    background: #7ec7d8
}

.button.primary.hollow:hover {
    border-color: #027393;
    color: #027393;
    background: rgba(0, 163, 186, .25)
}

.button.secondary:hover {
    background: #d2d2d2
}

.button.secondary.hollow:hover {
    border-color: #ccc;
    color: #ccc;
    background: hsla(0, 0%, 80%, .25)
}

.button.tertiary:hover {
    background: #d2d2d2
}

.button.tertiary.hollow:hover {
    border-color: #787882;
    color: #787882;
    background: hsla(240, 4%, 49%, .25)
}

.button.alert:hover {
    background: #ff9daf
}

.button.alert.hollow:hover {
    border-color: #027394;
    color: #027394;
    background: rgba(255, 60, 95, .25)
}

.button.warning:hover {
    background: #ffb97f
}

.button.warning.hollow:hover {
    border-color: #ff7300;
    color: #ff7300;
    background: rgba(255, 115, 0, .25)
}

.button.success:hover {
    background: #94e9be
}

.button.success.hollow:hover {
    border-color: #2ad47e;
    color: #2ad47e;
    background: rgba(42, 212, 126, .25)
}

.button.dark:hover {
    background: #383841
}

.button.dark.hollow:hover {
    border-color: #000;
    color: #000;
    background: rgba(0, 0, 0, .25)
}

.button.light:hover {
    background: #f0f0f0
}

.button.light.hollow:hover {
    border-color: #fff;
    color: #fff;
    background: hsla(0, 0%, 100%, .25)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    opacity: 1
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    height: 2.8125rem
}

.input-group-field,
.input-group-field [type=color],
.input-group-field [type=date],
.input-group-field [type=datetime-local],
.input-group-field [type=datetime],
.input-group-field [type=email],
.input-group-field [type=month],
.input-group-field [type=number],
.input-group-field [type=password],
.input-group-field [type=search],
.input-group-field [type=tel],
.input-group-field [type=text],
.input-group-field [type=time],
.input-group-field [type=url],
.input-group-field [type=week],
.input-group-field select,
.input-group-field textarea {
    height: 2.9375rem
}

.input-group-field.tiny,
.input-group-field.tiny [type=color],
.input-group-field.tiny [type=date],
.input-group-field.tiny [type=datetime-local],
.input-group-field.tiny [type=datetime],
.input-group-field.tiny [type=email],
.input-group-field.tiny [type=month],
.input-group-field.tiny [type=number],
.input-group-field.tiny [type=password],
.input-group-field.tiny [type=search],
.input-group-field.tiny [type=tel],
.input-group-field.tiny [type=text],
.input-group-field.tiny [type=time],
.input-group-field.tiny [type=url],
.input-group-field.tiny [type=week],
.input-group-field.tiny select,
.input-group-field.tiny textarea {
    height: 2.5rem
}

@media screen and (max-width:64.0624rem) {
    .input-group-field.tiny-for-small-only,
    .input-group-field.tiny-for-small-only [type=color],
    .input-group-field.tiny-for-small-only [type=date],
    .input-group-field.tiny-for-small-only [type=datetime-local],
    .input-group-field.tiny-for-small-only [type=datetime],
    .input-group-field.tiny-for-small-only [type=email],
    .input-group-field.tiny-for-small-only [type=month],
    .input-group-field.tiny-for-small-only [type=number],
    .input-group-field.tiny-for-small-only [type=password],
    .input-group-field.tiny-for-small-only [type=search],
    .input-group-field.tiny-for-small-only [type=tel],
    .input-group-field.tiny-for-small-only [type=text],
    .input-group-field.tiny-for-small-only [type=time],
    .input-group-field.tiny-for-small-only [type=url],
    .input-group-field.tiny-for-small-only [type=week],
    .input-group-field.tiny-for-small-only select,
    .input-group-field.tiny-for-small-only textarea {
        height: 2.5rem
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .input-group-field.tiny-for-medium-only,
    .input-group-field.tiny-for-medium-only [type=color],
    .input-group-field.tiny-for-medium-only [type=date],
    .input-group-field.tiny-for-medium-only [type=datetime-local],
    .input-group-field.tiny-for-medium-only [type=datetime],
    .input-group-field.tiny-for-medium-only [type=email],
    .input-group-field.tiny-for-medium-only [type=month],
    .input-group-field.tiny-for-medium-only [type=number],
    .input-group-field.tiny-for-medium-only [type=password],
    .input-group-field.tiny-for-medium-only [type=search],
    .input-group-field.tiny-for-medium-only [type=tel],
    .input-group-field.tiny-for-medium-only [type=text],
    .input-group-field.tiny-for-medium-only [type=time],
    .input-group-field.tiny-for-medium-only [type=url],
    .input-group-field.tiny-for-medium-only [type=week],
    .input-group-field.tiny-for-medium-only select,
    .input-group-field.tiny-for-medium-only textarea {
        height: 2.5rem
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .input-group-field.tiny-for-xmedium-only,
    .input-group-field.tiny-for-xmedium-only [type=color],
    .input-group-field.tiny-for-xmedium-only [type=date],
    .input-group-field.tiny-for-xmedium-only [type=datetime-local],
    .input-group-field.tiny-for-xmedium-only [type=datetime],
    .input-group-field.tiny-for-xmedium-only [type=email],
    .input-group-field.tiny-for-xmedium-only [type=month],
    .input-group-field.tiny-for-xmedium-only [type=number],
    .input-group-field.tiny-for-xmedium-only [type=password],
    .input-group-field.tiny-for-xmedium-only [type=search],
    .input-group-field.tiny-for-xmedium-only [type=tel],
    .input-group-field.tiny-for-xmedium-only [type=text],
    .input-group-field.tiny-for-xmedium-only [type=time],
    .input-group-field.tiny-for-xmedium-only [type=url],
    .input-group-field.tiny-for-xmedium-only [type=week],
    .input-group-field.tiny-for-xmedium-only select,
    .input-group-field.tiny-for-xmedium-only textarea {
        height: 2.5rem
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .input-group-field.tiny-for-large-only,
    .input-group-field.tiny-for-large-only [type=color],
    .input-group-field.tiny-for-large-only [type=date],
    .input-group-field.tiny-for-large-only [type=datetime-local],
    .input-group-field.tiny-for-large-only [type=datetime],
    .input-group-field.tiny-for-large-only [type=email],
    .input-group-field.tiny-for-large-only [type=month],
    .input-group-field.tiny-for-large-only [type=number],
    .input-group-field.tiny-for-large-only [type=password],
    .input-group-field.tiny-for-large-only [type=search],
    .input-group-field.tiny-for-large-only [type=tel],
    .input-group-field.tiny-for-large-only [type=text],
    .input-group-field.tiny-for-large-only [type=time],
    .input-group-field.tiny-for-large-only [type=url],
    .input-group-field.tiny-for-large-only [type=week],
    .input-group-field.tiny-for-large-only select,
    .input-group-field.tiny-for-large-only textarea {
        height: 2.5rem
    }
}

.input-group-button .button {
    line-height: 2.9375rem
}

.input-group-button .button:after,
.input-group-button .button:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.input-group-button .button:after {
    clear: both
}

.input-group-button .button>[class*=icon] {
    line-height: 2.9375rem;
    font-size: 1.5rem
}

.input-group-button .button>span:first-child {
    float: left
}

.input-group-button .button>span:last-child {
    float: right
}

.input-group-button+.input-group-button {
    margin-left: 2px
}

.input-group-button.tiny .button {
    height: 2.5rem;
    line-height: 2.5rem
}

.input-group-button.tiny .button>[class*=icon] {
    line-height: 2.5rem
}

@media screen and (max-width:64.0624rem) {
    .input-group-button.tiny-for-small-only .button {
        height: 2.5rem;
        line-height: 2.5rem
    }
    .input-group-button.tiny-for-small-only .button>[class*=icon] {
        line-height: 2.5rem
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .input-group-button.tiny-for-medium-only .button {
        height: 2.5rem;
        line-height: 2.5rem
    }
    .input-group-button.tiny-for-medium-only .button>[class*=icon] {
        line-height: 2.5rem
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .input-group-button.tiny-for-xmedium-only .button {
        height: 2.5rem;
        line-height: 2.5rem
    }
    .input-group-button.tiny-for-xmedium-only .button>[class*=icon] {
        line-height: 2.5rem
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .input-group-button.tiny-for-large-only .button {
        height: 2.5rem;
        line-height: 2.5rem
    }
    .input-group-button.tiny-for-large-only .button>[class*=icon] {
        line-height: 2.5rem
    }
}

label {
    line-height: 1.5
}

@media print,
screen and (min-width:40em) {
    label.middle-for-medium {
        margin: 0 0 1.375rem;
        padding: .75rem 0
    }
}

@media screen and (min-width:50em) {
    label.middle-for-xmedium {
        margin: 0 0 1.375rem;
        padding: .75rem 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    label.middle-for-large {
        margin: 0 0 1.375rem;
        padding: .75rem 0
    }
}

input.has-subline {
    margin-bottom: 0
}

input~.input-subline,
input~.input-subline-wrapper>.input-subline {
    margin-top: .5rem;
    display: block
}

input~.input-subline,
input~.input-subline-wrapper {
    margin-bottom: 1.375rem
}

input[type=number].is-blank {
    -moz-appearance: textfield
}

input[type=number].is-blank::-webkit-inner-spin-button,
input[type=number].is-blank::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

legend+.form-error {
    margin-top: 0
}

.dropdown-pane {
    z-index: 15;
    color: #000;
    font-size: .875rem;
    text-align: left;
    transition: opacity .15s ease-in-out, transform .25s ease-in-out;
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 50% 0;
    padding: .625rem
}

@media print,
screen and (min-width:40em) {
    .dropdown-pane {
        padding: .9375rem
    }
}

.dropdown-pane.top-level {
    z-index: 25
}

.dropdown-pane.collapse {
    padding: 0
}

.dropdown-pane.expanded {
    width: 100%;
    left: 0!important
}

@media screen and (max-width:64.0624rem) {
    .dropdown-pane.expanded-for-small-only {
        width: 100%;
        left: 0!important
    }
}

@media print,
screen and (min-width:40em) {
    .dropdown-pane.expanded-for-medium {
        width: 100%;
        left: 0!important
    }
}

@media screen and (max-width:49.9375em) {
    .dropdown-pane.expanded-for-medium-down {
        width: 100%;
        left: 0!important
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .dropdown-pane.expanded-for-medium-only {
        width: 100%;
        left: 0!important
    }
}

@media screen and (min-width:50em) {
    .dropdown-pane.expanded-for-xmedium {
        width: 100%;
        left: 0!important
    }
}

@media screen and (max-width:64em) {
    .dropdown-pane.expanded-for-xmedium-down {
        width: 100%;
        left: 0!important
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .dropdown-pane.expanded-for-xmedium-only {
        width: 100%;
        left: 0!important
    }
}

@media print,
screen and (min-width:64.0625em) {
    .dropdown-pane.expanded-for-large {
        width: 100%;
        left: 0!important
    }
}

@media screen and (max-width:74.9375em) {
    .dropdown-pane.expanded-for-large-down {
        width: 100%;
        left: 0!important
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .dropdown-pane.expanded-for-large-only {
        width: 100%;
        left: 0!important
    }
}

.dropdown-pane.narrow {
    padding-left: .66667rem;
    padding-right: .66667rem
}

.sticky-smart-hide .dropdown-pane.is-open {
    transition: opacity .3s ease-in, transform .25s ease-in-out;
    opacity: 0;
    transform: scale3d(.9, .5, 1)
}

.dropdown-pane.is-empty {
    visibility: hidden;
    display: none
}

.dropdown-pane.dark {
    background-color: #000;
    color: #fff;
    border: none;
    font-weight: 400
}

.dropdown-pane.has-position-left.has-alignment-left .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    left: 100%;
    left: 0;
    margin-left: 9px
}

.dropdown-pane.has-position-left.has-alignment-left .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff
}

.dropdown-pane.has-position-left.has-alignment-left.dark .dropdown-arrow {
    border-left: 10px solid #000
}

.dropdown-pane.has-position-left.has-alignment-left.dark .dropdown-arrow:after {
    border-left: 9px solid #000
}

.dropdown-pane.has-position-left.has-alignment-right .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    left: 100%;
    right: 0;
    margin-right: 9px
}

.dropdown-pane.has-position-left.has-alignment-right .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff
}

.dropdown-pane.has-position-left.has-alignment-right.dark .dropdown-arrow {
    border-left: 10px solid #000
}

.dropdown-pane.has-position-left.has-alignment-right.dark .dropdown-arrow:after {
    border-left: 9px solid #000
}

.dropdown-pane.has-position-left.has-alignment-top .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 9px
}

.dropdown-pane.has-position-left.has-alignment-top .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff
}

.dropdown-pane.has-position-left.has-alignment-top.dark .dropdown-arrow {
    border-left: 10px solid #000
}

.dropdown-pane.has-position-left.has-alignment-top.dark .dropdown-arrow:after {
    border-left: 9px solid #000
}

.dropdown-pane.has-position-left.has-alignment-bottom .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-bottom: 9px
}

.dropdown-pane.has-position-left.has-alignment-bottom .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff
}

.dropdown-pane.has-position-left.has-alignment-bottom.dark .dropdown-arrow {
    border-left: 10px solid #000
}

.dropdown-pane.has-position-left.has-alignment-bottom.dark .dropdown-arrow:after {
    border-left: 9px solid #000
}

.dropdown-pane.has-position-left.has-alignment-center .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.dropdown-pane.has-position-left.has-alignment-center .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff
}

.dropdown-pane.has-position-left.has-alignment-center.dark .dropdown-arrow {
    border-left: 10px solid #000
}

.dropdown-pane.has-position-left.has-alignment-center.dark .dropdown-arrow:after {
    border-left: 9px solid #000
}

.dropdown-pane.has-position-right.has-alignment-left .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    right: 100%;
    left: 0;
    margin-left: 9px
}

.dropdown-pane.has-position-right.has-alignment-left .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff
}

.dropdown-pane.has-position-right.has-alignment-left.dark .dropdown-arrow {
    border-right: 10px solid #000
}

.dropdown-pane.has-position-right.has-alignment-left.dark .dropdown-arrow:after {
    border-right: 9px solid #000
}

.dropdown-pane.has-position-right.has-alignment-right .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    right: 100%;
    right: 0;
    margin-right: 9px
}

.dropdown-pane.has-position-right.has-alignment-right .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff
}

.dropdown-pane.has-position-right.has-alignment-right.dark .dropdown-arrow {
    border-right: 10px solid #000
}

.dropdown-pane.has-position-right.has-alignment-right.dark .dropdown-arrow:after {
    border-right: 9px solid #000
}

.dropdown-pane.has-position-right.has-alignment-top .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    right: 100%;
    top: 0;
    margin-top: 9px
}

.dropdown-pane.has-position-right.has-alignment-top .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff
}

.dropdown-pane.has-position-right.has-alignment-top.dark .dropdown-arrow {
    border-right: 10px solid #000
}

.dropdown-pane.has-position-right.has-alignment-top.dark .dropdown-arrow:after {
    border-right: 9px solid #000
}

.dropdown-pane.has-position-right.has-alignment-bottom .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-bottom: 9px
}

.dropdown-pane.has-position-right.has-alignment-bottom .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff
}

.dropdown-pane.has-position-right.has-alignment-bottom.dark .dropdown-arrow {
    border-right: 10px solid #000
}

.dropdown-pane.has-position-right.has-alignment-bottom.dark .dropdown-arrow:after {
    border-right: 9px solid #000
}

.dropdown-pane.has-position-right.has-alignment-center .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.dropdown-pane.has-position-right.has-alignment-center .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff
}

.dropdown-pane.has-position-right.has-alignment-center.dark .dropdown-arrow {
    border-right: 10px solid #000
}

.dropdown-pane.has-position-right.has-alignment-center.dark .dropdown-arrow:after {
    border-right: 9px solid #000
}

.dropdown-pane.has-position-top.has-alignment-left .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 9px
}

.dropdown-pane.has-position-top.has-alignment-left .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff
}

.dropdown-pane.has-position-top.has-alignment-left.dark .dropdown-arrow {
    border-top: 10px solid #000
}

.dropdown-pane.has-position-top.has-alignment-left.dark .dropdown-arrow:after {
    border-top: 9px solid #000
}

.dropdown-pane.has-position-top.has-alignment-right .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    top: 100%;
    right: 0;
    margin-right: 9px
}

.dropdown-pane.has-position-top.has-alignment-right .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff
}

.dropdown-pane.has-position-top.has-alignment-right.dark .dropdown-arrow {
    border-top: 10px solid #000
}

.dropdown-pane.has-position-top.has-alignment-right.dark .dropdown-arrow:after {
    border-top: 9px solid #000
}

.dropdown-pane.has-position-top.has-alignment-top .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    top: 100%;
    top: 0;
    margin-top: 9px
}

.dropdown-pane.has-position-top.has-alignment-top .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff
}

.dropdown-pane.has-position-top.has-alignment-top.dark .dropdown-arrow {
    border-top: 10px solid #000
}

.dropdown-pane.has-position-top.has-alignment-top.dark .dropdown-arrow:after {
    border-top: 9px solid #000
}

.dropdown-pane.has-position-top.has-alignment-bottom .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    top: 100%;
    bottom: 0;
    margin-bottom: 9px
}

.dropdown-pane.has-position-top.has-alignment-bottom .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff
}

.dropdown-pane.has-position-top.has-alignment-bottom.dark .dropdown-arrow {
    border-top: 10px solid #000
}

.dropdown-pane.has-position-top.has-alignment-bottom.dark .dropdown-arrow:after {
    border-top: 9px solid #000
}

.dropdown-pane.has-position-top.has-alignment-center .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%)
}

.dropdown-pane.has-position-top.has-alignment-center .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff
}

.dropdown-pane.has-position-top.has-alignment-center.dark .dropdown-arrow {
    border-top: 10px solid #000
}

.dropdown-pane.has-position-top.has-alignment-center.dark .dropdown-arrow:after {
    border-top: 9px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-left .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-left: 9px
}

.dropdown-pane.has-position-bottom.has-alignment-left .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    bottom: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.dropdown-pane.has-position-bottom.has-alignment-left.dark .dropdown-arrow {
    border-bottom: 10px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-left.dark .dropdown-arrow:after {
    border-bottom: 9px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-right .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-right: 9px
}

.dropdown-pane.has-position-bottom.has-alignment-right .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    bottom: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.dropdown-pane.has-position-bottom.has-alignment-right.dark .dropdown-arrow {
    border-bottom: 10px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-right.dark .dropdown-arrow:after {
    border-bottom: 9px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-top .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    bottom: 100%;
    top: 0;
    margin-top: 9px
}

.dropdown-pane.has-position-bottom.has-alignment-top .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    bottom: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.dropdown-pane.has-position-bottom.has-alignment-top.dark .dropdown-arrow {
    border-bottom: 10px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-top.dark .dropdown-arrow:after {
    border-bottom: 9px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-bottom .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    bottom: 100%;
    bottom: 0;
    margin-bottom: 9px
}

.dropdown-pane.has-position-bottom.has-alignment-bottom .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    bottom: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.dropdown-pane.has-position-bottom.has-alignment-bottom.dark .dropdown-arrow {
    border-bottom: 10px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-bottom.dark .dropdown-arrow:after {
    border-bottom: 9px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-center .dropdown-arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%)
}

.dropdown-pane.has-position-bottom.has-alignment-center .dropdown-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    bottom: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.dropdown-pane.has-position-bottom.has-alignment-center.dark .dropdown-arrow {
    border-bottom: 10px solid #000
}

.dropdown-pane.has-position-bottom.has-alignment-center.dark .dropdown-arrow:after {
    border-bottom: 9px solid #000
}

.dropdown-pane.is-accordion {
    position: relative;
    left: 0!important;
    top: 0!important;
    display: none;
    visibility: visible
}

.is-drilldown {
    max-width: 100%!important
}

.is-drilldown .menu>li {
    padding: .125rem 0;
    border-top: 1px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.is-drilldown .menu>li:last-child {
    border-bottom: 1px solid #fff
}

.is-drilldown .menu>li>a {
    min-height: 2.875rem;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    padding: .25rem .625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.is-drilldown .menu>li .menu>li {
    border-color: #d2d2d2
}

.is-drilldown .menu>li .menu>li>a {
    font-size: .875rem;
    font-weight: 400
}

.is-drilldown .menu>li .menu>li.is-show-all>a,
.is-drilldown .menu>li .menu>li.js-drilldown-back>a {
    font-size: 1rem;
    font-weight: 500
}

.is-drilldown .menu>li .menu>li.is-show-all,
.is-drilldown .menu>li .menu>li.is-show-all+li {
    border-color: #000
}

.is-drilldown .menu .button,
.is-drilldown .menu a {
    white-space: normal
}

.is-drilldown>.menu.is-dark,
.is-drilldown>.menu.is-dark .is-drilldown-submenu,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li,
.is-drilldown>.menu.is-dark>li {
    background-color: #000
}

.is-drilldown>.menu.is-dark .is-drilldown-submenu>li>a,
.is-drilldown>.menu.is-dark>li>a {
    color: #fff;
    background-color: transparent
}

.is-drilldown>.menu.is-dark .is-drilldown-submenu>li>a:after,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li>a:before,
.is-drilldown>.menu.is-dark>li>a:after,
.is-drilldown>.menu.is-dark>li>a:before {
    color: #fff
}

.is-drilldown>.menu.is-dark .is-drilldown-submenu>li>a:focus,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li>a:focus:after,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li>a:focus:before,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li>a:hover,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li>a:hover:after,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li>a:hover:before,
.is-drilldown>.menu.is-dark>li>a:focus,
.is-drilldown>.menu.is-dark>li>a:focus:after,
.is-drilldown>.menu.is-dark>li>a:focus:before,
.is-drilldown>.menu.is-dark>li>a:hover,
.is-drilldown>.menu.is-dark>li>a:hover:after,
.is-drilldown>.menu.is-dark>li>a:hover:before {
    color: #d2d2d2
}

.is-drilldown>.menu.is-dark .is-drilldown-submenu>li .menu>li,
.is-drilldown>.menu.is-dark>li .menu>li {
    background-color: #fff
}

.is-drilldown>.menu.is-dark .is-drilldown-submenu>li .menu>li>a,
.is-drilldown>.menu.is-dark>li .menu>li>a {
    color: #000
}

.is-drilldown>.menu.is-dark .is-drilldown-submenu>li .menu>li>a:focus,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li .menu>li>a:hover,
.is-drilldown>.menu.is-dark>li .menu>li>a:focus,
.is-drilldown>.menu.is-dark>li .menu>li>a:hover {
    color: #383841
}

.is-drilldown>.menu.is-dark .is-drilldown-submenu>li .menu li.js-drilldown-back,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li.js-drilldown-back,
.is-drilldown>.menu.is-dark>li .menu li.js-drilldown-back,
.is-drilldown>.menu.is-dark>li.js-drilldown-back {
    background-color: #787882
}

.is-drilldown>.menu.is-dark .is-drilldown-submenu>li .menu li.js-drilldown-back>a,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li.js-drilldown-back>a,
.is-drilldown>.menu.is-dark>li .menu li.js-drilldown-back>a,
.is-drilldown>.menu.is-dark>li.js-drilldown-back>a {
    color: #fff
}

.is-drilldown>.menu.is-dark .is-drilldown-submenu>li .menu li.js-drilldown-back>a:focus,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li .menu li.js-drilldown-back>a:hover,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li.js-drilldown-back>a:focus,
.is-drilldown>.menu.is-dark .is-drilldown-submenu>li.js-drilldown-back>a:hover,
.is-drilldown>.menu.is-dark>li .menu li.js-drilldown-back>a:focus,
.is-drilldown>.menu.is-dark>li .menu li.js-drilldown-back>a:hover,
.is-drilldown>.menu.is-dark>li.js-drilldown-back>a:focus,
.is-drilldown>.menu.is-dark>li.js-drilldown-back>a:hover {
    color: #f0f0f0
}

.drilldown .is-drilldown-submenu-parent>a:after {
    display: none
}

.drilldown .js-drilldown-back>a:before {
    font-family: 'Font Awesome 5 Free';
    text-transform: none;
    content: "\f053";
    font-size: .875rem;
    margin-right: .3125rem;
    width: auto;
    height: auto;
    display: inline-block;
    border: none;
    font-weight: 900
}

.drilldown-qty-wrapper {
    width: 100%
}

.drilldown-qty {
    font-size: .75rem;
    font-weight: 400;
    float: right;
    line-height: 1.25rem;
    color: #787882
}

.top-bar [type=color],
.top-bar [type=date],
.top-bar [type=datetime-local],
.top-bar [type=datetime],
.top-bar [type=email],
.top-bar [type=month],
.top-bar [type=number],
.top-bar [type=password],
.top-bar [type=search],
.top-bar [type=tel],
.top-bar [type=text],
.top-bar [type=time],
.top-bar [type=url],
.top-bar [type=week],
.top-bar textarea {
    max-width: 100%;
    margin: 0
}

.sticky-smart {
    transition: transform .5s ease;
    transform: translate(0)
}

.sticky-smart-hide.is-stuck {
    transform: translateY(-100%)
}

.sticky-smart-fix-container {
    padding-top: 1px
}

.sticky-smart-fix-container>.sticky-smart {
    margin-top: -1px!important
}

.reveal:focus {
    outline: 0
}

.reveal .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
    .reveal .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media screen and (min-width:50em) {
    .reveal .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .reveal .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.reveal .close-button {
    top: 1rem
}

.reveal .has-close-button>:first-child,
.reveal.has-close-button>:first-child {
    padding-right: 1rem
}

.reveal.auto {
    height: auto;
    min-height: 0;
    max-height: 100vh
}

.reveal.noscroll {
    overflow-y: visible
}

.reveal.has-sections {
    padding: 0
}

.reveal-title {
    padding-right: 1.25rem
}

.reveal-section {
    padding: 1rem
}

.reveal-section.light {
    background-color: #f0f0f0
}

.reveal-section.has-shadow-down,
.reveal-section.has-shadow-up {
    position: relative;
    z-index: 1
}

.reveal-section.has-shadow-up {
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .25)
}

.reveal-section.has-shadow-down {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25)
}

.callout.alert,
.callout.important,
.callout.light-gray,
.callout.primary,
.callout.secondary,
.callout.success,
.callout.warning {
    border: none
}

.callout.primary {
    background: #7ec7d8;
    color: #000
}

.callout.success {
    background: #bff2d8;
    color: #000
}

.callout.warning {
    background: #ffd5b2;
    color: #000
}

.callout.alert {
    background: #ffc4cf;
    color: #000
}

.callout.important {
    background: #ffebef;
    color: #000
}

.callout.dark-gray {
    background: #787882;
    color: #fff
}

.callout.dark-gray .o-alternative-h1,
.callout.dark-gray .o-alternative-h2,
.callout.dark-gray .o-alternative-h3,
.callout.dark-gray .o-alternative-h4,
.callout.dark-gray .o-alternative-h5,
.callout.dark-gray .o-alternative-h6,
.callout.dark-gray .o-product-detail-title,
.callout.dark-gray .o-pseudo-h1,
.callout.dark-gray .o-pseudo-h2,
.callout.dark-gray .o-pseudo-h3,
.callout.dark-gray .o-pseudo-h4,
.callout.dark-gray .o-pseudo-h5,
.callout.dark-gray .o-pseudo-h6,
.callout.dark-gray h1,
.callout.dark-gray h2,
.callout.dark-gray h3,
.callout.dark-gray h4,
.callout.dark-gray h5,
.callout.dark-gray h6 {
    color: #fff
}

.callout.light-gray {
    background: #f0f0f0
}

.callout.gradient {
    background: linear-gradient(180deg, #f0f0f0 0, #e3e3e3);
    border: none
}

.off-canvas {
    color: #fff
}

.off-canvas.is-light {
    background: #f0f0f0;
    color: #000
}

.tooltip {
    background-color: #fff;
    font-size: .75rem;
    color: #000;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .08)
}

.tooltip:after,
.tooltip:before {
    position: absolute
}

.tooltip.bottom:before {
    border: .75rem inset;
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000
}

.tooltip.bottom:after,
.tooltip.bottom:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    bottom: 100%;
    top: auto;
    left: 10%;
    transform: translateX(-50%)
}

.tooltip.bottom:after {
    border: .75rem inset;
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #fff
}

.tooltip.bottom.align-center:after,
.tooltip.bottom.align-center:before {
    left: 50%;
    transform: translateX(-50%)
}

.tooltip.top:before {
    border-color: #fff transparent transparent
}

.tooltip.top:after {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center:after {
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.tooltip.left:before {
    border: .75rem inset;
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000
}

.tooltip.left:after,
.tooltip.left:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.left:after {
    border: .75rem inset;
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff
}

.tooltip.right:before {
    border: .75rem inset;
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent
}

.tooltip.right:after,
.tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    bottom: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.tooltip.right:after {
    border: .75rem inset;
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent
}

.has-tip {
    padding-left: .5rem
}

.pagination li {
    display: inline-block;
    background: 0 0
}

.pagination li>a {
    border: 1px solid transparent;
    transition: background .25s linear, border .25s linear
}

.pagination li>a:focus,
.pagination li>a:hover {
    background: #ccc;
    border-color: #ccc
}

.pagination li.current {
    background: 0 0;
    border: 1px solid #000
}

.pagination-next a:after,
.pagination-next.disabled:after {
    font-family: Linearicons;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "chevronRight"
}

.pagination-previous a:before,
.pagination-previous.disabled:before {
    font-family: Linearicons;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "chevronLeft"
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.375rem;
    background-color: #fff;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

.no-selectric-margin .selectric {
    margin-bottom: 0
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 2.8125rem 0 0;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: inherit;
    font-weight: 500;
    padding: .6875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.selectric .label,
.selectric .selectric-button {
    line-height: 2.8125rem;
    color: #000;
    height: 2.8125rem
}

.selectric .selectric-button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.375rem;
    background-color: #fff;
    text-align: center;
    font-size: 1rem;
    transform: rotate(0);
    transition: transform .25s ease-in-out
}

.selectric-focus .selectric {
    border: 1px solid #787882;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #d2d2d2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric .selectric-button {
    transform: rotate(180deg)
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-disabled .selectric,
.selectric-disabled .selectric .selectric-button {
    background-color: #f0f0f0
}

.selectric-disabled .selectric .label {
    cursor: not-allowed
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: 0!important;
    border: none!important;
    background: 0 0!important
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem
}

.selectric-items li {
    display: block;
    padding: .6875rem;
    border-bottom: 1px solid #d2d2d2;
    color: #000;
    cursor: pointer;
    font-weight: 400
}

.selectric-items li:last-child {
    border-bottom: none
}

.selectric-items li:hover {
    color: #7ec7d8
}

.selectric-items li.highlighted {
    color: #027393
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s linear
}

.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
    cursor: not-allowed;
    opacity: .1
}

.owl-carousel .owl-prev {
    left: 3%
}

.owl-carousel .owl-next {
    right: 3%
}

.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: .625rem
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: -8%;
    width: 100%;
    z-index: 99
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-carousel .owl-dots .owl-dot span {
    width: 1.5625rem;
    height: .625rem;
    margin: 0 .15625rem;
    background: hsla(0, 0%, 100%, .5);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s linear, background .2s linear;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: grey;
    transition: opacity .2s linear, background .2s linear;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

.owl-carousel.dark .owl-dot span {
    background: rgba(0, 0, 0, .5)
}

.owl-carousel.dark .owl-dot.active span,
.owl-carousel.dark .owl-dot:hover span {
    background: #000
}

.choices {
    margin-bottom: 1rem
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=select-one] .choices__button,
.choices[data-type*=text] .choices__button {
    background-image: none
}

.choices[data-type*=select-one]:after {
    border: none;
    font-family: Linearicons;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "chevronDown";
    transition: transform .25s ease-in-out;
    top: 50%;
    right: 1rem;
    margin-top: 0!important;
    font-size: 1rem;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    transform-origin: center
}

.choices[data-type*=select-one].is-open:after {
    content: "chevronDown";
    transform: translateX(-1px) translateY(-50%) rotate(180deg)
}

.choices[data-type*=select-one] .choices__input {
    border: none;
    height: 40px;
    padding-right: 3.1875rem;
    border-bottom: 1px solid #d2d2d2
}

.choices__list--single {
    padding-right: 2rem
}

.choices__list--dropdown {
    margin-top: 0;
    border-top: none
}

.choices__list--dropdown:after {
    font-family: Linearicons;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "magnifier";
    background: #027393;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 40px
}

.choices__list--dropdown:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-top-style: inset;
    border-color: transparent #027393 transparent transparent;
    right: 40px;
    top: 20px;
    transform: translateY(-50%)
}

.choices__inner {
    display: block;
    vertical-align: baseline;
    border-radius: 0;
    min-height: auto;
    background-color: #fff;
    border-color: #d2d2d2;
    transition: border-color .25s linear
}

.is-open .choices__inner {
    border-color: #787882;
    border-radius: 0
}

.choices__item--selectable {
    padding: 0
}

.choices__item--choice {
    padding: .6875rem!important;
    border-bottom: 1px solid #d2d2d2
}

.choices__group[data-value=selected-disabled],
.choices__item--disabled {
    display: none
}

.choices.is-open .choices__list--dropdown {
    animation: a .25s
}

.tabs {
    text-align: center;
    border: none
}

.tabs .tabs-title {
    display: inline-block;
    float: none;
    text-transform: uppercase
}

.tabs .tabs-title a:focus,
.tabs .tabs-title a:hover {
    color: #027393
}

.tabs .tabs-title {
    min-width: 2.8125rem
}

.tabs .tabs-title a {
    margin-bottom: -2px
}

.tabs .tabs-title a:after {
    content: "";
    display: block;
    width: 0;
    margin: -2px auto 0;
    border-top: 2px solid #027393;
    opacity: 0;
    transition: opacity .25s linear, width .25s ease-in-out;
    position: relative;
    top: 5px
}

.tabs .tabs-title a:hover:after {
    width: 100%;
    opacity: 1
}

.tabs-content {
    border: none
}

.tabs-content .tabs-panel {
    padding-left: 0;
    padding-right: 0
}

.tabs-panel .tabs-panel {
    padding-bottom: 0
}

.thumbnail {
    border: 3px solid #fff;
    outline: 1px solid #d2d2d2;
    transition: outline .5s linear, box-shadow .25s linear;
    box-shadow: 0 0 0 0 transparent
}

.thumbnail:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25)
}

@media print,
screen and (min-width:40em) {
    .reveal-only-screen-height {
        top: 50%;
        bottom: auto;
        padding-top: 0;
        padding-bottom: 0
    }
    .reveal-only-screen-height .close-button {
        right: 2rem
    }
    .reveal-only-screen-height .reveal__content {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 3rem;
        height: 75vh;
        overflow-y: auto;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .reveal-only-screen-height .modal-footer,
    .reveal-only-screen-height .modal-header {
        display: none
    }
}

.o-price-text,
.o-prior-price-text {
    padding-left: .25rem;
    padding-right: .25rem
}

.o-top-brand-text {
    color: #027393;
    font-weight: 500;
    padding-left: .125rem;
    padding-right: .125rem
}

.o-prior-price-text {
    color: #787882
}

.o-prior-price-text--strikethrough strike {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.o-prior-price-text--strikethrough strike:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-8deg)
}

.o-price-superdecimal {
    top: -.25em
}

.o-price-text {
    font-size: 1.25rem;
    color: #027394;
    font-weight: 500
}

.o-xsmall-text {
    font-size: .625rem
}

.o-small-text {
    font-size: .75rem
}

.o-large-text {
    font-size: 1rem
}

.o-xlarge-text {
    font-size: 1.125rem
}

.o-primary-text {
    color: #027393
}

.o-success-text {
    color: #2ad47e
}

.o-alert-text {
    color: #027394
}

.o-secondary-text {
    color: #ccc
}

.o-bold-weight {
    font-weight: 700
}

.o-medium-weight {
    font-weight: 500
}

.o-regular-weight {
    font-weight: 400
}

.o-text-italic {
    font-style: italic
}

.o-uppercase-text {
    text-transform: uppercase
}

.o-text-link,
.pseudo-link {
    color: #000;
    text-decoration: underline;
    cursor: pointer
}

.o-text-link:focus,
.o-text-link:hover,
.pseudo-link:focus,
.pseudo-link:hover {
    color: #787882
}

.o-link {
    color: #027393
}

.o-link:focus,
.o-link:hover {
    color: #7ec7d8
}

.js-txt-link {
    cursor: pointer
}

.o-back-text-link,
.o-dark-text-link {
    color: #787882
}

.o-back-text-link:focus,
.o-back-text-link:hover,
.o-dark-text-link:focus,
.o-dark-text-link:hover {
    color: #000
}

.o-back-text-link {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.o-back-text-link>.o-linear-icon {
    font-size: 1.25rem;
    padding-right: .3125rem
}

.o-icon-link {
    color: #000
}

.o-icon-link i {
    vertical-align: sub;
    padding-right: .3125rem;
    font-size: 1.25rem
}

.o-icon-link.dark-gray {
    color: #787882
}

.o-pseudo-h1,
.o-pseudo-h2,
.o-pseudo-h3,
.o-pseudo-h4,
.o-pseudo-h5,
.o-pseudo-h6 {
    display: block
}

.o-alternative-h1,
.o-alternative-h2,
.o-alternative-h3,
.o-alternative-h4,
.o-alternative-h5,
.o-alternative-h6 {
    display: block;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700
}

@media screen and (max-width:64.0624rem) {
    .o-product-detail-title {
        font-size: 1.25rem;
        line-height: 1.25rem
    }
}

.o-phone-cta {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #000
}

.o-phone-cta[href]:focus,
.o-phone-cta[href]:hover {
    color: #787882
}

.o-stealth-tip {
    cursor: pointer;
    border-bottom: 0;
    font-weight: 400;
    color: #000
}

.o-legend-topline-text {
    display: block;
    margin-bottom: 1.375rem
}

.o-footnote {
    position: relative
}

.o-footnote:after {
    content: "*";
    position: absolute;
    padding-left: .0625rem;
    top: -1px;
    right: -.125rem
}

.o-footnote--two:after {
    content: "**";
    right: -.375rem
}

.o-footnote--three:after {
    content: "***";
    right: -.5rem
}

.o-separation-line {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 1.25rem 0
}

.has-tip+.o-separation-line,
.o-alternative-h1+.o-separation-line,
.o-alternative-h2+.o-separation-line,
.o-alternative-h3+.o-separation-line,
.o-alternative-h4+.o-separation-line,
.o-alternative-h5+.o-separation-line,
.o-product-detail-title+.o-separation-line,
.o-pseudo-h1+.o-separation-line,
.o-pseudo-h2+.o-separation-line,
.o-pseudo-h3+.o-separation-line,
.o-pseudo-h4+.o-separation-line,
.o-pseudo-h5+.o-separation-line,
h1+.o-separation-line,
h2+.o-separation-line,
h3+.o-separation-line,
h4+.o-separation-line,
h5+.o-separation-line {
    margin-top: .4375rem;
    border-bottom: 1px solid #000
}

.o-separation-line--short {
    max-width: 4.375rem;
    text-align: left
}

.o-separation-line--xshort {
    max-width: 1.875rem;
    text-align: left
}

.o-separation-line--centered {
    margin-left: auto;
    margin-right: auto
}

.o-material-icon {
    font-family: Material Icons;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.o-linear-icon,
.o-material-icon {
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr
}

.o-linear-icon {
    font-family: Linearicons;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.o-linear-icon--medium {
    font-size: 1.25rem;
    line-height: 1.3125rem
}

.o-linear-icon--large {
    font-size: 1.4375rem
}

.o-linear-icon--xlarge {
    font-size: 2.25rem
}

.o-linear-icon.is-light {
    font-weight: 700
}

.o-linear-icon--button {
    vertical-align: middle;
    padding-right: .2em;
    margin-top: calc(-1.146rem - .2em);
    margin-bottom: -1.146rem
}

.o-linear-icon--button-icon-right {
    padding-left: .2em;
    padding-left: 0
}

.o-linear-icon--icon-only {
    padding-left: 0;
    padding-right: 0
}

.c-select-dropdown__icon .o-linear-icon--medium {
    margin-bottom: .3125rem
}

.o-linear-icon--0,
.o-linear-icon--1,
.o-linear-icon--4,
.o-linear-icon--5 {
    color: #009c00
}

.o-linear-icon--3,
.o-linear-icon--6,
.o-linear-icon--7 {
    color: #ff0329
}

.o-linear-icon--2 {
    color: #ffc118
}

.icon-center--horizontal,
.icon-center--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.icon-center--vertical {
    -ms-flex-direction: column;
    flex-direction: column
}

.icon-center--horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.o-lazy-image {
    visibility: hidden
}

.o-lazy-image--loaded {
    visibility: visible;
    animation: a 2s
}

.o-lazy-container {
    min-height: 18.75rem
}

.o-lazy-container--loaded {
    min-height: 0
}

.o-tiny-input {
    height: 2.1875rem
}

.o-select-grid>.column:last-child .selectric,
.o-select-grid>.column:last-child select,
.o-select-grid>.columns:last-child .selectric,
.o-select-grid>.columns:last-child select {
    margin-bottom: 0
}

.o-totop-button {
    position: fixed;
    bottom: 1.5625rem;
    right: 1.5625rem;
    display: none;
    z-index: 10;
    transition: bottom .25s ease-out
}

.o-totop-button>* {
    display: block
}

body.has-stuck-price-bar .o-totop-button {
    bottom: 5rem
}

@media print,
screen and (min-width:40em) {
    body.has-stuck-price-bar .o-totop-button {
        bottom: 6.25rem
    }
}

@media screen and (min-width:50em) {
    body.has-stuck-price-bar .o-totop-button {
        bottom: 7.1875rem
    }
}

.o-switch-button__form-answer {
    display: inline-block;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    vertical-align: top;
    text-align: center;
    margin-left: -.25rem
}

.o-switch-button label {
    border: 1px solid #d2d2d2;
    background-color: #f0f0f0;
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    opacity: .5;
    transition: all .5s ease-in-out
}

.o-switch-button label:active,
.o-switch-button label:focus,
.o-switch-button label:hover {
    background-color: #027393;
    color: #fff
}

.o-switch-button input[type=radio] {
    display: none;
    width: 0;
    height: 0
}

.o-switch-button input[type=radio]:active~label {
    opacity: 1
}

.o-switch-button input[type=radio]:checked~label {
    opacity: 1;
    background-color: #027393;
    color: #fff
}

@media print,
screen and (min-width:40em) {
    .o-enlarged-button {
        min-width: 7.5rem;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.icon-avail-status-0:before {
    content: "\2713";
    color: #fff
}

.icon-avail-status-0:before,
.icon-avail-status-1:before {
    background-color: #20ca74;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: .3125rem
}

.icon-avail-status-1:before {
    content: "\2587";
    color: #20ca74
}

.icon-avail-status-2:before {
    content: "\2587";
    color: #ffcc19;
    background-color: #ffcc19
}

.icon-avail-status-2:before,
.icon-avail-status-4:before {
    text-align: center;
    display: inline-block;
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: .3125rem
}

.icon-avail-status-4:before {
    content: "7";
    color: #fff;
    background-color: #20ca74;
    font-family: Arial #000!important
}

.icon-avail-status-5:before {
    color: #20ca74;
    background-color: #20ca74
}

.icon-avail-status-3:before,
.icon-avail-status-5:before,
.icon-avail-status-6:before,
.icon-avail-status-7:before {
    content: "\2587";
    text-align: center;
    display: inline-block;
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: .3125rem
}

.icon-avail-status-3:before,
.icon-avail-status-6:before,
.icon-avail-status-7:before {
    color: #027394;
    background-color: #027394
}

.shipping-time0,
.shipping-time1,
.shipping-time4,
.shipping-time5 {
    color: #20ca74
}

.shipping-time0 [class*=icon],
.shipping-time1 [class*=icon],
.shipping-time4 [class*=icon],
.shipping-time5 [class*=icon] {
    font-size: 1rem
}

.shipping-time2 [class*=icon] {
    font-size: 1rem;
    color: #ffcc19
}

.shipping-time3 [class*=icon],
.shipping-time6 [class*=icon],
.shipping-time7 [class*=icon],
.shipping-timesoldout [class*=icon] {
    font-size: 1rem;
    color: #027394
}

.delivery-label {
    padding: .25rem .5rem;
    display: inline-block;
    margin-bottom: .125rem
}

.c-product-tile-mobile .delivery-label {
    margin-top: .125rem
}

.delivery-label.shipping-time0 {
    color: #fff;
    font-weight: 500;
    background-color: #20ca74
}

.delivery-label.shipping-time0 [class*=icon] {
    color: #fff;
    font-weight: 800;
    font-size: .75rem
}

.reveal-overlay.is-scrollable {
    overflow: hidden
}

.reveal-overlay.is-scrollable .reveal {
    position: relative;
    overflow: hidden
}

.reveal-overlay.is-scrollable .reveal .close-button {
    position: absolute;
    top: 0;
    right: 1.5rem;
    padding: 1rem;
    padding-right: 0;
    background-color: #fff
}

@media screen and (max-width:64.0624rem) {
    .reveal-overlay.is-scrollable .reveal .close-button {
        position: fixed
    }
}

@media screen and (max-width:64.0624rem) {
    .reveal-overlay.is-scrollable .reveal {
        overflow-y: scroll
    }
}

@media print,
screen and (min-width:40em) {
    .reveal-overlay.is-scrollable .reveal {
        top: 12.5vh!important;
        padding: .625rem;
        padding-right: 0
    }
    .reveal-overlay.is-scrollable .reveal>.content {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 75vh;
        padding-right: .625rem
    }
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
    .reveal-overlay.is-scrollable .reveal {
        padding: .9375rem;
        padding-right: 0
    }
    .reveal-overlay.is-scrollable .reveal>.content {
        padding-right: .9375rem
    }
}

@media screen and (min-width:40em) and (min-width:50em) {
    .reveal-overlay.is-scrollable .reveal {
        padding: .9375rem;
        padding-right: 0
    }
    .reveal-overlay.is-scrollable .reveal>.content {
        padding-right: .9375rem
    }
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
    .reveal-overlay.is-scrollable .reveal--small {
        width: 25rem;
        max-width: 25rem
    }
}

.o-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    background: #fff
}

.o-section--shadow {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15)
}

.o-section--padding-horizontal {
    padding-left: 1rem;
    padding-right: 1rem
}

@media screen and (max-width:64.0624rem) {
    .o-section--padding-horizontal {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.o-section--dark {
    background: #000;
    color: #fff
}

.o-section--dark svg text {
    fill: #fff
}

.o-section--dark .o-alternative-h1,
.o-section--dark .o-alternative-h2,
.o-section--dark .o-alternative-h3,
.o-section--dark .o-alternative-h4,
.o-section--dark .o-alternative-h5,
.o-section--dark .o-alternative-h6,
.o-section--dark .o-product-detail-title,
.o-section--dark .o-pseudo-h1,
.o-section--dark .o-pseudo-h2,
.o-section--dark .o-pseudo-h3,
.o-section--dark .o-pseudo-h4,
.o-section--dark .o-pseudo-h5,
.o-section--dark .o-pseudo-h6,
.o-section--dark h1,
.o-section--dark h2,
.o-section--dark h3,
.o-section--dark h4,
.o-section--dark h5,
.o-section--dark h6 {
    color: #fff
}

.o-section--full-height {
    height: calc(100% - 2rem);
    margin-bottom: 2rem
}

@media screen and (max-width:64.0624rem) {
    .o-section--full-height--small {
        margin-bottom: 2rem;
        height: calc(100% - 2rem)
    }
}

.o-section--full-height--small-up {
    margin-bottom: 2rem;
    height: calc(100% - 2rem)
}

@media screen and (min-width:50em) and (max-width:64em) {
    .o-section--full-height--xmedium {
        margin-bottom: 2rem;
        height: calc(100% - 2rem)
    }
}

@media screen and (min-width:50em) {
    .o-section--full-height--xmedium-up {
        margin-bottom: 2rem;
        height: calc(100% - 2rem)
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .o-section--full-height--medium {
        margin-bottom: 2rem;
        height: calc(100% - 2rem)
    }
}

@media screen and (min-width:40em) {
    .o-section--full-height--medium-up {
        margin-bottom: 2rem;
        height: calc(100% - 2rem)
    }
}

@media print,
screen and (min-width:64.0625em) {
    .o-section--full-height--large {
        margin-bottom: 2rem;
        height: calc(100% - 2rem)
    }
}

.o-section[data-accordion-item] {
    margin-bottom: 0;
    border-top: 1px solid #d2d2d2
}

.o-section[data-accordion-item]:last-child {
    border-bottom: 1px solid #d2d2d2
}

@media print,
screen and (min-width:40em) {
    .no-accordion-for-medium .o-section[data-accordion-item] {
        margin-bottom: 1rem;
        border-top: none;
        border-bottom: none
    }
}

@media screen and (min-width:50em) {
    .no-accordion-for-xmedium .o-section[data-accordion-item] {
        margin-bottom: 1rem;
        border-top: none;
        border-bottom: none
    }
}

@media print,
screen and (min-width:64.0625em) {
    .no-accordion-for-large .o-section[data-accordion-item] {
        margin-bottom: 1rem;
        border-top: none;
        border-bottom: none
    }
}

.o-section--shadow[data-accordion-item] {
    box-shadow: none
}

@media print,
screen and (min-width:40em) {
    .no-accordion-for-medium .o-section--shadow[data-accordion-item] {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15)
    }
}

@media screen and (min-width:50em) {
    .no-accordion-for-xmedium .o-section--shadow[data-accordion-item] {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15)
    }
}

@media print,
screen and (min-width:64.0625em) {
    .no-accordion-for-large .o-section--shadow[data-accordion-item] {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15)
    }
}

.o-extrafee__icon {
    position: relative;
    top: 2px;
    margin-left: .5rem
}

.o-flag {
    width: 16px;
    height: 11px;
    background: url(/application/views/domita/img/flags-02.png) no-repeat;
    display: inline-block;
    margin-left: .125rem;
    margin-right: .125rem
}

.o-flag:first-child {
    margin-left: 0
}

.o-flag:last-child {
    margin-right: 0
}

.o-flag--at {
    background-position: -48px 0
}

.o-flag--be {
    background-position: -80px 0
}

.o-flag--ch {
    background-position: -16px -11px
}

.o-flag--de {
    background-position: -48px -11px
}

.o-flag--dk {
    background-position: -64px -11px
}

.o-flag--es {
    background-position: -96px -11px
}

.o-flag--fi {
    background-position: 0 -22px
}

.o-flag--fr {
    background-position: -32px -22px
}

.o-flag--gb {
    background-position: -48px -22px
}

.o-flag--ie {
    background-position: -16px -33px
}

.o-flag--li {
    background-position: -64px -33px
}

.o-flag--lu {
    background-position: -96px -33px
}

.o-flag--nl {
    background-position: -96px -44px
}

.o-flag--pl {
    background-position: -16px -55px
}

.o-flag--se {
    background-position: -96px -55px
}

.o-flat-flag {
    width: 1.5625rem;
    display: inline-block
}

.o-flat-flag.is-dark {
    outline: 1px solid hsla(0, 0%, 100%, .4)
}

.o-flat-flag--tiny {
    width: .9375rem;
    margin-left: .125rem;
    margin-right: .125rem
}

.o-flat-flag--tiny:first-child {
    margin-left: 0
}

.o-flat-flag--tiny:last-child {
    margin-right: 0
}

.o-overlay-button {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #787882
}

.o-overlay-button:focus,
.o-overlay-button:hover {
    background-color: #fff!important;
    color: #000
}

.o-text-link-button {
    padding: 1.146em 1.875em;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    color: #787882;
    border-color: transparent;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .875rem;
    margin-right: .9375rem
}

.o-text-link-button.text-left {
    text-align: left;
    padding-left: .6875rem
}

.o-text-link-button.dark-gray,
.o-text-link-button.dark-gray.hollow {
    color: #787882
}

.o-text-link-button.black {
    color: #000
}

.o-text-link-button.black:hover {
    color: #787882
}

.o-text-link-button.tiny {
    font-size: .6rem
}

.o-text-link-button.small {
    font-size: .75rem
}

.o-text-link-button.large {
    font-size: 1.25rem
}

.o-text-link-button:hover {
    border-color: transparent;
    text-decoration: none;
    color: #d2d2d2
}

.o-text-link-button--expanded {
    width: 100%;
    margin-right: 0
}

.o-search-input,
.o-search-input-group {
    background-color: #f0f0f0
}

.o-tuv-logo>p {
    margin-right: 1rem;
    margin-top: 5px;
    margin-bottom: 0
}

@media screen and (max-width:64.0624rem) {
    .o-tuv-logo>p {
        font-size: .73rem;
        margin-right: .5rem;
        margin-top: 4px
    }
}

.o-tuv-logo .o-tuv-logo__img>img {
    width: 50px;
    height: 50px;
    display: inline-block
}

@media screen and (max-width:64.0624rem) {
    .o-tuv-logo .o-tuv-logo__img>img {
        width: 45px;
        height: 45px
    }
}

.o-customer-address .customer_company,
.o-customer-address .customer_name {
    font-weight: 700
}

@media print,
screen and (min-width:64.0625em) {
    .o-bank-account {
        padding: 1rem;
        border: 1px solid #000
    }
}

@media screen and (max-width:64.0624rem) {
    .o-bank-account {
        padding: 1rem;
        border: 1px solid #000
    }
}

.c-icon-text__icon {
    font-size: 1rem
}

.c-icon-text__icon:first-child,
.c-icon-text__icon:last-child {
    padding-right: .125rem
}

.c-triangle-arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transition: all .25s ease-out;
    border: 10px inset
}

.c-triangle-arrow--down {
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-color: transparent;
    top: 100%
}

.c-triangle-arrow--down,
.c-triangle-arrow--up {
    border-right-color: transparent;
    border-left-color: transparent;
    left: 50%;
    transform: translate(-50%)
}

.c-triangle-arrow--up {
    border-top-width: 0;
    border-bottom-style: solid;
    border-top-color: transparent;
    bottom: 100%
}

.c-triangle-arrow--right {
    border-right-width: 0;
    border-left-style: solid;
    border-right-color: transparent;
    left: 100%
}

.c-triangle-arrow--left,
.c-triangle-arrow--right {
    border-top-color: transparent;
    border-bottom-color: transparent;
    top: 50%;
    transform: translateY(-50%)
}

.c-triangle-arrow--left {
    border-left-width: 0;
    border-right-style: solid;
    border-left-color: transparent;
    right: 100%
}

.c-item-group__item {
    display: inline-block
}

.c-item-group--with-gutter {
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

.c-item-group--with-gutter .c-item-group__item {
    padding-left: .3125rem;
    padding-right: .3125rem;
    margin-bottom: .625rem
}

.c-bag-compartment-icon {
    display: inline-block;
    position: relative
}

.c-bag-compartment-icon__badge {
    position: absolute;
    left: 50%;
    top: -.53125rem;
    min-width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: .75rem;
    line-height: 17px;
    color: #fff;
    background-color: #027393
}

.c-bag-compartment-icon__badge--alert {
    background-color: #027394
}

.c-bag-compartment-icon__badge.has-2-digit {
    top: -.6875rem;
    min-width: 22px;
    height: 22px;
    line-height: 22px
}

.c-bag-compartment-icon__badge.has-3-digit {
    top: -.78125rem;
    min-width: 25px;
    height: 25px;
    line-height: 25px
}

.c-bag-compartment-icon__badge--grow-rtl {
    right: -.3125rem;
    left: auto
}

.is-empty .c-bag-compartment-icon__badge {
    display: none
}

.c-bag-compartment-icon--large {
    font-size: 1.125rem;
    margin-top: 1px
}

.c-icon-headline {
    display: block
}

.c-icon-headline__headline {
    display: inline;
    font-size: 1.5rem
}

.c-icon-headline__icon {
    font-size: 1.375rem;
    vertical-align: sub
}

.c-icon-headline__icon--clickable {
    cursor: pointer;
    padding: 0 .625rem
}

.bica {
    font-size: .75rem;
    font-weight: 700;
    display: none;
    width: 100%;
    background-color: #787882;
    border-top: 1px solid #fff
}

.bica [data-role=button],
.bica [data-role=link] {
    cursor: pointer;
    text-decoration: underline
}

.bica-notice-link {
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

.bica-notice-link:focus,
.bica-notice-link:hover {
    color: #d2d2d2
}

.bica [data-role=link] {
    text-decoration: none
}

.bica [data-role=link]:hover {
    text-decoration: underline
}

.bica [data-role=button] {
    background-color: transparent!important;
    font-weight: 700;
    color: #fff
}

.bica [data-role=button]:focus,
.bica [data-role=button]:hover {
    color: #d2d2d2!important
}

.bica-content {
    padding: 5px 0;
    color: #fff
}

.bica-content:after,
.bica-content:before {
    content: " ";
    display: table;
    clear: both
}

.bica-stack .bica-content .bica-disclaimer {
    text-align: center;
    padding-bottom: 20px
}

.bica-inline .bica-content .bica-disclaimer {
    display: inline-block;
    padding-right: 15px
}

.bica-column .bica-content .bica-disclaimer {
    float: left;
    width: 50%;
    text-align: left
}

.bica-stack .bica-content .bica-actions {
    text-align: center
}

.bica-inline .bica-content .bica-actions {
    display: inline-block
}

.bica-column .bica-content .bica-actions {
    float: left;
    width: 50%;
    text-align: right
}

.c-ticon-label {
    display: block;
    text-transform: uppercase;
    margin-top: .25rem;
    font-size: .75rem;
    font-weight: 500;
    color: #000
}

.c-ticon-label--dark {
    color: #fff
}

.c-ticon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    transition: .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    background: 0 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.c-ticon>* {
    display: block
}

.c-ticon:focus,
.c-ticon:hover {
    outline: 0
}

.c-ticon:focus .c-ticon__lines,
.c-ticon:focus .c-ticon__lines:after,
.c-ticon:focus .c-ticon__lines:before,
.c-ticon:hover .c-ticon__lines,
.c-ticon:hover .c-ticon__lines:after,
.c-ticon:hover .c-ticon__lines:before {
    background: #787882
}

.c-ticon::-moz-focus-inner {
    border: 0
}

.c-ticon__lines {
    width: 25px;
    position: relative
}

.c-ticon__lines,
.c-ticon__lines:after,
.c-ticon__lines:before {
    display: inline-block;
    height: 2.22222px;
    border-radius: 0;
    transition: .35s;
    background: #000
}

.c-ticon__lines:after,
.c-ticon__lines:before {
    width: 25px;
    content: "";
    position: absolute;
    left: 0;
    transform-origin: 1.42857px center;
    width: 100%
}

.c-ticon__lines:before {
    top: 6.66667px
}

.c-ticon__lines:after {
    top: -6.66667px
}

.is-active .c-ticon__lines,
[aria-expanded=true] .c-ticon__lines {
    transform: scale3d(.8, .8, .8)
}

.c-ticon--xcross.is-active .c-ticon__lines,
.c-ticon--xcross[aria-expanded=true] .c-ticon__lines,
.is-active .c-ticon--xcross .c-ticon__lines,
[aria-expanded=true] .c-ticon--xcross .c-ticon__lines {
    background: 0 0!important
}

.c-ticon--xcross.is-active .c-ticon__lines:after,
.c-ticon--xcross.is-active .c-ticon__lines:before,
.c-ticon--xcross[aria-expanded=true] .c-ticon__lines:after,
.c-ticon--xcross[aria-expanded=true] .c-ticon__lines:before,
.is-active .c-ticon--xcross .c-ticon__lines:after,
.is-active .c-ticon--xcross .c-ticon__lines:before,
[aria-expanded=true] .c-ticon--xcross .c-ticon__lines:after,
[aria-expanded=true] .c-ticon--xcross .c-ticon__lines:before {
    transform-origin: 50% 50%;
    top: 0;
    width: 25px
}

.c-ticon--xcross.is-active .c-ticon__lines:before,
.c-ticon--xcross[aria-expanded=true] .c-ticon__lines:before,
.is-active .c-ticon--xcross .c-ticon__lines:before,
[aria-expanded=true] .c-ticon--xcross .c-ticon__lines:before {
    transform: rotate(45deg)
}

.c-ticon--xcross.is-active .c-ticon__lines:after,
.c-ticon--xcross[aria-expanded=true] .c-ticon__lines:after,
.is-active .c-ticon--xcross .c-ticon__lines:after,
[aria-expanded=true] .c-ticon--xcross .c-ticon__lines:after {
    transform: rotate(-45deg)
}

.is-active .c-ticon--static .c-ticon__lines,
[aria-expanded=true] .c-ticon--static .c-ticon__lines {
    transform: none
}

.c-ticon--dark .c-ticon__lines,
.c-ticon--dark .c-ticon__lines:after,
.c-ticon--dark .c-ticon__lines:before {
    background: #fff
}

.c-ticon--dark:focus .c-ticon__lines,
.c-ticon--dark:focus .c-ticon__lines:after,
.c-ticon--dark:focus .c-ticon__lines:before,
.c-ticon--dark:hover .c-ticon__lines,
.c-ticon--dark:hover .c-ticon__lines:after,
.c-ticon--dark:hover .c-ticon__lines:before {
    background: #d2d2d2
}

.c-circle-spinner {
    display: block
}

.c-circle-spinner__circles {
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px
}

.c-circle-spinner__circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.c-circle-spinner__circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #000;
    border-radius: 100%;
    animation: c 1.2s infinite ease-in-out both
}

.c-circle-spinner__circle--1 {
    transform: rotate(30deg)
}

.c-circle-spinner__circle--2 {
    transform: rotate(60deg)
}

.c-circle-spinner__circle--2:before {
    animation-delay: -1.1s
}

.c-circle-spinner__circle--3 {
    transform: rotate(90deg)
}

.c-circle-spinner__circle--3:before {
    animation-delay: -1s
}

.c-circle-spinner__circle--4 {
    transform: rotate(120deg)
}

.c-circle-spinner__circle--4:before {
    animation-delay: -.9s
}

.c-circle-spinner__circle--5 {
    transform: rotate(150deg)
}

.c-circle-spinner__circle--5:before {
    animation-delay: -.8s
}

.c-circle-spinner__circle--6 {
    transform: rotate(180deg)
}

.c-circle-spinner__circle--6:before {
    animation-delay: -.7s
}

.c-circle-spinner__circle--7 {
    transform: rotate(210deg)
}

.c-circle-spinner__circle--7:before {
    animation-delay: -.6s
}

.c-circle-spinner__circle--8 {
    transform: rotate(240deg)
}

.c-circle-spinner__circle--8:before {
    animation-delay: -.5s
}

.c-circle-spinner__circle--9 {
    transform: rotate(270deg)
}

.c-circle-spinner__circle--9:before {
    animation-delay: -.4s
}

.c-circle-spinner__circle--10 {
    transform: rotate(300deg)
}

.c-circle-spinner__circle--10:before {
    animation-delay: -.3s
}

.c-circle-spinner__circle--11 {
    transform: rotate(330deg)
}

.c-circle-spinner__circle--11:before {
    animation-delay: -.2s
}

.c-circle-spinner__circle--12 {
    transform: rotate(1turn)
}

.c-circle-spinner__circle--12:before {
    animation-delay: -.1s
}

.c-circle-spinner--dark .c-circle-spinner__circle:before {
    background-color: #fff
}

@keyframes c {
    0%,
    39%,
    to {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

.c-image-label-group {
    position: absolute;
    line-height: 0
}

.c-image-label-group--top-left {
    top: 0;
    left: 0
}

.c-image-label-group--top-right {
    right: 0;
    top: 0
}

.c-image-label-group--bottom-left {
    left: 0;
    bottom: 0
}

.c-image-label-group--bottom-right {
    right: 0;
    bottom: 0
}

.c-image-label-group__label {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    padding: .4375rem .5rem;
    background-color: #fff;
    line-height: 1
}

.c-image-label-group--top-left .c-image-label-group__label,
.c-image-label-group--top-right .c-image-label-group__label {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .35)
}

.c-image-label-group--bottom-left .c-image-label-group__label,
.c-image-label-group--bottom-right .c-image-label-group__label {
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, .35)
}

.c-image-label-group__label--led,
.c-image-label-group__label--new,
.c-image-label-group__label--set {
    background-color: #027393;
    color: #fff
}

.c-image-label-group__label--promotion,
.c-image-label-group__label--sale {
    background-color: #027394;
    color: #fff
}

.c-image-label-group__label--sale+.c-image-label-group__label--discount {
    color: #027394
}

@media screen and (max-width:64.0624rem) {
    .c-image-label-group__label {
        font-size: 16px;
        padding: .6rem
    }
}

.c-image-label-group--small .c-image-label-group__label {
    font-size: .75rem;
    padding: .25rem .3125rem
}

.c-image-label-group .o-linear-icon {
    line-height: .625rem
}

.c-energy-label {
    position: relative;
    z-index: 10;
    vertical-align: text-bottom;
    display: inline-block;
    font: 700 15px/20px Arial;
    width: 26px;
    padding-left: 3px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 8px
}

.c-energy-label:focus,
.c-energy-label:hover {
    color: #fff
}

.c-energy-label:before {
    content: "";
    position: absolute;
    left: 100%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.c-energy-label--small {
    width: 15px;
    font: 700 9px/12px Arial;
    padding-left: 2px
}

.c-energy-label--small:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.c-energy-label--large {
    width: 36px;
    font: 700 16px/24px Arial;
    text-align: center
}

.c-energy-label--large:before {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 11px
}

.c-energy-label--0 {
    background-color: #009036
}

.c-energy-label--0:before {
    border-left: 8px solid #009036
}

.c-energy-label--1 {
    background-color: #57aa26
}

.c-energy-label--1:before {
    border-left: 8px solid #57aa26
}

.c-energy-label--2 {
    background-color: #c8d100
}

.c-energy-label--2:before {
    border-left: 8px solid #c8d100
}

.c-energy-label--3 {
    background-color: #ffec00
}

.c-energy-label--3:before {
    border-left: 8px solid #ffec00
}

.c-energy-label--4 {
    background-color: #faba00
}

.c-energy-label--4:before {
    border-left: 8px solid #faba00
}

.c-energy-label--5 {
    background-color: #ea690a
}

.c-energy-label--5:before {
    border-left: 8px solid #ea690a
}

.c-energy-label--6 {
    background-color: #e20019
}

.c-energy-label--6:before {
    border-left: 8px solid #e20019
}

.c-ellipse-icon-button {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff
}

.c-ellipse-icon-button>[class*=icon] {
    font-size: 2rem
}

.c-ellipse-icon-button:before {
    content: "\00a0"
}

.c-ellipse-icon-button--small {
    width: 40px;
    height: 40px
}

.c-ellipse-icon-button--small>[class*=icon] {
    font-size: 1.5625rem
}

.c-ellipse-icon-button--large {
    width: 60px;
    height: 60px
}

.c-ellipse-icon-button--semi-transparent {
    background: rgba(0, 0, 0, .75);
    transition: background .25s linear
}

.c-ellipse-icon-button--semi-transparent:focus,
.c-ellipse-icon-button--semi-transparent:hover {
    background: #000
}

.c-ellipse-icon-button--hollow {
    background: 0 0;
    border: 2px solid #fff
}

.c-ellipse-icon-button--hollow.dark {
    border-color: #000
}

.c-ellipse-icon-button--hollow.dark,
.c-ellipse-icon-button--hollow.dark:focus,
.c-ellipse-icon-button--hollow.dark:hover {
    color: #000
}

.c-ellipse-icon-button--inverted {
    background: #fff;
    color: #000
}

.c-ellipse-icon-button--inverted:focus,
.c-ellipse-icon-button--inverted:hover {
    color: #000
}

.c-ellipse-icon-button--inverted.c-ellipse-icon-button--semi-transparent {
    background: hsla(0, 0%, 100%, .75)
}

.c-ellipse-icon-button--inverted.c-ellipse-icon-button--semi-transparent:focus,
.c-ellipse-icon-button--inverted.c-ellipse-icon-button--semi-transparent:hover {
    background: #fff
}

.c-ellipse-icon-button>i,
.c-ellipse-icon-button>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.c-ellipse-icon-button:focus,
.c-ellipse-icon-button:hover {
    color: #fff
}

.c-ellipse-icon-button--primary {
    background-color: #027393
}

.c-ellipse-icon-button--primary,
.c-ellipse-icon-button--primary:focus,
.c-ellipse-icon-button--primary:hover {
    color: #fff
}

.c-ellipse-icon-button--secondary {
    background-color: #ccc
}

.c-ellipse-icon-button--secondary,
.c-ellipse-icon-button--secondary:focus,
.c-ellipse-icon-button--secondary:hover {
    color: #000
}

.c-ellipse-icon-button--success {
    background-color: #2ad47e
}

.c-ellipse-icon-button--success,
.c-ellipse-icon-button--success:focus,
.c-ellipse-icon-button--success:hover {
    color: #fff
}

.c-ellipse-icon-button--warning {
    background-color: #ff7300
}

.c-ellipse-icon-button--warning,
.c-ellipse-icon-button--warning:focus,
.c-ellipse-icon-button--warning:hover {
    color: #fff
}

.c-ellipse-icon-button--alert {
    background-color: #027394
}

.c-ellipse-icon-button--alert,
.c-ellipse-icon-button--alert:focus,
.c-ellipse-icon-button--alert:hover {
    color: #fff
}

.c-ellipse-icon-button--tertiary {
    background-color: #787882
}

.c-ellipse-icon-button--tertiary,
.c-ellipse-icon-button--tertiary:focus,
.c-ellipse-icon-button--tertiary:hover {
    color: #fff
}

.c-vertical-icon-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: 1.146em 1.875em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .875rem;
    line-height: 1;
    cursor: pointer;
    background-color: #d2d2d2;
    color: #fff;
    text-align: center;
    position: relative;
    width: 35px;
    height: 100%;
    padding: 0
}

[data-whatinput=mouse] .c-vertical-icon-button {
    outline: 0
}

.c-vertical-icon-button:focus,
.c-vertical-icon-button:hover {
    background-color: #787882;
    color: #fff
}

.c-vertical-icon-button:before {
    content: "\00a0"
}

.c-vertical-icon-button>[class*=icon] {
    font-size: 2rem
}

.c-vertical-icon-button>i,
.c-vertical-icon-button>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.disabled>.c-vertical-icon-button {
    background-color: #787882;
    cursor: default
}

.c-arrow-button {
    position: relative
}

.c-arrow-button__arrow {
    color: #027393
}

.c-arrow-button__arrow--secondary {
    color: #ccc
}

.c-arrow-button__arrow--success {
    color: #2ad47e
}

.c-arrow-button__arrow--warning {
    color: #ff7300
}

.c-arrow-button__arrow--alert {
    color: #027394
}

.c-arrow-button__arrow--tertiary {
    color: #787882
}

.c-arrow-button:focus .c-arrow-button__arrow,
.c-arrow-button:hover .c-arrow-button__arrow {
    color: #7ec7d8
}

.c-arrow-button:focus .c-arrow-button__arrow--secondary,
.c-arrow-button:hover .c-arrow-button__arrow--secondary {
    color: #e6e6e6
}

.c-arrow-button:focus .c-arrow-button__arrow--success,
.c-arrow-button:hover .c-arrow-button__arrow--success {
    color: #e9fbf2
}

.c-arrow-button:focus .c-arrow-button__arrow--warning,
.c-arrow-button:hover .c-arrow-button__arrow--warning {
    color: #fff1e5
}

.c-arrow-button:focus .c-arrow-button__arrow--alert,
.c-arrow-button:hover .c-arrow-button__arrow--alert {
    color: #ffebef
}

.c-arrow-button:focus .c-arrow-button__arrow--tertiary,
.c-arrow-button:hover .c-arrow-button__arrow--tertiary {
    color: #92929b
}

.c-play-icon {
    display: block;
    width: 21px;
    height: 21px
}

.c-play-icon:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 21px;
    height: 21px;
    transform: translate(-10%, -50%) rotate(-45deg)
}

.c-labeled-button {
    display: inline-block;
    text-align: center
}

.c-labeled-button--left {
    text-align: left
}

.c-labeled-button--right {
    text-align: right
}

.c-labeled-button__label {
    display: block;
    line-height: 1;
    color: #000
}

.c-labeled-button__label:first-child {
    margin-bottom: .625rem
}

.c-labeled-button__label:last-child {
    margin-top: .625rem
}

.c-button-cloud {
    text-align: center;
    margin-bottom: .625rem
}

.c-button-cloud .button {
    margin: 0 .1875rem .375rem
}

@media print,
screen and (min-width:40em) {
    .c-button-cloud {
        margin-bottom: .375rem
    }
    .c-button-cloud .button {
        margin: 0 .3125rem .625rem
    }
}

.c-button-group {
    display: -ms-flexbox;
    display: flex;
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

.c-button-group__item {
    padding-left: .3125rem;
    padding-right: .3125rem;
    text-align: center
}

.c-button-group__item>a,
.c-button-group__item>i,
.c-button-group__item>span {
    display: block;
    margin-bottom: .625rem
}

.c-button-group__item>a:last-child,
.c-button-group__item>i:last-child,
.c-button-group__item>span:last-child {
    margin-bottom: 0
}

.c-button-group--left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-button-group--right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-quantity-input-group {
    width: 8.25rem;
    margin: 0
}

.c-quantity-input-group__button {
    padding: .625rem
}

.c-quantity-input-group__input {
    text-align: center;
    -moz-appearance: textfield
}

.c-quantity-input-group__input:focus,
.c-quantity-input-group__input:hover {
    -moz-appearance: textfield
}

.c-quantity-input-group__input input::-webkit-inner-spin-button,
.c-quantity-input-group__input input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.c-quantity-input-group button,
.c-quantity-input-group input {
    height: 2.5rem
}

.c-quantity-input-group .button {
    line-height: 2.25rem
}

.c-quantity-input-group .button>[class*=icon] {
    line-height: 2.25rem;
    font-size: 1.25rem
}

.c-quantity-input-group input[type=number]::-webkit-inner-spin-button,
.c-quantity-input-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.c-full-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-full-menu-button__button {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 2.5rem 0 .625rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.c-full-menu-button__button--dark {
    background-color: #000;
    color: #fff
}

.c-full-menu-button__button--dark:after,
.c-full-menu-button__button--dark:before {
    color: #fff
}

.c-full-menu-button__button--dark:focus,
.c-full-menu-button__button--dark:focus:after,
.c-full-menu-button__button--dark:focus:before,
.c-full-menu-button__button--dark:hover,
.c-full-menu-button__button--dark:hover:after,
.c-full-menu-button__button--dark:hover:before {
    color: #d2d2d2
}

.c-full-menu-button+*>.is-drilldown .menu>li:first-child,
.c-full-menu-button+.c-full-menu-button {
    border-top: none
}

.c-panel-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 4.6875rem;
    padding: .625rem;
    text-transform: uppercase;
    line-height: 1.2
}

.c-floating-button {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.c-floating-button--coupon {
    height: 6rem;
    width: 8.5625rem
}


/*
html[lang=de] .c-floating-button--coupon {
    background-image: url(/application/views/domita/img/floating_button_coupon_2.png)
}

html[lang=en] .c-floating-button--coupon {
    background-image: url(/application/views/domita/img/floating_button_coupon_2.png)
}

html[lang=fr] .c-floating-button--coupon {
    background-image: url(/application/views/domita/img/floating_button_coupon_2.png)
}
*/

.c-floating-button--calling {
    height: 5.25rem;
    width: 5.25rem;
    background-image: url(/application/views/domita/img/floating-btn-bis22uhr.png)
}

.c-narrow-button-group {
    display: -ms-flexbox;
    display: flex
}

.c-narrow-button-group .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    padding: .75em .25em;
    margin: 0;
    margin-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .c-narrow-button-group .button {
        margin-right: 1rem
    }
}

.c-narrow-button-group .button:last-child {
    margin-right: 0
}

.c-square-icon-button {
    text-align: center;
    position: relative;
    border-radius: 10%;
    width: 53px;
    height: 53px;
    background: #383841;
    color: #fff
}

.c-square-icon-button>[class*=icon] {
    font-size: 2rem
}

.c-square-icon-button>i,
.c-square-icon-button>span {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -48%)
}

.c-square-icon-button:focus,
.c-square-icon-button:hover {
    color: #d2d2d2
}

.c-square-icon-button--tiny {
    width: 38px;
    height: 38px
}

.c-vertical-button-group .button {
    margin-bottom: .625rem
}

.c-vertical-button-group .button:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .c-vertical-button-group .button {
        margin-bottom: .9375rem
    }
    .c-vertical-button-group .button:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:50em) {
    .c-vertical-button-group .button {
        margin-bottom: .9375rem
    }
    .c-vertical-button-group .button:last-child {
        margin-bottom: 0
    }
}

.c-plus-minus-button__minus,
.c-plus-minus-button__plus {
    position: relative;
    padding-right: 1.25rem
}

.c-plus-minus-button__plus {
    display: block
}

.c-plus-minus-button.is-active .c-plus-minus-button__plus,
.c-plus-minus-button__minus {
    display: none
}

.c-plus-minus-button.is-active .c-plus-minus-button__minus {
    display: block
}

.c-plus-minus-button .o-linear-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700
}

.c-cubic-button {
    padding: .9375rem
}

.c-dropdown-toggle {
    position: relative;
    z-index: 14
}

.c-dropdown-toggle.hover {
    z-index: 16
}

.c-dropdown-toggle__arrow--bottom {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #9f9f9f;
    position: relative;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    margin-top: 7px
}

.c-dropdown-toggle__arrow--bottom:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    bottom: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.c-dropdown-toggle__arrow--bottom.has-cart:after {
    border-bottom-color: #f0f0f0
}

.c-dropdown-toggle.has-tiny-offset .c-dropdown-toggle__arrow--bottom {
    margin-top: -3px
}

.c-dropdown-toggle__arrow--top {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f9f9f;
    position: relative;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%);
    margin-bottom: 7px
}

.c-dropdown-toggle__arrow--top:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff
}

.c-dropdown-toggle__arrow--top.has-cart:after {
    border-top-color: #f0f0f0
}

.c-dropdown-toggle.has-tiny-offset .c-dropdown-toggle__arrow--top {
    margin-bottom: -3px
}

.c-dropdown-toggle__arrow--left {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #9f9f9f;
    position: relative;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 7px
}

.c-dropdown-toggle__arrow--left:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff
}

.c-dropdown-toggle__arrow--left.has-cart:after {
    border-left-color: #f0f0f0
}

.c-dropdown-toggle.has-tiny-offset .c-dropdown-toggle__arrow--left {
    margin-right: -3px
}

.c-dropdown-toggle__arrow--right {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #9f9f9f;
    position: relative;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 7px
}

.c-dropdown-toggle__arrow--right:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    bottom: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff
}

.c-dropdown-toggle__arrow--right.has-cart:after {
    border-right-color: #f0f0f0
}

.c-dropdown-toggle.has-tiny-offset .c-dropdown-toggle__arrow--right {
    margin-left: -3px
}

.c-dropdown-toggle__arrow {
    position: absolute;
    display: none
}

.c-dropdown-toggle[aria-expanded=true] {
    outline: 0
}

.c-dropdown-toggle[aria-expanded=true] .c-dropdown-toggle__arrow {
    display: block
}

.c-dropdown-toggle.is-empty .c-dropdown-toggle__arrow {
    visibility: hidden;
    display: none
}

.c-select-dropdown {
    position: relative;
    margin-bottom: 1.375rem
}

.c-select-dropdown:last-child {
    margin-bottom: 0
}

.c-select-dropdown__info-i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 2.5rem;
    height: 2.8125rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2.8125rem;
    background-color: #f0f0f0;
    border: 1px solid #d2d2d2;
    cursor: pointer
}

.c-select-dropdown__info-i:focus {
    outline: 0;
    border: 1px solid #787882
}

.c-select-dropdown__info-i .hover {
    z-index: 26
}

.c-select-dropdown__info-i[disabled] {
    cursor: default
}

.c-select-dropdown__toggle {
    height: 2.625rem;
    margin: 0 0 1.375rem;
    padding: .6875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28120, 120, 130%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.375rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 2.0625rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    height: auto;
    min-height: 2.8125rem;
    margin-bottom: 0;
    background-image: none!important;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-weight: 500;
    line-height: 1.15;
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

@media screen and (min-width:0\0) {
    .c-select-dropdown__toggle {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

.c-select-dropdown__toggle:focus {
    outline: 0;
    border: 1px solid #787882;
    background-color: #fff;
    box-shadow: 0 0 5px #d2d2d2;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

.c-select-dropdown__toggle:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed
}

.c-select-dropdown__toggle::-ms-expand {
    display: none
}

.c-select-dropdown__toggle[multiple] {
    height: auto;
    background-image: none
}

.c-select-dropdown__toggle.has-info-i {
    padding-left: 3.1875rem
}

.c-select-dropdown__toggle.has-info-i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 1px;
    height: 100%;
    background-color: #d2d2d2;
    transition: background-color .25s ease-in-out
}

.c-select-dropdown__toggle.has-info-i:focus:before {
    left: 2.5rem;
    z-index: 6;
    background-color: #787882
}

.c-select-dropdown__toggle:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: .6875rem;
    top: .6875rem;
    transform: rotate(0);
    transition: transform .25s ease-in-out;
    font-size: 1rem;
    font-weight: 900
}

.c-select-dropdown__toggle.hover:after {
    transform: rotate(180deg)
}

.c-select-dropdown__icon {
    margin-right: .625rem
}

.c-select-dropdown__text {
    margin-right: .625rem;
    font-weight: 300;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-select-dropdown__text:last-child {
    margin-right: 0
}

.c-select-dropdown__pane {
    width: 100%;
    max-height: 20.9375rem;
    overflow: auto
}

.c-select-dropdown__option {
    display: block;
    font-size: .875rem;
    padding: .6875rem;
    border: 1px solid #d2d2d2;
    color: #000
}

.c-select-dropdown__option:focus,
.c-select-dropdown__option:hover {
    color: #7ec7d8
}

.c-select-dropdown__option.is-selected {
    color: #027393
}

.c-select-dropdown__option:first-child {
    border-top: none
}

.c-select-dropdown__option:last-child {
    border-bottom: none
}

.c-select-dropdown--with-icon__item {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    -ms-flex-align: center;
    align-items: center;
    border-right: 0;
    border-top: 0;
    margin-left: -1px;
    margin-top: -1px
}

.c-select-dropdown--with-icon__item .c-select-dropdown__icon {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 30px
}

.c-select-dropdown--with-icon__item .c-select-dropdown__text {
    line-height: 1.2;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.c-select-dropdown--tiny .c-select-dropdown__info-i {
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem
}

.c-select-dropdown--tiny .c-select-dropdown__toggle {
    min-height: 2.1875rem;
    line-height: 1;
    padding-top: .125rem;
    padding-bottom: .125rem;
    padding-right: 1.71875rem
}

.c-select-dropdown--tiny .c-select-dropdown__toggle.has-info-i {
    padding-left: 2.77188rem
}

.c-select-dropdown--tiny .c-select-dropdown__toggle.has-info-i:focus:before {
    left: 2.1875rem
}

@media print,
screen and (min-width:40em) {
    .c-select-dropdown--tiny-for-medium .c-select-dropdown__info-i {
        width: 2.1875rem;
        height: 2.1875rem;
        line-height: 2.1875rem
    }
    .c-select-dropdown--tiny-for-medium .c-select-dropdown__toggle {
        min-height: 2.1875rem;
        line-height: 1;
        padding-top: .125rem;
        padding-bottom: .125rem;
        padding-right: 1.71875rem
    }
    .c-select-dropdown--tiny-for-medium .c-select-dropdown__toggle.has-info-i {
        padding-left: 2.77188rem
    }
    .c-select-dropdown--tiny-for-medium .c-select-dropdown__toggle.has-info-i:focus:before {
        left: 2.1875rem
    }
}

@media screen and (min-width:50em) {
    .c-select-dropdown--tiny-for-xmedium .c-select-dropdown__info-i {
        width: 2.1875rem;
        height: 2.1875rem;
        line-height: 2.1875rem
    }
    .c-select-dropdown--tiny-for-xmedium .c-select-dropdown__toggle {
        min-height: 2.1875rem;
        line-height: 1;
        padding-top: .125rem;
        padding-bottom: .125rem;
        padding-right: 1.71875rem
    }
    .c-select-dropdown--tiny-for-xmedium .c-select-dropdown__toggle.has-info-i {
        padding-left: 2.77188rem
    }
    .c-select-dropdown--tiny-for-xmedium .c-select-dropdown__toggle.has-info-i:focus:before {
        left: 2.1875rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-select-dropdown--tiny-for-large .c-select-dropdown__info-i {
        width: 2.1875rem;
        height: 2.1875rem;
        line-height: 2.1875rem
    }
    .c-select-dropdown--tiny-for-large .c-select-dropdown__toggle {
        min-height: 2.1875rem;
        line-height: 1;
        padding-top: .125rem;
        padding-bottom: .125rem;
        padding-right: 1.71875rem
    }
    .c-select-dropdown--tiny-for-large .c-select-dropdown__toggle.has-info-i {
        padding-left: 2.77188rem
    }
    .c-select-dropdown--tiny-for-large .c-select-dropdown__toggle.has-info-i:focus:before {
        left: 2.1875rem
    }
}

.custom-popover-pane {
    outline: 1px solid #fff;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    z-index: 10;
    font-size: .875rem;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .custom-popover-pane {
        max-width: 410px
    }
}

.custom-popover-pane.is-open {
    visibility: visible
}

.custom-popover-pane.expanded {
    max-width: 100%
}

.custom-popover-pane__head {
    background-color: #efefef;
    padding: .5rem .75rem
}

.custom-popover-pane__body {
    padding: .5rem .75rem
}

.custom-popover-pane__arrow.up {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #787882;
    position: relative;
    left: 10px;
    top: -10px;
    position: absolute
}

.custom-popover-pane__arrow.up:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -8px;
    bottom: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.custom-popover-pane__arrow.up.is-head-arrow:after {
    border-bottom-color: #efefef
}

.custom-popover-pane__arrow.right {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #787882;
    position: relative;
    right: -10px;
    top: 10px;
    position: absolute
}

.custom-popover-pane__arrow.right:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    bottom: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff
}

.custom-popover-pane__arrow.right.is-head-arrow:after {
    border-left-color: #efefef
}

.custom-popover-pane__arrow.down {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #787882;
    position: relative;
    left: 10px;
    bottom: -10px;
    position: absolute
}

.custom-popover-pane__arrow.down:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -8px;
    top: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff
}

.custom-popover-pane__arrow.down.is-head-arrow:after {
    border-top-color: #efefef
}

.custom-popover-pane__arrow.left {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #787882;
    position: relative;
    left: -10px;
    top: 10px;
    position: absolute
}

.custom-popover-pane__arrow.left:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    bottom: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff
}

.custom-popover-pane__arrow.left.is-head-arrow:after {
    border-right-color: #efefef
}

.custom-popover-pane p:last-child,
.custom-popover-pane ul:last-child {
    margin-bottom: 0
}

.c-pseudo-tooltip {
    position: relative;
    z-index: 15
}

.c-pseudo-tooltip__tooltip {
    position: absolute;
    width: 410px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background-color: #fefefe;
    color: #000;
    font-size: .875rem;
    padding: .625rem
}

@media print,
screen and (min-width:40em) {
    .c-pseudo-tooltip__tooltip {
        padding: .9375rem
    }
}

.c-pseudo-tooltip__tooltip--tiny {
    width: 100px
}

.c-pseudo-tooltip__tooltip--small {
    width: 250px
}

.c-pseudo-tooltip__tooltip--large {
    width: 400px
}

.c-pseudo-tooltip__tooltip.dark {
    background-color: #000;
    color: #fff;
    border: none;
    font-weight: 400
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-left {
    bottom: calc(100% + 15px);
    left: 0
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-left .c-pseudo-tooltip__arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 9px
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-left .c-pseudo-tooltip__arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-left.dark .c-pseudo-tooltip__arrow {
    border-top: 10px solid #000
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-left.dark .c-pseudo-tooltip__arrow:after {
    border-top: 9px solid #000
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-center {
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%)
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-center .c-pseudo-tooltip__arrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f9f9f;
    position: relative;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%)
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-center .c-pseudo-tooltip__arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -9px;
    top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-center.dark .c-pseudo-tooltip__arrow {
    border-top: 10px solid #000
}

.c-pseudo-tooltip__tooltip.has-position-top.has-alignment-center.dark .c-pseudo-tooltip__arrow:after {
    border-top: 9px solid #000
}

.tabs-holder-first-level {
    border-top: 1px solid #d2d2d2;
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px
}

.tabs-holder-first-level:before {
    content: " ";
    height: 5px;
    position: absolute;
    margin-top: -5px;
    background-color: #fff;
    width: 100%;
    display: block;
    top: -1px;
    left: 0
}

.c-tabs-container--lined .c-tabs-container__tabs .tabs {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: .375rem 0
}

.c-tabs-container--expanded .c-tabs-container__tabs {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    position: relative;
    padding: .375rem 0;
    background: #fff
}

.c-tabs-container--expanded .c-tabs-container__content {
    background: #f0f0f0
}

.c-tabs-container--solid .c-tabs-container__tabs .tabs {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    position: relative;
    padding: .375rem 0;
    background: #fff
}

.c-tabs-container--register .c-tabs-container__tabs .tabs-title,
.c-tabs-container--slim .c-tabs-container__tabs .tabs-title {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.c-tabs-container--register .c-tabs-container__tabs .tabs-title a,
.c-tabs-container--slim .c-tabs-container__tabs .tabs-title a {
    margin-bottom: 0
}

.c-tabs-container--register .c-tabs-container__tabs .tabs-title a:after,
.c-tabs-container--slim .c-tabs-container__tabs .tabs-title a:after {
    content: none
}

.c-tabs-container--register .c-tabs-container__tabs .tabs-title a:focus,
.c-tabs-container--register .c-tabs-container__tabs .tabs-title a:hover,
.c-tabs-container--register .c-tabs-container__tabs .tabs-title a[aria-selected=true],
.c-tabs-container--slim .c-tabs-container__tabs .tabs-title a:focus,
.c-tabs-container--slim .c-tabs-container__tabs .tabs-title a:hover,
.c-tabs-container--slim .c-tabs-container__tabs .tabs-title a[aria-selected=true] {
    outline: 0;
    color: #787882
}

.c-tabs-container--register .c-tabs-container__tabs .tabs-title.is-active a,
.c-tabs-container--slim .c-tabs-container__tabs .tabs-title.is-active a {
    color: #000
}

.c-tabs-container--register {
    margin-bottom: 1rem
}

.c-tabs-container--register>.c-tabs-container__tabs {
    background-color: #f0f0f0;
    border: 1px solid #d2d2d2;
    border-bottom: 0 none
}

.c-tabs-container--register>.c-tabs-container__tabs .tabs-title.is-active {
    background-color: #fff
}

.c-tabs-container--register>.c-tabs-container__content {
    border: 1px solid #d2d2d2;
    border-top: 0 none;
    background-color: #fff
}

.c-tabs-container .c-tabs-container,
.c-tabs-container .c-tabs-container .c-tabs-container__content {
    margin-top: -1rem
}

.scroll_tabs_container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 40px
}

.scroll_tabs_container .scroll_tab_left_button:before {
    content: "\25C0";
    line-height: 40px
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
    color: #aaa
}

.scroll_tabs_container .scroll_tab_right_button:before {
    content: "\25B6";
    line-height: 40px
}

.scroll_tabs_container .scroll_tab_right_button_disabled {
    color: #aaa
}

.l-scrolltabs-basic-theme.scroll_tabs_container {
    height: 3rem
}

.c-tabs-container--slim .l-scrolltabs-basic-theme.scroll_tabs_container li.tabs-title.is-active>a:after {
    border-top: 1px solid #000;
    content: "  ";
    display: block;
    width: 100%;
    margin: -2px auto 0;
    position: relative;
    top: 5px;
    opacity: 1
}

.c-tabs-container--slim .l-scrolltabs-basic-theme.scroll_tabs_container li.tabs-title a {
    font-size: .9rem
}

.l-scrolltabs-basic-theme.scroll_tabs_container .scroll_tab_left_button:before,
.l-scrolltabs-basic-theme.scroll_tabs_container .scroll_tab_right_button:before {
    font-family: LinearIcons;
    font-weight: 700;
    line-height: 3rem;
    color: #000
}

.l-scrolltabs-basic-theme.scroll_tabs_container .scroll_tab_left_button:before {
    content: "\e93b"
}

.l-scrolltabs-basic-theme.scroll_tabs_container .scroll_tab_right_button:before {
    content: "\e93c"
}

.l-scrolltabs-basic-theme.scroll_tabs_container .scroll_tab_left_button_disabled,
.l-scrolltabs-basic-theme.scroll_tabs_container .scroll_tab_right_button_disabled {
    opacity: .25
}

.c-footer {
    background: #000;
    color: #d2d2d2;
    padding: 1.25rem 0
}

body.has-stuck-price-bar .c-footer {
    padding-bottom: 5.3125rem
}

@media screen and (min-width:50em) {
    body.has-stuck-price-bar .c-footer {
        padding-bottom: 6.25rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    body.has-stuck-price-bar .c-footer {
        padding-bottom: 7.1875rem
    }
}

.c-footer__social-media {
    color: #fff;
    text-align: center
}

.c-footer__social-media-headline {
    color: #fff
}

.c-footer__newsletter,
.c-footer__safer-shopping,
.c-footer__security {
    margin-bottom: 1.25rem
}

.c-footer__cms-links {
    margin-top: 2.5rem
}

.c-footer__cms-links a {
    color: inherit;
    font-weight: inherit
}

.c-footer__payment {
    margin-top: 2.5rem
}

.c-footer__copyright {
    text-align: center;
    display: block
}

@media screen and (max-width:64.0624rem) {
    .c-footer__copyright {
        font-size: .625rem;
        text-align: left;
        display: block;
        float: left;
        margin-right: 20px
    }
}

.c-footer__drop {
    display: inline-block;
    width: 6.25rem;
    vertical-align: top
}

@media screen and (max-width:64.0624rem) {
    .c-footer__drop {
        width: 3.125rem
    }
}

.c-footer__bvoh-small {
    display: none;
    vertical-align: top;
    float: right
}

.c-footer__bvoh-small .o-main-sprite--bvoh.show-for-small-only {
    transform: scale(.6)
}

@media screen and (max-width:64.0624rem) {
    .c-footer__bvoh-small {
        display: block;
        float: left
    }
}

.c-business-hours-tile,
.c-product-teaser-bar,
.c-product-teaser-tile,
.c-product-tile {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.c-product-teaser-tile--image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.c-product-tile {
    background: #fff;
    border: 1px solid #f0f0f0
}

.c-product-tile .o-pseudo-h5+.o-separation-line {
    border-color: #d2d2d2;
    margin: .1875rem auto .4375rem
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile .o-pseudo-h5+.o-separation-line {
        display: none
    }
}

.c-product-tile .c-energy-label {
    margin-right: .3125rem
}

.c-product-tile__image {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f0f0f0
}

.c-product-tile__image>img {
    width: 100%;
    border-radius: 5px 5px 0 0
}

@media screen and (max-width:64em) {
    .c-product-tile .c-image-label-group__label {
        font-size: .75rem;
        padding: .25rem .3125rem
    }
}

.c-product-tile .c-image-label-group__label .has-tip {
    z-index: 10
}

.c-product-tile__content {
    padding: .4375rem .625rem 1.875rem;
    text-align: center
}

.c-product-tile__brands {
    font-size: .75rem;
    line-height: 1;
    min-height: .875rem
}

.c-product-tile__brands sup {
    color: #787882;
    font-weight: 500;
    padding-left: .0625rem;
    padding-right: .0625rem
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile__brands {
        font-size: .6875rem
    }
}

.c-product-tile__headline {
    position: relative;
    color: #787882;
    overflow: hidden;
    margin-bottom: 0;
    font-size: .875rem;
    height: 2.45rem;
    line-height: 1.4;
    font-weight: 400
}

.c-product-tile__headline:after {
    content: "";
    display: block;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 80%, #fff);
    height: 1.225rem;
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile__headline {
        font-size: .875rem;
        height: 2.45rem;
        line-height: 1.4
    }
}

.c-product-tile__price-box {
    min-height: 2.25rem;
    line-height: 1;
    margin-bottom: .3125rem
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile__price-box {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:40em) {
    .c-product-tile__price-box {
        min-height: 2.5rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-product-tile__price-box {
        min-height: 1.375rem
    }
}

.c-product-tile__price {
    display: inline-block
}

.c-product-tile__price-row {
    display: block;
    margin-bottom: .1875rem;
    min-height: 1rem
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile__price-row {
        margin-bottom: .1875rem
    }
    .c-product-tile__price-row:first-child {
        min-height: .875rem
    }
}

@media screen and (max-width:64em) {
    .c-product-tile__price-row {
        display: block
    }
}

.c-product-tile .o-prior-price-text {
    font-size: .8125rem
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile .o-prior-price-text {
        font-size: .6875rem
    }
}

.c-product-tile .o-price-text {
    font-size: 1.125rem
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile .o-price-text {
        font-size: .9375rem
    }
}

.c-product-tile__energy,
.c-product-tile__energy .c-energy-label:first-child {
    display: inline-block
}

.c-product-tile__energy .c-energy-label:nth-child(2) {
    display: none
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile__energy .c-energy-label:first-child {
        display: none
    }
    .c-product-tile__energy .c-energy-label:nth-child(2) {
        display: inline-block;
        margin-bottom: .1875rem
    }
}

.c-product-tile__delivery-box {
    line-height: 1.25
}

.c-product-tile__delivery-box,
.c-product-tile__delivery-box i {
    font-size: .8125rem
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile__delivery-box,
    .c-product-tile__delivery-box i {
        font-size: .6875rem
    }
}

.c-product-tile__delivery-online {
    min-height: 1.75rem;
    color: #787882
}

.c-product-tile__delivery-reserve {
    color: #787882
}

.c-product-tile__delivery-reserve i {
    color: #000
}

.c-product-tile__sold-out {
    color: #027394
}

.c-product-tile__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    outline-offset: -.3125rem
}

.c-product-tile__footer-label {
    color: #787882;
    font-weight: 400;
    line-height: 1.5625rem;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: .75rem;
    border-radius: 0 0 5px 5px
}

@media screen and (max-width:64.0624rem) {
    .c-product-tile__footer-label {
        font-size: .6875rem
    }
}

.c-product-tile--mini {
    border: none;
    border-radius: 0
}

.c-product-tile--mini .c-product-tile__content {
    padding-bottom: 1.625rem
}

.c-product-tile--mini .c-product-tile__image {
    border: 1px solid #f0f0f0;
    border-radius: 0
}

.c-product-tile--mini .c-product-tile__image>img {
    border-radius: 0
}

.c-product-tile--mini .c-product-tile__price-box {
    min-height: 2.375rem;
    margin-bottom: 0
}

.c-product-tile--mini .c-product-tile__price-row {
    display: block
}

.c-product-tile--mini .c-product-tile__content {
    padding-right: .3125rem;
    padding-left: .3125rem
}

.c-product-tile--mini .o-prior-price-text {
    font-size: .6875rem
}

.c-product-tile--mini .o-price-text {
    font-size: .9375rem
}

.c-product-tile--mini .c-product-tile__energy .c-energy-label {
    display: inline-block;
    margin-bottom: .1875rem
}

.c-product-tile--mini .c-product-tile__delivery-box {
    font-size: .6875rem
}

.c-product-tile--mini .c-product-tile__delivery-box .c-product-tile__delivery-reserve {
    margin-bottom: .3125rem
}

.c-product-tile--mini .c-product-tile__link {
    transition: opacity .5s;
    opacity: 0
}

.c-product-tile--mini .c-product-tile__link:hover {
    opacity: 1
}

.c-product-tile--mini .c-product-tile__link .o-overlay-button {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%)
}


/*
@media screen and (max-width:64.0624rem) {
    html[lang=en] .c-product-tile__delivery-box,
    html[lang=fr] .c-product-tile__delivery-box {
        display: none
    }
}
*/

.c-product-tile-list {
    font-size: .75rem;
    line-height: 1.2
}

.c-product-tile-list__item {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
    .c-product-tile-list__item {
        padding-bottom: 1rem;
        margin-bottom: 1rem
    }
}

.c-product-tile-list__item:last-child {
    margin-bottom: 0
}

.c-product-tile-list__delivery,
.c-product-tile-list__price,
.c-product-tile-list__qty,
.c-product-tile-list__title {
    display: block
}

.c-product-tile-list__price,
.c-product-tile-list__title {
    font-size: .875rem
}

.c-product-tile-list__title {
    font-weight: 500;
    margin-bottom: .125rem;
    min-height: 2.8125rem
}

.c-product-tile-list__title a {
    color: #000
}

.c-product-tile-list__price {
    font-weight: 400;
    color: #027394
}

.c-product-tile-list__delivery>[class*=icon] {
    margin-right: 2px
}

.c-product-tile-list__delivery--green>[class*=icon] {
    color: #0aa504
}

.c-product-tile-list__delivery--yellow>[class*=icon] {
    color: #ffc40d
}

.c-product-tile-list__delivery--orange>[class*=icon] {
    color: #f89406
}

.c-product-tile-list__delivery--red>[class*=icon] {
    color: red
}

.c-product-tile-mobile {
    background-color: #fff
}

.c-product-tile-mobile__image {
    width: 6.875rem;
    margin-bottom: 10px
}

.c-product-tile-mobile__title {
    line-height: 1rem;
    font-size: .875rem;
    margin-bottom: 0;
    font-weight: 500;
    height: 2rem;
    overflow: hidden
}

.c-product-tile-mobile__title a,
.c-product-tile-mobile__title a:focus,
.c-product-tile-mobile__title a:hover {
    color: #000
}

.c-product-tile-mobile__icon-link [class*=icon] {
    font-size: 1.625rem;
    vertical-align: baseline;
    padding: 0 0 0 .3125rem
}

.c-product-tile-mobile__content {
    margin-left: 10px
}

.c-product-tile-mobile__delivery-box {
    margin-bottom: 10px;
    line-height: 1rem;
    font-size: .6875rem
}

.c-product-tile-mobile__delivery-box [class*=icon] {
    line-height: 1rem;
    font-size: .6875rem
}

.c-product-tile-mobile__price-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    margin-bottom: 10px;
    line-height: 1rem
}

.c-product-tile-mobile__price-box-price {
    font-size: .9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-product-tile-mobile__price-box-specialoffer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.c-product-tile-mobile__price-box-specialoffer-label {
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: .3125rem;
    white-space: nowrap
}

.c-product-tile-mobile__price-box-specialoffer-label .has-tip {
    color: inherit;
    padding-left: 0
}

.c-product-tile-mobile__price-box .o-prior-price-text {
    font-size: .6875rem;
    white-space: nowrap
}

.c-product-tile-mobile__price-box .o-prior-price-text.has-footnote {
    position: relative
}

.c-product-tile-mobile__price-box .o-prior-price-text.has-footnote:after {
    content: "*";
    position: absolute;
    padding-left: .0625rem;
    top: 0;
    right: -.0625rem
}

.c-product-tile-mobile__price-box .o-prior-price-text.has-footnote.two:after {
    content: "**";
    right: -.375rem
}

.c-product-tile-mobile__price-box .o-price-text {
    font-size: .9375rem
}

.c-product-tile-mobile__energy {
    margin-bottom: .125rem
}

.c-product-tile-mobile__energy .c-energy-label {
    margin-left: 0;
    margin-bottom: 3px
}

.c-product-tile-mobile__buttons {
    text-transform: uppercase
}

.c-product-tile-mobile__buttons .column,
.c-product-tile-mobile__buttons .columns {
    margin-right: 2px
}

.c-product-tile-mobile__buttons .column:last-child,
.c-product-tile-mobile__buttons .columns:last-child {
    margin-right: 0
}

.c-product-tile-mobile__buttons .button,
.c-product-tile-mobile__buttons button {
    padding-left: .625rem;
    padding-right: .625rem
}

.c-product-teaser-tile {
    font-size: 1rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-product-teaser-tile .o-pseudo-h1,
.c-product-teaser-tile .o-pseudo-h2,
.c-product-teaser-tile .o-pseudo-h3,
.c-product-teaser-tile .o-pseudo-h4,
.c-product-teaser-tile .o-pseudo-h5 {
    margin-bottom: 0
}

@media screen and (max-width:64em) {
    .c-product-teaser-tile .o-pseudo-h1,
    .c-product-teaser-tile .o-pseudo-h2,
    .c-product-teaser-tile .o-pseudo-h3,
    .c-product-teaser-tile .o-pseudo-h4,
    .c-product-teaser-tile .o-pseudo-h5 {
        font-size: 1.25rem;
        line-height: 1.4rem
    }
}

@media screen and (max-width:64.0624rem) {
    .c-product-teaser-tile .o-pseudo-h1+.o-separation-line,
    .c-product-teaser-tile .o-pseudo-h2+.o-separation-line,
    .c-product-teaser-tile .o-pseudo-h3+.o-separation-line,
    .c-product-teaser-tile .o-pseudo-h4+.o-separation-line,
    .c-product-teaser-tile .o-pseudo-h5+.o-separation-line {
        margin-top: .3125rem;
        margin-bottom: .3125rem
    }
}

.c-product-teaser-tile--gradient-blue {
    background: radial-gradient(circle, #027393 5%, #000 100%)
}

.c-product-teaser-tile--gradient-alert {
    background: radial-gradient(circle, #027394 5%, #000 100%)
}

.c-product-teaser-tile--dark,
.c-product-teaser-tile--dark .o-pseudo-h1,
.c-product-teaser-tile--dark .o-pseudo-h2,
.c-product-teaser-tile--dark .o-pseudo-h3,
.c-product-teaser-tile--dark .o-pseudo-h4,
.c-product-teaser-tile--dark .o-pseudo-h5,
.c-product-teaser-tile--dark a {
    color: #fff
}

.c-product-teaser-tile--dark .o-separation-line {
    border-color: #fff
}

.c-product-teaser-tile--light,
.c-product-teaser-tile--light .o-pseudo-h1,
.c-product-teaser-tile--light .o-pseudo-h2,
.c-product-teaser-tile--light .o-pseudo-h3,
.c-product-teaser-tile--light .o-pseudo-h4,
.c-product-teaser-tile--light .o-pseudo-h5,
.c-product-teaser-tile--light a {
    color: #000
}

.c-product-teaser-tile--light .o-separation-line {
    border-color: #000
}

.c-product-teaser-tile__bottom,
.c-product-teaser-tile__thumbnail,
.c-product-teaser-tile__top {
    width: 100%
}

.c-product-teaser-tile__top {
    padding: 1.5625rem 1.5625rem 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:64.0624rem) {
    .c-product-teaser-tile__top {
        padding: .78125rem;
        font-size: .75rem;
        line-height: 1.125rem
    }
}

@media screen and (max-width:64em) {
    .c-product-teaser-tile__top p {
        font-size: .75rem;
        margin-bottom: 0
    }
}

.c-product-teaser-tile__top .c-checklist li {
    padding: 0 0 .25rem 1.5rem
}

@media print,
screen and (min-width:40em) {
    .c-product-teaser-tile__top .c-checklist li {
        padding: .5rem 0 .5rem 1.5rem
    }
}

@media screen and (max-width:64.0624rem) {
    .c-product-teaser-tile__top table {
        width: auto
    }
}

.c-product-teaser-tile__top table tbody,
.c-product-teaser-tile__top table tbody tr:nth-child(2n) {
    border: none;
    background: 0 0
}

.c-product-teaser-tile__top table td {
    padding: 4% 0 4% 10px
}

@media screen and (max-width:64em) {
    .c-product-teaser-tile__top table td {
        font-size: .75rem;
        padding: 4% 0 4% 5px
    }
}

@media screen and (max-width:64.0624rem) {
    .c-product-teaser-tile__top table td:first-child {
        text-align: center
    }
}

.c-product-teaser-tile__top table .o-linear-icon {
    font-size: 2.1875rem
}

@media screen and (max-width:64em) {
    .c-product-teaser-tile__top table .o-linear-icon {
        font-size: 1.875rem
    }
}

.c-product-teaser-tile__top table .o-linear-icon.small {
    font-size: 1.25rem
}

@media screen and (min-width:25em) and (max-width:64.0624rem) {
    .c-product-teaser-tile__top table .o-linear-icon {
        font-size: 2.5rem
    }
    .c-product-teaser-tile__top table td {
        font-size: 1rem
    }
}

.c-product-teaser-tile__bottom {
    padding: 0 1.5625rem 1.5625rem
}

@media screen and (max-width:64.0624rem) {
    .c-product-teaser-tile__bottom {
        padding: 0 .78125rem .78125rem
    }
}

@media screen and (max-width:49.9375em) {
    .c-product-teaser-tile__bottom .c-labeled-button__label {
        font-size: .75rem
    }
}

.c-product-teaser-tile__bottom .button {
    position: relative;
    z-index: 10;
    padding-left: .3125rem;
    padding-right: .3125rem
}

@media screen and (max-width:64em) {
    .c-product-teaser-tile__bottom .button {
        font-size: .75rem
    }
}

@media screen and (max-width:64.0624rem) {
    .c-product-teaser-tile__bottom .button {
        font-size: .6875rem
    }
}

.c-product-teaser-tile__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    outline-offset: -.3125rem
}

.c-product-teaser-bar-spacer-medium,
.c-product-teaser-bar-spacer-small {
    height: 5.625rem
}

.c-product-teaser-bar-spacer-large,
.c-product-teaser-bar-spacer-xmedium {
    height: 3.125rem
}

.c-product-teaser-bar {
    color: #fff;
    height: 5.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .625rem
}

@media screen and (min-width:50em) {
    .c-product-teaser-bar {
        height: 3.125rem
    }
}

.c-product-teaser-bar__headline {
    color: #fff;
    font-size: 1.125rem;
    margin: 0;
    line-height: 1
}

@media print,
screen and (min-width:40em) {
    .c-product-teaser-bar__headline {
        font-size: 1.375rem;
        margin: 0 1.5625rem 0 0
    }
}

.c-product-teaser-bar__headline+.o-separation-line {
    border-color: #fff;
    margin-top: .3125rem;
    margin-bottom: .3125rem
}

.c-product-teaser-bar .c-service-teaser__icon {
    line-height: 1;
    font-size: 3.125rem;
    margin: 0 .625rem
}

@media screen and (min-width:50em) {
    .c-product-teaser-bar .c-service-teaser__icon {
        font-size: 1.875rem
    }
}

.c-product-teaser-bar__wrap {
    display: -ms-flexbox;
    display: flex;
    margin-left: .625rem;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:50em) {
    .c-product-teaser-bar__wrap {
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-product-teaser-bar__subline {
    font-weight: 400
}

.c-product-teaser-bar__subline p,
.c-product-teaser-bar__subline table {
    margin-bottom: 0;
    line-height: 1.3
}

.c-product-teaser-bar__subline td {
    padding: 0
}

@media screen and (min-width:50em) {
    .c-product-teaser-bar__subline table.stack td {
        display: inline-block
    }
    .c-product-teaser-bar__subline table.stack td:first-child {
        margin-right: .625rem
    }
}

.c-product-teaser-bar__button {
    margin-left: auto;
    padding: 0 .5rem 0 1rem
}

.c-product-teaser-bar--gradient-blue {
    background: radial-gradient(circle, #008294 5%, #000 100%)
}

.c-product-teaser-bar--gradient-alert {
    background: radial-gradient(circle, #027394 5%, #000 100%)
}

.c-business-hours-tile {
    overflow: visible;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem
}

.c-business-hours-tile .dropdown-pane {
    z-index: 1000
}

.c-business-hours-tile .o-separation-line {
    margin: 1rem 0
}

.c-business-hours-tile__first-line {
    border-bottom: 1px solid #000;
    margin-top: 0
}

.c-business-hours-tile__regular-hours {
    margin: .5rem 0
}

.c-business-hours-tile__shield {
    font-size: 2.375rem;
    transform: rotate(-20deg);
    display: block;
    position: absolute;
    top: 0;
    right: 6%
}

.c-business-hours-tile__shield--open {
    display: block
}

.c-business-hours-tile__shield--closed {
    display: none
}

.c-business-hours-tile__today-date {
    white-space: nowrap
}

.c-business-hours-tile__day-info {
    display: none
}

.c-business-hours-tile__day {
    margin-bottom: .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-business-hours-tile__day dd,
.c-business-hours-tile__day dt {
    font-weight: 300;
    margin-bottom: 0
}

.c-business-hours-tile__day dt {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.c-business-hours-tile__day dd {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right
}

.c-business-hours-tile__day.is-current-day dd,
.c-business-hours-tile__day.is-current-day dt {
    font-weight: 400
}

.c-business-hours-tile__business-unit {
    position: relative
}

.c-business-hours-tile__unit-headline {
    line-height: 1;
    margin-bottom: .5rem;
    font-weight: 700
}

.c-business-hours-tile__unit-subline {
    margin-bottom: .25rem
}

.c-business-hours-tile__unit-subline p:last-child {
    margin-bottom: 0
}

.c-business-hours-tile__unit-info {
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    display: none;
    line-height: 1;
    vertical-align: middle
}

.c-business-hours-tile__unit-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #000
}

.c-business-hours-tile__unit-link:active,
.c-business-hours-tile__unit-link:focus,
.c-business-hours-tile__unit-link:hover {
    color: #787882
}

.c-business-hours-tile__unit-link .o-linear-icon {
    position: absolute;
    bottom: 1.25rem;
    right: 0;
    font-size: 1.25rem
}

.c-business-hours-tile .c-business-hours-tile__back-again,
.c-business-hours-tile .c-business-hours-tile__back-again-today {
    display: none
}

.c-business-hours-tile__future-notice {
    color: #027394;
    line-height: 1.3
}

.c-business-hours-tile__switchable-unit {
    display: none
}

.c-business-hours-tile__switchable-unit.is-active {
    display: block
}

.c-business-hours-tile__state {
    display: none
}

.c-business-hours-tile__state-wrapper[data-state=after-closing] .c-business-hours-tile__state--after-closing,
.c-business-hours-tile__state-wrapper[data-state=before-opening] .c-business-hours-tile__state--before-opening,
.c-business-hours-tile__state-wrapper[data-state=closed] .c-business-hours-tile__state--closed,
.c-business-hours-tile__state-wrapper[data-state=time-range] .c-business-hours-tile__state--time-range {
    display: inline-block
}

.c-business-hours-tile__state-wrapper[data-state=after-closing] .c-business-hours-tile__back-again,
.c-business-hours-tile__state-wrapper[data-state=before-opening] .c-business-hours-tile__back-again-today,
.c-business-hours-tile__state-wrapper[data-state=closed] .c-business-hours-tile__back-again {
    display: block
}

.c-business-hours-tile__state-wrapper[data-state=after-closing] .c-business-hours-tile__unit-info,
.c-business-hours-tile__state-wrapper[data-state=before-opening] .c-business-hours-tile__unit-info,
.c-business-hours-tile__state-wrapper[data-state=closed] .c-business-hours-tile__unit-info {
    display: inline-block
}

.c-business-hours-tile__state-wrapper[data-state=after-closing] .c-business-hours-tile__shield--closed,
.c-business-hours-tile__state-wrapper[data-state=before-opening] .c-business-hours-tile__shield--closed,
.c-business-hours-tile__state-wrapper[data-state=closed] .c-business-hours-tile__shield--closed {
    display: block
}

.c-business-hours-tile__state-wrapper[data-state=after-closing] .c-business-hours-tile__shield--open,
.c-business-hours-tile__state-wrapper[data-state=before-opening] .c-business-hours-tile__shield--open,
.c-business-hours-tile__state-wrapper[data-state=closed] .c-business-hours-tile__shield--open {
    display: none
}

.c-business-hours-tile__state-wrapper[data-state=after-closing] .c-business-hours-tile__day-info,
.c-business-hours-tile__state-wrapper[data-state=before-opening] .c-business-hours-tile__day-info,
.c-business-hours-tile__state-wrapper[data-state=closed] .c-business-hours-tile__day-info {
    display: block
}

.c-business-hours-tile--target-page-view {
    padding: 0;
    margin-bottom: 2rem
}

.c-business-hours-tile--target-page-view .c-business-hours-tile__date-header,
.c-business-hours-tile--target-page-view .c-business-hours-tile__first-line {
    display: none
}

.c-business-hours-tile--target-page-view .c-business-hours-tile__element-headline,
.c-business-hours-tile--target-page-view .c-business-hours-tile__shield {
    display: none!important
}

.c-business-hours-tile--target-page-view .c-business-hours-tile__day dd {
    text-align: left
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-business-hours-tile--target-page-view .c-business-hours-tile__day {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .c-business-hours-tile--target-page-view .c-business-hours-tile__day dd {
        text-align: left
    }
}

.c-brand-tile {
    overflow: hidden;
    position: relative;
    display: block
}

.c-brand-tile .o-pseudo-h1,
.c-brand-tile .o-pseudo-h2,
.c-brand-tile .o-pseudo-h3,
.c-brand-tile .o-pseudo-h4,
.c-brand-tile .o-pseudo-h5,
.c-brand-tile .o-pseudo-h6 {
    margin-bottom: .3125rem
}

.c-brand-tile--dark {
    color: #fff
}

.c-brand-tile--dark .o-pseudo-h1,
.c-brand-tile--dark .o-pseudo-h2,
.c-brand-tile--dark .o-pseudo-h3,
.c-brand-tile--dark .o-pseudo-h4,
.c-brand-tile--dark .o-pseudo-h5,
.c-brand-tile--dark .o-pseudo-h6 {
    color: inherit
}

.c-brand-tile--dark:focus,
.c-brand-tile--dark:hover {
    color: #fff
}

.c-brand-tile__text {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    position: absolute;
    font-size: 1rem;
    font-weight: 300;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:49.9375em) {
    .c-brand-tile__text {
        padding-right: .625rem;
        padding-left: .625rem;
        font-size: .875rem
    }
}

@media screen and (max-width:49.9375em) {
    .c-brand-tile__text .o-pseudo-h1 {
        font-size: 1.875rem;
        margin-bottom: 0
    }
}

.c-brand-tile__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .3s;
    transform: scale(1);
    width: 100%
}

.c-brand-tile__img:hover {
    transform: scale(1.05)
}

.c-product-gallery-tile {
    height: 100%
}

.c-product-gallery-tile__image {
    border: 1px solid #f0f0f0;
    margin-bottom: .625rem;
    border-radius: 0;
    line-height: 0
}

.c-product-gallery-tile__image img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.c-product-gallery-tile__caption-headline {
    padding: 0 .625rem;
    margin-bottom: .3125rem
}

.c-product-gallery-tile__headline-link {
    color: #383841;
    font-weight: 700;
    -ms-word-break: break-word;
    word-wrap: break-word;
    word-break: break-word;
    display: block;
    text-decoration: underline
}

.c-product-gallery-tile__headline-link.focus,
.c-product-gallery-tile__headline-link:hover {
    color: #027393
}

.c-product-gallery-tile__caption-text {
    padding: 0 .625rem
}

.c-product-gallery-tile--category {
    text-align: center;
    background: #fff
}

.c-product-gallery-tile--category .c-product-gallery-tile__image {
    max-width: 70px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: .1875rem
}

.c-product-gallery-tile--category .c-product-gallery-tile__caption-headline {
    text-transform: uppercase
}

.c-product-gallery-tile--category .c-product-gallery-tile__headline-link {
    font-weight: 400;
    font-size: .75rem;
    text-decoration: none
}

@media screen and (max-width:64.0624rem) {
    .c-product-gallery-tile--category .c-product-gallery-tile__headline-link {
        font-size: .6875rem
    }
}

.owl-carousel .c-product-gallery-tile .c-product-gallery-tile__image img {
    width: auto
}

.callout .c-product-gallery-tile .c-product-gallery-tile__image {
    border: none
}

.c-background-image-teaser {
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex
}

.c-background-image-teaser--medium {
    min-height: 8.75rem
}

.c-puzzle-teaser {
    margin-bottom: 2rem;
    background-color: #fff
}

.c-puzzle-teaser [data-equalizer-watch] {
    position: relative
}

@media print,
screen and (min-width:40em) {
    .c-puzzle-teaser [data-equalizer-watch] {
        height: auto!important
    }
}

.c-puzzle-teaser__panel {
    text-align: center
}

.c-puzzle-teaser__panel--big img {
    width: 100%
}

.c-puzzle-teaser__panel--color-1,
.c-puzzle-teaser__panel--color-2,
.c-puzzle-teaser__panel--small-img,
.c-puzzle-teaser__panel--topic {
    width: 50%;
    height: 50%;
    position: absolute
}

.c-puzzle-teaser__panel--topic {
    background: #fff;
    top: 0;
    left: 0
}

@media screen and (max-width:49.9375em) {
    .c-puzzle-teaser__panel--topic .c-labeled-button__label {
        font-size: 1.25rem
    }
}

.c-puzzle-teaser__panel--topic .o-pseudo-h2 p {
    color: #000;
    line-height: 2rem
}

.c-puzzle-teaser__panel--color-1 {
    background: #027393;
    top: 0;
    left: 50%
}

@media print,
screen and (min-width:40em) {
    .c-puzzle-teaser__panel--color-1 .c-puzzle-teaser__arrow {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #027393;
        position: relative;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%)
    }
    .c-puzzle-teaser__panel--color-1 .c-puzzle-teaser__arrow:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        left: -9px;
        top: -10px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #027393
    }
}

.c-puzzle-teaser__panel--color-2 {
    background: #027394;
    top: 50%;
    left: 0
}

@media print,
screen and (min-width:40em) {
    .c-puzzle-teaser__panel--color-2 .c-puzzle-teaser__arrow {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #027394;
        position: relative;
        top: 50%;
        left: -10px;
        transform: translateY(-50%)
    }
    .c-puzzle-teaser__panel--color-2 .c-puzzle-teaser__arrow:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        right: -10px;
        bottom: -9px;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-right: 9px solid #027394
    }
}

@media screen and (max-width:49.9375em) {
    .c-puzzle-teaser__panel--color-1 .button,
    .c-puzzle-teaser__panel--color-2 .button {
        display: none
    }
}

.c-puzzle-teaser__panel--color-1 .button.hollow,
.c-puzzle-teaser__panel--color-2 .button.hollow {
    border: 1px solid #fff;
    color: #fff
}

.c-puzzle-teaser__panel--color-1 .button.hollow:hover,
.c-puzzle-teaser__panel--color-2 .button.hollow:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: hsla(0, 0%, 100%, .25)
}

.c-puzzle-teaser__panel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 .625rem;
    transform: translate(-50%, -50%)
}

.c-puzzle-teaser__panel-content b,
.c-puzzle-teaser__panel-content strong {
    text-transform: uppercase;
    font-size: 1.25rem
}

.c-puzzle-teaser__panel-content a,
.c-puzzle-teaser__panel-content a:focus,
.c-puzzle-teaser__panel-content a:hover,
.c-puzzle-teaser__panel-content b,
.c-puzzle-teaser__panel-content p,
.c-puzzle-teaser__panel-content strong {
    color: #fff
}

.c-puzzle-teaser__panel-content b>a {
    font-weight: 700
}

.c-puzzle-teaser__panel--small-img {
    top: 50%;
    left: 50%
}

@media screen and (max-width:64.0624rem) {
    .c-puzzle-teaser__panel--color-1 {
        top: 50%;
        left: 0
    }
    .c-puzzle-teaser__panel--color-1 .c-puzzle-teaser__arrow {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #027393;
        position: relative;
        top: 50%;
        right: -10px;
        transform: translateY(-50%)
    }
    .c-puzzle-teaser__panel--color-1 .c-puzzle-teaser__arrow:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        left: -10px;
        bottom: -9px;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 9px solid #027393
    }
    .c-puzzle-teaser__panel--color-2 {
        background: #027394;
        top: 0;
        left: 50%
    }
    .c-puzzle-teaser__panel--color-2 .c-puzzle-teaser__arrow {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #027394;
        position: relative;
        top: -10px;
        left: 50%;
        transform: translateX(-50%)
    }
    .c-puzzle-teaser__panel--color-2 .c-puzzle-teaser__arrow:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        left: -9px;
        bottom: -10px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #027394
    }
}

.c-puzzle-teaser__panel .c-puzzle-teaser__arrow {
    position: absolute;
    z-index: 1
}

.c-service-teaser__inner {
    padding: .625rem 0;
    background-color: #d2d2d2
}

.c-service-teaser__list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    min-height: 2.5rem;
    opacity: 0
}

.c-service-teaser.is-ready .c-service-teaser__list {
    animation: a 2s;
    animation-fill-mode: forwards
}

.c-service-teaser__item {
    position: relative;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: block;
    padding: 0 .625rem
}

@media print,
screen and (min-width:64.0625em) {
    .c-service-teaser__item {
        padding: 0 1.875rem
    }
}

.c-service-teaser__item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    height: 100%
}

.c-service-teaser__item-inner:active,
.c-service-teaser__item-inner:focus,
.c-service-teaser__item-inner:hover {
    color: #000
}

.c-service-teaser__item:not(:first-child):before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 100%
}

.c-service-teaser__icon {
    vertical-align: middle;
    font-size: 1.75rem;
    margin-right: .9375rem;
    line-height: 2.5rem
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-service-teaser__icon {
        font-size: 1.625rem
    }
}

.c-service-teaser__hl {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0;
    padding: 0
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-service-teaser__hl {
        font-size: 1rem
    }
}

.c-service-teaser--stacked .c-service-teaser__list {
    -ms-flex-align: center;
    align-items: center
}

.c-service-teaser--stacked .c-service-teaser__item {
    display: block;
    opacity: 0;
    display: none
}

.c-service-teaser--stacked .c-service-teaser__item:before {
    display: none
}

.c-service-teaser--stacked .c-service-teaser__item.is-active {
    display: block;
    animation: a 3s;
    animation-fill-mode: forwards
}

.c-accordion--lined .accordion-title,
.c-accordion--lined .accordion-title:focus,
.c-accordion--lined .accordion-title:hover {
    background-color: transparent
}

.c-section-accordion__title {
    border: none!important;
    background-color: transparent!important;
    padding: 1rem 0;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif
}

.c-section-accordion__title:before {
    right: 0
}

.c-section-accordion__content {
    display: none;
    padding-bottom: 1rem!important
}

.c-section-accordion .o-section {
    padding-top: 0;
    padding-bottom: 0
}

.c-section-accordion .o-separation-line {
    border-color: #000;
    margin-top: 0;
    margin-bottom: 1rem
}

.c-tooltip-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1.375rem
}

.c-tooltip-select:last-child {
    margin-bottom: 0
}

.c-tooltip-select__tooltip {
    background-color: #d2d2d2;
    max-width: 3rem;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1
}

.c-tooltip-select__tooltip .has-tip {
    border-bottom: none
}

.c-tooltip-select__tooltip [class*=icon] {
    font-size: 1.35rem
}

.c-tooltip-select__select {
    width: auto;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.c-tiny-select {
    margin-bottom: 1.375rem
}

.c-tiny-select:last-child {
    margin-bottom: 0
}

.c-tiny-select .selectric .label,
.c-tiny-select .selectric .selectric-button,
.c-tiny-select select {
    height: 2.1875rem
}

.c-tiny-select .selectric .label,
.c-tiny-select select {
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.c-tiny-select .selectric .selectric-button {
    line-height: 2.1875rem;
    width: 2.1875rem
}

.c-tiny-select label.middle {
    margin: 0;
    padding: 0;
    line-height: 2.1875rem;
    height: 2.1875rem;
    font-weight: 300
}

.c-select-dropdown-pane {
    width: auto;
    padding: 0
}

.c-select-dropdown-pane--expanded {
    width: 100%
}

.c-select-dropdown-pane__item {
    font-weight: 400;
    font-size: .875rem;
    display: table-row
}

.c-select-dropdown-pane__item:last-child .c-select-dropdown-pane__item-cell {
    border-bottom: none
}

.c-select-dropdown-pane__item.is-selected {
    background-color: #f0f0f0
}

.c-select-dropdown-pane__item [class*=icon] {
    position: relative;
    top: 2px;
    margin: 0 2px
}

.c-select-dropdown-pane__item [class*=icon]:first-child {
    margin-left: 0
}

.c-select-dropdown-pane__item [class*=icon]:last-child {
    margin-right: 0
}

.c-select-dropdown-pane__item-cell {
    display: table-cell;
    padding: .6875rem;
    border-bottom: 1px solid #d2d2d2
}

.c-select-dropdown-pane__link,
.c-select-dropdown-pane__text {
    white-space: nowrap
}

.c-select-dropdown-pane__link {
    color: #000
}

.c-select-dropdown-pane__link:hover {
    color: #7ec7d8
}

.c-select-dropdown-pane__link:focus {
    color: #027393
}

.c-select-dropdown-pane__text {
    font-size: .875rem
}

.c-checkbox,
.c-radio-button {
    position: relative
}

.c-checkbox input[type=checkbox],
.c-checkbox input[type=radio],
.c-radio-button input[type=checkbox],
.c-radio-button input[type=radio] {
    visibility: hidden;
    position: absolute
}

.c-checkbox label,
.c-radio-button label {
    margin: 0;
    padding-left: 1.875rem
}

.c-checkbox label:before,
.c-radio-button label:before {
    content: "";
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    background-color: #fff
}

.c-radio-button--block label {
    display: block
}

.c-radio-button--only-element label {
    padding-left: 0;
    width: .5rem;
    height: .5rem;
    margin-left: 0;
    margin-right: 0
}

.is-disabled .c-radio-button label {
    cursor: not-allowed
}

.is-disabled .c-radio-button label .o-linear-icon[data-toggle] {
    cursor: pointer
}

.c-radio-button input[type=radio]+label:before {
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #d2d2d2;
    top: .125rem
}

.c-radio-button input[type=radio]:checked+label:before {
    background-color: #027393
}

.c-radio-button input[type=radio]:disabled+label:before {
    cursor: not-allowed;
    background-color: #f0f0f0;
    border: none
}

.c-checkbox--block label {
    display: block
}

.is-disabled .c-checkbox label {
    cursor: not-allowed
}

.is-disabled .c-checkbox label .o-linear-icon[data-toggle] {
    cursor: pointer
}

.c-checkbox input[type=checkbox]+label:before {
    font-family: Linearicons;
    color: #027393;
    border: 1px solid #d2d2d2;
    content: "";
    font-weight: 700;
    line-height: 18px;
    padding-left: .0625rem;
    text-align: center
}

.c-checkbox input[type=checkbox]:checked+label:before {
    content: "\e934"
}

.c-checkbox input[type=checkbox]:disabled+label:before {
    cursor: not-allowed;
    background-color: #f0f0f0
}

.c-input-group {
    margin-bottom: 1.375rem
}

.c-input-group--inline .c-checkbox,
.c-input-group--inline>.c-radio-button {
    display: inline-block;
    margin-right: 1.375rem
}

.c-file-upload {
    margin-bottom: 1.375rem
}

.c-file-upload__wrapper {
    margin-bottom: .375rem
}

.c-file-upload__input {
    margin-right: .375rem
}

.c-file-upload__native-input {
    display: none
}

.c-file-upload__thumbnail {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: .25rem
}

@media print,
screen and (min-width:40em) {
    .c-file-upload__thumbnail {
        margin-bottom: .375rem
    }
}

@media screen and (min-width:50em) {
    .c-file-upload__thumbnail {
        margin-bottom: .375rem
    }
}

.c-file-upload__thumbnail-delete {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    background: hsla(0, 0%, 100%, .8);
    bottom: 0;
    right: 0;
    cursor: pointer;
    font-size: 1.25rem
}

.c-file-upload__thumbnail-delete:before {
    display: block;
    content: "\e681"
}

.c-file-upload__thumbnail--placeholer:before,
.c-file-upload__thumbnail-delete:before {
    font-family: Linearicons;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

.c-file-upload__thumbnail--placeholer:before {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50%;
    content: "\e704";
    font-size: 2.8125rem;
    text-align: center;
    color: #787882
}

.c-file-upload__files {
    margin-top: .5rem
}

.c-file-upload__button {
    min-width: 6.875rem
}

.c-file-upload__notice {
    font-size: .75rem
}

.c-mini-cart__title,
.c-mini-cart__total {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1
}

.c-mini-cart__total {
    color: #027394
}

.c-mini-cart__info-text,
.c-mini-cart__title-info-text {
    font-size: .75rem;
    white-space: nowrap
}

.c-mini-cart__info-text {
    font-weight: 300
}

.c-mini-cart__header {
    background-color: #f0f0f0;
    padding: .9375rem .625rem
}

@media print,
screen and (min-width:40em) {
    .c-mini-cart__header {
        padding: .9375rem
    }
}

.c-mini-cart__listing {
    padding: .625rem;
    max-height: 18.4375rem;
    overflow: auto
}

@media print,
screen and (min-width:40em) {
    .c-mini-cart__listing {
        max-height: 21.5625rem;
        padding: .9375rem
    }
}

.c-mini-cart__footer {
    background-color: #f0f0f0;
    padding: .9375rem .625rem
}

@media print,
screen and (min-width:40em) {
    .c-mini-cart__footer {
        padding: .9375rem
    }
}

.c-mini-cart__free-shipping {
    color: #20ca74;
    text-align: right
}

.c-mini-cart__free-shipping,
.c-mini-cart__free-shipping-info {
    font-size: .75rem;
    padding: .3125rem 0;
    font-weight: 400
}

.c-cart-tile {
    margin: 0 0 1rem;
    padding: 0 0 .9375rem;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    margin-top: .625rem
}

@media screen and (min-width:40em) {
    .c-cart-tile {
        border: 1px solid #d2d2d2;
        padding: .9375rem
    }
}

.c-cart-tile__quantity-input {
    margin-top: .625rem;
    margin-bottom: 0;
    float: none
}

@media screen and (min-width:40em) {
    .c-cart-tile__quantity-input {
        float: right
    }
}

.c-cart-tile__contentbox {
    position: relative;
    height: 100%
}

.c-cart-tile__singleprice {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-left: 1.25rem
}

@media screen and (max-width:64.0624rem) {
    .c-cart-tile__delivery {
        margin-bottom: .9375rem
    }
}

.c-cart-tile__delivery--green,
.c-cart-tile__delivery--green i,
.c-cart-tile__delivery--green span {
    color: #2ad47e
}

.c-cart-tile__delivery--yellow,
.c-cart-tile__delivery--yellow i,
.c-cart-tile__delivery--yellow span {
    color: #ff7300
}

.c-cart-tile__delivery--red,
.c-cart-tile__delivery--red i,
.c-cart-tile__delivery--red span {
    color: #027394
}

.c-cart-tile__pricebox {
    border-left: none;
    position: relative;
    height: auto;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

@media screen and (min-width:40em) {
    .c-cart-tile__pricebox {
        border-left: 1px solid #d2d2d2;
        margin-top: 0;
        margin-bottom: 0
    }
}

.c-cart-tile__pricebox--finalprice {
    padding-right: 0
}

@media print,
screen and (min-width:40em) {
    .c-cart-tile__pricebox--finalprice {
        padding-right: .9375rem;
        position: absolute;
        bottom: 0;
        right: 0
    }
}

.c-cart-tile__bottombar {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.gray {
    color: #777
}

.blue {
    color: #0096ac
}

.green {
    color: #0aa504
}

.yellow {
    color: #ffc40d
}

.orange {
    color: #f89406
}

.red {
    color: red
}

.c-brick-menu__item a,
.c-brick-menu__toggler,
.c-category-menu__item-button,
.c-category-menu__item-default,
.c-category-menu__item-headline,
.c-multi-level-menu .accordion-menu .is-accordion-submenu a,
.c-multi-level-menu .menu .menu>.active>a,
.c-multi-level-menu .o-menu-devider,
.c-multi-level-menu li>a {
    white-space: normal;
    min-height: 2.1875rem;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    padding: .375rem .625rem;
    margin-bottom: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff
}

.c-brick-menu__item a:focus,
.c-brick-menu__item a:hover,
.c-brick-menu__toggler:focus,
.c-brick-menu__toggler:hover,
.c-category-menu__item-button:focus,
.c-category-menu__item-button:hover,
.c-category-menu__item-default:focus,
.c-category-menu__item-default:hover,
.c-category-menu__item-headline:focus,
.c-category-menu__item-headline:hover,
.c-multi-level-menu .accordion-menu .is-accordion-submenu a:focus,
.c-multi-level-menu .accordion-menu .is-accordion-submenu a:hover,
.c-multi-level-menu .menu .menu>.active>a:focus,
.c-multi-level-menu .menu .menu>.active>a:hover,
.c-multi-level-menu .o-menu-devider:focus,
.c-multi-level-menu .o-menu-devider:hover,
.c-multi-level-menu li>a:focus,
.c-multi-level-menu li>a:hover {
    color: #787882
}

.c-brick-menu__item.active a,
.c-category-menu__item-headline,
.c-multi-level-menu>.menu>li.active>a {
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin-bottom: 2px
}

.c-multi-level-menu .o-menu-devider {
    font-size: 1rem;
    font-weight: 500;
    background-color: #d2d2d2;
    margin-bottom: 2px
}

.c-category-menu__item-button {
    font-size: 1rem;
    font-weight: 500;
    background-color: #787882;
    color: #fff;
    margin-bottom: 2px
}

.c-category-menu__item-button:focus,
.c-category-menu__item-button:hover {
    color: #000
}

.c-category-menu {
    margin-bottom: 1rem
}

.c-category-menu ul {
    list-style: none;
    margin: 0
}

.c-category-menu__item-button .o-linear-icon:first-child {
    margin-right: .25rem;
    font-weight: 700
}

.c-category-menu__item-default.active {
    background-color: #d2d2d2
}

.c-category-menu__item-default.disabled {
    color: #787882
}

.c-category-menu__count-wrapper {
    width: 100%
}

.c-category-menu__count {
    font-size: .75rem;
    color: #787882;
    float: right
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-multi-level-menu .accordion-menu .is-accordion-submenu a,
    .c-multi-level-menu .menu .menu>.active>a,
    .c-multi-level-menu .o-menu-devider,
    .c-multi-level-menu li>a {
        font-size: .75rem
    }
}

.c-multi-level-menu .o-menu-devider:focus,
.c-multi-level-menu .o-menu-devider:hover {
    color: #000
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-multi-level-menu>.menu>li.active>a {
        font-size: .8125rem
    }
}

.c-multi-level-menu .menu .menu .menu li.current>a,
.c-multi-level-menu .menu .menu li.current>a {
    background-color: #d2d2d2
}

.c-multi-level-menu .menu {
    margin-left: 0!important
}

.c-multi-level-menu .menu .menu .menu>li>a {
    font-size: .75rem;
    text-transform: none
}

.c-multi-level-menu .menu .menu>.o-menu-devider,
.c-multi-level-menu .menu .menu>li.active>a,
.c-multi-level-menu .menu .menu>li>a {
    padding-left: 1.25rem
}

.c-multi-level-menu .menu .menu .menu>.o-menu-devider,
.c-multi-level-menu .menu .menu .menu>li.active>a,
.c-multi-level-menu .menu .menu .menu>li>a {
    padding-left: 2.5rem
}

.c-multi-level-menu .menu .menu .menu .menu>.o-menu-devider,
.c-multi-level-menu .menu .menu .menu .menu>li.active>a,
.c-multi-level-menu .menu .menu .menu .menu>li>a {
    padding-left: 3.75rem
}

.c-brick-menu {
    margin-bottom: 1rem
}

@media screen and (max-width:64.0624rem) {
    .c-brick-menu__menu {
        display: none
    }
    .c-brick-menu__menu.expanded {
        display: block
    }
}

.c-brick-menu__toggler {
    position: relative;
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .c-brick-menu__toggler {
        display: none
    }
}

.c-brick-menu__toggler:after {
    position: absolute;
    right: 5%;
    top: 35%;
    font-family: Linearicons;
    content: "\e93a";
    border: none;
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    transition: transform .25s ease-in-out
}

.c-brick-menu__toggler.expanded:after {
    transform: rotate(180deg)
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-brick-menu__menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%
    }
    .c-brick-menu__item {
        margin-bottom: .1875rem;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

.c-accordion-menu {
    margin-bottom: 1rem
}

.c-accordion-menu--sidebar {
    display: none
}

.c-accordion-menu--sidebar.is-ready-for-display {
    display: block
}

@media screen and (max-width:49.9375em) {
    .c-accordion-menu--sidebar {
        margin-left: 15px;
        margin-right: 15px
    }
    .c-accordion-menu--sidebar>.menu>li:not(.active) {
        display: none
    }
    .c-accordion-menu--sidebar.expanded>.menu>li:not(.active) {
        display: block
    }
    .c-accordion-menu--sidebar>.menu>.active:not(.is-accordion-submenu-parent) {
        display: none
    }
}

@media screen and (max-width:64.0624rem) {
    .c-accordion-menu--sidebar {
        margin-left: 10px;
        margin-right: 10px
    }
}

.c-header-top-bar {
    background: #2c2c2c;
    padding: .125rem 0
}

.c-header-top-bar__item {
    display: inline-block;
    color: #d2d2d2;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-left: .625rem
}

.c-header-top-bar__item--dropdown {
    text-transform: uppercase
}

.c-header-top-bar__item:first-child {
    margin-left: 0
}

.c-header-top-bar__icon {
    font-size: 1rem;
    position: relative;
    top: .1875rem
}

.c-header-top-bar a.c-header-top-bar__item:focus,
.c-header-top-bar a.c-header-top-bar__item:hover {
    color: #fff
}

.c-navi-top-bar-wrapper {
    padding: .625rem 0;
    background: #000;
    border-bottom: 1px solid #787882
}

.c-navi-top-bar-wrapper .c-navi-top-bar {
    border-bottom: none
}

.c-navi-top-bar {
    background: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #787882;
    padding: .625rem 0 0;
    z-index: 24
}

@media print,
screen and (min-width:64.0625em) {
    .c-navi-top-bar {
        padding: .9375rem 0
    }
}

.c-navi-top-bar__logo {
    display: block;
    width: 100%;
    max-width: 9.375rem
}


/* @media print,
screen and (min-width:40em) {
    .c-navi-top-bar__logo {
        width: 18.75rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-navi-top-bar__logo {
        max-width: 11.875rem
    }
} */

.c-navi-top-bar__logo img {
    width: 100%;
    transform: translate(0)
}

@media print,
screen and (min-width:64.0625em) {
    .c-navi-top-bar__search-column {
        padding-left: 5.3125rem;
        padding-right: 5.3125rem
    }
}

.c-navi-top-bar__search-full {
    background: #fff;
    margin-top: .625rem
}

.c-navi-top-bar__search-full input[type=text] {
    padding-left: .625rem;
    padding-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .c-navi-top-bar__search-full input[type=text] {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.c-navi-top-bar__menu-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:64.0624rem) {
    .c-navi-top-bar__menu-column {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

.c-navi-top-bar__icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -.78125rem;
    margin-right: -.78125rem
}

@media print,
screen and (min-width:64.0625em) {
    .c-navi-top-bar__icons {
        margin-left: -1.09375rem;
        margin-right: -1.09375rem
    }
}

.c-navi-top-bar__icons--expand {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,
screen and (min-width:40em) {
    .c-navi-top-bar__icons--expand {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.c-navi-top-bar__icon {
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding-left: .78125rem;
    padding-right: .78125rem
}

@media print,
screen and (min-width:64.0625em) {
    .c-navi-top-bar__icon {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem
    }
}

.c-navi-top-bar__icon:focus,
.c-navi-top-bar__icon:hover {
    color: #fff
}

.c-navi-top-bar__icon--square {
    width: 2.9375rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.c-navi-top-bar__icon--square+.c-navi-top-bar__icon--square {
    margin-left: 2px
}

.c-navi-top-bar__icon>img {
    width: 2.5rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-navi-top-bar__icon-subline-wrapper {
    display: inline-block
}

.c-navi-top-bar__icon-subline {
    font-size: .75rem;
    display: block;
    bottom: -.25rem;
    position: relative
}

.c-navi-top-bar .input-group {
    margin-bottom: 0
}

.c-navi-top-bar.is-stuck {
    z-index: 28;
    width: 100%
}

.c-megamenu-top-bar {
    background: #000;
    font-size: 1rem;
    font-weight: 400
}

.c-megamenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.c-megamenu__item {
    position: static
}

.c-megamenu.dropdown.menu .c-megamenu__item>a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: .75rem 1.375rem;
    line-height: 1;
    position: relative;
    z-index: 23
}

.c-megamenu.dropdown.menu .c-megamenu__item>a:focus,
.c-megamenu.dropdown.menu .c-megamenu__item>a:hover {
    color: #027393;
    background: #fff;
    z-index: 27
}

.c-megamenu.dropdown.menu .c-megamenu__item>a:after {
    display: none
}

.c-megamenu.dropdown.menu .c-megamenu__item.is-active>a {
    z-index: 27
}

.c-megamenu.dropdown.menu .c-megamenu__item.is-active>a,
.c-megamenu.dropdown.menu .c-megamenu__item.is-selected>a {
    color: #027393
}

.c-megamenu.dropdown.menu .c-megamenu__item.is-active>a {
    background: #fff
}

.c-megamenu__highlight {
    display: block;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    text-transform: none;
    line-height: 1rem
}

.c-megamenu__content {
    width: 100%;
    z-index: 26;
    background: #fff;
    color: #000;
    border: none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .35);
    padding: 1rem .9375rem 0;
    display: none
}

.c-megamenu__content.is-dropdown-submenu a {
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    margin-bottom: rem-cac(6);
    white-space: normal
}

.c-megamenu__content .header-title {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0
}

.c-megamenu__submenu {
    font-size: .875rem;
    margin-bottom: .5rem
}

.c-megamenu__submenu .title a {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500
}

.c-megamenu__submenu .normal a,
.c-megamenu__submenu .title a {
    color: #000
}

.c-megamenu__submenu .normal a:focus,
.c-megamenu__submenu .normal a:hover,
.c-megamenu__submenu .title a:focus,
.c-megamenu__submenu .title a:hover {
    color: #787882
}

.c-megamenu__submenu .title.inspiration a {
    position: relative
}

.c-megamenu__submenu .title.inspiration a:after {
    content: url(/application/views/domita/img/by-wohnidee-2.jpg);
    position: absolute;
    left: 100%;
    top: -1px;
    margin-left: 5px
}

.c-carousel {
    margin-bottom: 1rem
}

.c-carousel__spacer>div {
    display: block;
    width: 100%
}

.c-carousel--teaser {
    background: #d2d2d2;
    background-size: cover
}

.c-carousel--teaser .item [data-carousel-interchange] {
    height: 0
}

.c-carousel--teaser.is-initialized .c-carousel__spacer {
    display: none
}

.c-carousel--product-gallery .owl-carousel {
    padding: 0 35px
}

.c-carousel--product-gallery .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.c-carousel--product-gallery .owl-stage .owl-item {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 2px
}

.c-carousel--product-gallery .owl-stage .owl-item .item {
    height: 100%;
    outline: 1px solid #f0f0f0;
    outline-offset: -1px
}

.c-carousel--product-gallery .owl-nav .owl-next,
.c-carousel--product-gallery .owl-nav .owl-prev {
    height: 100%;
    padding-top: 1px;
    padding-bottom: 1px
}

.c-carousel--product-gallery .owl-nav .owl-prev {
    left: 0
}

.c-carousel--product-gallery .owl-nav .owl-next {
    right: 0
}

.c-carousel--product-gallery .c-product-gallery-tile__image {
    border: none
}

.c-carousel--product-gallery .c-product-gallery-tile__image img {
    transform-style: flat
}

.c-carousel--product-gallery.c-carousel--items-fit-slots .owl-carousel {
    padding: 0 1px
}

.c-carousel--product-gallery.c-carousel--reversed-nav-buttons .owl-prev {
    left: inherit;
    right: 0
}

.c-carousel--product-gallery.c-carousel--reversed-nav-buttons .owl-next {
    right: inherit;
    left: 0
}

.c-carousel--product-gallery.c-carousel--reversed-nav-buttons .owl-next i,
.c-carousel--product-gallery.c-carousel--reversed-nav-buttons .owl-prev i {
    transform: translate(-50%, -50%) rotate(180deg)
}

.c-carousel--product-gallery.has-category-tiles {
    margin-top: .375rem
}

.c-carousel--product-gallery.has-category-tiles.c-carousel--items-fit-slots .owl-item {
    margin-left: 0
}

.c-carousel--product-gallery.has-category-tiles.c-carousel--items-fit-slots .owl-item:last-child {
    margin-right: 0!important
}

.c-carousel--product-gallery.has-category-tiles .owl-item .item {
    outline: 0
}

.c-carousel--product-thumbnails,
.c-carousel--product-thumbnails--nav {
    background-color: #f0f0f0
}

.c-carousel--product-thumbnails--nav .owl-carousel {
    padding: 0 35px
}

.c-carousel--product-thumbnails--nav .owl-nav .owl-next,
.c-carousel--product-thumbnails--nav .owl-nav .owl-prev {
    height: 100%
}

.c-carousel--product-thumbnails--nav .owl-nav .owl-prev {
    left: 0
}

.c-carousel--product-thumbnails--nav .owl-nav .owl-next {
    right: 0
}

.c-carousel--outside-nav-buttons {
    padding: 0 25px
}

.c-carousel--outside-nav-buttons .owl-carousel .owl-prev {
    left: 0
}

.c-carousel--outside-nav-buttons .owl-carousel .owl-next {
    right: 0
}

.c-carousel--outside-nav-buttons .owl-carousel .owl-prev {
    left: -25px
}

.c-carousel--outside-nav-buttons .owl-carousel .owl-next {
    right: -25px
}

.c-carousel--outside-nav-buttons.c-carousel--reversed-nav-buttons .owl-next i,
.c-carousel--outside-nav-buttons.c-carousel--reversed-nav-buttons .owl-prev i {
    transform: translate(-50%, -50%) rotate(180deg)
}

.c-carousel--outside-nav-buttons.c-carousel--reversed-nav-buttons .owl-prev {
    left: inherit;
    right: -35px
}

.c-carousel--outside-nav-buttons.c-carousel--reversed-nav-buttons .owl-next {
    right: inherit;
    left: -35px
}

@media print,
screen and (min-width:64.0625em) {
    .c-carousel--outside-nav-buttons.c-carousel--reversed-nav-buttons .owl-carousel .owl-prev {
        left: inherit;
        right: -65px
    }
    .c-carousel--outside-nav-buttons.c-carousel--reversed-nav-buttons .owl-carousel .owl-next {
        left: -65px;
        right: inherit
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-carousel--outside-nav-buttons {
        padding: 0 65px
    }
    .c-carousel--outside-nav-buttons .owl-carousel .owl-prev {
        left: -65px
    }
    .c-carousel--outside-nav-buttons .owl-carousel .owl-next {
        right: -65px
    }
}

.c-carousel-item {
    height: 100%
}

.c-carousel-item-tile {
    display: block;
    text-align: center;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-carousel-item-tile__content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 100%
}

.c-carousel-item-tile__bottom-content {
    -ms-flex: 1 1 25px;
    flex: 1 1 25px;
    min-height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.c-carousel-item-tile__image {
    width: auto!important;
    margin: 0 auto .3125rem
}

.c-carousel-item-tile__image:last-child {
    margin-bottom: 0
}

.owl-carousel .owl-item .c-carousel-item-tile__image {
    transform-style: flat
}

.c-carousel-item-tile__title {
    color: #000;
    line-height: 1.25;
    display: block;
    margin-bottom: .3125rem
}

.c-carousel-item-tile__title:last-child {
    margin-bottom: 0
}

.c-carousel-item-tile:hover {
    cursor: pointer
}

.c-carousel-item-tile__radio {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto
}

.c-carousel-item-tile__radio:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #d2d2d2
}

.c-carousel-item-tile:focus .c-carousel-item-tile__radio:before,
.c-carousel-item-tile:hover .c-carousel-item-tile__radio:before {
    background-color: #027393
}

.c-modal__section {
    margin-bottom: 1.25rem
}

.c-modal__section p:last-child,
.c-modal__section:last-child {
    margin-bottom: 0
}

.c-modal__section--expanded {
    margin-left: -1rem;
    margin-right: -1rem
}

.c-full-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8)
}

.c-full-overlay>* {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.c-title-breadcrumb {
    position: relative;
    margin: 1rem 0 2rem
}

.c-title-breadcrumb.has-back {
    padding-top: 1.5625rem
}

@media print,
screen and (min-width:40em) {
    .c-title-breadcrumb.has-back {
        padding-top: .9375rem
    }
}

@media screen and (max-width:64em) {
    .c-title-breadcrumb.has-xmedium-back {
        padding-top: .9375rem
    }
}

@media screen and (max-width:64.0624rem) {
    .c-title-breadcrumb.has-xmedium-back {
        padding-top: 1.5625rem
    }
}

.c-title-breadcrumb__back {
    position: absolute;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    color: #787882
}

.c-title-breadcrumb__back:focus,
.c-title-breadcrumb__back:hover {
    color: #000
}

.c-title-breadcrumb__back .o-linear-icon {
    font-size: 1.25rem;
    padding-right: .3125rem
}

.c-title-breadcrumb__back--centered {
    top: 50%;
    transform: translateY(-50%)
}

.c-title-breadcrumb__title {
    display: block;
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 0
}

@media print,
screen and (min-width:64.0625em) {
    .c-title-breadcrumb__title {
        font-size: 2.25rem
    }
}

.c-title-breadcrumb--decrease-margin {
    margin: .5rem 0 1.5rem
}

@media print,
screen and (min-width:64.0625em) {
    .c-title-breadcrumb--decrease-margin-for-large {
        margin: .5rem 0 1.5rem
    }
}

.c-title-breadcrumb--increase-margin {
    margin-top: 1.5rem
}

.c-tiny-breadcrumb-close {
    text-transform: uppercase;
    padding-top: .5625rem;
    padding-bottom: .5625rem
}

.c-tiny-breadcrumb-close [class*=icon]:first-child {
    margin-right: .3125rem
}

.c-tiny-breadcrumb-close [class*=icon]:last-child {
    margin-left: .3125rem
}

.off-canvas .c-tiny-breadcrumb-close:focus {
    outline: 0
}

.c-tiny-breadcrumb {
    width: 100%;
    margin: 0;
    padding: .375rem .625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-transform: uppercase;
    list-style: none;
    border-top: 1px solid #787882;
    border-bottom: 1px solid #787882;
    font-size: .875rem
}

.c-tiny-breadcrumb__item {
    display: inline-block;
    line-height: 1;
    padding: .1875rem 0
}

.c-tiny-breadcrumb__item:after {
    font-family: Linearicons;
    text-transform: none;
    content: "right6";
    position: relative;
    left: -1px
}

.c-tiny-breadcrumb__item:last-child:after {
    visibility: hidden
}

.c-tiny-breadcrumb__item a {
    display: inline-block
}

.off-canvas .c-tiny-breadcrumb__item a:focus {
    outline: 0
}

.c-tiny-breadcrumb--dark {
    background-color: #000;
    color: #fff
}

.c-tiny-breadcrumb--dark a {
    color: #fff
}

.c-tiny-breadcrumb--dark a:focus,
.c-tiny-breadcrumb--dark a:hover {
    color: #d2d2d2
}

.c-tiny-breadcrumb-label {
    width: 100%;
    padding: .1875rem .625rem;
    border-top: 1px solid #787882;
    border-bottom: 1px solid #787882;
    font-size: .875rem;
    height: 100%
}

.c-tiny-breadcrumb-label__link {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: .375rem 0;
    color: #fff;
    text-transform: uppercase
}

.c-tiny-breadcrumb-label__link:focus,
.c-tiny-breadcrumb-label__link:hover {
    color: #d2d2d2;
    outline: 0
}

.c-tiny-breadcrumb-label__link:focus {
    color: #fff
}

.c-tiny-breadcrumb-label__link [class*=icon]:first-child {
    margin-right: .3125rem
}

.c-tiny-breadcrumb-label__link [class*=icon]:last-child {
    margin-right: 0
}

.c-tiny-breadcrumb-label__link span+[class*=icon] {
    margin-left: .3125rem
}

.c-breadcrumb {
    color: #000;
    width: 100%;
    margin: 0;
    padding: .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    font-size: .875rem
}

@media print,
screen and (min-width:40em) {
    .c-breadcrumb {
        padding: .75rem
    }
}

.c-breadcrumb a {
    display: inline-block;
    color: #000
}

.c-breadcrumb a:focus,
.c-breadcrumb a:hover {
    color: #787882
}

.c-breadcrumb__back {
    padding-right: 1.5625rem
}

.c-breadcrumb__item:after {
    content: ">";
    display: inline-block;
    padding-left: .125rem;
    padding-right: .25rem
}

.c-breadcrumb__item:last-child:after {
    display: none
}

.c-breadcrumb__item .o-linear-icon {
    font-size: .75rem
}

.c-oc-dark-content {
    background-color: #000;
    color: #fff;
    padding: .625rem
}

.c-oc-dark-content .o-alternative-h1,
.c-oc-dark-content .o-alternative-h2,
.c-oc-dark-content .o-alternative-h3,
.c-oc-dark-content .o-alternative-h4,
.c-oc-dark-content .o-alternative-h5,
.c-oc-dark-content .o-alternative-h6,
.c-oc-dark-content .o-product-detail-title,
.c-oc-dark-content .o-pseudo-h1,
.c-oc-dark-content .o-pseudo-h2,
.c-oc-dark-content .o-pseudo-h3,
.c-oc-dark-content .o-pseudo-h4,
.c-oc-dark-content .o-pseudo-h5,
.c-oc-dark-content .o-pseudo-h6,
.c-oc-dark-content a,
.c-oc-dark-content h1,
.c-oc-dark-content h2,
.c-oc-dark-content h3,
.c-oc-dark-content h4,
.c-oc-dark-content h5,
.c-oc-dark-content h6 {
    color: #fff
}

.c-oc-dark-content a {
    display: inline-block
}

.c-oc-dark-content a:focus,
.c-oc-dark-content a:hover {
    color: #d2d2d2
}

.c-oc-dark-content .button {
    margin-bottom: .3125rem
}

.c-oc-dark-content__headline {
    margin-bottom: 0
}

.c-oc-content {
    padding-left: .625rem;
    padding-right: .625rem;
    padding-bottom: .9375rem
}

.c-oc-content--bordered {
    padding-top: .9375rem;
    border-bottom: 1px solid #ccc
}

.c-oc-content--narrow {
    padding-top: 0;
    padding-bottom: 0
}

.c-oc-content .c-product-count {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1
}

@media screen and (max-width:64.0624rem) {
    .c-oc-content-for-small-only {
        padding-left: .625rem;
        padding-right: .625rem;
        padding-bottom: .9375rem
    }
    .c-oc-content-for-small-only--bordered {
        padding-top: .9375rem;
        border-bottom: 1px solid #ccc
    }
    .c-oc-content-for-small-only--narrow {
        padding-top: 0;
        padding-bottom: 0
    }
    .c-oc-content-for-small-only .c-product-count {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .c-oc-content-for-medium-only {
        padding-left: .9375rem;
        padding-right: .9375rem;
        padding-bottom: .9375rem
    }
    .c-oc-content-for-medium-only--bordered {
        padding-top: .9375rem;
        border-bottom: 1px solid #ccc
    }
    .c-oc-content-for-medium-only--narrow {
        padding-top: 0;
        padding-bottom: 0
    }
    .c-oc-content-for-medium-only .c-product-count {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-oc-content-for-xmedium-only {
        padding-left: .9375rem;
        padding-right: .9375rem;
        padding-bottom: .9375rem
    }
    .c-oc-content-for-xmedium-only--bordered {
        padding-top: .9375rem;
        border-bottom: 1px solid #ccc
    }
    .c-oc-content-for-xmedium-only--narrow {
        padding-top: 0;
        padding-bottom: 0
    }
    .c-oc-content-for-xmedium-only .c-product-count {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-oc-content-for-large-only {
        padding-left: .9375rem;
        padding-right: .9375rem;
        padding-bottom: .9375rem
    }
    .c-oc-content-for-large-only--bordered {
        padding-top: .9375rem;
        border-bottom: 1px solid #ccc
    }
    .c-oc-content-for-large-only--narrow {
        padding-top: 0;
        padding-bottom: 0
    }
    .c-oc-content-for-large-only .c-product-count {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1
    }
}

.c-oc-time-table {
    margin-bottom: .625rem
}

.c-oc-time-table__row {
    display: table-row
}

.c-oc-time-table__cell {
    display: table-cell;
    padding: 0 .25rem
}

.c-oc-time-table__cell:first-child {
    padding-left: 0
}

.c-oc-time-table__cell:last-child {
    padding-right: 0
}

.c-oc-time-table--small {
    font-size: .75rem
}

.c-oc-phone {
    font-size: 1rem;
    margin-right: .3125rem
}

.c-oc-fixed {
    overflow: hidden
}

.c-oc-fixed__body {
    overflow-y: auto
}

.c-oc-fixed__item>* {
    margin-bottom: 0
}

@media screen and (max-width:64.0624rem) {
    .c-oc-fixed-for-small-only {
        overflow: hidden
    }
    .c-oc-fixed-for-small-only__body {
        overflow-y: auto
    }
    .c-oc-fixed-for-small-only__item>* {
        margin-bottom: 0
    }
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .c-oc-fixed-for-medium-only {
        overflow: hidden
    }
    .c-oc-fixed-for-medium-only__body {
        overflow-y: auto
    }
    .c-oc-fixed-for-medium-only__item>* {
        margin-bottom: 0
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-oc-fixed-for-xmedium-only {
        overflow: hidden
    }
    .c-oc-fixed-for-xmedium-only__body {
        overflow-y: auto
    }
    .c-oc-fixed-for-xmedium-only__item>* {
        margin-bottom: 0
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-oc-fixed-for-large-only {
        overflow: hidden
    }
    .c-oc-fixed-for-large-only__body {
        overflow-y: auto
    }
    .c-oc-fixed-for-large-only__item>* {
        margin-bottom: 0
    }
}

.c-footer-panel-bar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    border-top: 1px solid #787882
}

.c-footer-panel-bar__item {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-footer-panel-bar__item:last-child .c-footer-panel-bar__link {
    border-right: none
}

.c-footer-panel-bar__link {
    border-right: 1px solid #fff;
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 3.125rem;
    background-color: #383841;
    color: #fff;
    font-size: .75rem;
    transition: all .15s ease-in-out
}

.c-footer-panel-bar__link--primary {
    background-color: #027393
}

.c-footer-panel-bar__link:focus,
.c-footer-panel-bar__link:hover {
    color: #fff
}

.c-footer-panel-bar__link [class*=icon] {
    font-size: 1.25rem
}

.c-footer-panel-bar__link.is-active {
    background-color: #fff;
    color: #000
}

.c-footer-panel-bar__link.is-active+.c-footer-panel-bar__panel {
    transform: translateZ(0);
    visibility: visible;
    transition: transform .35s ease-in-out
}

.c-footer-panel-bar__panel {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 100%;
    width: 100%;
    background-color: #fff;
    color: #000;
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, .25)
}

.c-footer-panel-bar__panel-inner {
    padding: .9375rem .625rem
}

.c-footer-panel-bar__panel-inner+* {
    padding-bottom: .9375rem
}

.c-footer-panel-bar__panel-headline {
    margin-bottom: 0
}

.c-footer-panel-bar__panel-label {
    margin-top: .9375rem
}

.c-footer-panel-bar__panel-text {
    margin: .9375rem 0 0;
    font-weight: 400
}

.c-footer-panel-bar__panel-link {
    color: #000;
    text-decoration: underline
}

.c-footer-panel-bar__panel-link:focus,
.c-footer-panel-bar__panel-link:hover {
    color: #787882
}

.c-price-block {
    border-top: none;
    padding-top: .625rem;
    position: relative
}

.c-price-block__prices {
    padding: 0;
    line-height: 1rem;
    text-align: right
}

.c-price-block__prices-and-energylabel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: .3125rem
}

.c-price-block__prices-and-energylabel .c-price-block__prices__energylabel {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding-right: .3125rem
}

.c-price-block__prices-and-energylabel .c-price-block__prices__energylabel .c-energy-label {
    margin-left: 0;
    vertical-align: baseline
}

@media print,
screen and (min-width:64.0625em) {
    .c-price-block__prices-and-energylabel .c-price-block__prices__energylabel {
        text-align: left;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.c-price-block__prices-and-energylabel .c-price-block__retail-price {
    padding-left: 0;
    text-align: left;
    line-height: 1.2
}

.c-price-block__prices-and-energylabel .c-price-block__price {
    text-align: right
}

.c-price-block__prices-and-energylabel--column {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-price-block__prices-and-energylabel--align-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.c-price-block__price {
    display: inherit;
    line-height: 1.5625rem!important;
    font-size: 27px;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: .3125rem;
    margin-left: .3125rem
}

.c-price-block__price-specialoffer {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1.2
}

.c-price-block__price-specialoffer .has-tip {
    color: inherit;
    padding: 0
}

.c-price-block__price-specialoffer .has-tip i.o-linear-icon {
    font-size: .875rem;
    vertical-align: 0
}

.c-price-block__price-price {
    white-space: nowrap
}

.c-price-block__price-price sup {
    top: 0;
    vertical-align: top;
    line-height: 1
}

.c-price-block__price--strikethrough {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.c-price-block__price--strikethrough sup {
    vertical-align: top;
    line-height: 15px;
    top: 0
}

.c-price-block__price--strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 80%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-8deg)
}

.c-price-block__price--row {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-price-block__retail-prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    white-space: nowrap
}

.c-price-block__retail-price {
    color: #000;
    display: inline-block;
    line-height: 1rem
}

.c-price-block__retail-price.o-footnote:after {
    right: -.0625rem
}

.c-price-block__retail-price.o-footnote--two:after {
    content: "**";
    right: -.4375rem
}

.c-price-block__energylabel-and-price {
    line-height: 1.25rem
}

.c-price-block__incl {
    font-size: .625rem;
    line-height: .625rem
}

.c-price-block__comparison {
    font-size: .625rem
}

.c-price-block__comparison--gray-background {
    font-size: .875rem;
    border-top: 1px solid #d2d2d2;
    background-color: #f0f0f0;
    text-align: center;
    padding: .3125rem
}

.c-price-block__comparison .c-price-block__comparison-button-icon-layer {
    font-size: 1.1875rem;
    margin-left: .3125rem
}

.c-price-block__comparison .c-price-block__comparison-button-icon-check {
    font-size: 1rem
}

.c-price-block--no-pad-right {
    padding-right: 0
}

.c-price-block--no-pad-left {
    padding-left: 0
}

.c-price-block__comparison-button-text {
    font-weight: 700;
    text-decoration: underline
}

@media print,
screen and (min-width:64.0625em) {
    .c-price-block__comparison-button-text {
        font-weight: 400
    }
}

.c-quick-view .c-price-block__prices-and-energylabel {
    -ms-flex-align: end;
    align-items: flex-end
}

.c-quick-view .c-price-block__prices__energylabel {
    text-align: right
}

.c-quick-view .c-price-block__comparison-button-text {
    font-weight: 700
}

.c-price-block .c-energy-label {
    bottom: .1875rem
}

.c-price-block__free-shipping {
    color: #20ca74
}

.c-price-block__free-shipping,
.c-price-block__free-shipping-info {
    margin-top: .625rem;
    font-weight: 400
}

.c-price-block__order-check {
    font-size: .625rem;
    line-height: .625rem
}

.c-price-block__quantity-input {
    display: inline-block
}

.c-price-block__buttons {
    padding: .625rem 0 0
}

.c-price-block__buttons .button {
    margin-bottom: .625rem;
    padding: .9375rem .75rem
}

.c-price-block a:focus,
.c-price-block a:hover,
.c-price-block__delivery-country a {
    color: #000
}

.c-price-block .c-radio-button label {
    line-height: inherit
}

.c-price-block__cart-button {
    color: #fff
}

.c-price-block__prices-and-buttons {
    border-left: 0 none;
    padding-top: .625rem;
    border-top: 1px solid #d2d2d2
}

.c-price-block__prices-and-buttons .has-tip {
    padding-left: 0
}

.c-price-block__prices-and-buttons .has-tip .o-linear-icon {
    font-size: 1.25rem;
    vertical-align: -4px
}

.c-price-block .c-buy-format-choice {
    border-top: 1px solid #d2d2d2;
    margin-left: -.625rem;
    margin-right: -.625rem;
    background-color: #f0f0f0;
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
    .c-price-block {
        border-top: 2px solid #d2d2d2
    }
    .c-price-block__prices-and-buttons {
        border-left: 1px solid #d2d2d2;
        padding-top: 0;
        border-top: 0
    }
    .c-price-block .c-buy-format-choice {
        border-top: 0;
        margin-left: 0;
        margin-right: 0;
        background-color: #fff;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-price-block.c-price-block--stacked-for-large {
        border-top: 0 none;
        border: 1px solid #d2d2d2
    }
    .c-price-block.c-price-block--stacked-for-large .c-price-block__energylabel-and-price,
    .c-price-block.c-price-block--stacked-for-large .c-price-block__incl,
    .c-price-block.c-price-block--stacked-for-large .c-price-block__order-check,
    .c-price-block.c-price-block--stacked-for-large .c-price-block__price,
    .c-price-block.c-price-block--stacked-for-large .c-price-block__prices {
        line-height: inherit
    }
    .c-price-block.c-price-block--stacked-for-large .c-price-block__prices {
        padding: 0 .625rem .625rem 0
    }
    .c-price-block.c-price-block--stacked-for-large .c-price-block__incl {
        font-size: 12px
    }
    .c-price-block.c-price-block--stacked-for-large .c-energy-label {
        bottom: 0
    }
    .c-price-block.c-price-block--stacked-for-large .c-price-block__quantity-input {
        margin: .625rem 0 0
    }
    .c-price-block.c-price-block--stacked-for-large .c-price-block__delivery-country {
        padding: .625rem;
        background-color: #f0f0f0
    }
    .c-price-block.c-price-block--stacked-for-large .c-buy-format-choice {
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        background-color: #f0f0f0
    }
    .c-price-block.c-price-block--stacked-for-large .c-price-block__prices-and-buttons {
        border-left: 0 none
    }
    .c-price-block.c-price-block--stacked-for-large .c-price-block__buttons {
        padding: .625rem
    }
    .c-price-block.c-price-block--stacked-for-large .c-price-block__buttons .button {
        margin-bottom: .625rem
    }
}

.c-buy-format-choice__label {
    line-height: inherit;
    padding: .625rem;
    border-bottom: 1px solid #d2d2d2
}

.c-buy-format-choice__label.is-disabled:hover {
    cursor: not-allowed
}

.c-buy-format-choice__label:last-child {
    border-bottom: 0 none
}

.c-buy-format-choice__label label {
    display: block
}

.c-buy-format-choice__label label:before {
    margin-top: -.125rem
}

@media screen and (max-width:64em) {
    .c-buy-format-choice__label label:before {
        margin-top: .25rem
    }
}

@media screen and (max-width:64em) {
    .c-buy-format-choice__label:first-child {
        padding-top: 0
    }
}

.is-disabled .c-buy-format-choice__text {
    color: rgba(0, 0, 0, .4)
}

.is-disabled .c-buy-format-choice__text .ready-to-pick-up {
    display: none
}

.c-buy-format-choice__input {
    margin: 0 .3125rem 0 0
}

.c-buy-format-choice__tooltip {
    font-size: 1.25rem
}

.is-disabled .c-buy-format-choice__tooltip [class*=" icon-"],
.is-disabled .c-buy-format-choice__tooltip [class^=icon-] {
    opacity: .3
}

@media print,
screen and (min-width:64.0625em) {
    .c-buy-format-choice__tooltip {
        position: absolute;
        right: 0;
        top: -3px
    }
}

@media screen and (max-width:64em) {
    .c-buy-format-choice__tooltip .o-linear-icon {
        vertical-align: middle
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-buy-format-choice__label {
        position: relative
    }
    .c-buy-format-choice__title {
        display: block;
        width: calc(100% - 20px)
    }
}

.c-grid-minimalist>.row {
    margin-bottom: 2px
}

.c-grid-minimalist>.row:last-child {
    margin-bottom: 0
}

.c-grid-minimalist>.row>.column,
.c-grid-minimalist>.row>.columns {
    padding-left: 1px;
    padding-right: 1px
}

.c-grid-minimalist>.row>.column:first-child,
.c-grid-minimalist>.row>.columns:first-child {
    padding-left: 0
}

.c-grid-minimalist>.row>.column:last-child,
.c-grid-minimalist>.row>.columns:last-child {
    padding-right: 0
}

.c-grid-minimalist--inner>.row {
    margin-left: 0;
    margin-right: 0
}

.c-show-items-group>:nth-child(n+8) {
    display: none
}

.c-show-items-group.is-expanded>:nth-child(n),
.c-show-items-group>:nth-child(n+8).is-toggle,
.c-show-items-group>:nth-child(n+8)[data-show-items-group-toggle] {
    display: block
}

@media print,
screen and (min-width:40em) {
    .c-show-items-group-for-medium>:nth-child(n+8) {
        display: none
    }
    .c-show-items-group-for-medium.is-expanded>:nth-child(n),
    .c-show-items-group-for-medium>:nth-child(n+8).is-toggle,
    .c-show-items-group-for-medium>:nth-child(n+8)[data-show-items-group-toggle] {
        display: block
    }
}

@media screen and (min-width:50em) {
    .c-show-items-group-for-xmedium>:nth-child(n+8) {
        display: none
    }
    .c-show-items-group-for-xmedium.is-expanded>:nth-child(n),
    .c-show-items-group-for-xmedium>:nth-child(n+8).is-toggle,
    .c-show-items-group-for-xmedium>:nth-child(n+8)[data-show-items-group-toggle] {
        display: block
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-show-items-group-for-large>:nth-child(n+8) {
        display: none
    }
    .c-show-items-group-for-large.is-expanded>:nth-child(n),
    .c-show-items-group-for-large>:nth-child(n+8).is-toggle,
    .c-show-items-group-for-large>:nth-child(n+8)[data-show-items-group-toggle] {
        display: block
    }
}

.clearable {
    background: #fff url(/application/views/domita/img/autocompleter.clear.png) no-repeat right -2.5rem center;
    padding: 3px 50px 3px 10px;
    transition: background .5s
}

.clearable.x {
    background-position: right 1.25rem center
}

.clearable.onX {
    cursor: pointer
}

.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.autocomplete-suggestions {
    font-family: Roboto;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #000;
    cursor: default;
    overflow: auto;
    box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    padding: .5rem
}

.autocomplete-suggestion {
    font-family: Roboto;
    font-size: .875rem;
    padding: .4rem 0 .4rem .4rem;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2
}

.autocomplete-suggestion--count {
    float: right;
    display: block;
    color: #000!important;
    padding-right: .75rem
}

.autocomplete-suggestion .black,
.autocomplete-suggestion .black:hover {
    color: #000
}

.autocomplete-suggestion__product__list {
    list-style: none;
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%
}

.autocomplete-suggestion__product__list li {
    padding: 0 0 .5rem!important
}

.autocomplete-suggestion__product__price {
    color: red
}

.autocomplete-suggestion__product__showall {
    margin: 1rem 0 1rem -.214rem!important;
    color: #000!important
}

.autocomplete-suggestion--dym {
    color: #000!important;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    padding-right: .5rem
}

.autocomplete-suggestion--path {
    color: #787882!important;
    font-style: italic;
    font-size: small
}

.autocomplete-suggestion__product__thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #f0f0f0;
    border-radius: 0;
    line-height: 0
}

.autocomplete-suggestion[data-index="0"] {
    word-wrap: break-word;
    color: #000!important;
    font-size: 1rem;
    padding: .4rem 0 .4rem .4rem
}

@media screen and (max-width:64.0624rem) {
    .autocomplete-suggestion[data-index="0"] {
        font-size: .875rem;
        word-wrap: break-word
    }
}

.autocomplete-no-suggestion {
    padding: 2px 5px
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #000
}

.autocomplete-group {
    padding: .09375rem 0 .09375rem .5rem;
    background-color: #d2d2d2;
    margin-bottom: .5rem;
    position: relative
}

.autocomplete-group:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 1.6rem;
    border: 15px solid;
    border-color: #d2d2d2 transparent transparent
}

.c-autocompleter {
    padding-bottom: 1rem;
    font-family: Roboto
}

.c-autocompleter ul {
    margin: 0!important;
    padding: 0!important;
    width: 100%
}

.c-autocompleter ul li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0
}

.c-autocompleter__header__container {
    padding: .125rem;
    padding-left: .75rem;
    background-color: #f0f0f0;
    margin-bottom: 1.1rem;
    position: relative
}

.c-autocompleter__header__container:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -5;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: .9375rem solid #f0f0f0;
    border-left: .9375rem solid transparent;
    border-right: .9375rem solid transparent
}

.c-autocompleter__count {
    float: right;
    color: #000!important;
    padding-right: .75rem
}

.c-autocompleter__link {
    color: #000!important;
    padding-left: .75rem
}

.c-seo-content {
    color: #787882;
    font-size: .75rem;
    line-height: 1.5
}

.c-seo-content .o-alternative-h1,
.c-seo-content .o-alternative-h2,
.c-seo-content .o-alternative-h3,
.c-seo-content .o-product-detail-title,
.c-seo-content .o-pseudo-h1,
.c-seo-content .o-pseudo-h2,
.c-seo-content .o-pseudo-h3,
.c-seo-content h1,
.c-seo-content h2,
.c-seo-content h3 {
    color: #787882
}

.c-seo-content .o-alternative-h2,
.c-seo-content .o-alternative-h3,
.c-seo-content .o-product-detail-title,
.c-seo-content .o-pseudo-h2,
.c-seo-content .o-pseudo-h3,
.c-seo-content h2,
.c-seo-content h3 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    line-height: 1.3125rem
}

.c-seo-content a[href] {
    color: #787882
}

.c-seo-content a[href]:not(.button) {
    text-decoration: underline
}

.c-seo-content .o-alternative-h1,
.c-seo-content .o-pseudo-h1,
.c-seo-content h1 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.75rem
}

.c-seo-content--expandable .c-seo-content__expand-toggle {
    margin-top: .5rem;
    display: none;
    color: #787882
}

.c-seo-content--expandable .c-seo-content__expand-toggle>span {
    text-decoration: underline;
    text-transform: uppercase
}

.c-seo-content--expandable .c-seo-content__expand-toggle>i {
    margin-left: .3125rem
}

@media screen and (max-width:64.0624rem) {
    .c-seo-content--expandable .c-seo-content__content-wrapper {
        position: relative;
        overflow: hidden;
        max-height: 200px;
        transition: max-height 1s
    }
    .c-seo-content--expandable .c-seo-content__content-wrapper:after {
        content: "";
        width: 100%;
        height: 70px;
        background: linear-gradient(180deg, hsla(0, 0%, 94%, 0) 0, #f0f0f0 95%);
        position: absolute;
        bottom: 0;
        left: 0
    }
    .c-seo-content--expandable .c-seo-content__toggle-show-less {
        display: none
    }
    .c-seo-content--expandable .c-seo-content__toggle-show-more,
    .c-seo-content--expandable.is-expanded .c-seo-content__toggle-show-less {
        display: inline
    }
    .c-seo-content--expandable.is-expanded .c-seo-content__toggle-show-more {
        display: none
    }
    .c-seo-content--expandable.is-expanded .c-seo-content__toggle-icon {
        transform: rotate(180deg)
    }
    .c-seo-content--expandable.is-expanded .c-seo-content__content-wrapper:after {
        display: none
    }
    .c-seo-content--expandable .c-seo-content__expand-toggle {
        display: inline-block
    }
}

.c-lightbox-gallery {
    width: 100%
}

.c-lightbox-gallery__image {
    margin-bottom: 1rem
}

@media print,
screen and (min-width:40em) {
    .c-lightbox-gallery__image {
        margin-right: 1rem
    }
}

.c-icon-link-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.c-icon-link-list li {
    background-color: #fff;
    margin-bottom: .625rem
}

.c-icon-link-list li:hover {
    background-color: #f0f0f0
}

.c-icon-link-list li:hover a {
    color: #000
}

.c-icon-link-list li a {
    display: block;
    padding: .66667rem 1rem
}

.c-icon-link-list li a i {
    display: block;
    float: left;
    margin-right: .3125rem
}

.c-icon-link-list li a p {
    overflow: hidden;
    margin: 0
}

.c-checklist {
    list-style-type: none;
    margin-left: 0
}

.c-checklist li {
    position: relative;
    padding-left: 1.25rem
}

.c-checklist li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    display: block;
    font-weight: 900;
    padding-right: .3125rem;
    position: absolute;
    left: 0
}

.c-video-player {
    margin-bottom: 1rem
}

.c-video-player--popup.vjs-fluid {
    padding-top: 0!important
}

@media screen and (min-width:50em) {
    .c-video-gallery--single .c-video-gallery__video {
        margin-top: 2rem
    }
}

.c-video-gallery__header {
    margin-bottom: .5rem;
    padding-right: 1.25rem
}

.c-video-gallery__title {
    margin-bottom: 0
}

.c-video-gallery__video {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem
}

@media screen and (max-width:49.9375em) {
    .c-video-gallery__video {
        margin-bottom: 1.5rem
    }
}

.c-video-gallery__playlist-wrapper {
    position: relative
}

@media screen and (min-width:50em) {
    .c-video-gallery__playlist {
        margin-right: 1.25rem;
        overflow-y: auto;
        overflow-x: hidden;
        height: 28.125rem;
        padding-left: 1px;
        padding-top: 1px;
        padding-bottom: 1.875rem
    }
}

.c-video-gallery__playlist .o-alternative-h6,
.c-video-gallery__playlist .o-pseudo-h6,
.c-video-gallery__playlist h6 {
    margin-bottom: 0
}

.c-video-gallery__playlist .media-object {
    margin-bottom: .5rem
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-video-gallery__playlist .media-object {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .c-video-gallery__playlist .media-object .media-object-section {
        width: 100%;
        padding: 0
    }
    .c-video-gallery__playlist .media-object .thumbnail {
        margin-bottom: 5px
    }
}

@media screen and (min-width:50em) {
    .c-video-gallery__playlist-gradient {
        display: block;
        content: "";
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
        width: 100%;
        height: 1.875rem;
        position: absolute;
        bottom: 0
    }
}

.c-price-table tbody {
    border: none
}

.c-price-table tr {
    background-color: #fff!important;
    border-top: 1px solid #d2d2d2!important;
    text-align: right
}

.c-price-table tr:first-child {
    border-top: none!important
}

.c-price-table tr:last-child {
    background-color: #f0f0f0!important;
    border-bottom: 1px solid #d2d2d2!important
}

.c-price-table tr:last-child td {
    font-size: 1.25rem;
    font-weight: 500
}

.c-price-table tr:last-child td.c-price-table__price {
    color: #027394
}

.c-price-table__desc {
    text-align: right;
    vertical-align: top
}

.c-price-table__price {
    vertical-align: top
}

.c-price-table__price,
.c-price-table__price--country-price {
    font-weight: 500
}

.c-price-table__price .small-block,
.c-price-table__price--country {
    font-weight: 200;
    font-size: .75rem;
    line-height: 1.3125rem
}

.c-price-table__price--shipping {
    padding-top: .1875rem
}

.c-price-table__icons {
    margin-top: .9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:64.0624rem) {
    .c-price-table__icons {
        display: block
    }
}

.c-price-table__icons i {
    display: inline-block
}

.c-price-table__icons--text {
    line-height: 1rem;
    display: block;
    font-size: .75rem
}

.c-price-table__icons--gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.c-price-table__free-shipping {
    color: #20ca74
}

.c-price-table .ot_payment small {
    color: #787882!important
}

.c-price-table .ot_payment span {
    color: #000
}

.c-price-table .ot_payment span.o-alert-text {
    color: #027394
}

.c-double-table-spacer,
tr.c-double-table-spacer {
    width: 100%;
    border-top: none!important;
    border-bottom: 1px solid #d2d2d2!important;
    background-color: #fff!important
}

.c-double-table-spacer>td,
tr.c-double-table-spacer>td {
    padding: 0
}

.c-double-table-spacer {
    height: 3px
}

tr.c-double-table-spacer {
    height: 2px
}

.c-wizard {
    display: table;
    margin: 1.875rem auto;
    width: auto;
    max-width: 100%
}

.c-wizard__title {
    text-transform: uppercase
}

@media screen and (max-width:49.9375em) {
    .c-wizard__title {
        display: none
    }
}

.c-wizard li {
    list-style-type: none;
    float: left;
    line-height: 1.625rem;
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2.3125rem;
    position: relative
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-wizard li {
        margin-right: 1.375rem
    }
}

.c-wizard li span {
    line-height: 1.625rem
}

.c-wizard li:after {
    display: inline-block;
    content: "";
    height: 2px;
    border-top: 1px solid #787882;
    width: 1.4375rem;
    top: .9375rem;
    position: absolute;
    right: -1.875rem
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-wizard li:after {
        width: .4375rem;
        right: -.9375rem
    }
}

.c-wizard li:after+a.c-wizard__done {
    border-top: 1px solid #027393
}

.c-wizard li:last-of-type {
    margin-right: 0
}

.c-wizard li:last-of-type:after {
    display: none
}

.c-wizard li a {
    line-height: 1.625rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8rem;
    color: #787882
}

.c-wizard li a.is-disabled {
    cursor: default
}

.c-wizard li a .c-wizard__number {
    overflow: hidden;
    width: 1.875rem;
    height: 1.875rem;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #787882;
    border-radius: 1.875rem;
    display: inline-block;
    margin-right: .4375rem
}

.c-wizard li a.c-wizard__active {
    color: #027393
}

.c-wizard li a.c-wizard__active .c-wizard__number {
    background-color: #027393;
    border-color: #027393;
    color: #fff
}

.c-wizard li a.c-wizard__done {
    color: #027393
}

.c-wizard li a.c-wizard__done .c-wizard__number {
    border-color: #027393;
    font-family: Linearicons;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none!important;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.c-wizard li a.c-wizard__done .c-wizard__number:before {
    content: "check";
    display: table-cell;
    width: 1.875rem;
    height: 1.875rem;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #027393;
    margin-right: .4375rem
}

@media screen and (max-width:49.9375em) {
    .c-wizard--linked li:after {
        top: 1.25rem
    }
}

@media screen and (max-width:49.9375em) {
    .c-wizard--linked li a .c-wizard__number {
        line-height: 2.25rem;
        font-size: 1.2rem
    }
}

@media screen and (max-width:49.9375em) {
    .c-wizard--linked li a .c-wizard__number,
    .c-wizard__done .c-wizard--linked li a {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 2.5rem
    }
}

.c-wizard--compact {
    margin: .625rem auto
}

.c-contactbox__number {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 400;
    color: #000
}

.c-contactbox__number .o-primary-text {
    color: #000
}

.c-contactbox .o-linear-icon {
    margin: 1rem auto 1.875rem;
    font-size: 1.875rem;
    display: table
}

@media screen and (max-width:49.9375em) {
    .c-contactbox .o-linear-icon {
        margin: auto
    }
}

@media screen and (max-width:49.9375em) {
    .c-contactbox .o-alternative-h5,
    .c-contactbox .o-pseudo-h5,
    .c-contactbox h5 {
        margin-bottom: 0
    }
}

.c-contactbox p {
    display: block
}

.c-contactbox p:last-of-type {
    margin-bottom: 0
}

.c-checkout-shipping .c-checkout-shipping__premium {
    margin-top: 1rem
}

.c-checkout-shipping .c-checkout-shipping__premium .c-checkbox {
    margin-top: -2px
}

.c-checkout-shipping .c-checkout-shipping__premium .c-checkbox label:before {
    top: 1px
}

.c-checkout-shipping .customer_company,
.c-checkout-shipping .customer_name {
    font-weight: 700;
    margin-bottom: .5rem;
    display: inline-block
}

.c-checkout-shipping__reserve_info {
    margin-top: 1rem
}

.c-checkout-payment .o-alternative-h4 small,
.c-checkout-payment .o-alternative-h5 small,
.c-checkout-payment .o-pseudo-h4 small,
.c-checkout-payment .o-pseudo-h5 small,
.c-checkout-payment h4 small,
.c-checkout-payment h5 small,
.c-checkout-shipping .o-alternative-h4 small,
.c-checkout-shipping .o-alternative-h5 small,
.c-checkout-shipping .o-pseudo-h4 small,
.c-checkout-shipping .o-pseudo-h5 small,
.c-checkout-shipping h4 small,
.c-checkout-shipping h5 small {
    color: #787882
}

.c-checkout-payment__icon>div {
    display: inline-block
}

@media screen and (max-width:49.9375em) {
    .c-checkout-payment__icon:first-child {
        margin-top: .3125rem
    }
}

.c-checkout-payment__icon_cc {
    overflow: unset;
    height: 50px
}

.c-checkout-payment__label {
    position: relative
}

@media screen and (max-width:49.9375em) {
    .c-checkout-payment__label .o-extrafee__icon {
        position: absolute;
        top: 0;
        left: 8rem
    }
}

.c-coupon-input .button {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    width: 2.875rem
}

#ts_reveal .modal-header,
#ts_reveal .modal_footer {
    display: none
}

.c-trustedshops .selectric .label {
    font-weight: 400
}

.c-trustedshops .c-radio-button input[type=radio]+label {
    white-space: nowrap;
    margin-right: 0;
    margin-left: 0
}

.c-trustedshops .c-radio-button input[type=radio]+label:before {
    top: 2px
}

@media screen and (max-width:49.9375em) {
    .c-trustedshops .c-radio-button {
        margin-top: .5rem
    }
}

@media screen and (max-width:49.9375em) {
    .c-trustedshops__selection {
        margin-top: 1rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-trustedshops__selection {
        max-width: 40%
    }
}

@media screen and (min-width:50em) {
    .c-trustedshops__selection {
        margin-top: -.5rem
    }
}

.c-trustedshops__selection .selectric-wrapper,
.c-trustedshops__selection select {
    width: calc(100% - 60px);
    margin-right: 1rem;
    float: left;
    margin-bottom: 0
}

.c-trustedshops__selection__logo {
    float: left
}

.c-trustedshops__condition {
    font-size: .8rem
}

.c-checkout-reserve .selectric-wrapper .selectric .label {
    font-weight: 400
}

.c-checkout-reserve .o-alternative-h6,
.c-checkout-reserve .o-pseudo-h6,
.c-checkout-reserve h6 {
    font-weight: 700
}

.c-checkout-reserve__info_text {
    margin-top: 1rem
}

.c-checkout-reserve__collection_times {
    margin-bottom: 1.875rem
}

.c-checkout-reserve__collection_times .o-alternative-h6,
.c-checkout-reserve__collection_times .o-pseudo-h6,
.c-checkout-reserve__collection_times h6 {
    margin-bottom: 0
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .c-checkout-reserve__collection_times__breaker {
        display: inline-block
    }
    .c-checkout-reserve__collection_times__breaker:before {
        content: " | ";
        margin-left: .3125rem;
        margin-right: .3125rem
    }
}

.c-checkout-reserve__picked_date {
    margin-top: 1rem
}

.c-checkout-reserve__picked_date .o-alternative-h6,
.c-checkout-reserve__picked_date .o-pseudo-h6,
.c-checkout-reserve__picked_date h6 {
    margin-bottom: 1.3rem
}

.c-checkout-reserve__picked_date--date {
    margin-bottom: 0
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-checkout-reserve__picked_date--date {
        max-width: calc(100% - 30px)
    }
}

.c-checkout-reserve__time {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.c-checkout-reserve__time .o-alternative-h6,
.c-checkout-reserve__time .o-pseudo-h6,
.c-checkout-reserve__time h6 {
    margin-bottom: 1.3rem
}

.c-checkout-reserve__time--input {
    margin-bottom: 0
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-checkout-reserve__time--input {
        max-width: calc(100% - 30px)
    }
}

.c-checkout-reserve__date-picker {
    width: 272px
}

.c-checkout-reserve__legend__available,
.c-checkout-reserve__legend__selected {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    border-radius: .46875rem;
    margin-right: .3125rem;
    content: " ";
    position: relative;
    top: 3px;
    background-color: #787882
}

.c-checkout-reserve__legend__selected {
    background-color: #027393
}

.c-checkout-reserve__reminder,
.c-checkout-reserve__reminder_error {
    margin-top: 1rem
}

.c-checkout-reserve .o-flat-flag {
    width: 26px;
    height: 20px;
    margin-right: .3125rem;
    display: inline-block;
    text-indent: -1000px;
    background-image: url(/application/views/domita/img/de.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    border: 1px solid #d2d2d2
}

.c-checkout-reserve .xdsoft_datetimepicker {
    padding: 0;
    position: relative
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker {
    background-color: #000;
    color: #fff;
    padding-top: .3rem;
    padding-bottom: .3rem;
    white-space: nowrap;
    height: 40px
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_today_button {
    display: none
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_next,
.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_prev {
    opacity: 1;
    position: relative;
    width: 25px;
    text-indent: 0
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_next:after,
.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_prev:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    content: "\e93b";
    font-family: Linearicons!important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    color: #fff
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_next:after {
    content: "\e93c"
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label {
    position: static
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_month {
    width: 110px;
    text-align: right
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_year {
    text-align: left
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_month,
.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_year {
    background-color: #000;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
    display: inline-block
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_month i,
.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_year i {
    display: none
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_month span,
.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_year span {
    font-weight: 300;
    text-transform: uppercase
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_month:hover span,
.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_year:hover span {
    text-decoration: none
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_month .xdsoft_select,
.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_year .xdsoft_select {
    display: none
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker:after {
    content: " ";
    clear: both;
    float: none;
    display: block
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_select {
    color: #787882;
    top: 40px;
    border-top: none;
    left: -1px!important;
    right: -1px!important
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_select .xdsoft_option {
    text-align: center
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_select .xdsoft_option:hover {
    background-color: #787882!important;
    color: #fff
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_select .xdsoft_option.xdsoft_current {
    background-color: #027393;
    color: #fff
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_datepicker {
    margin: 0;
    padding: 0;
    width: auto
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_calendar {
    margin: .9375rem
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_calendar th {
    background-color: #fff;
    border: none;
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    color: #000;
    padding-bottom: .3125rem
}

.c-checkout-reserve .xdsoft_datetimepicker tbody,
.c-checkout-reserve .xdsoft_datetimepicker td,
.c-checkout-reserve .xdsoft_datetimepicker th,
.c-checkout-reserve .xdsoft_datetimepicker thead,
.c-checkout-reserve .xdsoft_datetimepicker tr {
    border: none;
    background-color: #fff
}

.c-checkout-reserve .xdsoft_datetimepicker td:hover {
    background-color: #fff!important
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date {
    background-color: #fff;
    border: none;
    box-shadow: none
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date:hover {
    background-color: #fff!important
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date:hover.xdsoft_disabled>div {
    color: #d2d2d2
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date>div {
    padding: 0;
    border: none;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin: 0 auto;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    border-radius: 1.875rem;
    display: inline-block
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date>div:hover {
    background-color: #787882!important;
    color: #fff
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date.xdsoft_current {
    background-color: #fff;
    box-shadow: none
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date.xdsoft_current>div {
    background-color: #027393;
    color: #fff;
    font-weight: 300
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date.xdsoft_disabled {
    font-weight: 400;
    opacity: 1
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date.xdsoft_disabled>div {
    color: #d2d2d2
}

.c-checkout-reserve .xdsoft_datetimepicker .xdsoft_date.xdsoft_disabled>div:hover {
    background-color: #fff!important;
    color: #d2d2d2
}

.c-rrp-text {
    color: #000
}

.ot_subtotal .c-checkout-confirm__total-block-row__total__price .price-tag {
    font-size: 1.25rem;
    font-weight: 500
}

.ot_rrp .c-checkout-confirm__total-block-row__total__text {
    font-size: 1rem
}

.c-checkout-confirm__total-block-row__total .c-checkout-confirm__total-block-row__total__price,
.ot_total .c-checkout-confirm__total-block-row__total__text {
    font-size: 1.25rem
}

.c-checkout-confirm__total-block__payment:first-of-type {
    font-weight: 500
}

.c-checkout-confirm__total-block .c-icon-headline__icon--clickable {
    padding-right: 0
}

.c-checkout-confirm .c-pseudo-tooltip__tooltip.has-alignment-left {
    left: -10px
}

.c-checkout-confirm .c-pseudo-tooltip__tooltip.has-alignment-center {
    left: calc(50% + 5px)
}

.c-checkout-confirm__agb--element label:before {
    top: 4px
}

.c-checkout-confirm .condition .is-invalid-label a {
    color: #027394
}

.c-checkout-confirm .condition .has-tip {
    width: 0;
    float: left
}

.c-checkout-confirm #checkoutSidenav .o-icon-link i {
    padding-right: 0;
    font-size: 1rem
}

@media screen and (max-width:49.9375em) {
    .c-checkout-confirm #checkoutSidenav .c-sidenav-group__item__change {
        margin-right: 1rem
    }
}

.c-checkout-confirm #checkoutSidenav .c-checkout-confirm__company_name {
    margin-top: 1rem
}

.c-checkout-confirm #checkoutSidenav .orders-online-block .column:after,
.c-checkout-confirm #checkoutSidenav .orders-online-block .columns:after {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d2d2d2;
    content: "";
    display: block;
    width: 100%;
    height: 1px
}

.c-checkout-confirm #checkoutSidenav .orders-online-block:last-of-type .column:after,
.c-checkout-confirm #checkoutSidenav .orders-online-block:last-of-type .columns:after {
    display: none
}

.c-checkout-confirm #checkoutSidenav .js-transform-accordion__title .o-alternative-h5,
.c-checkout-confirm #checkoutSidenav .js-transform-accordion__title .o-pseudo-h5,
.c-checkout-confirm #checkoutSidenav .js-transform-accordion__title h5 {
    margin-bottom: 0
}

.c-checkout-confirm #checkoutSidenav hr.o-separation-line {
    margin-top: .4375rem
}

.c-checkout-confirm #checkoutSidenav .accordion {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
    .c-checkout-confirm #checkoutSidenav .accordion {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media screen and (min-width:50em) {
    .c-checkout-confirm #checkoutSidenav .accordion {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-checkout-confirm #checkoutSidenav .accordion {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.c-checkout-confirm #checkoutSidenav .accordion:after,
.c-checkout-confirm #checkoutSidenav .accordion:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.c-checkout-confirm #checkoutSidenav .accordion:after {
    clear: both
}

.c-checkout-confirm #checkoutSidenav .accordion-item .o-alternative-h5,
.c-checkout-confirm #checkoutSidenav .accordion-item .o-pseudo-h5,
.c-checkout-confirm #checkoutSidenav .accordion-item h5 {
    margin-bottom: 0
}

.c-checkout-confirm #checkoutSidenav .accordion-item .o-alternative-h5 small,
.c-checkout-confirm #checkoutSidenav .accordion-item .o-pseudo-h5 small,
.c-checkout-confirm #checkoutSidenav .accordion-item h5 small {
    color: #000
}

.c-checkout-confirm #checkoutSidenav .accordion .accordion-item.is-active hr.o-separation-line {
    display: block
}

.c-checkout-confirm #checkoutSidenav .accordion hr.o-separation-line {
    display: none
}

.c-checkout-confirm #checkoutSidenav .accordion-title {
    font-size: .8rem;
    border: none;
    padding: 0;
    padding-right: 2.5rem;
    line-height: .8rem;
    background-color: transparent
}

.c-checkout-confirm #checkoutSidenav .accordion-title:before {
    margin-top: -.35rem
}

.c-checkout-confirm #checkoutSidenav .accordion-content {
    padding: 0
}

.c-checkout-confirm__total-block {
    margin-bottom: 3rem
}

.row .row .c-checkout-confirm__total-block-row {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.row .row .c-checkout-confirm__total-block-row>.columns>.row {
    padding-left: .625rem;
    padding-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .row .row .c-checkout-confirm__total-block-row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
    .row .row .c-checkout-confirm__total-block-row>.columns>.row {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:50em) {
    .row .row .c-checkout-confirm__total-block-row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
    .row .row .c-checkout-confirm__total-block-row>.columns>.row {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .row .row .c-checkout-confirm__total-block-row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
    .row .row .c-checkout-confirm__total-block-row>.columns>.row {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.c-checkout-confirm__total-block:last-of-type {
    margin-bottom: 0
}

.c-checkout-confirm__total-block__coupon,
.c-checkout-confirm__total-block__payment {
    color: #027394
}

.c-checkout-confirm__total-block__coupon_info,
.c-checkout-confirm__total-block__payment_info {
    font-size: .75rem
}

@media screen and (max-width:64.0624rem) {
    .c-checkout-confirm__total-block__coupon_info,
    .c-checkout-confirm__total-block__payment_info {
        max-width: 120px;
        float: right
    }
}

.c-checkout-confirm__total-block-row__info {
    font-weight: 100;
    font-size: .7rem
}

.c-checkout-confirm__total-block-row__reserve {
    position: relative;
    max-width: 137px
}

.c-checkout-confirm__total-block-row__reserve .c-icon-headline__icon {
    position: absolute;
    right: -22px;
    top: 0
}

.c-checkout-confirm__total-block-row>.columns>.row {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    border-top: 1px solid #d2d2d2
}

@media screen and (min-width:50em) {
    .c-checkout-confirm__total-block-row>.columns>.row {
        margin: 0
    }
}

.c-checkout-confirm__total-block-row:first-of-type>.columns>.row,
.c-checkout-confirm__total-block-row:last-of-type>.columns>.row {
    border-top: none
}

@media screen and (max-width:49.9375em) {
    .c-checkout-confirm__total-block-row__total__text {
        font-size: .9rem
    }
}

.c-checkout-confirm__total-block-row__total .c-checkout-confirm__total-block-row__total__price {
    color: #027394
}

.c-checkout-confirm__total-block-row__total .columns>.row {
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
    background-color: #f0f0f0;
    font-weight: 500;
    font-size: 1.05rem
}

.c-checkout-confirm .c-cart-list__item {
    padding: .625rem;
    margin: .625rem -.625rem 0;
    border: none;
    border-bottom: 1px solid #d2d2d2
}

@media print,
screen and (min-width:40em) {
    .c-checkout-confirm .c-cart-list__item {
        padding: .9375rem;
        margin: .9375rem -.9375rem 0;
        border: none;
        border-bottom: 1px solid #d2d2d2
    }
}

@media screen and (min-width:50em) {
    .c-checkout-confirm .c-cart-list__item {
        padding: .9375rem;
        margin: .9375rem 0 0;
        border: 1px solid #d2d2d2
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-checkout-confirm .c-cart-list__item {
        padding: .9375rem;
        margin: .9375rem 0 0;
        border: 1px solid #d2d2d2
    }
}

.c-checkout-confirm .c-cart-list__item__title a {
    font-size: 1.05rem;
    color: #000;
    display: inline-block;
    margin-bottom: .5rem
}

.c-checkout-confirm .c-cart-list__item__price {
    font-size: 1.05rem;
    font-weight: 500;
    margin-top: .5rem;
    color: #027394
}

@media screen and (max-width:49.9375em) {
    .c-checkout-confirm .c-cart-list__item__price {
        margin-top: 0
    }
}

.c-checkout-confirm .c-cart-list__item__price_bottom {
    margin-top: .625rem
}

@media print,
screen and (min-width:40em) {
    .c-checkout-confirm .c-cart-list__item__price_bottom {
        margin-top: .9375rem
    }
}

@media screen and (min-width:50em) {
    .c-checkout-confirm .c-cart-list__item__price_bottom {
        margin-top: .9375rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-checkout-confirm .c-cart-list__item__price_bottom {
        margin-top: .9375rem
    }
}

.c-checkout-confirm .c-cart-list__item__price--strikethrough {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.c-checkout-confirm .c-cart-list__item__price--strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-8deg)
}

.c-definition-list-wrapper {
    margin-bottom: 1.25rem;
    padding-bottom: 1px;
    padding-left: 1px
}

.c-definition-list-wrapper .c-definition-list__attribute,
.c-definition-list-wrapper .c-definition-list__value {
    margin-left: -1px;
    margin-bottom: -1px
}

.c-definition-list {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: stretch;
    align-items: stretch
}

.c-definition-list__attribute,
.c-definition-list__value {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #d2d2d2;
    padding: .625rem;
    margin: 0;
    width: 50%;
    -ms-word-break: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.c-definition-list__attribute {
    background-color: #f0f0f0;
    font-weight: 500
}

@media screen and (min-width:50em) {
    .c-checkout-cancel-box--text {
        min-height: 64px
    }
}

.c-checkout-cancel-box--button-holder {
    margin-top: 1rem
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-checkout-cancel-box--button-holder .button {
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap
    }
}

.c-checkout-address .tabs {
    text-align: left
}

.c-checkout-address .selectric .label {
    font-weight: 400
}

.c-checkout-address--address {
    margin-top: .7rem
}

.c-checkout-address--address label br {
    display: none
}

.c-checkout-address--address label .customer_company,
.c-checkout-address--address label .customer_name {
    font-weight: 700;
    display: block;
    margin-bottom: .1rem
}

.c-checkout-address--address label .customer_address:after,
.c-checkout-address--address label .customer_city:after {
    content: ", "
}

.c-checkout-address--submit-row {
    margin-top: 2rem
}

.c-phoneorder-agentbar {
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #027393;
    border-bottom: 2px solid #fff;
    left: 0;
    right: 0
}

.c-phoneorder-agentbar__switch-container {
    margin-bottom: 0;
    top: -11px;
    font-weight: 400
}

.c-phoneorder-agentbar__switch-container label {
    top: 11px
}

.c-phoneorder-agentbar__switch-container .switch-paddle {
    width: 4.5rem
}

.c-phoneorder-agentbar__switch-container .switch-active,
.c-phoneorder-agentbar__switch-container .switch-inactive {
    color: #000
}

.c-phoneorder-agentbar__switch-container input:checked~.switch-paddle {
    background: #ccc
}

.c-phoneorder-agentbar__switch-container input~.switch-paddle:after {
    background: #027394
}

.c-phoneorder-agentbar__switch-container input:checked~.switch-paddle:after {
    background: #2ad47e;
    left: 2.75rem
}

.c-phoneorder-agentbar__item {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    color: #fff
}

.c-phoneorder-agentbar__label {
    color: #fff!important;
    line-height: 21px
}

.c-phoneorder-agentbar>.container>.row>.column,
.c-phoneorder-agentbar>.container>.row>.columns {
    border-right: 1px solid #fff
}

.c-phoneorder-agentbar>.container>.row>.column:last-of-type,
.c-phoneorder-agentbar>.container>.row>.columns:last-of-type {
    border-right: none
}

.c-phoneorder-agentbar--exists {
    margin-bottom: 32px
}

.c-phoneorder-agentbar--exists .sticky.is-stuck.is-at-top {
    top: 32px!important
}

.c-phoneorder-customerbar {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    background: #027393;
    border-top: 1px solid #fff;
    left: 0;
    right: 0
}

.c-phoneorder-customerbar__switch-container {
    margin-bottom: 0;
    top: -11px;
    font-weight: 400
}

.c-phoneorder-customerbar__switch-container label {
    top: 11px
}

.c-phoneorder-customerbar__switch-container .switch-paddle {
    width: 4.5rem
}

.c-phoneorder-customerbar__switch-container .switch-active,
.c-phoneorder-customerbar__switch-container .switch-inactive {
    color: #000
}

.c-phoneorder-customerbar__switch-container input:checked~.switch-paddle {
    background: #ccc
}

.c-phoneorder-customerbar__switch-container input~.switch-paddle:after {
    background: #027394
}

.c-phoneorder-customerbar__switch-container input:checked~.switch-paddle:after {
    background: #2ad47e;
    left: 2.75rem
}

.c-phoneorder-customerbar__item {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    height: 32px
}

.c-phoneorder-customerbar__label {
    color: #fff;
    line-height: 21px
}

.c-phoneorder-customerbar>.container>.row>.column,
.c-phoneorder-customerbar>.container>.row>.columns {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.c-phoneorder-customerbar>.container>.row>.column:last-of-type,
.c-phoneorder-customerbar>.container>.row>.columns:last-of-type {
    border-right: none
}

.c-phoneorder-customerbar--exists {
    margin-bottom: 24px
}

.c-phoneorder-customerbar--exists .o-totop-button {
    bottom: 3.5625rem
}

@media screen and (min-width:40em) and (max-width:49.9375em) {
    .c-phoneorder-customerbar--exists {
        margin-bottom: 48px
    }
    .c-phoneorder-customerbar--exists .o-totop-button {
        bottom: 7.125rem
    }
    .c-phoneorder-customerbar--exists .c-phoneorder-customerbar>.container>.row>.column:nth-of-type(2n),
    .c-phoneorder-customerbar--exists .c-phoneorder-customerbar>.container>.row>.columns:nth-of-type(2n) {
        border-right: none
    }
}

@media screen and (min-width:50em) and (max-width:64em) {
    .c-phoneorder-customerbar--exists {
        margin-bottom: 48px
    }
    .c-phoneorder-customerbar--exists .o-totop-button {
        bottom: 7.125rem
    }
    .c-phoneorder-customerbar--exists .c-phoneorder-customerbar>.container>.row>.column:nth-of-type(2n),
    .c-phoneorder-customerbar--exists .c-phoneorder-customerbar>.container>.row>.columns:nth-of-type(2n) {
        border-right: none
    }
}

@media screen and (max-width:64.0624rem) {
    .c-phoneorder-customerbar--exists {
        margin-bottom: 96px
    }
    .c-phoneorder-customerbar--exists .c-phoneorder-customerbar>.container>.row>.column,
    .c-phoneorder-customerbar--exists .c-phoneorder-customerbar>.container>.row>.columns {
        border-right: none
    }
    .c-phoneorder-customerbar--exists .o-totop-button {
        bottom: 14.25rem
    }
}

.c-sortable body.c-sortable__dragging,
.c-sortable body.c-sortable__dragging * {
    cursor: move!important
}

.c-sortable__dragged {
    position: absolute!important;
    opacity: .8;
    z-index: 2000;
    background-color: #fff;
    height: inherit!important;
    margin-left: 20px
}

.c-sortable--arrows {
    margin: 0 auto
}

.c-sortable--arrows>div {
    margin-top: 1px
}

.c-sortable--arrows>div>i {
    color: #000
}

.c-sortable--item>.row {
    position: relative
}

.c-sortable--placeholder {
    position: relative;
    height: 15px
}

.c-sortable--placeholder:before {
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    top: -3px;
    height: 10px;
    border: 10px solid #027393;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.c-sortable--handle {
    background-color: #f0f0f0;
    margin-left: .5rem;
    margin-right: -.5rem;
    width: 30px;
    text-align: center;
    cursor: move
}

.c-sortable--handle-spacer {
    width: 1rem
}

.c-sortable--container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.js-pinterest--has-button {
    position: relative
}

.js-pinterest--button {
    height: 28px
}

.js-pinterest--button--magazine {
    height: auto;
    margin-bottom: -1rem;
    margin-top: -1rem
}

@media print,
screen and (min-width:40em) {
    .js-pinterest--button--magazine {
        text-align: right
    }
}

@media screen and (max-width:64.0624rem) {
    .js-pinterest--button--magazine {
        text-align: center;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:40em) {
    .js-pinterest--area.c-magazin__maincontent .o-alternative-h1,
    .js-pinterest--area.c-magazin__maincontent .o-pseudo-h1,
    .js-pinterest--area.c-magazin__maincontent h1 {
        max-width: calc(100% - 180px);
        margin-left: auto;
        margin-right: auto
    }
}

@media print,
screen and (min-width:40em) {
    .js-module-product .js-pinterest--button {
        margin-top: .5rem;
        margin-bottom: 1rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .js-module-product .js-pinterest--button {
        margin-top: 10px
    }
}

@media screen and (max-width:64.0624rem) {
    .js-module-product .js-pinterest--button {
        margin-top: .5rem;
        margin-bottom: -2rem
    }
}

.c-rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: .875rem;
    color: #000
}

@media print,
screen and (min-width:40em) {
    .c-rating {
        font-size: 1.2rem
    }
}

.c-rating--inline {
    display: inline-block;
    padding: 0 .3125rem
}

.c-rating span.filled:before {
    content: "\2605"
}

.c-rating span:before {
    content: "\2606"
}

a:focus .c-rating,
a:hover .c-rating,
a:visited .c-rating {
    color: #000
}

.c-rating i.o-linear-icon {
    font-size: .8rem
}

.rating-input {
    opacity: 0
}

.rating-star {
    font-size: 1.75rem!important;
    cursor: pointer;
    color: #f0f0f0
}

.rating-reset {
    font-size: 3.8rem;
    cursor: pointer;
    color: #000
}

.rating-title {
    font-size: 1.0625rem;
    font-weight: 400;
    display: block
}

#first-star {
    margin: 0 0 0 -.3rem
}

#r-option-txt-selected {
    padding-top: .625rem;
    min-height: 35px
}

i.rating-reset:hover {
    cursor: pointer;
    color: #f0f0f0
}

.sl_reviews_graystars {
    width: 75px;
    height: 15px;
    background: url(/application/views/domita/img/stern_klein_grau.png) repeat-x;
    position: relative
}

.sl_reviews_redstars {
    width: 75px;
    height: 15px;
    background: url(/application/views/domita/img/stern_klein_rot.png) repeat-x
}

.small-star {
    width: 75px;
    height: 15px;
    background: url(/application/views/domita/img/small_black_star.png) repeat-x
}

.sl_reviews_graystars_big {
    width: 135px;
    height: 27px;
    background: url(/application/views/domita/img/stern_gross_grau.png) repeat-x;
    position: relative
}

.sl_reviews_redtars_big .sl_reviews_redstars {
    width: 135px;
    height: 27px;
    background: url(/application/views/domita/img/stern_gross_rot.png) repeat-x;
    position: absolute
}

.grayLight {
    color: #c9c9c9
}

.darker-gray {
    color: #787882
}

.black {
    color: #000
}

.c-review__form__title {
    padding-right: 2.3rem
}

.c-account-reviews .c-product-reviews__item {
    border: 1px solid #d2d2d2;
    margin-bottom: .75rem;
    padding: 1rem
}

.c-account-reviews .c-product-reviews__item:last-of-type {
    margin-bottom: 0
}

.c-account-reviews .c-product-reviews__item__title {
    font-weight: 700
}

.c-sitemap .o-alternative-h4,
.c-sitemap .o-pseudo-h4,
.c-sitemap h4 {
    margin-bottom: 1rem
}

.c-sitemap__section {
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #d2d2d2
}

.c-sitemap__section:last-child {
    border-bottom: none
}

.c-sitemap__devider,
.c-sitemap__item {
    line-height: 1.2;
    margin-bottom: .75rem
}

.c-sitemap__devider {
    max-width: 100%!important;
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
    font-weight: 500;
    margin-top: .5rem
}

.c-price-tag {
    margin-bottom: .625rem
}

.c-price-tag,
.c-price-tag__prices-row,
.c-price-tag__savings-row {
    display: -ms-flexbox;
    display: flex
}

.c-price-tag__wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .75rem;
    line-height: 1.4;
    text-align: left
}

.c-price-tag__prices-row {
    background: #027394;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-price-tag .o-small-text {
    display: block;
    font-size: .75rem
}

.c-price-tag__energy-label {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: .3125rem
}

.c-price-tag__energy-label .c-energy-label {
    margin-left: 0
}

.c-price-tag__price-col,
.c-price-tag__prior-price-col,
.c-price-tag__savings-row {
    line-height: 1;
    padding: .25rem;
    font-family: Roboto Condensed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-price-tag__price-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-price-tag__price-row+.c-price-tag__price-row {
    padding-top: .1875rem
}

.c-price-tag__savings-row {
    background: #fff;
    padding-bottom: .375rem;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #027394;
    border-right: 1px solid #027394;
    border-bottom: 1px solid #027394
}

.c-price-tag__saving-label {
    font-size: .75rem;
    padding-bottom: .0625rem;
    margin-right: .3125rem;
    font-weight: 700;
    color: #000
}

.c-price-tag__saving {
    color: #027394;
    font-size: .875rem;
    font-weight: 700
}

.c-price-tag__saving sup {
    font-size: .75rem;
    top: -.1em
}

.c-price-tag__prior-price-col {
    color: #fff;
    padding-top: .5625rem;
    padding-bottom: .375rem
}

.c-price-tag__prior-price-col span {
    display: inline-block;
    position: relative
}

.c-price-tag__prior-price {
    display: block;
    padding-right: .125rem;
    padding-left: .4375rem
}

.c-price-tag__prior-price sup {
    top: -.1875rem;
    font-size: .625rem
}

.c-price-tag__prior-price.o-footnote:after {
    right: -.3125rem
}

.c-price-tag__prior-price.o-footnote--two:after {
    content: "**";
    right: -.5625rem
}

.c-price-tag__prior-price strike {
    text-decoration: none;
    position: relative
}

.c-price-tag__prior-price strike:after {
    content: "";
    border-top: 1px solid #000;
    display: block;
    position: absolute;
    top: 50%;
    width: 104%;
    left: -2%;
    transform: rotate(-7deg)
}

.c-price-tag__price-col {
    background: #027394;
    color: #fff;
    text-align: right;
    margin-left: .5rem
}

.c-price-tag__price {
    font-size: 1.5rem;
    font-weight: 700
}

.c-price-tag__action-price-label {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700
}

.c-price-tag__action-price-label>span {
    vertical-align: .0625rem
}

.c-price-tag__action-price-label .o-stealth-tip {
    color: #fff;
    padding-left: .125rem
}

.c-price-tag__action-price-label .o-stealth-tip>* {
    font-size: .875rem
}

.c-teaser {
    position: relative
}

.c-teaser .o-separation-line {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.c-teaser__img {
    width: 100%
}

.c-teaser-box {
    position: absolute;
    bottom: 50%;
    max-width: 250px;
    width: 95%;
    padding: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (min-width:50em) {
    .c-teaser-box {
        max-width: 300px
    }
}

.c-teaser-box__logo {
    width: 4.375rem;
    display: block;
    float: right;
    margin-left: .3125rem;
    margin-bottom: .3125rem
}

.c-teaser-box__button-wrapper {
    max-width: 18.75rem;
    display: inline-block;
    margin-bottom: -.3125rem;
    margin-top: .3125rem
}

.c-teaser-box__button-wrapper .button {
    display: block;
    margin-bottom: .3125rem
}

.c-teaser-box__headline {
    line-height: 1
}

@media screen and (max-width:64.0624rem) {
    .c-teaser-box .c-price-tag+.c-teaser-box__button-wrapper {
        display: block;
        max-width: 100%;
        position: relative
    }
    .c-teaser-box .c-price-tag+.c-teaser-box__button-wrapper .c-teaser-box__button-small {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        right: 1%;
        bottom: .5rem
    }
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-teaser-box__subline:last-child {
        margin-bottom: .3125rem
    }
}

@media screen and (max-width:64.0624rem) {
    .c-teaser-box.is-invisible {
        display: none!important
    }
    .c-teaser-box.is-dark,
    .c-teaser-box.is-dark .c-teaser-box__headline,
    .c-teaser-box.is-dark .o-prior-price-text {
        color: #000
    }
    .c-teaser-box.is-dark .o-separation-line {
        border-color: #000
    }
    .c-teaser-box.is-dark .o-prior-price-text {
        color: #000
    }
    .c-teaser-box.is-light,
    .c-teaser-box.is-light .c-teaser-box__headline,
    .c-teaser-box.is-light .o-prior-price-text {
        color: #fff
    }
    .c-teaser-box.is-light .o-separation-line {
        border-color: #fff
    }
    .c-teaser-box.is-light .o-prior-price-text {
        color: #fff
    }
    .c-teaser-box.is-width-350 {
        max-width: 350px
    }
    .c-teaser-box.is-width-400 {
        max-width: 400px
    }
    .c-teaser-box.is-width-450 {
        max-width: 450px
    }
    .c-teaser-box.is-width-500 {
        max-width: 500px
    }
    .c-teaser-box.is-width-550 {
        max-width: 550px
    }
    .c-teaser-box.is-width-600 {
        max-width: 600px
    }
    .c-teaser-box.is-dark.is-opaque {
        background-color: #fff
    }
    .c-teaser-box.is-dark.is-semi-transparent {
        background-color: hsla(0, 0%, 100%, .5)
    }
    .c-teaser-box.is-dark.is-semi-transparent.is-fixed-bottom {
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .6) 45%, hsla(0, 0%, 100%, .6))
    }
    .c-teaser-box.is-dark.is-transparent {
        background: 0 0
    }
    .c-teaser-box.is-dark.is-hollow {
        border: 1px solid #000
    }
    .c-teaser-box.is-light.is-opaque {
        background-color: #000
    }
    .c-teaser-box.is-light.is-semi-transparent {
        background-color: rgba(0, 0, 0, .5)
    }
    .c-teaser-box.is-light.is-semi-transparent.is-fixed-bottom {
        background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .6) 45%, rgba(0, 0, 0, .6))
    }
    .c-teaser-box.is-light.is-transparent {
        background: 0 0
    }
    .c-teaser-box.is-light.is-hollow {
        border: 1px solid #fff
    }
    .c-teaser-box.is-left {
        transform: translateY(50%);
        left: 10%
    }
    .c-teaser-box.is-right {
        transform: translateY(50%);
        right: 10%
    }
    .c-teaser-box.is-center {
        transform: translate(-50%, 50%);
        left: 50%;
        width: 100%
    }
    .c-teaser-box.is-fixed-bottom {
        bottom: 0;
        width: 100%;
        max-width: none;
        margin-left: 0!important;
        margin-right: 0!important;
        border: none!important;
        padding-top: 1.875rem;
        text-align: center
    }
    .c-teaser-box.is-fixed-bottom .c-teaser-box__logo {
        width: 4.375rem;
        margin: 0 auto;
        float: none
    }
    .c-teaser-box.is-fixed-bottom .c-teaser-box__headline,
    .c-teaser-box.is-fixed-bottom .c-teaser-box__subline {
        max-width: 40rem;
        margin-left: auto;
        margin-right: auto
    }
    .c-teaser-box.is-fixed-bottom .o-separation-line {
        margin-left: auto;
        margin-right: auto
    }
    .c-teaser-box.is-fixed-bottom .c-price-tag {
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-teaser-box.is-below {
        position: relative;
        transform: none;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        margin: 0!important;
        background: 0 0!important;
        color: #000
    }
    .c-teaser-box.is-below .c-teaser-box__headline,
    .c-teaser-box.is-below .o-prior-price-text {
        color: #000
    }
    .c-teaser-box.is-below .o-separation-line {
        border-color: #000
    }
    .c-teaser-box.is-below .o-prior-price-text {
        color: #000
    }
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-teaser-box.is-invisible-for-medium {
        display: none!important
    }
    .c-teaser-box.is-dark-for-medium,
    .c-teaser-box.is-dark-for-medium .c-teaser-box__headline,
    .c-teaser-box.is-dark-for-medium .o-prior-price-text {
        color: #000
    }
    .c-teaser-box.is-dark-for-medium .o-separation-line {
        border-color: #000
    }
    .c-teaser-box.is-dark-for-medium .o-prior-price-text {
        color: #000
    }
    .c-teaser-box.is-light-for-medium,
    .c-teaser-box.is-light-for-medium .c-teaser-box__headline,
    .c-teaser-box.is-light-for-medium .o-prior-price-text {
        color: #fff
    }
    .c-teaser-box.is-light-for-medium .o-separation-line {
        border-color: #fff
    }
    .c-teaser-box.is-light-for-medium .o-prior-price-text {
        color: #fff
    }
    .c-teaser-box.is-width-350-for-medium {
        max-width: 350px
    }
    .c-teaser-box.is-width-400-for-medium {
        max-width: 400px
    }
    .c-teaser-box.is-width-450-for-medium {
        max-width: 450px
    }
    .c-teaser-box.is-width-500-for-medium {
        max-width: 500px
    }
    .c-teaser-box.is-width-550-for-medium {
        max-width: 550px
    }
    .c-teaser-box.is-width-600-for-medium {
        max-width: 600px
    }
    .c-teaser-box.is-dark-for-medium.is-opaque-for-medium {
        background-color: #fff
    }
    .c-teaser-box.is-dark-for-medium.is-semi-transparent-for-medium {
        background-color: hsla(0, 0%, 100%, .5)
    }
    .c-teaser-box.is-dark-for-medium.is-semi-transparent-for-medium.is-fixed-bottom-for-medium {
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .6) 45%, hsla(0, 0%, 100%, .6))
    }
    .c-teaser-box.is-dark-for-medium.is-transparent-for-medium {
        background: 0 0
    }
    .c-teaser-box.is-dark-for-medium.is-hollow-for-medium {
        border: 1px solid #000
    }
    .c-teaser-box.is-light-for-medium.is-opaque-for-medium {
        background-color: #000
    }
    .c-teaser-box.is-light-for-medium.is-semi-transparent-for-medium {
        background-color: rgba(0, 0, 0, .5)
    }
    .c-teaser-box.is-light-for-medium.is-semi-transparent-for-medium.is-fixed-bottom-for-medium {
        background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .6) 45%, rgba(0, 0, 0, .6))
    }
    .c-teaser-box.is-light-for-medium.is-transparent-for-medium {
        background: 0 0
    }
    .c-teaser-box.is-light-for-medium.is-hollow-for-medium {
        border: 1px solid #fff
    }
    .c-teaser-box.is-left-for-medium {
        transform: translateY(50%);
        left: 10%
    }
    .c-teaser-box.is-right-for-medium {
        transform: translateY(50%);
        right: 10%
    }
    .c-teaser-box.is-center-for-medium {
        transform: translate(-50%, 50%);
        left: 50%
    }
    .c-teaser-box.is-fixed-bottom-for-medium {
        bottom: 0;
        width: 100%;
        max-width: none;
        margin-left: 0!important;
        margin-right: 0!important;
        border: none!important;
        padding-top: 1.875rem;
        text-align: center
    }
    .c-teaser-box.is-fixed-bottom-for-medium .c-teaser-box__logo {
        width: 4.375rem;
        margin: 0 auto;
        float: none
    }
    .c-teaser-box.is-fixed-bottom-for-medium .c-teaser-box__headline,
    .c-teaser-box.is-fixed-bottom-for-medium .c-teaser-box__subline {
        max-width: 40rem;
        margin-left: auto;
        margin-right: auto
    }
    .c-teaser-box.is-fixed-bottom-for-medium .o-separation-line {
        margin-left: auto;
        margin-right: auto
    }
    .c-teaser-box.is-fixed-bottom-for-medium .c-price-tag {
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-teaser-box.is-below-for-medium {
        position: relative;
        transform: none;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        margin: 0!important;
        background: 0 0!important;
        color: #000
    }
    .c-teaser-box.is-below-for-medium .c-teaser-box__headline,
    .c-teaser-box.is-below-for-medium .o-prior-price-text {
        color: #000
    }
    .c-teaser-box.is-below-for-medium .o-separation-line {
        border-color: #000
    }
    .c-teaser-box.is-below-for-medium .o-prior-price-text {
        color: #000
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-teaser-box.is-invisible-for-large {
        display: none!important
    }
    .c-teaser-box.is-dark-for-large,
    .c-teaser-box.is-dark-for-large .c-teaser-box__headline,
    .c-teaser-box.is-dark-for-large .o-prior-price-text {
        color: #000
    }
    .c-teaser-box.is-dark-for-large .o-separation-line {
        border-color: #000
    }
    .c-teaser-box.is-dark-for-large .o-prior-price-text {
        color: #000
    }
    .c-teaser-box.is-light-for-large,
    .c-teaser-box.is-light-for-large .c-teaser-box__headline,
    .c-teaser-box.is-light-for-large .o-prior-price-text {
        color: #fff
    }
    .c-teaser-box.is-light-for-large .o-separation-line {
        border-color: #fff
    }
    .c-teaser-box.is-light-for-large .o-prior-price-text {
        color: #fff
    }
    .c-teaser-box.is-width-350-for-large {
        max-width: 350px
    }
    .c-teaser-box.is-width-400-for-large {
        max-width: 400px
    }
    .c-teaser-box.is-width-450-for-large {
        max-width: 450px
    }
    .c-teaser-box.is-width-500-for-large {
        max-width: 500px
    }
    .c-teaser-box.is-width-550-for-large {
        max-width: 550px
    }
    .c-teaser-box.is-width-600-for-large {
        max-width: 600px
    }
    .c-teaser-box.is-dark-for-large.is-opaque-for-large {
        background-color: #fff
    }
    .c-teaser-box.is-dark-for-large.is-semi-transparent-for-large {
        background-color: hsla(0, 0%, 100%, .5)
    }
    .c-teaser-box.is-dark-for-large.is-semi-transparent-for-large.is-fixed-bottom-for-large {
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .6) 45%, hsla(0, 0%, 100%, .6))
    }
    .c-teaser-box.is-dark-for-large.is-transparent-for-large {
        background: 0 0
    }
    .c-teaser-box.is-dark-for-large.is-hollow-for-large {
        border: 1px solid #000
    }
    .c-teaser-box.is-light-for-large.is-opaque-for-large {
        background-color: #000
    }
    .c-teaser-box.is-light-for-large.is-semi-transparent-for-large {
        background-color: rgba(0, 0, 0, .5)
    }
    .c-teaser-box.is-light-for-large.is-semi-transparent-for-large.is-fixed-bottom-for-large {
        background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .6) 45%, rgba(0, 0, 0, .6))
    }
    .c-teaser-box.is-light-for-large.is-transparent-for-large {
        background: 0 0
    }
    .c-teaser-box.is-light-for-large.is-hollow-for-large {
        border: 1px solid #fff
    }
    .c-teaser-box.is-left-for-large {
        transform: translateY(50%);
        left: 10%
    }
    .c-teaser-box.is-right-for-large {
        transform: translateY(50%);
        right: 10%
    }
    .c-teaser-box.is-center-for-large {
        transform: translate(-50%, 50%);
        left: 50%
    }
    .c-teaser-box.is-fixed-bottom-for-large {
        bottom: 0;
        width: 100%;
        max-width: none;
        margin-left: 0!important;
        margin-right: 0!important;
        border: none!important;
        padding-top: 1.875rem;
        text-align: center
    }
    .c-teaser-box.is-fixed-bottom-for-large .c-teaser-box__logo {
        width: 4.375rem;
        margin: 0 auto;
        float: none
    }
    .c-teaser-box.is-fixed-bottom-for-large .c-teaser-box__headline,
    .c-teaser-box.is-fixed-bottom-for-large .c-teaser-box__subline {
        max-width: 40rem;
        margin-left: auto;
        margin-right: auto
    }
    .c-teaser-box.is-fixed-bottom-for-large .o-separation-line {
        margin-left: auto;
        margin-right: auto
    }
    .c-teaser-box.is-fixed-bottom-for-large .c-price-tag {
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-teaser-box.is-below-for-large {
        position: relative;
        transform: none;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        margin: 0!important;
        background: 0 0!important;
        color: #000
    }
    .c-teaser-box.is-below-for-large .c-teaser-box__headline,
    .c-teaser-box.is-below-for-large .o-prior-price-text {
        color: #000
    }
    .c-teaser-box.is-below-for-large .o-separation-line {
        border-color: #000
    }
    .c-teaser-box.is-below-for-large .o-prior-price-text {
        color: #000
    }
}

@media screen and (max-width:64.0624rem) {
    .c-carousel--teaser[data-show-dots="1"] .c-teaser-box.is-fixed-bottom {
        padding-bottom: 12%
    }
}

@media print,
screen and (min-width:40em) {
    .c-carousel--teaser[data-show-dots="1"] .c-teaser-box.is-fixed-bottom-for-medium {
        padding-bottom: 8%
    }
}

@media screen and (min-width:50em) {
    .c-carousel--teaser[data-show-dots="1"] .c-teaser-box.is-fixed-bottom-for-large {
        padding-bottom: 4%
    }
}

.c-carousel--teaser[data-show-dots="0"] .owl-dots {
    display: none
}

.c-billboard__teaser-row>.columns {
    margin-bottom: 1rem
}

.c-billboard .row.expanded.collapse img {
    max-width: none;
    width: 100%
}

.c-billboard .c-product-teaser-bar {
    margin-bottom: 1rem
}

.c-svg-icon {
    width: 100%;
    height: auto
}

.c-svg-icon__text {
    font-family: Linearicons;
    font-weight: 400;
    font-style: normal;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-size: 100px
}

.c-address-groups .flag {
    margin-left: 5px
}

.c-address-groups .accordion-title .heading-item {
    vertical-align: middle
}

.c-address-groups .accordion-title .heading-item--phone {
    font-size: 1.5rem;
    font-weight: 300
}

.c-address-groups .accordion-title .heading-item--main {
    padding-left: 10px;
    font-weight: 200
}

.c-address-groups .accordion-title .heading-item--main .languages {
    margin-right: 50px;
    margin-top: 3px
}

@media print,
screen and (min-width:40em) {
    .c-address-groups .accordion-title .heading-item--main .languages {
        display: inline-block;
        margin-right: 30px
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-address-groups .accordion-title .heading-item--main .languages {
        margin-right: 320px
    }
}

@media screen and (max-width:64.0624rem) {
    .c-address-groups .accordion-title .heading-item--main .languages {
        margin-right: 25px
    }
}

.c-address-groups .address-group--sub {
    margin-left: 0
}

.c-address-groups .address-group--sub .accordion-heading {
    margin-right: 30px;
    margin-left: -15px
}

.c-address-groups .address-group .description {
    margin-bottom: 1em
}

.c-address-groups .address-group ul.row-fluid>li {
    margin-left: 0;
    min-height: inherit
}

.c-address-groups .address-group .address {
    line-height: 2em
}

.c-address-groups .address-group .address .phone {
    margin-right: 10px
}

.c-address-groups .address-group .address .languages {
    display: inline-block;
    float: right;
    margin-right: 40px
}

.c-address-groups .icon-left-dir:before {
    content: "\e823"
}

.c-caption-image {
    display: inline-block
}

.c-caption-image img {
    width: 100%
}

.c-caption-image p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-top: .573em;
    padding-bottom: .573em;
    color: #383841
}

.c-caption-image--block p {
    color: #000;
    background: #f0f0f0;
    padding: .573em;
    transition: background .2s linear
}

.c-caption-image--block a p {
    background: #ccc
}

.c-caption-image--block a:focus p,
.c-caption-image--block a:hover p {
    background: #d2d2d2
}

.c-flexible-text-and-image {
    margin-bottom: 1rem
}

.c-flexible-text-and-image__topline {
    margin-bottom: .125rem
}

.c-flexible-text-and-image__image-column.float-left,
.c-flexible-text-and-image__image-column.float-right {
    width: 100%
}

.c-flexible-text-and-image__image-column.float-left {
    margin-right: 10px;
    padding-right: 10px
}

@media print,
screen and (min-width:40em) {
    .c-flexible-text-and-image__image-column.float-left {
        margin-right: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:64.0624rem) {
    .c-flexible-text-and-image__image-column.float-left.small-12 {
        margin-right: 0;
        padding-right: 0
    }
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-flexible-text-and-image__image-column.float-left.medium-12 {
        margin-right: 0;
        padding-right: 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-flexible-text-and-image__image-column.float-left.large-12 {
        margin-right: 0;
        padding-right: 0
    }
}

.c-flexible-text-and-image__image-column.float-right {
    margin-left: 10px;
    padding-left: 10px
}

@media print,
screen and (min-width:40em) {
    .c-flexible-text-and-image__image-column.float-right {
        margin-right: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:64.0624rem) {
    .c-flexible-text-and-image__image-column.float-right.small-12 {
        margin-left: 0;
        padding-left: 0
    }
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-flexible-text-and-image__image-column.float-right.medium-12 {
        margin-left: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-flexible-text-and-image__image-column.float-right.large-12 {
        margin-left: 0;
        padding-left: 0
    }
}

.c-flexible-text-and-image__image-column--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.c-flexible-text-and-image.has-full-link-overlay {
    position: relative
}

.c-flexible-text-and-image.has-full-link-overlay .button {
    position: relative;
    z-index: 2
}

.c-flexible-text-and-image__full-link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.callout>.c-flexible-text-and-image>.row {
    margin-bottom: 0!important
}

.callout>.c-flexible-text-and-image .text-container>:last-child {
    margin-bottom: 0
}

.c-category-teaser {
    margin: 0 auto;
    padding: 0;
    max-width: 795px
}

.c-category-teaser>.row {
    margin: 0;
    padding: 0;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-category-teaser>.row>.columns {
    padding: 0;
    width: 100%;
    margin-bottom: 15px
}

@media print,
screen and (min-width:40em) {
    .c-category-teaser>.row>.columns.medium-8 {
        max-width: 71.69%;
        -ms-flex: 0 0 71.69%;
        flex: 0 0 71.69%
    }
    .c-category-teaser>.row>.columns.medium-6 {
        max-width: 49.05%;
        -ms-flex: 0 0 49.05%;
        flex: 0 0 49.05%
    }
    .c-category-teaser>.row>.columns.medium-4 {
        max-width: 26.42%;
        -ms-flex: 0 0 26.42%;
        flex: 0 0 26.42%
    }
}

.c-category-teaser>.row>.columns.medium-4 .row>.columns,
.c-category-teaser>.row>.columns.medium-6 .row>.columns {
    margin-bottom: 2.5%
}

.c-category-teaser>.row>.columns.medium-4 .row>.columns:last-child,
.c-category-teaser>.row>.columns.medium-6 .row>.columns:last-child {
    margin-bottom: 0
}

.c-category-teaser img {
    width: 100%
}

.c-category-teaser .img-cont {
    position: relative
}

.c-category-teaser .img-links {
    text-align: left;
    list-style: none;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 15px;
    min-width: 25%
}

.c-category-teaser .img-links.inner {
    left: 40px;
    bottom: 40px
}

.c-category-teaser .img-links.right-buttons {
    left: inherit;
    right: 0
}

.c-category-teaser .img-links .button {
    margin: 10px 0 0
}

@media screen and (max-width:64.0624rem) {
    .c-category-teaser .img-links {
        margin: 10px
    }
    .c-category-teaser .img-links:not(.price-tag) .button,
    .c-category-teaser .img-links:not(.price-tag-s) .button {
        font-size: .7em;
        margin-top: 2px
    }
}

.c-category-teaser.arrange-below .img-links {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none
}

.c-category-teaser.arrange-below .img-links.right-buttons {
    left: 0;
    right: 0
}

@media print,
screen and (min-width:40em) {
    .c-category-teaser.arrange-below .img-links.right-buttons {
        float: right
    }
}

.c-abc-headings,
.c-print-link,
.c-tabbed-content {
    margin-bottom: 1rem
}

.c-print-link__buttons {
    float: right
}

.c-print-link__buttons .o-icon-link {
    margin-right: 1rem
}

.c-print-link__buttons .o-icon-link:last-child {
    margin-right: 0
}

.c-custom-teaser {
    padding: 1rem
}

.c-custom-teaser__icon {
    font-size: 2.1875rem;
    display: table
}

@media screen and (max-width:64.0624rem) {
    .c-custom-teaser__icon {
        font-size: 1.875rem
    }
}

.c-custom-teaser__headline {
    font-size: 1.5rem;
    margin-bottom: .3125rem
}

.c-custom-teaser__content {
    font-size: .875rem;
    padding-right: 1rem
}

.c-custom-teaser__link {
    display: inline-block;
    color: #000
}

.c-custom-teaser__link:hover {
    color: #787882
}

.c-custom-teaser div:nth-child(2) {
    padding-left: 0
}

.c-custom-teaser .c-checklist li {
    padding: 0 0 .25rem 1.5rem
}

@media print,
screen and (min-width:40em) {
    .c-custom-teaser .c-checklist li {
        padding: .5rem 0 .5rem 1.5rem
    }
}

@media screen and (max-width:64.0624rem) {
    .c-custom-teaser table {
        width: auto
    }
}

.c-custom-teaser table tbody,
.c-custom-teaser table tbody tr:nth-child(2n) {
    border: none;
    background: 0 0
}

.c-custom-teaser table td {
    padding: 4% 0 4% 10px
}

@media screen and (max-width:64em) {
    .c-custom-teaser table td {
        font-size: .75rem;
        padding: 4% 0 4% 5px
    }
}

@media screen and (max-width:64.0624rem) {
    .c-custom-teaser table td:first-child {
        text-align: center
    }
}

.c-custom-teaser table .o-linear-icon {
    font-size: 2.1875rem
}

@media screen and (max-width:64em) {
    .c-custom-teaser table .o-linear-icon {
        font-size: 1.875rem
    }
}

.c-custom-teaser table .o-linear-icon.small {
    font-size: 1.25rem
}

@media screen and (min-width:25em) and (max-width:64.0624rem) {
    .c-custom-teaser table .o-linear-icon {
        font-size: 2.5rem
    }
    .c-custom-teaser table td {
        font-size: 1rem
    }
}

@media print,
screen and (min-width:40em) {
    html[data-shopid="1001"] .c-navi-top-bar__logo {
        max-width: 13.125rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    html[data-shopid="1001"] .c-navi-top-bar__logo {
        max-width: 15.625rem
    }
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-navi-top-bar__search-full .input-group-button .button,
    .c-navi-top-bar__search-full .input-group-field {
        height: 3.4375rem
    }
    .c-navi-top-bar__search-full .input-group-button .button,
    .c-navi-top-bar__search-full .input-group-button .button>[class*=icon] {
        line-height: 3.4375rem
    }
    .c-navi-top-bar__search-full .button.square {
        width: 3.4375rem
    }
    .c-navi-top-bar__search-full .button.square.is-phone {
        width: 5.15625rem
    }
    .c-navi-top-bar__search-full .button.square.is-phone [class*=icon],
    .c-navi-top-bar__search-full .button.square.is-phone span {
        display: block;
        line-height: 1
    }
    .c-navi-top-bar__search-full .button.square.is-phone [class*=icon] {
        font-size: 1.375rem
    }
    .c-navi-top-bar__search-full .button.square.is-phone [class*=icon]+span {
        margin-top: .3125rem
    }
    .c-navi-top-bar__search-full .button.square.is-phone span {
        float: none;
        font-size: .75rem;
        text-transform: none;
        font-weight: 500;
        font-style: italic
    }
}

.simpleCaptcha .captchaImage {
    width: 46px;
    padding: 0 1.756%
}

.simpleCaptcha .captchaImages {
    border: 1px solid #ccc;
    margin: 0 0 1.375rem;
    display: inline-block
}

.simpleCaptcha .simpleCaptchaSelected {
    background-color: #c9c9c9
}

.simpleCaptcha.captcha-error .captchaImages {
    border-color: red
}

.feedback .feedback--captcha_row {
    margin-left: 0
}

.feedback .simpleCaptcha {
    margin-bottom: 1rem
}

.feedback .simpleCaptcha .captchaIntro {
    padding-left: 0
}

.c-account-orders--no-tb-padding {
    padding-top: 0;
    padding-bottom: 0
}

.c-account-orders__head-box {
    padding-bottom: 0;
    margin-bottom: -.9375rem
}

.c-account-orders__head-box .o-section {
    padding-bottom: 0;
    margin-bottom: 0
}

.c-account-orders dt {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    margin-bottom: 0
}

.c-account-orders__headline dt {
    font-weight: 700
}

.c-account-orders__headline ul {
    margin: 0;
    padding: .9375rem;
    display: -ms-flexbox;
    display: flex
}

.c-account-orders__headline ul.c-account-orders__headline--head {
    border-bottom: 1px solid #d2d2d2
}

.c-account-orders__headline ul>li {
    width: 6.5rem;
    list-style-type: none
}

.c-account-orders__headline ul>li.c-account-orders__item__indicator {
    width: 2rem
}

.c-account-orders__headline ul>li.c-account-orders__item__indicator i.open {
    transform: rotate(180deg)
}

.c-account-orders__headline--phone-orders ul>li {
    width: calc((100% - 2rem)/ 3)
}

.c-account-orders__headline--phone-orders ul>li.column-no-1,
.c-account-orders__headline--phone-orders ul>li.column-no-2 {
    width: 6rem
}

.c-account-orders__headline--phone-orders ul>li.column-no-3 {
    width: calc(100% - 14rem)
}

.c-account-orders__headline--rma ul>li {
    width: calc((100% - 2rem)/ 3)
}

.c-account-orders__headline--rma ul>li.column-no-1 {
    width: 7rem
}

.c-account-orders__headline--rma ul>li.column-no-2 {
    width: 6rem
}

.c-account-orders__headline--rma ul>li.column-no-3 {
    width: 12rem
}

.c-account-orders__headline--rma ul>li.column-no-4 {
    width: 5rem;
    text-align: center
}

.c-account-orders__headline--rma ul>li.column-no-5 {
    width: calc(100% - 30rem)
}

.c-account-orders__headline--orders ul>li {
    width: calc((100% - 2rem)/ 3)
}

.c-account-orders__headline--orders ul>li.column-no-1 {
    width: 7rem
}

.c-account-orders__headline--orders ul>li.column-no-2 {
    width: 8rem
}

.c-account-orders__headline--orders ul>li.column-no-3 {
    width: 10rem
}

.c-account-orders__headline--orders ul>li.column-no-4 {
    width: 5.5rem;
    text-align: center
}

.c-account-orders__headline--orders ul>li.column-no-5 {
    width: calc(100% - 37.5625rem)
}

.c-account-orders__headline--orders ul>li.column-no-5--small {
    width: calc(100% - 41.5625rem)
}

.c-account-orders__headline--orders ul>li.column-no-6 {
    width: 8rem;
    padding-right: 15px;
    text-align: right
}

.c-account-orders__headline--orders ul>li.column-no-6--expand {
    padding-right: 15px;
    text-align: right;
    width: 12rem
}

.c-account-orders__list {
    padding: 0
}

.c-account-orders__item__price {
    font-size: .7rem
}

.c-account-orders__item__price span {
    font-weight: 700;
    font-size: 1.1rem
}

.c-account-orders__item dt {
    font-weight: 400;
    border-top: 1px solid #d2d2d2
}

.c-account-orders__item dt:first-of-type {
    border-top: none
}

.c-account-orders__item dt.active ul>li {
    font-weight: 700
}

.c-account-orders__item ul>li {
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center
}

.c-account-orders__item ul>li .button {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
    padding: .5rem
}

.c-account-orders__item__content {
    display: none;
    margin-top: 0;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    padding: 1.875rem .9375rem 2rem
}

.c-account-orders__item__content .c-circle-spinner {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.c-account-orders .c-orders-table tbody,
.c-account-orders .c-orders-table tfoot,
.c-account-orders .c-orders-table thead {
    border: none
}

.c-account-orders .c-orders-table thead {
    border-top: 1px solid #d2d2d2;
    font-weight: 700;
    background-color: #fff
}

.c-account-orders .c-orders-table tbody tr.c-orders-table__row-odd {
    background-color: #fff
}

.c-account-orders .c-orders-table tbody tr.c-orders-table__row-even {
    background-color: #f0f0f0
}

.c-account-rma .c-account-orders__item__content {
    border-top: none;
    padding-top: 0;
    margin-top: -.46875rem
}

.c-account-rma--step3--infolist,
.c-account-rma--step3--infolist li {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.c-account-rma--step3--iframe {
    margin-top: 1rem;
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 510px
}

.c-account-rma #step1,
.c-account-rma #step2,
.c-account-rma #step3 {
    margin-bottom: 3rem
}

.c-account-rma .product_deadline {
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #2ad47e
}

.c-account-rma .c-radio-button {
    margin-bottom: .4rem
}

.c-account-rma .input-group {
    border: 1px solid #d2d2d2
}

.c-account-rma .c-quantity-input-group__button {
    background-color: #f0f0f0
}

.c-account-rma .quantity-input {
    background-color: #fff
}

.c-account-rma .invoice_return_reason__title {
    font-weight: 700;
    padding-bottom: .5rem
}

.c-account-rma .invoice_return_reason__title:first-of-type {
    padding-top: 0
}

.c-account-rma .invoice_return_reason__comment {
    padding-top: 1rem
}

.c-account-rma .invoice_return_reason__comment textarea {
    margin-bottom: 0;
    width: 50%;
    height: 150px;
    resize: none
}

@media screen and (max-width:49.9375em) {
    .c-account-rma .invoice_return_reason__comment textarea {
        width: 100%;
        height: 100px
    }
}

.c-account-rma .invoice_return_reason__callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    background-color: #f7f7f7;
    color: #000;
    margin-top: 1rem;
    border: none
}

.c-account-rma .invoice_return_reason__callout>:first-child {
    margin-top: 0
}

.c-account-rma .invoice_return_reason__callout>:last-child {
    margin-bottom: 0
}

@media screen and (max-width:49.9375em) {
    .c-account-rma .invoice_return_reason__callout {
        margin: -.5rem -.97rem 1rem
    }
}

.c-account-rma--form-invalid {
    background: #ffc4cf;
    color: #000
}

.c-account-rma .c-wizard {
    margin-top: 0
}

.c-account-rma--head {
    padding-bottom: 0;
    margin-bottom: 0
}

.c-account-rma--list {
    padding-left: 0;
    padding-right: 0
}

.c-account-rma--list--headline {
    padding-left: 0!important;
    margin-bottom: 0
}

.c-account-rma--list--headline ul {
    margin-left: 0
}

.c-account-rma--list--item {
    background-color: transparent!important;
    border-bottom: 1px solid #d2d2d2;
    padding-left: 0!important;
    margin-bottom: 0!important
}

.c-account-rma--list--item:last-of-type {
    border-bottom: none
}

.c-account-rma--list--item ul {
    margin-left: 0;
    margin-bottom: 0
}

.c-account-rma .acc-list-header {
    padding: 0;
    padding-bottom: .5rem;
    border-bottom: 1px solid #d2d2d2
}

.c-account-rma .acc-list-header .acc-list-header-label {
    margin-left: 0;
    margin-bottom: 0
}

.c-account-rma .acc-header-label {
    margin-left: 0
}

.c-account-rma .acc-header-indicator i.open {
    transform: rotate(180deg)
}

.c-account-rma .invoice_product--headline {
    padding-top: .5rem;
    margin: .5rem -.9375rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2
}

@media screen and (max-width:49.9375em) {
    .c-account-rma .invoice_product--headline {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

.c-account-rma .invoice_product .c-quantity-input-group {
    margin-bottom: .5rem
}

.c-account-rma .invoice_product2 {
    margin-bottom: 1rem
}

.c-account-rma .invoice_product2 .button {
    margin-top: 1rem
}

.c-account-rma .invoice_product2__shipping-option {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d2d2d2
}

.c-account-rma .invoice_product2__submit {
    margin-top: 1rem
}

@media screen and (min-width:50em) {
    .c-account-rma .invoice_product2 .button,
    .c-account-rma .invoice_product2__submit {
        margin-top: 0
    }
}

.c-top-category-carousel .o-alternative-h2,
.c-top-category-carousel .o-pseudo-h2,
.c-top-category-carousel h2 {
    display: none;
    font-size: 1.375rem;
    color: #000;
    text-align: center;
    margin: .3125rem 0 0
}

@media print,
screen and (min-width:40em) {
    .c-top-category-carousel .o-alternative-h2,
    .c-top-category-carousel .o-pseudo-h2,
    .c-top-category-carousel h2 {
        display: block
    }
}

.c-product-comparison__inner {
    padding: .9375rem
}

.c-product-comparison__wrap {
    position: relative;
    overflow: hidden
}

.c-product-comparison__wrap:before {
    display: none;
    content: "";
    position: absolute;
    box-shadow: inset .4375rem .0625rem .3125rem -.25rem rgba(0, 0, 0, .3);
    width: .3125rem;
    height: 100%;
    left: 25%;
    z-index: 2
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__wrap:before {
        display: block;
        left: 35%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-product-comparison__wrap:before {
        display: block;
        left: 25%
    }
}

.c-product-comparison__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__head {
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: .0625rem solid #d2d2d2
    }
}

.c-product-comparison__filter {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__filter {
        width: 35%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-product-comparison__filter {
        width: 25%
    }
}

.c-product-comparison__filter .o-alternative-h3,
.c-product-comparison__filter .o-product-detail-title,
.c-product-comparison__filter .o-pseudo-h3,
.c-product-comparison__filter h3 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 300
}

.c-product-comparison__filter--border {
    border: .0625rem solid #d2d2d2;
    padding: .625rem
}

.c-product-comparison__filter .faux-cb-filter-list {
    list-style-type: none;
    word-wrap: break-word;
    margin: 0 .9375rem 0 0
}

.c-product-comparison__filter .faux-cb-filter-list li {
    cursor: pointer;
    background: url(/assets/10/img/unchecked.png) no-repeat 0 0;
    font-size: .8125rem;
    line-height: 1.125rem;
    font-weight: 700;
    padding: .125rem .3125rem .625rem 2.1875rem;
    margin-bottom: .1875rem;
    min-height: 1.375rem
}

.c-product-comparison__filter .faux-cb-filter-list li:last-child {
    padding-bottom: 0
}

.c-product-comparison__filter .faux-cb-filter-list li.checked {
    background: url(/assets/10/img/checked.png) no-repeat 0 0
}

.c-product-comparison__filter .faux-cb-filter-list li.disabled {
    background: url(/assets/10/img/disabled.png) no-repeat 0 0;
    cursor: default;
    color: #d2d2d2
}

.c-product-comparison__filter .faux-cb-filter-list li.disabled .cb-list-item-count {
    color: #ccc
}

.c-product-comparison__view {
    width: 100%;
    position: relative;
    overflow: hidden
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__view {
        width: 65%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-product-comparison__view {
        width: 75%
    }
}

.c-product-comparison__controls {
    position: absolute;
    z-index: 2;
    top: 9.375rem;
    width: 100%;
    opacity: 1
}

@media screen and (min-width:50em) {
    .c-product-comparison__controls {
        top: 10.625rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-product-comparison__controls {
        top: 11.875rem
    }
}

.c-product-comparison__controls:active,
.c-product-comparison__controls:focus,
.c-product-comparison__controls:hover {
    opacity: 1
}

.c-product-comparison__controls-prev {
    left: 1.25rem;
    position: absolute
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__controls-prev {
        left: .625rem
    }
}

.c-product-comparison__controls-next {
    right: 1.25rem;
    position: absolute
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__controls-next {
        right: .625rem
    }
}

.c-product-comparison__controls--disabled {
    cursor: not-allowed;
    opacity: .1!important
}

.c-product-comparison__specs {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #d2d2d2
}

.c-product-comparison__specs-arrow {
    font-size: 1.5625rem;
    position: absolute;
    right: .625rem;
    top: .625rem
}

.c-product-comparison__group {
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
    will-change: max-height;
    transition: max-height .5s ease-in-out
}

.c-product-comparison__group--collapsed {
    max-height: 2.625rem!important
}

.c-product-comparison__category {
    display: block;
    color: #000;
    border-right: .0625rem solid transparent;
    border-bottom: .0625rem solid #d2d2d2;
    padding: .625rem;
    position: relative
}

.c-product-comparison__category:active,
.c-product-comparison__category:hover,
.c-product-comparison__category:visited {
    color: #000
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__category {
        border-right: .0625rem solid #d2d2d2
    }
}

.c-product-comparison__hl {
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    word-break: break-all
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__hl {
        width: 35%;
        width: 25%
    }
}

.c-product-comparison__attributes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.c-product-comparison__attributes:nth-child(2n) {
    background-color: #f0f0f0
}

.c-product-comparison__label {
    color: #787882;
    background-color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: .625rem
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__label {
        max-width: 35%;
        min-width: 35%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-product-comparison__label {
        max-width: 25%;
        min-width: 25%
    }
}

.c-product-comparison__attribute {
    transform: translateX(0);
    min-width: 100%;
    max-width: 100%;
    padding: .625rem;
    word-break: break-word
}

.c-product-comparison__attribute:before {
    content: attr(data-content);
    display: block;
    color: #787882;
    font-weight: 700
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__attribute {
        border-left: .0625rem solid transparent;
        border-right: .0625rem solid #d2d2d2;
        min-width: 32.5%;
        max-width: 32.5%
    }
    .c-product-comparison__attribute:before {
        content: "";
        display: none
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-product-comparison__attribute {
        min-width: 25%;
        max-width: 25%
    }
}

.c-product-comparison__container {
    width: 100%;
    transition: transform .4s ease-in-out;
    will-change: transform;
    display: -ms-flexbox;
    display: flex
}

.c-product-comparison__tile {
    display: block;
    border: none;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    background: #fff;
    padding: 0;
    border-radius: 0;
    margin-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__tile {
        border-left: .0625rem solid transparent;
        border-right: .0625rem solid #d2d2d2;
        min-width: 50%;
        max-width: 50%;
        padding: .625rem;
        margin-right: 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-product-comparison__tile {
        min-width: 33.33%;
        max-width: 33.33%
    }
}

.c-product-comparison__tile-handle {
    display: none;
    width: 100%;
    background-color: #f0f0f0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .625rem;
    text-align: center;
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-product-comparison__tile-handle-spacer {
    width: 1rem
}

.c-product-comparison__tile-handle .o-linear-icon {
    transform: rotate(90deg);
    font-size: 1.25rem;
    padding: .625rem
}

@media print,
screen and (min-width:40em) {
    .c-product-comparison__tile-handle {
        display: block
    }
}

@media screen and (min-width:640px) and (max-width:750px) {
    .c-product-comparison__tile__btn {
        font-size: .625rem!important
    }
}

.c-product-comparison__tile__remove-btn {
    margin-top: .625rem
}

.c-product-comparison__tile__specs {
    margin-top: .625rem;
    opacity: 1;
    transition: opacity .6s ease-in-out;
    will-change: opacity
}

.c-product-comparison__tile .c-product-tile__headline {
    color: #000;
    margin-bottom: .3125rem;
    height: 2.5rem
}

.c-product-comparison__tile .c-product-tile__image {
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 0;
    position: relative;
    width: 100%
}

.c-product-comparison__tile .c-product-tile__image>svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.c-product-comparison__tile .c-product-tile__image:before {
    content: "";
    display: block;
    padding-top: 100%
}

.c-product-comparison__tile .c-product-tile__image .c-product-tile__image-link {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.c-product-comparison__tile .c-product-tile__image>.sl_image {
    border-radius: 0
}

.c-product-comparison__tile .c-product-tile__price {
    margin-top: .625rem
}

.c-product-comparison__tile .c-product-tile__content {
    padding-bottom: .625rem
}

.c-product-comparison__tile .c-product-tile__delivery-box {
    min-height: 3.75rem
}

.c-product-comparison__tile .c-product-tile__price-row .o-price-text {
    color: #000;
    font-size: .875rem;
    font-weight: 300
}

.c-product-comparison__tile .c-product-tile__content {
    padding-bottom: 0
}

.c-product-comparison__placeholder:hover {
    cursor: default
}

.c-product-comparison--hidden {
    display: none
}

.c-product-comparison--zebra {
    background-color: #f0f0f0
}

.c-product-comparison--visibility-hidden {
    display: none
}

.c-cookie-notification {
    color: #fff;
    background-color: #000;
    font-size: .75rem;
    font-weight: 700;
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    will-change: transform;
    z-index: 30;
    opacity: 0;
    transition: all .4s cubic-bezier(0, 0, .3, 1)
}

.c-cookie-notification [data-role=button],
.c-cookie-notification [data-role=link] {
    cursor: pointer;
    text-decoration: underline
}

.c-cookie-notification__content {
    display: -ms-flexbox;
    display: flex;
    padding: .625rem
}

.c-cookie-notification__actions {
    margin-left: .625rem;
    -ms-flex-item-align: center;
    align-self: center
}

.c-cookie-notification__btn,
.c-cookie-notification__link {
    text-decoration: underline
}

.c-cookie-notification__btn {
    white-space: nowrap
}

.c-cookie-notification--transition {
    transition: transform .4s cubic-bezier(0, 0, .3, 1)
}

.c-cookie-notification--bottom-out {
    transform: translateY(100%)
}

.c-cookie-notification--top-out {
    transform: translateY(-100%)
}

body.has-cookie-notification .c-footer {
    padding-bottom: 5.625rem
}

@media print,
screen and (min-width:64.0625em) {
    body.has-cookie-notification .c-footer {
        padding-bottom: 2.5rem
    }
}

body.has-cookie-notification.has-stuck-price-bar .c-footer {
    padding-bottom: 11.25rem
}

@media screen and (min-width:50em) {
    body.has-cookie-notification.has-stuck-price-bar .c-footer {
        padding-bottom: 12.5rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    body.has-cookie-notification.has-stuck-price-bar .c-footer {
        padding-bottom: 10rem
    }
}

div.c-cart-tile__delivery {
    -ms-flex-positive: 1;
    flex-grow: 1
}

div.c-cart-tile__pricebox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

div.c-cart-tile__pricebox--prices {
    -ms-flex-item-align: end;
    align-self: flex-end
}

div.c-cart-tile__pricebox--finalprice,
div.c-cart-tile__pricebox--retailprice {
    display: block
}

@media screen and (min-width:50em) {
    div.c-cart-tile__pricebox--finalprice,
    div.c-cart-tile__pricebox--retailprice {
        display: inline-block
    }
}

div.c-cart-tile__pricebox--retailprice {
    font-size: .9375rem;
    font-weight: 400;
    font-style: normal;
    vertical-align: text-bottom
}

@media screen and (max-width:64em) {
    div.c-cart-tile__pricebox--retailprice.o-footnote:after {
        right: -.375rem
    }
    div.c-cart-tile__pricebox--retailprice.o-footnote--two:after {
        right: -.75rem
    }
}

div.c-cart-tile__pricebox--retailprice strike {
    display: inline-block;
    position: relative;
    text-decoration: none
}

div.c-cart-tile__pricebox--retailprice strike:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-8deg)
}

@media screen and (max-width:49.9375em) {
    div.c-cart-tile__pricebox--retailprice {
        padding-right: 0
    }
}

div.c-cart-tile__pricebox--finalprice {
    position: relative;
    padding-right: 0
}

tr.c-price-table__row--highlight {
    background-color: #f0f0f0!important;
    border: none!important
}

tr.c-price-table__row--highlight td {
    font-size: 1.25rem;
    font-weight: 500
}

tr.c-price-table__row--highlight:last-child {
    border: none!important
}

.c-price-table__desc--small {
    font-size: 1rem!important
}

.c-price-table__desc.text-left {
    text-align: left!important
}

.c-price-table__price--ot_subtotal,
.c-price-table__price--subtotal-rrp {
    display: inline-block
}

.c-price-table__price--subtotal-rrp {
    font-weight: 400;
    font-style: normal
}

.c-price-table__price--ot_subtotal {
    font-size: 1.25rem
}

.c-price-table__price--black {
    font-weight: 500
}

.c-price-table__price--strikethrough {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.c-price-table__price--strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-8deg)
}

.c-price-table .c-icon-headline__icon--clickable {
    padding-right: 0
}

.c-price-table .ot_subtotal>td {
    vertical-align: middle
}

.c-price-table .ot_subtotal .c-price-table__desc {
    line-height: 1.5rem
}

@media screen and (max-width:64.0624rem) {
    .c-price-table .ot_subtotal .c-price-table__desc {
        vertical-align: bottom
    }
}

.c-price-table .ot_subtotal .c-price-table__price {
    vertical-align: middle
}

.c-aligned-price,
.c-aligned-rrp {
    display: block
}

@media screen and (max-width:64em) {
    .c-aligned-price.o-footnote:after,
    .c-aligned-rrp.o-footnote:after {
        right: -.375rem
    }
    .c-aligned-price.o-footnote--two:after,
    .c-aligned-rrp.o-footnote--two:after {
        right: -.75rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .c-aligned-price,
    .c-aligned-rrp {
        display: inline-block;
        padding: 0 .3125rem
    }
    .c-aligned-price:first-child,
    .c-aligned-rrp:first-child {
        padding-left: 0
    }
    .c-aligned-price:last-child,
    .c-aligned-rrp:last-child {
        padding-right: 0
    }
    .c-aligned-price {
        min-width: 6.875rem
    }
}

.word-break-all {
    word-break: break-all
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clear-bottom-spacer .c-carousel,
.clear-bottom-spacer .c-category-teaser>.row>.columns,
.clear-bottom-spacer>:last-child {
    margin-bottom: 0
}

.clear-bottom-spacer .c-billboard {
    margin-bottom: -1rem
}

body.is-exhibition .hide-for-exhibition {
    display: none!important
}

.dont-print {
    display: auto
}

#c-print-header,
.print-only {
    display: none!important
}

@media print {
    * {
        margin: 0;
        padding: 0
    }
    @page {
        size: 21cm 29.7cm;
        margin: 0
    }
    body,
    html {
        position: relative!important;
        color: #000;
        height: auto!important;
        zoom: .8;
        -ms-zoom: .8;
        -webkit-zoom: .8;
        -moz-transform: scale(.9);
        -moz-transform-origin: center;
        display: block!important;
        page-break-after: avoid;
        page-break-inside: avoid;
        overflow: visible!important;
        float: none!important
    }
    .dont-print {
        display: none!important
    }
    .print-only {
        display: block!important
    }
    a {
        text-decoration: none;
        page-break-inside: avoid
    }
    a[href^=http]:after {
        content: " &lt; " attr(href) "&gt; "
    }
    #main-header-nav,
    .o-navi-top-bar {
        display: none!important
    }
    #main-header-nav {
        visibility: collapse!important;
        float: none!important;
        height: 0!important;
        width: auto!important
    }
    #bica,
    aside,
    footer,
    header,
    nav {
        display: none!important
    }
    * {
        -webkit-print-color-adjust: exact!important;
        color-adjust: exact!important
    }
    .custom-dropdown-area,
    .custom-dropdown-button {
        display: block!important
    }
    .c-header-top-bar,
    .homepage-carousel {
        display: none!important
    }
    #c-print-header {
        height: 68px!important;
        max-height: 68px!important;
        display: block!important
    }
    .product-image>a:first-child {
        max-width: 100%!important;
        display: block!important
    }
    #product-tabs,
    .c-buy-format-choice,
    .c-price-block__buttons,
    .c-price-block__delivery-country,
    .c-seals-container,
    .c-social-media-links,
    .c-vertical-icon-button {
        display: none!important
    }
    .js-module-product a:after {
        content: " (" attr(href) ")"!important;
        font-size: 80%!important
    }
    .product-cc-dropdown-large {
        display: block!important
    }
    .o-section a {
        color: #000;
        word-wrap: break-word
    }
    .c-cart-tile a[href]:after,
    .o-section a:after {
        content: none!important
    }
    .button,
    .c-cart-tile__bottombar,
    .c-contactbox,
    .c-price-table__icons--text,
    .c-seo-content,
    .js-prodinfo-toggle,
    .js-prodinfo-toggle-all,
    .o-linear-icon,
    .o-text-link-button {
        display: none!important
    }
    .c-price-table__icons,
    .o-main-sprite {
        display: none
    }
    .js-prod-info {
        display: block!important
    }
    .c-cart-tile__product-details--toggle,
    .c-teaser {
        display: none!important
    }
    .c-product-tile a[href]:after,
    .image-container a[href]:after {
        content: none!important
    }
    #catFilterOffcanvas,
    #category-filter-header,
    #category-filter-offcanvas-buttons,
    #category-navigation,
    .c-ajax-pagination,
    .c-category-control-bar,
    .c-flexible-text-and-image__text,
    .c-labeled-button,
    .c-puzzle-teaser,
    .list-headline,
    .off-canvas {
        display: none!important
    }
    .off-canvas {
        height: 0
    }
}