@charset "UTF-8";
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

@font-face {
    font-family: 'HelveticaNeueLt';
    src: url('../font//2C8F99_0_0.woff2') format('woff2')
}

@font-face {
    font-family: 'HelveticaNeueMd';
    src: url('../font//2C8F99_1_0.woff2') format('woff2')
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: inline-block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

@media screen and (max-width: 1024px) {
    .show-desktop.show-desktop.show-desktop.show-desktop.show-desktop {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .show-desktop.show-desktop.show-desktop.show-desktop.show-desktop {
        display: initial;
    }

    .ie .show-desktop.show-desktop.show-desktop.show-desktop.show-desktop {
        display: inline-block;
    }
}

.is-floated-right {
    float: right;
}

.is-floated-right::after {
    clear: right;
    content: '';
    display: block;
}

.is-content-right {
    text-align: right;
}

.is-error {
    color: #bb2b39;
}

.is-error svg {
    vertical-align: middle;
}

.is-content-ellipsised {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

[data-fragment-enabled][id]::before {
    content: ' ';
    display: block;
    height: 10rem;
    margin-top: -10rem;
    visibility: hidden;
}

[class^='icon'],
[class*=" icon"] {
    display: inline-block;
    height: 30px;
    width: 30px;
}

.icon-search {
    fill: #323232;
}

.icon-invalid {
    fill: #323232;
    stroke: #323232;
}

.icon-invalid.is-error {
    fill: #bb2b39;
    stroke: #bb2b39;
}

.icon-invalid.is-info, .icon-invalid.is-warning {
    fill: #d7d7d7;
    stroke: #c8c8c8;
}

.icon-valid {
    stroke: #4f9300;
}

html {
    font-size: 16px;
    line-height: 26px;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
}

h2.is-red {
    color: #bb2b39;
}

h3.is-red {
    color: #bb2b39;
}

h4.is-red {
    color: #bb2b39;
}

h1,
h2 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    color: #bb2b39;
    font-weight: 200;
    line-height: 1em;
    margin-bottom: 1rem;
    margin-top: 0;
}

@media screen and (min-width: 769px), print {
    h1 {
        font-size: 2.75em;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-weight: normal;
    line-height: 1.25em;
    margin-bottom: 2rem;
    margin-top: 0;
}

@media screen and (min-width: 769px), print {
    h2 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.625em;
    margin-bottom: 0;
    margin-top: 0;
}

h4 {
    font-size: .813em;
    font-weight: bold;
    line-height: 1.154em;
    font-size: .813em;
    margin-bottom: .1rem;
    margin-top: 0;
}

p {
    margin: 0;
}

p + p {
    margin-top: .813rem;
}

p small {
    font-size: .813em;
    line-height: 1.154em;
}

p + form {
    margin-top: 2rem;
}

pre,
table {
    margin: 0;
}

sub,
sup {
    display: inline-block;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

.is-text-gray {
    color: #c8c8c8;
}

.rich-content-from-cms img {
    max-width: 100%;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

::-moz-selection {
    background: #bb2b39;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #bb2b39;
    color: #fff;
    text-shadow: none;
}

a, a:link {
    color: #323232;
    text-decoration: underline;
}

a:visited {
    color: #323232;
}

a:hover {
    color: #323232;
    text-decoration: none;
}

a:focus {
    outline: 1px dotted #323232;
}

a:active {
    color: #bb2b39;
}

a[disabled] {
    color: #c8c8c8;
}

a.has-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.has-icon svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5rem;
}

a.ui-light, a.slot-site-footer, a.ui-light:link, a.slot-site-footer:link,
.ui-light a, .slot-site-footer a,
.ui-light a:link, .slot-site-footer a:link {
    color: #fff;
    text-decoration: none;
}

a.ui-light:visited, a.slot-site-footer:visited,
.ui-light a:visited, .slot-site-footer a:visited {
    color: #fff;
}

a.ui-light:hover, a.slot-site-footer:hover,
.ui-light a:hover, .slot-site-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

a.ui-light:focus, a.slot-site-footer:focus,
.ui-light a:focus, .slot-site-footer a:focus {
    outline: 1px dotted #c8c8c8;
}

a.ui-light:active, a.slot-site-footer:active,
.ui-light a:active, .slot-site-footer a:active {
    color: #fff;
}

a.ui-light[disabled], a[disabled].slot-site-footer,
.ui-light a[disabled], .slot-site-footer a[disabled] {
    color: #c8c8c8;
}

a.ui-dark, a.site-navigation, a.ui-dark:link, a.site-navigation:link,
.ui-dark a, .site-navigation a,
.ui-dark a:link, .site-navigation a:link {
    color: #323232;
    text-decoration: none;
}

a.ui-dark:visited, a.site-navigation:visited,
.ui-dark a:visited, .site-navigation a:visited {
    color: #323232;
}

a.ui-dark:hover, a.site-navigation:hover,
.ui-dark a:hover, .site-navigation a:hover {
    color: #bb2b39;
    text-decoration: none;
}

a.ui-dark:focus, a.site-navigation:focus,
.ui-dark a:focus, .site-navigation a:focus {
    outline: 1px dotted #323232;
}

a.ui-dark:active, a.site-navigation:active,
.ui-dark a:active, .site-navigation a:active {
    color: #bb2b39;
}

a.ui-dark[disabled], a[disabled].site-navigation,
.ui-dark a[disabled], .site-navigation a[disabled] {
    color: #c8c8c8;
}

a.ui-primary, a.ui-primary:link,
.ui-primary a,
.ui-primary a:link {
    color: #bb2b39;
    text-decoration: none;
}

a.ui-primary:visited,
.ui-primary a:visited {
    color: #bb2b39;
}

a.ui-primary:hover,
.ui-primary a:hover {
    color: #323232;
    text-decoration: none;
}

a.ui-primary:focus,
.ui-primary a:focus {
    outline: 1px dotted #323232;
}

a.ui-primary:active,
.ui-primary a:active {
    color: #fff;
}

a.ui-primary[disabled],
.ui-primary a[disabled] {
    color: #c8c8c8;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style-position: inside;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
    margin-top: 0;
}

ul > li > a, ol > li > a {
    text-decoration: none;
}

input[type="button"],
button,
.button {
    border-radius: 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    cursor: pointer;
    font-size: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 1rem 1.25rem;
    text-align: left;
}

input[type="button"].is-primary,
button.is-primary,
.button.is-primary {
    background-color: #323232;
    border: 1px solid #323232;
    color: #fff;
}

input[type="button"].is-primary:hover,
button.is-primary:hover,
.button.is-primary:hover {
    background-color: transparent;
    border: 1px solid #323232;
    color: #323232;
}

input[type="button"].is-primary:focus,
button.is-primary:focus,
.button.is-primary:focus {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    color: #fff;
}

input[type="button"].is-primary[disabled], input[type="button"].is-primary[readonly],
button.is-primary[disabled],
button.is-primary[readonly],
.button.is-primary[disabled],
.button.is-primary[readonly] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #fff;
    cursor: default;
}

input[type="button"].is-primary.has-icon,
button.is-primary.has-icon,
.button.is-primary.has-icon {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

input[type="button"].is-primary.has-icon svg,
button.is-primary.has-icon svg,
.button.is-primary.has-icon svg {
    height: calc(2rem - 2px);
    vertical-align: middle;
}

input[type="button"].is-primary.has-icon svg.has-fill,
button.is-primary.has-icon svg.has-fill,
.button.is-primary.has-icon svg.has-fill {
    fill: #fff;
}

input[type="button"].is-primary.has-icon svg.has-stroke,
button.is-primary.has-icon svg.has-stroke,
.button.is-primary.has-icon svg.has-stroke {
    stroke: #fff;
}

input[type="button"].is-primary.has-icon:hover svg.has-fill,
button.is-primary.has-icon:hover svg.has-fill,
.button.is-primary.has-icon:hover svg.has-fill {
    fill: #323232;
}

input[type="button"].is-primary.has-icon:hover svg.has-stroke,
button.is-primary.has-icon:hover svg.has-stroke,
.button.is-primary.has-icon:hover svg.has-stroke {
    stroke: #323232;
}

input[type="button"].is-secondary,
button.is-secondary,
.button.is-secondary {
    background-color: transparent;
    border: 1px solid transparent;
    color: #323232;
    text-decoration: underline;
}

input[type="button"].is-secondary:hover,
button.is-secondary:hover,
.button.is-secondary:hover {
    border-color: #323232;
    text-decoration: none;
}

input[type="button"].is-secondary:focus,
button.is-secondary:focus,
.button.is-secondary:focus {
    background-color: #a0a0a0;
    border: 1px solid #a0a0a0;
    color: #323232;
    text-decoration: underline;
}

input[type="button"].is-secondary[disabled], input[type="button"].is-secondary[readonly],
button.is-secondary[disabled],
button.is-secondary[readonly],
.button.is-secondary[disabled],
.button.is-secondary[readonly] {
    border-color: transparent;
    color: #c8c8c8;
    cursor: default;
    text-decoration: underline;
}

input[type="button"].is-secondary.has-icon svg .has-fill,
button.is-secondary.has-icon svg .has-fill,
.button.is-secondary.has-icon svg .has-fill {
    fill: #323232;
}

input[type="button"].is-secondary.has-icon svg .has-stroke,
button.is-secondary.has-icon svg .has-stroke,
.button.is-secondary.has-icon svg .has-stroke {
    stroke: #323232;
}

input[type="button"].is-secondary.has-icon:hover svg .has-fill,
button.is-secondary.has-icon:hover svg .has-fill,
.button.is-secondary.has-icon:hover svg .has-fill {
    fill: #fff;
}

input[type="button"].is-secondary.has-icon:hover svg .has-stroke,
button.is-secondary.has-icon:hover svg .has-stroke,
.button.is-secondary.has-icon:hover svg .has-stroke {
    stroke: #fff;
}

input[type="button"].is-white,
button.is-white,
.button.is-white,
.has-background-black input[type="button"],
.has-background-black button,
.has-background-black .button,
.has-background-red input[type="button"],
.has-background-red button,
.has-background-red .button {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    color: #323232;
}

input[type="button"].is-white:hover,
button.is-white:hover,
.button.is-white:hover,
.has-background-black input[type="button"]:hover,
.has-background-black button:hover,
.has-background-black .button:hover,
.has-background-red input[type="button"]:hover,
.has-background-red button:hover,
.has-background-red .button:hover {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #fff;
}

input[type="button"].is-white:focus,
button.is-white:focus,
.button.is-white:focus,
.has-background-black input[type="button"]:focus,
.has-background-black button:focus,
.has-background-black .button:focus,
.has-background-red input[type="button"]:focus,
.has-background-red button:focus,
.has-background-red .button:focus {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    color: #fff;
}

input[type="button"].is-white[disabled], input[type="button"].is-white[readonly],
button.is-white[disabled],
button.is-white[readonly],
.button.is-white[disabled],
.has-background-black input[disabled][type="button"],
.has-background-black button[disabled],
.has-background-black [disabled].button,
.has-background-red input[disabled][type="button"],
.has-background-red button[disabled],
.has-background-red [disabled].button,
.button.is-white[readonly],
.has-background-black input[readonly][type="button"],
.has-background-black button[readonly],
.has-background-black [readonly].button,
.has-background-red input[readonly][type="button"],
.has-background-red button[readonly],
.has-background-red [readonly].button {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #fff;
    cursor: default;
}

input[type="button"].is-white.has-icon,
button.is-white.has-icon,
.button.is-white.has-icon,
.has-background-black input.has-icon[type="button"],
.has-background-black button.has-icon,
.has-background-black .has-icon.button,
.has-background-red input.has-icon[type="button"],
.has-background-red button.has-icon,
.has-background-red .has-icon.button {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

input[type="button"].is-white.has-icon svg,
button.is-white.has-icon svg,
.button.is-white.has-icon svg, .has-background-black input.has-icon[type="button"] svg,
.has-background-black button.has-icon svg,
.has-background-black .has-icon.button svg,
.has-background-red input.has-icon[type="button"] svg,
.has-background-red button.has-icon svg,
.has-background-red .has-icon.button svg {
    height: calc(2rem - 2px);
    vertical-align: middle;
}

input[type="button"].is-white.has-icon svg.has-fill,
button.is-white.has-icon svg.has-fill,
.button.is-white.has-icon svg.has-fill, .has-background-black input.has-icon[type="button"] svg.has-fill,
.has-background-black button.has-icon svg.has-fill,
.has-background-black .has-icon.button svg.has-fill,
.has-background-red input.has-icon[type="button"] svg.has-fill,
.has-background-red button.has-icon svg.has-fill,
.has-background-red .has-icon.button svg.has-fill {
    fill: #323232;
}

input[type="button"].is-white.has-icon svg.has-stroke,
button.is-white.has-icon svg.has-stroke,
.button.is-white.has-icon svg.has-stroke, .has-background-black input.has-icon[type="button"] svg.has-stroke,
.has-background-black button.has-icon svg.has-stroke,
.has-background-black .has-icon.button svg.has-stroke,
.has-background-red input.has-icon[type="button"] svg.has-stroke,
.has-background-red button.has-icon svg.has-stroke,
.has-background-red .has-icon.button svg.has-stroke {
    stroke: #323232;
}

input[type="button"].is-white.has-icon:hover svg.has-fill,
button.is-white.has-icon:hover svg.has-fill,
.button.is-white.has-icon:hover svg.has-fill, .has-background-black input.has-icon[type="button"]:hover svg.has-fill,
.has-background-black button.has-icon:hover svg.has-fill,
.has-background-black .has-icon.button:hover svg.has-fill,
.has-background-red input.has-icon[type="button"]:hover svg.has-fill,
.has-background-red button.has-icon:hover svg.has-fill,
.has-background-red .has-icon.button:hover svg.has-fill {
    fill: #fff;
}

input[type="button"].is-white.has-icon:hover svg.has-stroke,
button.is-white.has-icon:hover svg.has-stroke,
.button.is-white.has-icon:hover svg.has-stroke, .has-background-black input.has-icon[type="button"]:hover svg.has-stroke,
.has-background-black button.has-icon:hover svg.has-stroke,
.has-background-black .has-icon.button:hover svg.has-stroke,
.has-background-red input.has-icon[type="button"]:hover svg.has-stroke,
.has-background-red button.has-icon:hover svg.has-stroke,
.has-background-red .has-icon.button:hover svg.has-stroke {
    stroke: #fff;
}

input[type="button"] + .button:not(.is-fullwidth),
button + .button:not(.is-fullwidth),
.button + .button:not(.is-fullwidth) {
    margin-left: .5rem;
}

input[type="button"]:not(.has-no-max-width),
button:not(.has-no-max-width),
.button:not(.has-no-max-width) {
    max-width: 300px;
}

input[type="button"].is-fullwidth,
button.is-fullwidth,
.button.is-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100%;
}

input[type="button"]:not(.has-no-margin),
button:not(.has-no-margin),
.button:not(.has-no-margin) {
    margin: 1.25rem 1.25rem 1.25rem 0;
}

a.button.is-primary {
    display: inline-block;
    text-decoration: none;
}

.button::-moz-focus-inner {
    border: 0;
    margin: 0;
    padding: 0;
}

svg[role="button"] {
    cursor: pointer;
}

hr {
    border: 0;
    border-top: 1px solid #c8c8c8;
    margin: -1px 0;
}

hr.is-dark {
    border-color: #323232;
}

hr.has-margin {
    margin: 2rem 0;
}

mark {
    background-color: #bb2b39;
    color: #fff;
    padding: 0 .25em;
}

var {
    font-style: normal;
}

.slot-site-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 130;
}

@media screen and (max-width: 768px) {
    .slot-site-header {
        min-width: 320px;
    }
}

.slot-site-header .header-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    border-bottom: 1px solid rgba(50, 50, 50, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 63px;
    min-height: 63px;
    position: relative;
    width: 100%;
}

.slot-site-header .header-wrapper .is-content-right {
    margin-left: 1rem;
}

.slot-site-header .component-image, .slot-site-header .component-banner, .slot-site-header .is-content-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1025px) {
    .slot-site-header .is-content-right {
        padding-right: 50px;
    }
}

.slot-site-header .component-image a,
.slot-site-header .component-banner a {
    display: block;
    text-decoration: none;
}

.slot-site-header .component-image img,
.slot-site-header .component-banner img {
    margin: 0 1rem;
    max-height: 2.5rem;
    vertical-align: middle;
}

.slot-site-header .component-cookie-bar {
    width: 100%;
}

.slot-site-header .component-search.header-search .search-contents {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slot-site-header .component-search.header-search .search-contents .ui-front {
    width: 100%;
}

.slot-site-header .component-search.header-search.is-open:after {
    display: none;
}

.slot-site-header .component-search.header-search:after {
    background: #bb2b39;
    bottom: -1px;
}

@media screen and (max-width: 1024px) {
    .slot-site-header .component-search.header-search {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .slot-site-header .component-search.header-search {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .slot-site-header .component-search.header-search:after {
        display: none;
    }

    .slot-site-header .component-search.header-search.is-open input {
        display: block;
    }

    .slot-site-header .component-search.header-search input {
        display: none;
    }
}

.slot-site-header .component-language-selector {
    min-width: 65px;
}

.slot-site-header .component-language-selector select {
    color: #bb2b39;
    text-transform: uppercase;
}

.slot-site-header .component-language-selector select option {
    color: #323232;
}

.slot-site-header .component-mini-cart,
.slot-site-header .component-language-selector,
.slot-site-header .component-header-search,
.slot-site-header .component-header-user {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
    .slot-site-header .component-mini-cart,
    .slot-site-header .component-language-selector,
    .slot-site-header .component-header-search,
    .slot-site-header .component-header-user {
        margin: 0 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .slot-site-header .component-mini-cart,
    .slot-site-header .component-language-selector,
    .slot-site-header .component-header-search,
    .slot-site-header .component-header-user {
        margin: 0 .3rem;
    }
}

@media screen and (min-width: 1025px) {
    .slot-site-header .component-language-selector {
        margin-right: 0;
    }
}

.slot-main > [class*='component-'],
[class*='slot-content-'] > [class*='component-'] {
    margin: 3rem 0;
}

.slot-main > [class*='component-'].component-order-history,
[class*='slot-content-'] > [class*='component-'].component-order-history {
    margin: 6rem 0;
}

.slot-main + .slot-main {
    margin-top: -2rem;
}

.slot-site-footer {
    background-color: #323232;
    color: #fff;
    overflow: hidden;
}

.slot-site-footer + .slot-site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .slot-site-footer:not(:last-child) .columns.is-gapless > .footer-list {
        margin-top: 1em;
    }

    .slot-site-footer .component-footer-title-paragraph.column, .slot-site-footer .component-footer-title-paragraph.component-tile.is-column.is-product, .slot-site-footer .component-footer-title-paragraph.component-tile.is-column.is-category, .slot-site-footer .component-footer-title-paragraph.component-tile.is-column.is-content {
        margin-bottom: 1rem;
    }
}

.slot-site-footer.ejot-social h3, .slot-site-footer.ejot-contact h3 {
    padding-right: 2rem;
}

.slot-site-footer:last-child {
    font-size: 13px;
    line-height: 15px;
}

.slot-site-footer:last-child ul,
.slot-site-footer:last-child p {
    margin: 0;
}

@media screen and (min-width: 1025px) {
    .slot-site-footer:last-child {
        padding: 1rem 0;
    }

    .slot-site-footer:last-child .component-footer-link-list li {
        display: inline;
    }

    .slot-site-footer:last-child .component-footer-link-list li + li {
        margin-left: 2em;
    }
}

@media screen and (min-width: 769px), print {
    .slot-site-footer:last-child .component-footer-link-list li {
        display: inline;
    }

    .slot-site-footer:last-child .component-footer-link-list li + li {
        margin-left: 2em;
    }
}

@media screen and (max-width: 768px) {
    .slot-site-footer:last-child .footer-last-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slot-site-footer:last-child .footer-last-item a, .slot-site-footer:last-child .footer-last-item p {
        line-height: 2em;
    }

    .slot-site-footer:last-child .footer-last-item li {
        display: block;
    }

    .slot-site-footer:last-child .footer-last-item .component-footer-link-list {
        padding-bottom: 0;
    }

    .slot-site-footer:last-child .footer-last-item .footer-list, .slot-site-footer:last-child .footer-last-item .footer-print, .slot-site-footer:last-child .footer-last-item .copyright-container {
        padding: 1rem;
    }

    .slot-site-footer:last-child .footer-last-item .footer-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 0;
    }

    .slot-site-footer:last-child .footer-last-item .footer-print {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-bottom: 1rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 0;
        padding-top: 0;
    }

    .slot-site-footer:last-child .footer-last-item .copyright-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-left: 0;
        padding-top: 0;
        position: relative;
    }

    .slot-site-footer:last-child .footer-last-item .copyright-container:before {
        background: rgba(255, 255, 255, 0.2);
        content: '';
        height: 1px;
        left: -200px;
        position: absolute;
        top: -1rem;
        width: 200%;
    }
}

.slot-site-footer select option {
    color: #323232;
}

.component-header-user a {
    text-decoration: none;
}

.component-header-user svg {
    height: 30px;
    stroke: #323232;
    width: 30px;
}

.component-header-user svg,
.component-header-user svg + span {
    display: inline-block;
    vertical-align: middle;
}

.component-header-user svg.is-logged-in + span {
    color: #bb2b39;
}

.component-header-user .component-accordion.is-popover .usermenu-accordion-container {
    padding: 1.5rem 1rem;
    right: 60px;
    width: 280px;
}

@media screen and (max-width: 1024px) {
    .component-header-user .component-accordion.is-popover .usermenu-accordion-container {
        right: -10px;
    }
}

@media screen and (max-width: 768px) {
    .component-header-user .component-accordion.is-popover .usermenu-accordion-container {
        left: 0;
        max-width: inherit;
        position: fixed;
        top: 55px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
    }
}

.component-header-user .component-accordion.is-popover .usermenu-accordion-container a {
    display: block;
    margin: 1rem 0;
}

.component-site-navigation {
    position: relative;
}

@media screen and (min-width: 1025px) {
    .component-site-navigation {
        height: 100%;
        width: 200px;
    }
}

.component-site-navigation ol,
.component-site-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.component-site-navigation ol > li + li,
.component-site-navigation ul > li + li {
    margin-top: .846em;
}

.component-site-navigation .toggle-navigation {
    color: #c8c8c8;
    cursor: pointer;
    display: block;
    opacity: 0;
    padding: 1.25rem;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
}

.component-site-navigation .toggle-navigation .is-opened::after {
    background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48ZyBzdHJva2U9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzMyMzIzMiI+PHBhdGggZD0iTTE1LDE0LjM4MTg5NjIgTDkuNzQ2MTE3MzQsOS4xMjgwMTM1IEM5LjU3NTQzMjY4LDguOTU3MzI4ODMgOS4yOTg2OTgxNiw4Ljk1NzMyODgzIDkuMTI4MDEzNSw5LjEyODAxMzUgQzguOTU3MzI4ODMsOS4yOTg2OTgxNiA4Ljk1NzMyODgzLDkuNTc1NDMyNjggOS4xMjgwMTM1LDkuNzQ2MTE3MzQgTDE0LjM4MTg5NjIsMTUgTDkuMTI4MDEzNSwyMC4yNTM4ODI3IEM4Ljk1NzMyODgzLDIwLjQyNDU2NzMgOC45NTczMjg4MywyMC43MDEzMDE4IDkuMTI4MDEzNSwyMC44NzE5ODY1IEM5LjI5ODY5ODE2LDIxLjA0MjY3MTIgOS41NzU0MzI2OCwyMS4wNDI2NzEyIDkuNzQ2MTE3MzQsMjAuODcxOTg2NSBMMTUsMTUuNjE4MTAzOCBMMjAuMjUzODgyNywyMC44NzE5ODY1IEMyMC40MjQ1NjczLDIxLjA0MjY3MTIgMjAuNzAxMzAxOCwyMS4wNDI2NzEyIDIwLjg3MTk4NjUsMjAuODcxOTg2NSBDMjEuMDQyNjcxMiwyMC43MDEzMDE4IDIxLjA0MjY3MTIsMjAuNDI0NTY3MyAyMC44NzE5ODY1LDIwLjI1Mzg4MjcgTDE1LjYxODEwMzgsMTUgTDIwLjg3MTk4NjUsOS43NDYxMTczNCBDMjEuMDQyNjcxMiw5LjU3NTQzMjY4IDIxLjA0MjY3MTIsOS4yOTg2OTgxNiAyMC44NzE5ODY1LDkuMTI4MDEzNSBDMjAuNzAxMzAxOCw4Ljk1NzMyODgzIDIwLjQyNDU2NzMsOC45NTczMjg4MyAyMC4yNTM4ODI3LDkuMTI4MDEzNSBMMTUsMTQuMzgxODk2MiBaIj48L3BhdGg+PC9nPjwvc3ZnPg==");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #323232;
    content: '';
    height: 30px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 30px;
}

.component-site-navigation .toggle-navigation .is-closed::after {
    background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cG9seWxpbmUgc3Ryb2tlPSIjMzIzMjMyIiBmaWxsPSJub25lIiBwb2ludHM9IjEyIDkgMTggMTUgMTIgMjEiPjwvcG9seWxpbmU+PC9zdmc+");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #323232;
    content: '';
    height: 30px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 30px;
}

@media screen and (max-width: 1024px) {
    .hamburger-visual {
        clear: left;
        cursor: pointer;
        display: inline-block;
        padding: .75rem;
        position: fixed;
        z-index: 99;
    }

    body:not(.page-search) .hamburger-visual {
        width: 100%;
    }

    .hamburger-visual .hamburger-visual-hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        float: left;
        height: 1.25rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        width: 2em;
    }

    .hamburger-visual .hamburger-visual-bar {
        background-color: #323232;
        height: 100%;
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: -webkit-transform 400ms cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: transform 400ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 400ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 400ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 400ms cubic-bezier(0.86, 0, 0.07, 1);
        width: 1px;
    }

    .hamburger-visual .hamburger-visual-bar:nth-child(1) {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    .hamburger-visual .hamburger-visual-bar:nth-child(2) {
        opacity: 1;
    }

    .hamburger-visual .hamburger-visual-bar:nth-child(3) {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    .hamburger-visual > .hamburger-label {
        display: inline-block;
        padding: 0 .5em;
        vertical-align: middle;
    }

    .hamburger-input,
    .hamburger-contents {
        display: none;
    }

    .hamburger-input:not(:checked) + .hamburger-visual {
        background-color: #d7d7d7;
    }

    .hamburger-input:checked + .hamburger-visual .hamburger-visual-bar:nth-child(1) {
        -webkit-transform: translate3d(9px, -3px, 0) rotate(45deg);
        transform: translate3d(9px, -3px, 0) rotate(45deg);
    }

    .hamburger-input:checked + .hamburger-visual .hamburger-visual-bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-input:checked + .hamburger-visual .hamburger-visual-bar:nth-child(3) {
        -webkit-transform: translate3d(-8px, -3px, 0) rotate(-45deg);
        transform: translate3d(-8px, -3px, 0) rotate(-45deg);
    }

    .hamburger-input:checked + .hamburger-visual .hamburger-label {
        display: none;
    }

    body:not(.page-search) .hamburger-input:checked + .hamburger-visual {
        width: auto;
    }

    .hamburger-input:checked ~ .hamburger-contents {
        display: block;
    }
}

@media screen and (min-width: 1025px) {
    .hamburger-input,
    .hamburger-label {
        display: none;
    }

    .hamburger-visual {
        cursor: pointer;
        height: 100%;
        left: 0;
        min-height: 100vh;
        opacity: .5;
        position: absolute;
        width: 2em;
        z-index: 99;
    }

    .hamburger-contents {
        display: block;
        height: 100%;
    }

    .hamburger-input:not(:checked) ~ .hamburger-contents .toggle-navigation .is-opened {
        display: none;
    }

    .hamburger-input:not(:checked) ~ .hamburger-contents .toggle-navigation .is-closed {
        display: block;
    }

    .hamburger-input:checked ~ .hamburger-contents .toggle-navigation .is-opened {
        display: block;
    }

    .hamburger-input:checked ~ .hamburger-contents .toggle-navigation .is-closed {
        display: none;
    }
}

.site-navigation {
    position: relative;
}

@media screen and (min-width: 1025px) {
    .site-navigation {
        font-size: 13px;
        line-height: 15px;
        height: 100%;
    }
}

.site-navigation a:not(.toggle-navigation) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
}

.site-navigation a:not(.toggle-navigation) span:not(:last-child):first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width: 1024px) {
    .site-navigation a:not(.toggle-navigation) span:not(:last-child):first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media screen and (min-width: 1025px) {
    .site-navigation a:not(.toggle-navigation) span:not(:last-child):first-child {
        width: calc(100% - 28px - .5rem);
    }
}

.site-navigation a:not(.toggle-navigation) img {
    height: 28px;
    margin: 0;
    width: 28px;
}

@media screen and (max-width: 1024px) {
    .site-navigation a:not(.toggle-navigation) img {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (min-width: 1025px) {
    .site-navigation a:not(.toggle-navigation) img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.site-navigation a:not(.toggle-navigation) span:not(:first-child):last-child {
    font-size: 13px;
    line-height: 15px;
}

@media screen and (max-width: 1024px) {
    .site-navigation a:not(.toggle-navigation) span:not(:first-child):last-child {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 1025px) {
    .site-navigation a:not(.toggle-navigation) span:not(:first-child):last-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        opacity: .6;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 1024px) {
    .site-navigation a:not(.toggle-navigation) span:first-child:last-of-type {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.site-navigation .is-active > a {
    color: #bb2b39;
    font-weight: bold;
}

.site-navigation-column {
    left: 0;
    min-height: 100vh;
    position: absolute;
    top: 0;
    -webkit-transition: background-color 420ms ease-in-out, left 420ms cubic-bezier(0.86, 0, 0.07, 1), opacity 86ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: background-color 420ms ease-in-out, left 420ms cubic-bezier(0.86, 0, 0.07, 1), opacity 86ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: background-color 420ms ease-in-out, left 420ms cubic-bezier(0.86, 0, 0.07, 1), opacity 86ms cubic-bezier(0.86, 0, 0.07, 1);
}

@media screen and (min-width: 1025px) {
    .site-navigation-column {
        height: 100%;
        width: 0;
        z-index: 91;
    }

    .site-navigation-column[data-navigation-level="1"] {
        width: 200px;
    }

    .site-navigation-column > .site-navigation-head,
    .site-navigation-column > .site-navigation-main {
        width: 200px;
    }

    .site-navigation-column .site-navigation-column {
        display: none;
        left: -200rem;
    }

    .site-navigation-column.is-animation-part1 {
        -webkit-box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.2);
        box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.2);
        display: block;
        left: .5em;
        width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .site-navigation-column {
        width: 100%;
    }

    .site-navigation-column .site-navigation-column:not([data-navigation-level='1']) {
        left: 100%;
    }

    .site-navigation-column .site-navigation-column:not([data-navigation-level='1']).is-animation-part1 {
        left: 0;
    }

    .site-navigation-column[data-navigation-level='1'] {
        background-color: #c8c8c8;
        z-index: calc(90 + 1);
    }

    .site-navigation-column[data-navigation-level='2'] {
        background-color: #d7d7d7;
        z-index: calc(90 + 2);
    }

    .site-navigation-column[data-navigation-level='3'] {
        background-color: #e1e1e1;
        z-index: calc(90 + 3);
    }

    .site-navigation-column[data-navigation-level='4'] {
        background-color: #ebebeb;
        z-index: calc(90 + 4);
    }

    .site-navigation-column[data-navigation-level='5'] {
        background-color: #f5f5f5;
        z-index: calc(90 + 5);
    }

    .site-navigation-column[data-navigation-level='6'] {
        background-color: #fff;
        z-index: calc(90 + 6);
    }
}

.site-navigation-column[data-navigation-level='1'], .site-navigation-column[data-navigation-level='6'] {
    position: fixed;
}

.site-navigation-column[data-navigation-level='6'] {
    background-color: #fff;
    z-index: 95;
}

@media screen and (min-width: 1025px) {
    #hamburger:not(.has-anchor-navigation) ~ .hamburger-contents [data-current-level='1'] [data-navigation-level='1'] .toggle-navigation {
        opacity: 1;
        visibility: visible;
    }

    #hamburger:not(.has-anchor-navigation) ~ .hamburger-contents [data-current-level='2'] [data-navigation-level='2'] .toggle-navigation {
        opacity: 1;
        visibility: visible;
    }

    #hamburger:not(.has-anchor-navigation) ~ .hamburger-contents [data-current-level='3'] [data-navigation-level='3'] .toggle-navigation {
        opacity: 1;
        visibility: visible;
    }

    #hamburger:not(.has-anchor-navigation) ~ .hamburger-contents [data-current-level='4'] [data-navigation-level='4'] .toggle-navigation {
        opacity: 1;
        visibility: visible;
    }

    #hamburger:not(.has-anchor-navigation) ~ .hamburger-contents [data-current-level='5'] [data-navigation-level='5'] .toggle-navigation {
        opacity: 1;
        visibility: visible;
    }

    #hamburger:not(.has-anchor-navigation) ~ .hamburger-contents [data-current-level='6'] [data-navigation-level='6'] .toggle-navigation {
        opacity: 1;
        visibility: visible;
    }

    [data-current-level='1'] [data-navigation-level='1'] {
        background-color: #ebebeb;
    }

    [data-current-level='1'] [data-navigation-level='6'] {
        left: .5em;
    }

    [data-current-level='2'] [data-navigation-level='1'] {
        background-color: #e1e1e1;
    }

    [data-current-level='2'] [data-navigation-level='2'] {
        background-color: #ebebeb;
    }

    [data-current-level='2'] [data-navigation-level='6'] {
        left: 1em;
    }

    [data-current-level='3'] [data-navigation-level='1'] {
        background-color: #d7d7d7;
    }

    [data-current-level='3'] [data-navigation-level='2'] {
        background-color: #e1e1e1;
    }

    [data-current-level='3'] [data-navigation-level='3'] {
        background-color: #ebebeb;
    }

    [data-current-level='3'] [data-navigation-level='6'] {
        left: 1.5em;
    }

    [data-current-level='4'] [data-navigation-level='1'] {
        background-color: #c8c8c8;
    }

    [data-current-level='4'] [data-navigation-level='2'] {
        background-color: #d7d7d7;
    }

    [data-current-level='4'] [data-navigation-level='3'] {
        background-color: #e1e1e1;
    }

    [data-current-level='4'] [data-navigation-level='4'] {
        background-color: #ebebeb;
    }

    [data-current-level='4'] [data-navigation-level='6'] {
        left: 2em;
    }

    [data-current-level='5'] [data-navigation-level='1'] {
        background-color: #c8c8c8;
    }

    [data-current-level='5'] [data-navigation-level='2'] {
        background-color: #d7d7d7;
    }

    [data-current-level='5'] [data-navigation-level='3'] {
        background-color: #e1e1e1;
    }

    [data-current-level='5'] [data-navigation-level='4'] {
        background-color: #ebebeb;
    }

    [data-current-level='5'] [data-navigation-level='5'] {
        background-color: #f5f5f5;
    }

    [data-current-level='5'] [data-navigation-level='6'] {
        left: 2.5em;
    }

    .hamburger-input:checked ~ .hamburger-contents .site-navigation-column:not([data-navigation-level="1"]) {
        left: 200px;
    }

    .hamburger-input:checked ~ .hamburger-contents [data-current-level='1'] [data-navigation-level='6'] {
        left: 200px;
    }

    .hamburger-input:checked ~ .hamburger-contents [data-current-level='2'] [data-navigation-level='6'] {
        left: 400px;
    }

    .hamburger-input:checked ~ .hamburger-contents [data-current-level='3'] [data-navigation-level='6'] {
        left: 600px;
    }

    .hamburger-input:checked ~ .hamburger-contents [data-current-level='4'] [data-navigation-level='6'] {
        left: 800px;
    }

    .hamburger-input:checked ~ .hamburger-contents [data-current-level='5'] [data-navigation-level='6'] {
        left: 1000px;
    }

    .hamburger-input:checked ~ .hamburger-contents [data-current-level='6'] [data-navigation-level='6'] {
        left: 1200px;
    }
}

.site-navigation-main {
    overflow-y: auto;
    padding: 1rem 1.25rem;
}

.site-navigation-main > ol > li {
    padding: 1.5rem 0 .5rem;
}

.site-navigation-main > ol > li + li {
    border-top: 1px solid #fff;
}

.site-navigation-head {
    min-height: 4rem;
}

.site-navigation-head .go-back {
    cursor: pointer;
    position: absolute;
    right: .5em;
    text-decoration: none;
    top: .5em;
}

@media screen and (min-width: 1025px) {
    .site-navigation-head .go-back.go-back {
        display: none;
    }
}

.site-navigation-head .go-back svg {
    fill: #323232;
    height: 30px;
    width: 30px;
}

.site-navigation-head .go-back:hover svg {
    fill: #bb2b39;
}

@media screen and (min-width: 1025px) {
    .navigation {
        max-width: 200px;
    }

    [data-navigation-level='6'] .toggle-navigation {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 1024px) {
    .navigation {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

@media screen and (min-width: 1025px) {
    .component-mini-cart {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.component-mini-cart svg {
    height: 30px;
    stroke: #323232;
    width: 30px;
}

.component-mini-cart svg,
.component-mini-cart svg + span {
    display: inline-block;
    vertical-align: middle;
}

.component-mini-cart svg.is-not-empty {
    stroke: #bb2b39;
}

.component-mini-cart .product-wrapper .mini-cart:first-child {
    margin-top: 1rem;
}

.component-mini-cart .product-wrapper .mini-cart:last-child {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 2rem;
}

.component-mini-cart .component-mini-cart-content .price {
    padding-right: 3.5rem;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .component-mini-cart .component-mini-cart-content {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media screen and (max-width: 768px) {
    .component-mini-cart .component-mini-cart-content .review-heading img {
        padding: .3rem 0;
    }
}

.component-mini-cart .component-mini-cart-content .form-row {
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .component-mini-cart .component-accordion.is-popover .accordion-content {
        left: 0;
        max-width: inherit;
        position: fixed;
        top: 55px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
    }
}

.component-cookie-bar {
    font-size: 13px;
    line-height: 15px;
    background-color: #f9f9f9;
    position: relative;
}

.component-cookie-bar .close {
    cursor: pointer;
    fill: #323232;
    height: 30px;
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    width: 30px;
}

.component-cookie-bar .close:hover {
    fill: #bb2b39;
}

.ie .component-search.header-search {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .ie .component-search.header-search {
        width: auto;
    }
}

.component-search {
    -webkit-box-flex: .7;
    -ms-flex: .7;
    flex: .7;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .component-search {
        max-width: 500px;
    }
}

.component-search:not(.header-search) {
    margin: 2rem 0;
}

.component-search:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    bottom: 0;
}

.component-search .close-button {
    display: none;
    position: absolute;
    right: 20px;
    top: 19px;
}

.component-search:focus .close-button {
    display: block;
}

.component-search.is-open .close-button {
    display: block;
}

.component-search.is-open .ui-autocomplete.is-open {
    display: block;
}

@media screen and (max-width: 1024px) {
    .component-search {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }

    .component-search.is-open {
        position: absolute;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        top: 0;
        left: 0;
        margin: 0;
        min-height: 63px;
        border-bottom: 1px solid rgba(50, 50, 50, 0.2);
    }

    .component-search.is-open .close-button {
        top: 15px;
        right: inherit;
        left: 5px;
    }

    .component-search.is-open .search-contents {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .component-search.is-open .search-contents .input-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .component-search.is-open .search-contents .input-group svg {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .component-search.is-open .input-group-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .component-search.is-open input {
        display: block;
        width: 90vw;
        margin-left: 35px;
    }
}

.component-search svg {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.component-search svg:hover {
    fill: #bb2b39;
}

.component-search .search-contents {
    background-color: #fff;
    padding: .6rem .75rem;
}

.component-search .input-group-btn {
    display: inline-block;
    vertical-align: middle;
}

.component-search input {
    border: 0;
    width: 80%;
}

.component-search input::-webkit-input-placeholder {
    color: #323232;
    font-weight: normal;
}

.component-search input:-ms-input-placeholder {
    color: #323232;
    font-weight: normal;
}

.component-search input::placeholder {
    color: #323232;
    font-weight: normal;
}

.component-search input:focus {
    outline: none;
}

.component-search input:focus::-webkit-input-placeholder {
    color: #c8c8c8;
}

.component-search input:focus:-ms-input-placeholder {
    color: #c8c8c8;
}

.component-search input:focus::placeholder {
    color: #c8c8c8;
}

.component-search .ui-autocomplete {
    display: none;
    z-index: 132;
    background: #fff;
    border-top: 1px solid rgba(50, 50, 50, 0.2);
    position: absolute;
    top: 62px !important;
    left: .25rem !important;
    right: 0;
    width: auto !important;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media screen and (max-width: 1024px) {
    .component-search .ui-autocomplete {
        top: 60px !important;
    }
}

.component-search .ui-autocomplete .empty-image {
    background: #bb2b39;
    border: none;
    height: 1px;
}

.component-search .ui-autocomplete .show-more svg {
    vertical-align: bottom;
}

.component-search .ui-autocomplete .show-more p {
    padding: 0 .75em;
    display: inline-block;
    text-decoration: underline;
}

.component-search .ui-autocomplete .no-result.description {
    color: #bb2b39;
}

.component-search .ui-autocomplete .no-result.description p {
    margin: 0;
    line-height: 1;
}

.component-search .ui-autocomplete li {
    padding: 10px;
    border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}

.component-search .ui-autocomplete li:hover, .component-search .ui-autocomplete li.is-selected, .component-search .ui-autocomplete li.ui-state-focus {
    border-bottom-color: #bb2b39;
}

.component-search .ui-autocomplete li .thumb,
.component-search .ui-autocomplete li .edit,
.component-search .ui-autocomplete li .delete {
    text-align: center;
    width: 30px;
}

.component-search .ui-autocomplete li .thumb img,
.component-search .ui-autocomplete li .edit img,
.component-search .ui-autocomplete li .delete img {
    width: 30px;
}

.component-search .ui-autocomplete li .description {
    padding: 0 0.75em;
}

.component-search .ui-autocomplete li p {
    margin: 0;
}

.component-search .ui-autocomplete li p small {
    color: #c8c8c8;
}

.component-search .ui-autocomplete li a,
.component-search .ui-autocomplete li > div {
    display: table;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.component-search .ui-autocomplete li a .thumb, .component-search .ui-autocomplete li a .description, .component-search .ui-autocomplete li a .price, .component-search .ui-autocomplete li a .edit, .component-search .ui-autocomplete li a .delete,
.component-search .ui-autocomplete li > div .thumb,
.component-search .ui-autocomplete li > div .description,
.component-search .ui-autocomplete li > div .price,
.component-search .ui-autocomplete li > div .edit,
.component-search .ui-autocomplete li > div .delete {
    display: table-cell;
    vertical-align: middle;
}

.component-search .ui-autocomplete .is-active {
    background-color: #f9f9f9;
}

.ui-helper-hidden-accessible {
    display: none;
}

.component-heading.component-heading {
    margin-bottom: 2rem;
}

.component-heading.component-heading + [class^="component-"]:not(.component-wrapper) {
    margin-top: 0;
}

.component-heading-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.component-heading-image .heading-text {
    margin-left: .575rem;
}

.component-heading-image .heading-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.component-heading-image .heading-img img {
    width: 100%;
    height: auto;
}

.component-heading-image.review-heading {
    border: 1px solid #ebebeb;
    height: 100%;
    padding: 1.5rem;
}

@media screen and (max-width: 768px) {
    .component-heading-image.review-heading {
        border: none;
        padding: 0;
    }

    .component-heading-image.review-heading img {
        border: 1px solid #ebebeb;
        padding: 1rem;
    }
}

.component-heading-image.is-small {
    margin-right: .5rem;
    padding: 0;
}

.component-heading-image.is-small .heading-img {
    padding-top: .5rem;
}

.component-heading-image.is-small .heading-text {
    margin-left: 0;
}

.component-paragraph input,
.component-paragraph label {
    display: none;
}

.component-paragraph img {
    max-width: 100%;
}

.component-paragraph .paragraph-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 769px), print {
    .component-paragraph:not(.is-full-width) .rich-content-from-cms {
        max-width: 100ch;
    }
}

@media screen and (max-width: 768px) {
    .component-paragraph label {
        display: inline-block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .component-paragraph label .is-opened {
        display: none;
    }

    .component-paragraph label .is-closed {
        display: block;
    }

    .component-paragraph .content {
        height: 9rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        overflow: hidden;
        position: relative;
    }

    .component-paragraph .content::after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(99%, white), to(white));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
        content: '';
        height: 9rem;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .component-paragraph input + label {
        margin: 1rem 0;
        text-decoration: underline;
    }

    .component-paragraph input:checked + label .is-opened {
        display: block;
    }

    .component-paragraph input:checked + label .is-closed {
        display: none;
    }

    .component-paragraph input:checked ~ .content {
        height: auto;
    }

    .component-paragraph input:checked ~ .content::after {
        display: none;
    }
}

.component-hero {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 440px;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .component-hero {
        padding-top: 50%;
    }
}

.component-hero .hero-text {
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    padding: 1rem;
    max-width: 500px;
    position: relative;
    width: 500px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .component-hero .hero-text {
        width: 100%;
    }
}

.is-two-thirds .component-hero .hero-text {
    width: 80%;
}

.is-half .component-hero .hero-text {
    width: 80%;
}

.component-teaser .image-wrapper:not(.is-full) {
    max-width: 25%;
}

@media screen and (max-width: 768px) {
    .component-teaser .image-wrapper.image-wrapper.image-wrapper.image-wrapper {
        max-width: 100%;
    }
}

.is-one-third .component-teaser .content-wrapper {
    display: block;
}

.is-one-third .component-teaser .image-wrapper {
    max-width: 100%;
}

.is-two-thirds .component-teaser .image-wrapper {
    max-width: 33%;
}

.is-half .component-teaser .image-wrapper:not(.is-full) {
    max-width: 25%;
}

.component-horizontal-banner {
    overflow: hidden;
}

.component-horizontal-banner .media {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 440px;
}

.component-horizontal-banner .content {
    padding: 2rem;
}

.slot-main > [class*='component-'].component-icon-text-wrapper, [class*='slot-content-'] > [class*='component-'].component-icon-text-wrapper {
    margin: 8rem 0 4rem 0;
}

.component-icon-text a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 1.5rem;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .component-icon-text a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 1rem;
    }
}

.component-icon-text a .wrapper-text {
    padding: 0 0 0 1.5rem;
}

.component-icon-text a .wrapper-text h2 {
    margin: 0;
}

.component-icon-text a .wrapper-icon figure {
    max-height: 100px;
    max-width: 100px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .component-icon-text a .wrapper-icon figure {
        max-height: 70px;
        width: 70px;
    }
}

.component-icon-text a .wrapper-icon img {
    max-height: 100px;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .component-icon-text a .wrapper-icon img {
        max-height: 70px;
    }
}

.component-video .video-thumbnail {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.component-video .video-thumbnail a {
    display: block;
    padding: 0;
    position: relative;
}

.component-video .video-thumbnail a:after {
    background: rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.component-video .video-thumbnail a:before {
    content: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjUwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDMwIDMwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cmVjdCBzdHJva2U9Im5vbmUiIGZpbGw9Im5vbmUiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjwvcmVjdD4NCiAgPGNpcmNsZSBzdHJva2U9IiNiYjJiMzkiIGZpbGw9IiNiYjJiMzkiIGN4PSIxNSIgY3k9IjE1IiByPSIxMCI+PC9jaXJjbGU+DQogIDxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIHBvaW50cz0iMTguNjMwMDAwMSAxNC45Njg1NzE1IDE0IDE4LjkzNzE0MzEgMTQgMTEiPjwvcG9seWdvbj4NCjwvc3ZnPg==");
    display: block;
    height: 30px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 30px;
    -ms-zoom: 2;
    z-index: 1;
}

.component-video .video-thumbnail a img {
    height: auto;
    width: 100%;
}

.component-image-text-centered {
    display: block;
    text-align: center;
    width: 100%;
}

.component-image-text-centered figure {
    margin-bottom: 2rem;
}

.ie .component-tile .tile-content {
    min-height: 250px;
}

.ie .component-tile.is-in-carousel .tile-content {
    min-height: 100px;
}

.component-tile {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.component-tile.is-column.is-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.component-tile.is-column.is-content .tile-image,
.component-tile.is-column.is-content .tile-content footer div,
.component-tile.is-column.is-content .tile-text::after {
    display: none;
}

.component-tile.is-column.is-content .tile-content {
    max-width: 75%;
    padding: 1.5rem 1rem;
}

.component-tile.is-column.is-content .tile-text {
    height: auto;
}

.component-tile.is-in-carousel figure {
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: none;
}

.component-tile.is-in-carousel .tile-text {
    display: none;
}

.component-tile.is-in-carousel .tile-overlay {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .component-tile.is-in-carousel .tile-overlay {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
}

@media screen and (max-width: 768px) {
    .component-tile.is-in-carousel .tile-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .component-tile.is-in-carousel figure {
        background-color: #f9f9f9;
    }
}

.component-tile figure {
    background-color: #f9f9f9;
    margin: 0;
    overflow: hidden;
}

.component-tile .tile-image {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.component-tile .tile-image a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.component-tile .tile-image img {
    display: block;
    margin: 10% auto;
    max-height: 236px;
    max-width: 236px;
    padding: 0 10%;
}

.component-tile .tile-text {
    height: 6rem;
    overflow: hidden;
    position: relative;
}

.component-tile .tile-text::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(99%, white), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
    content: '';
    height: 6rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.component-tile .tile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: .5rem 1rem;
}

@media screen and (max-width: 768px) {
    .component-tile .tile-text {
        display: none;
    }

    .component-tile .tile-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .component-tile .tile-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .component-tile .tile-image {
        -webkit-box-flex: .7;
        -ms-flex: .7;
        flex: .7;
    }
}

.component-tile .tile-container {
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: border-color 86ms;
    -o-transition: border-color 86ms;
    transition: border-color 86ms;
}

.component-tile .tile-container:hover {
    border: 1px solid #bb2b39;
}

@media screen and (max-width: 768px) {
    .component-tile .tile-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.component-tile .tile-image {
    width: 100%;
}

.component-tile footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
}

.component-tile footer .tile-icon {
    height: 30px;
}

.component-tile footer .icon {
    cursor: pointer;
}

.component-tile .tile-overlay {
    background-color: #fff;
    border: 1px solid #bb2b39;
    height: calc(100% - 2rem);
    left: 1rem;
    padding: 1rem 1rem 2.5rem;
    position: absolute;
    top: 1rem;
    width: calc(100% - 2rem);
    z-index: 3;
}

.component-tile .tile-overlay .rich-content-from-cms {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .component-tile .tile-overlay {
        height: initial;
        -webkit-transform: translateY(5rem);
        -ms-transform: translateY(5rem);
        transform: translateY(5rem);
    }
}

.component-tile .tile-overlay .close-button {
    bottom: .5rem;
    cursor: pointer;
    position: absolute;
    right: 1rem;
}

@media screen and (max-width: 768px) {
    .component-tile .tile-overlay .close-button {
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
}

.component-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .component-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.component-gallery img {
    margin: auto;
}

.component-gallery .slider-for {
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    width: calc(100% - 270px);
}

@media screen and (max-width: 1024px) {
    .component-gallery .slider-for {
        width: 100%;
    }
}

.component-gallery .slider-for .slick-list, .component-gallery .slider-for .slick-track {
    height: 100%;
}

.component-gallery .slider-for .slick-slide > div {
    height: 100% !important;
}

.component-gallery .slider-for .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.component-gallery .slider-for .slider-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 450px;
    max-height: 450px;
    padding: 1rem;
}

.component-gallery .slider-for .slider-img-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

.component-gallery .slider-nav {
    width: 270px !important;
}

@media screen and (max-width: 1024px) {
    .component-gallery .slider-nav {
        width: 100% !important;
    }
}

.component-gallery .slider-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 450px;
    overflow-y: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 100% !important;
}

@media screen and (min-width: 1025px) {
    .component-gallery .slider-nav .slick-track {
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 10px;
    }

    .component-gallery .slider-nav .slick-track:after, .component-gallery .slider-nav .slick-track:before {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .component-gallery .slider-nav .slick-track {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        padding: 0 !important;
    }
}

.component-gallery .slider-nav .slick-track .slick-slide {
    height: 120px;
    width: 120px !important;
}

@media screen and (max-width: 1024px) {
    .component-gallery .slider-nav .slick-track .slick-slide {
        height: 80px;
        margin: .5rem;
        width: 80px !important;
    }
}

.component-gallery .slider-nav .slick-track .slick-slide:focus {
    outline: none;
}

@media screen and (min-width: 1025px) {
    .component-gallery .slider-nav .slick-track .slick-slide {
        margin: 0 0 .5rem;
    }

    .component-gallery .slider-nav .slick-track .slick-slide > div {
        height: 100%;
    }
}

.component-gallery .slider-nav .slick-list {
    padding: 0 !important;
}

@media screen and (min-width: 1025px) {
    .component-gallery .slider-nav .slick-list {
        height: 100%;
    }

    .component-gallery .slider-nav .slick-list > .slick-track {
        height: 100%;
    }
}

.component-gallery .slider-nav .slick-current .slider-thumbnail {
    border: 1px solid #323232;
    position: relative;
}

.component-gallery .slider-nav .slick-current .slider-thumbnail:after {
    display: none;
}

.component-gallery .slider-thumbnail {
    border: 1px solid #ebebeb;
    color: inherit;
    display: block;
    height: 120px;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    width: 120px;
    z-index: 1;
}

.component-gallery .slider-thumbnail .image-wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .component-gallery .slider-thumbnail {
        height: 80px;
        width: 80px !important;
    }
}

.component-gallery .slider-thumbnail img {
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: auto;
}

.component-gallery .slider-thumbnail:after {
    background: rgba(255, 255, 255, 0.4);
    content: '';
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.component-gallery .slider-thumbnail.is-video:before {
    content: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjUwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDMwIDMwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cmVjdCBzdHJva2U9Im5vbmUiIGZpbGw9Im5vbmUiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjwvcmVjdD4NCiAgPGNpcmNsZSBzdHJva2U9IiNiYjJiMzkiIGZpbGw9IiNiYjJiMzkiIGN4PSIxNSIgY3k9IjE1IiByPSIxMCI+PC9jaXJjbGU+DQogIDxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIHBvaW50cz0iMTguNjMwMDAwMSAxNC45Njg1NzE1IDE0IDE4LjkzNzE0MzEgMTQgMTEiPjwvcG9seWdvbj4NCjwvc3ZnPg==");
    display: block;
    height: 30px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 30px;
    -ms-zoom: 2;
}

.component-gallery .zoom-button {
    bottom: 1rem;
    left: -1rem;
    position: absolute;
    text-decoration: none;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .component-gallery .zoom-button {
        bottom: 7rem;
    }
}

@media screen and (max-width: 768px) {
    .component-gallery .zoom-button {
        display: none;
    }
}

.component-gallery .zoom-button svg {
    border: 1px solid #323232;
    vertical-align: bottom;
}

.gallery-zoom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .gallery-zoom-wrapper {
        display: block;
    }
}

.gallery-zoom-wrapper.has-no-text .image-background-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: inherit;
}

.gallery-zoom-wrapper.has-no-text .content-wrapper {
    width: inherit;
}

.gallery-zoom-wrapper .image-background-wrapper {
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    overflow: hidden;
    padding: 1rem;
    width: 70%;
}

@media screen and (max-width: 768px) {
    .gallery-zoom-wrapper .image-background-wrapper {
        min-width: inherit;
        width: 100%;
    }
}

.gallery-zoom-wrapper .image-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    min-width: 400px;
    max-height: 450px;
    text-align: center;
}

.gallery-zoom-wrapper .image-wrapper img {
    height: 100%;
    width: auto;
}

.gallery-zoom-wrapper .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 1rem 0;
    width: 30%;
}

@media screen and (max-width: 768px) {
    .gallery-zoom-wrapper .content-wrapper {
        width: 100%;
    }
}

.gallery-zoom-wrapper .content-wrapper .action {
    margin-top: auto;
}

.jquery-modal.blocker, .modal-backdrop.in {
    background-color: rgba(50, 50, 50, 0.8);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 1rem;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 149;
}

.jquery-modal.blocker::before, .modal-backdrop.in::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.05em;
    vertical-align: middle;
}

.jquery-modal.blocker.behind, .modal-backdrop.in.behind {
    background-color: transparent;
}

.component-modal {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    padding: 2rem 2.5rem;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 150;
}

@media screen and (min-width: 769px), print {
    .component-modal {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .component-modal {
        width: 100%;
    }
}

.component-modal a.close-modal {
    background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48ZyBzdHJva2U9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzMyMzIzMiI+PHBhdGggZD0iTTE1LDE0LjM4MTg5NjIgTDkuNzQ2MTE3MzQsOS4xMjgwMTM1IEM5LjU3NTQzMjY4LDguOTU3MzI4ODMgOS4yOTg2OTgxNiw4Ljk1NzMyODgzIDkuMTI4MDEzNSw5LjEyODAxMzUgQzguOTU3MzI4ODMsOS4yOTg2OTgxNiA4Ljk1NzMyODgzLDkuNTc1NDMyNjggOS4xMjgwMTM1LDkuNzQ2MTE3MzQgTDE0LjM4MTg5NjIsMTUgTDkuMTI4MDEzNSwyMC4yNTM4ODI3IEM4Ljk1NzMyODgzLDIwLjQyNDU2NzMgOC45NTczMjg4MywyMC43MDEzMDE4IDkuMTI4MDEzNSwyMC44NzE5ODY1IEM5LjI5ODY5ODE2LDIxLjA0MjY3MTIgOS41NzU0MzI2OCwyMS4wNDI2NzEyIDkuNzQ2MTE3MzQsMjAuODcxOTg2NSBMMTUsMTUuNjE4MTAzOCBMMjAuMjUzODgyNywyMC44NzE5ODY1IEMyMC40MjQ1NjczLDIxLjA0MjY3MTIgMjAuNzAxMzAxOCwyMS4wNDI2NzEyIDIwLjg3MTk4NjUsMjAuODcxOTg2NSBDMjEuMDQyNjcxMiwyMC43MDEzMDE4IDIxLjA0MjY3MTIsMjAuNDI0NTY3MyAyMC44NzE5ODY1LDIwLjI1Mzg4MjcgTDE1LjYxODEwMzgsMTUgTDIwLjg3MTk4NjUsOS43NDYxMTczNCBDMjEuMDQyNjcxMiw5LjU3NTQzMjY4IDIxLjA0MjY3MTIsOS4yOTg2OTgxNiAyMC44NzE5ODY1LDkuMTI4MDEzNSBDMjAuNzAxMzAxOCw4Ljk1NzMyODgzIDIwLjQyNDU2NzMsOC45NTczMjg4MyAyMC4yNTM4ODI3LDkuMTI4MDEzNSBMMTUsMTQuMzgxODk2MiBaIj48L3BhdGg+PC9nPjwvc3ZnPg==");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 30px;
    position: absolute;
    right: 1rem;
    text-indent: -9999px;
    top: 1.5rem;
    width: 30px;
}

@media screen and (min-width: 769px), print {
    .component-modal.is-full-size {
        height: 80%;
    }
}

@media screen and (max-width: 768px) {
    .component-modal.is-full-size {
        height: 100%;
    }
}

.component-modal iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.modal-spinner {
    background-color: #111;
    border-radius: 5px;
    display: none;
    height: 20px;
    left: 50%;
    padding: 12px 16px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.modal-spinner > div {
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    height: 20px;
    margin: 0 1px;
    width: 2px;
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.is-unclosable a.close-modal {
    display: none;
}

.is-unclosable:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.component-container.has-padding {
    padding: 1rem;
}

.component-container.has-background-light {
    background-color: #f9f9f9;
}

.component-container.has-background-gray {
    background-color: #d7d7d7;
}

.component-container.has-background-dark {
    background-color: rgba(50, 50, 50, 0.8);
}

.component-container.has-background-red {
    background-color: #bb2b39;
}

.component-container.has-background-black {
    background-color: #323232;
}

.component-container.is-dark {
    color: #fff;
}

.component-container.is-dark h2,
.component-container.is-dark a:not(.button) {
    color: #fff;
}

.component-container.has-border {
    border: 1px solid #c8c8c8;
}

.component-container [class^="component-"]:not(:last-child) {
    margin: 2rem 0;
}

.component-product-logos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0;
}

@media screen and (max-width: 768px) {
    .component-product-logos {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.component-product-logos .product-text {
    color: #c8c8c8;
    text-align: left;
    margin-left: 2rem;
    font-size: 13px;
    line-height: 15px;
}

@media screen and (max-width: 768px) {
    .component-product-logos .product-text {
        display: none;
    }
}

.component-product-logos .product-logos-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.component-product-logos .product-logos-wrapper img {
    max-height: 45px;
    max-width: 80px;
}

.component-product-logos .product-logos-wrapper img + img {
    margin-left: 1rem;
}

.component-banner img {
    max-width: 100%;
}

.component-image img {
    max-width: 100%;
}

.component-tabs {
    margin: 2.5rem 0;
}

.component-tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.component-tabs .tabs > label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    color: #c8c8c8;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: .25rem 1rem;
}

.component-tabs .tabs > label a {
    color: #c8c8c8;
    text-decoration: none;
}

.component-tabs .tabs > label a:hover {
    color: #323232;
}

.component-tabs .tabs > label span {
    font-size: 1.875em;
    line-height: 1.3334em;
    margin: -2px 1rem 0 0;
}

@media screen and (max-width: 768px) {
    .component-tabs .tabs > label {
        width: 100%;
    }
}

.component-tabs .tab {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    padding: 1rem 0;
    width: 100%;
}

.component-tabs .tab .tab-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.component-tabs .tab:not(:empty) {
    padding: 3rem 0;
}

.component-tabs [type="radio"] {
    display: none;
}

.component-tabs [type="radio"]:focus + label {
    outline: 1px dotted #a0a0a0;
}

.component-tabs [type="radio"]:hover + label {
    color: #323232;
}

.component-tabs [type="radio"]:checked + label {
    border-bottom: 2px solid #323232;
    color: #323232;
}

.component-tabs [type="radio"]:checked + label + .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .component-tabs [type="radio"]:checked + label + .tab {
        display: block;
    }
}

.component-tabs [type="radio"]:disabled + label, .component-tabs [type="radio"]:disabled + label a {
    cursor: not-allowed;
    border-color: #fff;
}

.component-tabs [type="radio"]:disabled + label:hover, .component-tabs [type="radio"]:disabled + label:hover a, .component-tabs [type="radio"]:disabled + label a:hover, .component-tabs [type="radio"]:disabled + label a:hover a {
    color: #c8c8c8;
}

.is-half .component-tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.component-accordion.toggle-mobile input[type="checkbox"] + label {
    display: none;
}

@media screen and (max-width: 768px) {
    .component-accordion.toggle-mobile input[type="checkbox"] + label {
        display: block;
    }
}

.component-accordion.toggle-mobile .accordion-content {
    display: block;
}

@media screen and (max-width: 768px) {
    .component-accordion.toggle-mobile .accordion-content {
        display: none;
    }
}

.component-accordion.is-popover {
    position: relative;
    text-align: left;
}

.component-accordion.is-popover .accordion-content {
    max-height: 70vh;
    overflow: auto;
}

.component-accordion.is-popover input[type="checkbox"]:checked + label:after {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c8c8c8 transparent;
    bottom: -16px;
    content: '';
    display: block;
    height: 0;
    left: 7px;
    position: absolute;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    width: 0;
    z-index: 4;
}

.component-accordion.is-popover input[type="checkbox"]:checked + label:before {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    bottom: -17px;
    content: '';
    display: block;
    height: 0;
    left: 7px;
    position: absolute;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    width: 0;
    z-index: 5;
}

.component-accordion.is-popover .accordion-content {
    background: #fff;
    border: 1px solid #c8c8c8;
    max-width: 450px;
    padding: 1rem;
    position: absolute;
    right: 10px;
    top: 46px;
    width: 400px;
    z-index: 3;
}

.component-accordion input[type="radio"], .component-accordion input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.component-accordion input[type="radio"]:focus + label, .component-accordion input[type="checkbox"]:focus + label {
    color: #323232;
}

.component-accordion input[type="checkbox"]:not(checked) + label .label-unchecked {
    display: none;
}

.component-accordion input[type="checkbox"]:not(checked) + label .label-checked {
    display: block;
}

.component-accordion input[type="checkbox"]:not(checked) + .show-more-label {
    text-decoration: underline;
}

.component-accordion input[type="checkbox"]:checked + label .label-unchecked {
    display: block;
}

.component-accordion input[type="checkbox"]:checked + label .label-checked {
    display: none;
}

.component-accordion input[type="checkbox"]:checked + .show-more-label {
    text-decoration: underline;
}

.component-accordion h4 label {
    cursor: pointer;
    display: block;
    position: relative;
}

.component-accordion .accordion-content {
    display: none;
}

.component-accordion .accordion-content > input[type="radio"],
.component-accordion .accordion-content > input[type="checkbox"] {
    opacity: 1;
    position: initial;
}

.component-accordion input[type="radio"]:checked ~ .accordion-content, .component-accordion input[type="checkbox"]:checked ~ .accordion-content {
    display: block;
}

.component-accordion .label-unchecked svg, .component-accordion .label-checked svg {
    vertical-align: bottom;
}

.component-accordion.animated input[type="radio"], .component-accordion.animated input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.component-accordion.animated input[type="radio"]:focus + label, .component-accordion.animated input[type="checkbox"]:focus + label {
    color: #323232;
}

.component-accordion.animated label {
    cursor: pointer;
    display: block;
    position: relative;
}

.component-accordion.animated .accordion-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.component-accordion.animated .accordion-content input[type="radio"], .component-accordion.animated .accordion-content input[type="checkbox"] {
    opacity: 1;
    position: initial;
}

.component-accordion.animated input[type="radio"]:checked ~ .accordion-content, .component-accordion.animated input[type="checkbox"]:checked ~ .accordion-content {
    height: 400px;
}

.component-accordion label.has-caret {
    padding-left: 30px;
    position: relative;
}

.component-accordion label.has-caret:before {
    content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfM18pO30NCgkuc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzRfKTtmaWxsOiMzMDMwMzA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+DQoJCTwvZGVmcz4NCgkJPGRlZnM+DQoJCQk8cG9seWdvbiBpZD0iU1ZHSURfMl8iIHBvaW50cz0iMjEsMTYgMTQsMTAgMTQsMjIgMjEsMTYgCQkJIi8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8zXyI+DQoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQk8L2NsaXBQYXRoPg0KCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIiBjbGFzcz0ic3QwIj4NCgkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzJfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCTwvY2xpcFBhdGg+DQoJCTxyZWN0IHg9IjkiIHk9IjUiIGNsYXNzPSJzdDEiIHdpZHRoPSIxNyIgaGVpZ2h0PSIyMiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
    height: 30px;
    left: -8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}

.component-accordion input[type="checkbox"]:checked + label.has-caret:before {
    content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfM18pO30NCgkuc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzRfKTtmaWxsOiMzMDMwMzA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iMCIgeT0iMCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+DQoJCTwvZGVmcz4NCgkJPGRlZnM+DQoJCQk8cG9seWdvbiBpZD0iU1ZHSURfMl8iIHBvaW50cz0iMTYsMjEgMjIsMTQgMTAsMTQgMTYsMjEgCQkJIi8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8zXyI+DQoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQk8L2NsaXBQYXRoPg0KCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIiBjbGFzcz0ic3QwIj4NCgkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzJfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCTwvY2xpcFBhdGg+DQoJCTxyZWN0IHg9IjUiIHk9IjkiIGNsYXNzPSJzdDEiIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNyIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
}

.component-filter .filter-content {
    margin: .5rem 0 1rem 0;
}

.component-filter .filter-content label {
    padding: 0;
}

.component-filter .filter-content span {
    font-size: .8rem;
    line-height: 1.4rem;
    margin: 3px 0;
}

.component-filter .form-checkbox span:first-of-type, .component-filter .form-radio span:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 77%;
}

.component-filter .form-checkbox span:nth-of-type(2), .component-filter .form-radio span:nth-of-type(2) {
    padding-left: 1rem;
}

.component-filter .filter-button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.component-filter .filter-button svg {
    margin-right: .5rem;
    vertical-align: middle;
}

.component-filter .filter-button input[type="checkbox"] {
    display: none;
}

.component-filter .filter-button label.show-more-label span {
    cursor: pointer;
    margin-left: -5px;
    padding-left: 0;
    text-decoration: underline;
}

.component-filter .filter-button .accordion-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.filter-results li + li {
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .component-filter-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .component-filter-wrapper > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.component-facet {
    background: #fff;
}

@media screen and (max-width: 768px) {
    .component-facet {
        left: 0;
        padding: 60px 40px 0;
        position: absolute;
        right: 0;
        top: 63px;
        z-index: 3;
    }
}

.component-facet .button.is-primary {
    margin-top: 25px;
    text-align: left;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .component-facet .button.is-primary {
        display: none;
    }
}

.component-facet .facets-reset svg {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .component-facet .facets-reset {
        display: none;
    }
}

.component-facet .research-title {
    display: none;
}

.component-facet .facets-selection-wrapper {
    display: block;
    font-size: 13px;
    line-height: 15px;
}

@media screen and (max-width: 768px) {
    .component-facet .facets-selection-wrapper {
        display: none;
    }
}

.component-facet .facets-selection-wrapper h3 {
    border-top: 1px solid #323232;
    margin-bottom: 25px;
    padding-top: 25px;
}

@media screen and (max-width: 768px) {
    .component-facet .facets-selection-wrapper h3 {
        border-top: none;
        padding-top: 0;
    }
}

.component-facet .facets-selection-wrapper a svg,
.component-facet .facets-selection-wrapper a span {
    vertical-align: middle;
}

.component-facet .facets-selection-wrapper .facets-reset {
    display: block;
    margin-bottom: 1rem;
}

.component-facet .facets-trigger {
    display: none;
}

@media screen and (max-width: 768px) {
    .component-facet .facets-trigger {
        background: #d7d7d7;
        border-top: none;
        display: block;
        left: 0;
        height: 43px;
        padding: 3px 10px 3px 0;
        position: fixed;
        right: 0;
        text-align: right;
        top: 63px;
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    .component-facet .facets-trigger.button .label-checked {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.component-facet .facets-trigger span {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    vertical-align: middle;
}

.component-facet #displayFacets[type="checkbox"]:checked ~ .facet-category,
.component-facet #displayFacets[type="checkbox"]:checked ~ .research-title,
.component-facet #displayFacets[type="checkbox"]:checked ~ .button.is-primary,
.component-facet #displayFacets[type="checkbox"]:checked ~ .facets-reset,
.component-facet #displayFacets[type="checkbox"]:checked ~ .facets-selection-wrapper {
    display: block;
}

.component-facet .facet-category input[type="checkbox"]:checked + h4 label:before {
    content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfM18pO30NCgkuc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzRfKTtmaWxsOiMzMDMwMzA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iMCIgeT0iMCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+DQoJCTwvZGVmcz4NCgkJPGRlZnM+DQoJCQk8cG9seWdvbiBpZD0iU1ZHSURfMl8iIHBvaW50cz0iMTYsMjEgMjIsMTQgMTAsMTQgMTYsMjEgCQkJIi8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8zXyI+DQoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQk8L2NsaXBQYXRoPg0KCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIiBjbGFzcz0ic3QwIj4NCgkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzJfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCTwvY2xpcFBhdGg+DQoJCTxyZWN0IHg9IjUiIHk9IjkiIGNsYXNzPSJzdDEiIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNyIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
}

@media screen and (max-width: 768px) {
    .component-facet .facet-category {
        display: none;
    }
}

.component-facet h4 {
    margin: 0;
}

.component-facet h4 label {
    padding: 1rem 0 1rem 2rem;
}

.component-facet h4 label:before {
    content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfM18pO30NCgkuc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzRfKTtmaWxsOiMzMDMwMzA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+DQoJCTwvZGVmcz4NCgkJPGRlZnM+DQoJCQk8cG9seWdvbiBpZD0iU1ZHSURfMl8iIHBvaW50cz0iMjEsMTYgMTQsMTAgMTQsMjIgMjEsMTYgCQkJIi8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8zXyI+DQoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQk8L2NsaXBQYXRoPg0KCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIiBjbGFzcz0ic3QwIj4NCgkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzJfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCTwvY2xpcFBhdGg+DQoJCTxyZWN0IHg9IjkiIHk9IjUiIGNsYXNzPSJzdDEiIHdpZHRoPSIxNyIgaGVpZ2h0PSIyMiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
    height: 30px;
    left: -6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}

.component-notification {
    border: 1px solid #323232;
    padding: 1rem;
}

.component-notification:not(.is-inline) {
    margin-bottom: 2rem;
}

.component-notification svg {
    vertical-align: bottom;
}

.component-notification p {
    color: #323232;
}

.component-notification.has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.component-notification.has-icon svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 .5rem .5rem 0;
}

.component-notification.is-inline {
    border: none;
    padding: 0;
    text-decoration: underline;
}

.component-notification.is-info {
    border-color: #323232;
}

.component-notification.is-info.has-icon svg {
    fill: #323232;
    stroke: #323232;
}

.component-notification.is-info.is-inline p {
    color: #323232;
}

.component-notification.is-warning, .component-notification.is-error {
    border-color: #bb2b39;
}

.component-notification.is-warning.has-icon svg, .component-notification.is-error.has-icon svg {
    fill: #bb2b39;
    stroke: #bb2b39;
}

.component-notification.is-warning.is-inline p, .component-notification.is-error.is-inline p {
    color: #bb2b39;
}

blockquote,
blockquote p {
    margin: 0;
    padding: 0;
}

blockquote p {
    font-size: 1.875em;
    line-height: 1.3334em;
}

blockquote p::after {
    content: '«';
}

blockquote p::before {
    content: '»';
}

blockquote cite {
    font-style: normal;
}

.component-color-picker .picker {
    border-bottom: 1px solid #c8c8c8;
}

.component-color-picker input[id^="variantcolor-"] {
    display: none;
}

.component-color-picker input[id^="variantcolor-"]:checked + label {
    position: relative;
}

.component-color-picker input[id^="variantcolor-"]:checked + label > div {
    background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4NCg0KICAgICAgPHJlY3QgZmlsbD0ibm9uZSIgc3Ryb2tlPSJub25lIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48L3JlY3Q+DQogICAgICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMzMjMyMzIiIHBvaW50cz0iNyAxNC4yODU3MTQzIDEyLjgxODE4MTggMjAgMjMgMTAiPjwvcG9seWxpbmU+DQogICAgICA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmZmZmYiIHBvaW50cz0iNyAxMy4yODU3MTQzIDEyLjgxODE4MTggMTkgMjMgOSI+PC9wb2x5bGluZT4NCg0KPC9zdmc+") no-repeat center center;
    background-size: contain;
    display: block;
    height: 60px;
    width: 60px;
}

.component-color-picker label[class*="ejot-colors"] {
    display: inline-block;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border: 1px solid #ebebeb;
    position: relative;
    margin-right: 5px;
}

.component-color-picker label[class*="ejot-colors"].selected {
    height: 40px;
    width: 40px;
}

.component-color-picker .display-color {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.component-color-picker .display-color h4 {
    height: 15px;
}

.component-color-picker .form-submit {
    margin-right: auto;
}

.component-color-picker .selected-color, .component-color-picker .hovered-color {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.component-color-picker .selected-color label[class*="ejot-colors"], .component-color-picker .hovered-color label[class*="ejot-colors"] {
    cursor: inherit;
}

.component-color-picker .ejot-colors-hovered {
    height: 40px;
    width: 40px;
}

.component-color-picker .color-information dd {
    margin-left: 1rem;
}

.component-color-picker .color-information p {
    color: #c8c8c8;
}

a.trigger-colorpicker {
    text-decoration: none;
    white-space: nowrap;
}

.color-picker.small {
    border: 1px solid #ebebeb;
    display: inline-block;
    height: 20px;
    vertical-align: super;
    width: 20px;
}

.component-expert .content-wrapper {
    min-width: 470px;
}

.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li {
    list-style: none;
    margin: 0 10px;
}

.pagination li a {
    color: #c8c8c8;
    display: block;
    text-decoration: none;
}

.pagination li a:focus {
    outline: none;
}

.pagination li a:hover {
    color: #323232;
}

.pagination li.active a {
    color: #323232;
    font-weight: bold;
}

.pagination li.disabled svg {
    fill: #c8c8c8;
}

.pagination svg {
    fill: #323232;
    height: 30px;
    vertical-align: middle;
    width: 30px;
}

.pagination svg:hover {
    fill: #323232;
}

.ie .component-variants .variants-table thead span, .edge .component-variants .variants-table thead span {
    bottom: -5rem;
}

.component-variants .variants-table {
    font-size: 13px;
    line-height: 15px;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

.component-variants .variants-table thead th,
.component-variants .variants-table tbody td {
    padding: .8rem;
}

.component-variants .variants-table thead tr {
    border-bottom: 1px solid #323232;
}

.component-variants .variants-table thead th {
    height: 7.5rem;
    min-width: 3.5rem;
    position: relative;
    text-align: left;
    vertical-align: bottom;
}

.component-variants .variants-table thead span {
    bottom: 1rem;
    display: block;
    font-weight: bold;
    max-width: 120px;
    min-width: 7.5rem;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0.5rem 0;
    -ms-transform-origin: 0 0.5rem 0;
    transform-origin: 0 0.5rem 0;
}

.component-variants .variants-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.component-variants .variants-table .variant-collapse-trigger {
    cursor: none;
    display: none;
}

@media screen and (min-width: 1025px) {
    .component-variants .variants-table tbody tr:hover {
        background-color: #f9f9f9;
    }
}

@media screen and (max-width: 1024px) {
    .component-variants .variants-table thead {
        display: none;
    }

    .component-variants .variants-table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .6rem;
        position: relative;
        text-align: right;
    }

    .component-variants .variants-table td::before {
        -ms-flex-item-align: center;
        align-self: center;
        content: attr(data-th);
        display: inline-block;
        margin-left: calc(30px + 1rem);
        margin-right: auto;
        text-align: left;
    }

    .component-variants .variants-table tr:not(.is-opened) td:nth-child(1n + 3) {
        display: none;
    }

    .component-variants .variants-table td:nth-child(1)::before,
    .component-variants .variants-table td:nth-child(2)::before {
        font-weight: bold;
    }

    .component-variants .variants-table .variant-collapse-trigger {
        cursor: pointer;
        display: block;
    }

    .component-variants .variants-table .variant-collapse-trigger::before {
        content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfM18pO30NCgkuc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzRfKTtmaWxsOiMzMDMwMzA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+DQoJCTwvZGVmcz4NCgkJPGRlZnM+DQoJCQk8cG9seWdvbiBpZD0iU1ZHSURfMl8iIHBvaW50cz0iMjEsMTYgMTQsMTAgMTQsMjIgMjEsMTYgCQkJIi8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8zXyI+DQoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQk8L2NsaXBQYXRoPg0KCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIiBjbGFzcz0ic3QwIj4NCgkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzJfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCTwvY2xpcFBhdGg+DQoJCTxyZWN0IHg9IjkiIHk9IjUiIGNsYXNzPSJzdDEiIHdpZHRoPSIxNyIgaGVpZ2h0PSIyMiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
        cursor: pointer;
        display: block;
        height: 30px;
        left: .6rem;
        position: absolute;
        top: .3334rem;
        width: 30px;
    }

    .component-variants .variants-table .is-opened .variant-collapse-trigger::before {
        content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfM18pO30NCgkuc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzRfKTtmaWxsOiMzMDMwMzA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iMCIgeT0iMCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+DQoJCTwvZGVmcz4NCgkJPGRlZnM+DQoJCQk8cG9seWdvbiBpZD0iU1ZHSURfMl8iIHBvaW50cz0iMTYsMjEgMjIsMTQgMTAsMTQgMTYsMjEgCQkJIi8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8zXyI+DQoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQk8L2NsaXBQYXRoPg0KCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIiBjbGFzcz0ic3QwIj4NCgkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzJfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCTwvY2xpcFBhdGg+DQoJCTxyZWN0IHg9IjUiIHk9IjkiIGNsYXNzPSJzdDEiIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNyIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
    }
}

.component-variants .add-to-cart,
.component-variants .form-group {
    width: 150px;
}

.component-variants .add-to-cart {
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .component-variants .add-to-cart {
        width: 100%;
    }

    .component-variants .form-group {
        width: 150px;
    }

    .component-variants .add-to-cart .form-group > [class*="form-"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.component-cad-data .component-container.is-dark {
    margin: -1rem;
}

.cad-data-modal hr {
    margin: 2rem 0;
}

.component-checkout .component-address strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.component-checkout .component-address strong svg, .component-checkout .component-address strong a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15rem;
}

.component-checkout .component-address strong a > svg {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .component-checkout .component-address strong {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .component-checkout .component-address strong svg, .component-checkout .component-address strong a {
        margin-left: 0;
    }
}

.component-checkout .component-new-address {
    margin-top: 4rem;
}

@media screen and (min-width: 769px), print {
    .ie .component-product-review table tr {
        display: block;
    }
}

.page-multiStepCheckoutSummary .component-product-review .product-main-info .price-info {
    margin-bottom: 1.7rem;
}

@media screen and (max-width: 768px) {
    .page-multiStepCheckoutSummary .component-product-review .product-main-info .price-info {
        margin-bottom: 0;
    }
}

.component-product-review {
    position: relative;
}

.component-product-review.component-product-review {
    margin-bottom: -1rem;
}

.component-product-review table {
    width: 100%;
}

@media screen and (min-width: 769px), print {
    .component-product-review table tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.component-product-review table td {
    font-size: 13px;
    line-height: 15px;
    padding: 1rem .5rem;
}

@media screen and (min-width: 769px), print {
    .component-product-review table td {
        display: block;
    }
}

.component-product-review table td.th {
    border-bottom: 1px solid #c8c8c8;
    font-weight: bold;
    height: 62px;
    padding: .5rem;
}

@media screen and (max-width: 768px) {
    .component-product-review table td.th {
        border-bottom: none;
        height: auto;
    }
}

.component-product-review table tr {
    border-bottom: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .component-product-review table tr {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #c8c8c8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 66px;
    }
}

.component-product-review .product-main-info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media screen and (max-width: 768px) {
    .component-product-review .product-main-info > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.component-product-review .product-main-info h4 {
    display: none;
}

@media screen and (max-width: 768px) {
    .component-product-review .product-main-info h4 {
        display: block;
    }
}

.component-product-review .product-main-info .form-input, .component-product-review .product-main-info .price-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.component-product-review .product-main-info input:not([type="hidden"]) {
    max-width: 120px;
}

.component-product-review .product-main-info .price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: .5rem 0 .5rem .5rem;
    width: 100px;
}

.component-product-review .product-main-info .main-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .component-product-review .product-main-info .main-info-wrapper {
        max-width: inherit;
    }
}

.component-product-review.mini-cart {
    border-color: #c8c8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem 0;
}

.component-product-review.mini-cart.is-gapless {
    margin: 0;
}

.component-product-review.mini-cart .heading-text {
    min-height: 76px;
}

.component-product-review.mini-cart .product-main-info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0;
    width: 100%;
}

.component-product-review.mini-cart .button-remove {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.component-product-review .button-remove {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
}

.component-checkout-wrapper {
    margin-bottom: 5rem;
}

.component-checkout-extra-delivery-fields {
    margin: 5rem 0;
}

.component-checkout-footer {
    margin-top: 5rem;
}

.component-checkout-footer .component-teaser {
    margin: 3rem 0;
}

.component-radio-group-list {
    margin: 2rem 0;
}

.component-radio-group-list .radio-group-item {
    border-bottom: 1px solid #ebebeb;
}

.component-radio-group-list .radio-group-item label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.4rem;
    padding: 2rem 2rem 2rem 4rem;
}

.component-radio-group-list .radio-group-item .label-checked {
    position: relative;
}

.component-radio-group-list .radio-group-item .label-checked:before {
    background: none;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    content: '';
    height: 20px;
    left: -40px;
    position: absolute;
    top: 0;
    width: 20px;
}

.component-radio-group-list .radio-group-item .label-checked:after {
    background: #323232;
    border-radius: 50%;
    content: '';
    display: none;
    height: 14px;
    left: -37px;
    position: absolute;
    top: 3px;
    width: 14px;
}

.component-radio-group-list .radio-group-item input[type="radio"]:checked + label {
    border-bottom: none;
    outline: none;
}

.component-radio-group-list .radio-group-item input[type="radio"]:checked + label .label-checked:after {
    display: block;
}

.component-radio-group-list .radio-group-item input[type="radio"], .component-radio-group-list .radio-group-item input[type="checkbox"] {
    display: none;
}

.component-radio-group-list .radio-group-item .float-right {
    margin-left: 2rem;
}

.component-radio-group-list .radio-group-item.component-accordion .accordion-content {
    margin: 1rem 0 1rem 4rem;
}

.compomnent-quick-info-action img {
    display: inline-block;
    height: 60px;
    width: 60px;
    vertical-align: middle;
}

.compomnent-quick-info-action a {
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: middle;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 10px;
}

.slick-dots li button {
    background: #323232;
    border: none;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0px;
    height: 10px;
    line-height: 0px;
    min-width: inherit;
    outline: none;
    padding: 5px;
    width: 10px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #bb2b39;
}

.component-carousel *,
.component-carousel *::after,
.component-carousel *::before {
    min-width: 0;
}

.component-carousel .columns {
    margin: 0;
}

.component-carousel .content-wrapper {
    background: #f9f9f9;
}

@media screen and (max-width: 1024px) {
    .component-carousel .content-wrapper {
        display: block;
    }
}

.component-carousel .carousel-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 450px;
    max-width: 70%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.component-carousel .carousel-image img {
    display: inline-block;
    height: auto;
    max-height: 450px;
    max-width: 100%;
}

.component-carousel .carousel-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 450px;
    max-width: 30%;
    overflow: auto;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .component-carousel .carousel-text {
        max-width: 100%;
    }
}

.component-carousel .carousel-text .text-wrapper {
    margin-top: auto;
}

.is-two-thirds .component-carousel .content-wrapper {
    display: block;
}

.is-two-thirds .component-carousel .carousel-image {
    display: block;
    max-width: 100%;
    text-align: center;
}

.is-two-thirds .component-carousel .carousel-image img {
    max-height: 350px;
}

.is-two-thirds .component-carousel .carousel-text {
    display: block;
    max-width: 100%;
}

.is-half .component-carousel .content-wrapper {
    display: block;
}

.is-half .component-carousel .carousel-image {
    display: block;
    max-height: 350px;
    max-width: 100%;
    text-align: center;
}

.is-half .component-carousel .carousel-image img {
    max-height: 350px;
}

.is-half .component-carousel .carousel-text {
    display: block;
    max-height: 350px;
    max-width: 100%;
}

.component-product-related .slick-slide {
    margin: 0 10px;
}

.component-product-related .slick-list {
    margin: 0 -10px;
    overflow: hidden;
}

.component-units-select {
    font-size: 13px;
    line-height: 15px;
}

@media screen and (max-width: 1024px) {
    .component-units-select {
        width: 100%;
    }
}

.component-units-select tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .component-units-select tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .component-units-select tbody > tr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .component-units-select tbody > tr:nth-child(1), .component-units-select tbody > tr:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .component-units-select tbody > tr:nth-child(2) {
        border-bottom: 1px solid #c8c8c8;
    }
}

.component-units-select tbody h3 {
    font-size: 1.3em;
    line-height: 1;
    margin: 0;
}

.component-units-select td {
    padding: 1rem 1rem 1rem 2.5rem;
}

.component-units-select td:not(.th-package) svg {
    margin-top: -.5rem;
}

.component-units-select td:first-child {
    font-weight: bold;
    height: 68px;
}

.component-units-select td:first-child span {
    vertical-align: middle;
}

.component-units-select tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.component-units-select tr td {
    display: block;
}

@media screen and (max-width: 1024px) {
    .component-units-select tr:last-child td {
        position: absolute;
        right: -30px;
        top: -50px;
    }
}

.component-units-select .th-package {
    min-width: 225px;
}

.component-units-select .select-package {
    padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
    .component-units-select .select-package {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 1024px) {
    .component-units-select .select-package span {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

.component-units-select .select-package .operator {
    margin: 0 1rem;
}

@media screen and (max-width: 1024px) {
    .component-units-select .select-package .operator {
        margin-left: auto;
        width: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .component-units-select .th-price, .component-units-select .th-quantity {
        padding-left: 0;
    }

    .component-units-select .th-price + td, .component-units-select .th-quantity + td {
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .component-units-select .th-quantity + td {
        font-size: 1.3em;
        font-weight: bold;
    }
}

@media screen and (max-width: 1024px) {
    .component-units-select .th-price-total {
        display: none;
    }

    .component-units-select .th-price-total + td {
        padding: 0;
    }
}

.component-units-select svg {
    margin-right: .5rem;
    vertical-align: middle;
}

.component-units-select .form-group {
    display: inline-block;
    max-width: 100px;
}

.component-units-select .price {
    position: relative;
}

.component-units-select .price:before, .component-units-select .price:after {
    background: #d7d7d7;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    width: 30px;
}

.component-units-select .price:before {
    top: 0;
}

.component-units-select .price:after {
    bottom: 0;
}

.component-units-select p {
    font-size: 13px;
    line-height: 15px;
}

.component-units-packages .component-heading-image, .component-units-packages .component-notification, .component-units-packages .units-error {
    margin: 2rem 0;
}

.component-units-packages .product-review-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.component-units-packages .limit-exceeded {
    font-size: 13px;
    line-height: 15px;
    width: 100%;
}

.component-units-packages .product-number {
    color: #c8c8c8;
    margin-top: 1rem;
}

.component-units-packages .units-error {
    font-size: 13px;
    line-height: 15px;
}

.component-units-packages .units-error p:not(.is-error) {
    margin-left: 3rem;
}

.component-units-packages .units-error p.is-error svg {
    margin-right: 1rem;
}

.component-units-packages .units-cta-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0;
    font-size: 13px;
    line-height: 15px;
}

@media screen and (max-width: 1024px) {
    .component-units-packages .units-cta-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.component-units-packages .units-cta-wrapper img {
    margin-right: 3rem;
}

.component-units-packages .units-cta-wrapper .units-cta {
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
    .component-units-packages .units-cta-wrapper .units-cta {
        margin-left: inherit;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .component-units-packages .units-cta-wrapper .proposed-package, .component-units-packages .units-cta-wrapper .custom-package {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 2rem;
    }

    .component-units-packages .units-cta-wrapper .proposed-package button + button, .component-units-packages .units-cta-wrapper .custom-package button + button {
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
    .ie .component-units-packages .units-cta-wrapper .proposed-package {
        display: inline-block;
    }
}

.component-addressbook {
    margin-top: 4rem;
    width: 100%;
}

.component-addressbook .component-search {
    border: 1px solid #ebebeb;
    padding-bottom: .5rem;
    position: relative;
    width: 100%;
}

.component-addressbook .component-search.is-open {
    max-width: 100%;
}

.component-addressbook .component-search.is-open .search-contents .input-group svg {
    position: absolute;
    right: 20px;
    top: 15px;
}

.component-addressbook .component-search .ui-front {
    width: 100%;
}

.component-addressbook .component-search .ui-autocomplete {
    display: block;
    margin: 0 -0.5rem 0 -1rem;
    max-height: 300px;
    overflow: auto;
    position: relative;
    top: 1rem !important;
    z-index: auto;
}

.component-addressbook .component-search .ui-autocomplete .is-active {
    padding-right: 3rem;
    position: relative;
}

.component-addressbook .component-search .ui-autocomplete .is-active::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSJpY29uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMyMzIzMiIgcG9pbnRzPSI3LjQxMjk2Mzg3IDEzLjc0NjUwMzEgMTMuMzQzMzM1IDE5LjU3MDk3NDcgMjMuNzIxNDg0NCA5LjM3ODE0OTQxIj48L3BvbHlsaW5lPjwvc3ZnPg==");
    content: '';
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: .5rem;
    top: 50%;
    width: 30px;
}

.component-addressbook .component-search .ui-autocomplete li {
    border-bottom: 1px transparent solid;
}

.component-addressbook .component-search .ui-autocomplete li + li {
    border-top: 1px #ebebeb solid;
}

.component-addressbook .component-search .ui-autocomplete li:hover {
    border-bottom: 1px #bb2b39 solid;
}

.component-addressbook .component-search.is-open input {
    width: inherit;
}

.component-addressbook .component-search.is-open .close-button {
    display: none;
}

.component-order-history .component-accordion.is-popover.component-accordion.is-popover label::after {
    bottom: -3px;
}

.component-order-history .component-accordion.is-popover.component-accordion.is-popover label::before {
    bottom: -4px;
}

.component-order-history .component-accordion.is-popover.component-accordion.is-popover label + .accordion-content {
    right: 0;
    top: 36px;
}

.component-back-to-top svg {
    fill: #fff;
    height: 30px;
    vertical-align: bottom;
    width: 30px;
}

.component-country-selector .form-select {
    position: relative;
}

.component-country-selector .form-select::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: none;
    height: 10px;
    left: 0;
    position: absolute;
    top: .5em;
    vertical-align: middle;
    width: 14px;
}

.component-country-selector .select-container {
    padding: 0;
}

.component-country-selector .form-select select {
    color: #fff;
}

.component-footer-title-paragraph {
    margin: 1em 0;
}

.component-copyright {
    font-size: 13px;
    line-height: 15px;
}

@media screen and (max-width: 1024px) {
    .component-copyright .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1025px) {
    .component-copyright .copyright {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 1024px) {
    .component-copyright .copyright {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (min-width: 1025px) {
    .component-copyright .links {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 1024px) {
    .component-copyright .links {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 1025px) {
    .component-copyright .print {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 1024px) {
    .component-copyright .print {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

/*# sourceMappingURL=style.css.map */