

/* Start:/local/modules/novox.filestorage/install/assets/css/style.css?1707472994439*/
.adm-fileinput-item-panel-btn.adm-btn-fstorage-edit {
    float: left;
    margin-left: 0px;
    width: 38px;
    text-align: center;
}

.adm-fileinput-item-panel-btn.adm-btn-fstorage-edit:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    width: 13px;
    height: 14px;
    background: url(/bitrix/js/main/core/images/fileinput/fileinput-sprite.png) no-repeat -42px -26px;
}
/* End */


/* Start:/local/templates/rockfon/dist/assets/styles/rockfon.css?1757580317898068*/
@charset "UTF-8";
:root {
  --color-brand-color: #00638e;
  --color-brand-color-alternative: #00344b;
  --color-hover-color: #003f5b;
  --color-brand-multiply: #003b71;
  --color-hero-primary-button: #005275;
  --color-hero-primary-button-hover: #003a53;
  --color-hero-secondary-button: #00405c;
  --color-hero-secondary-button-hover: #2b2b2b;
  --color-rockwool: #d20014;
  --color-rockfon: #00638e;
  --color-grodan: #093;
  --color-lapinus: #002D72;
  --color-rockpanel: #253355;
}

body,
html {
  overflow-x: hidden;
}

.sub-accordion-open.highlight, .has-accordion-open.highlight{
    color: var(--color-rockfon);
}
.chart-flex{
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.chart-color-block{
  width: 8px;
  height: 20px;
  border-radius: 2px;
  background: #fefefe;
  display: inline-block;
  opacity: 0;
}
.sub-accordion-open .chart-color-block, .has-accordion-open .chart-color-block{
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  :has(:target) {
    scroll-behavior: smooth;
  }
}
.O2-footer__legal__links,
.O2-footer__links,
.modal-multi-selector__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes initial-view-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes initial-view-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes initial-view-fade-translate {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes initial-view-fade-translate {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes wiggle {
  0%, to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  14% {
    -webkit-transform: translate3d(-35%, 0, 0);
            transform: translate3d(-35%, 0, 0);
  }
  28% {
    -webkit-transform: translate3d(35%, 0, 0);
            transform: translate3d(35%, 0, 0);
  }
  42% {
    -webkit-transform: translate3d(-35%, 0, 0);
            transform: translate3d(-35%, 0, 0);
  }
  56% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes wiggle {
  0%, to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  14% {
    -webkit-transform: translate3d(-35%, 0, 0);
            transform: translate3d(-35%, 0, 0);
  }
  28% {
    -webkit-transform: translate3d(35%, 0, 0);
            transform: translate3d(35%, 0, 0);
  }
  42% {
    -webkit-transform: translate3d(-35%, 0, 0);
            transform: translate3d(-35%, 0, 0);
  }
  56% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes icon-arrow-down-down {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(90deg);
            transform: translate3d(0, 150%, 0) rotate(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(90deg);
            transform: translate3d(0, -150%, 0) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
}
@keyframes icon-arrow-down-down {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(90deg);
            transform: translate3d(0, 150%, 0) rotate(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(90deg);
            transform: translate3d(0, -150%, 0) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
}
@-webkit-keyframes icon-arrow-down-up {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(90deg);
            transform: translate3d(0, -150%, 0) rotate(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(90deg);
            transform: translate3d(0, 150%, 0) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
}
@keyframes icon-arrow-down-up {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(90deg);
            transform: translate3d(0, -150%, 0) rotate(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(90deg);
            transform: translate3d(0, 150%, 0) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
}
@-webkit-keyframes icon-arrow-up-down {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(-90deg);
            transform: translate3d(0, 150%, 0) rotate(-90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(-90deg);
            transform: translate3d(0, -150%, 0) rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
}
@keyframes icon-arrow-up-down {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(-90deg);
            transform: translate3d(0, 150%, 0) rotate(-90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(-90deg);
            transform: translate3d(0, -150%, 0) rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
}
@-webkit-keyframes icon-arrow-up-up {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(-90deg);
            transform: translate3d(0, -150%, 0) rotate(-90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(-90deg);
            transform: translate3d(0, 150%, 0) rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
}
@keyframes icon-arrow-up-up {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(-90deg);
            transform: translate3d(0, -150%, 0) rotate(-90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(-90deg);
            transform: translate3d(0, 150%, 0) rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: initial;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container,
.js-modal .modal__inner {
  margin-left: auto;
  margin-right: auto;
  min-width: 37.5rem;
  width: 100%;
}

.container:after,
.container:before,
.js-modal .modal__inner:after,
.js-modal .modal__inner:before {
  content: " ";
  display: table;
}

.container:after,
.js-modal .modal__inner:after {
  clear: both;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

[class*=" col-"],
[class^=col-] {
  float: left;
  position: relative;
}

.container,
.js-modal .modal__inner {
  max-width: 46.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.col-1,
.col-2,
.col-3,
.col-xs-1,
.col-xs-2,
.col-xs-3 {
  max-width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 11rem;
}

.col-4,
.col-5,
.col-6,
.col-xs-4,
.col-xs-5,
.col-xs-6 {
  max-width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 22rem;
}

.col-7,
.col-8,
.col-9,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  max-width: 75%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 33rem;
}

.col-10,
.col-11,
.col-12,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 44rem;
}

.container.grid-preview [class*=" col-"]:before,
.container.grid-preview [class^=col-]:before,
.js-modal .grid-preview.modal__inner [class*=" col-"]:before,
.js-modal .grid-preview.modal__inner [class^=col-]:before {
  left: 0.5rem;
  right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .container,
  .js-modal .modal__inner {
    max-width: 96rem;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .col-1,
  .col-sm-1 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 11rem;
  }
  .col-2,
  .col-3,
  .col-sm-2,
  .col-sm-3 {
    width: 22rem;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-4,
  .col-sm-4 {
    width: 33rem;
  }
  .col-5,
  .col-6,
  .col-sm-5,
  .col-sm-6 {
    width: 44rem;
  }
  .col-5,
  .col-6,
  .col-7,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-7,
  .col-sm-7 {
    width: 55rem;
  }
  .col-8,
  .col-9,
  .col-sm-8,
  .col-sm-9 {
    width: 66rem;
  }
  .col-10,
  .col-8,
  .col-9,
  .col-sm-10,
  .col-sm-8,
  .col-sm-9 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-10,
  .col-sm-10 {
    width: 77rem;
  }
  .col-11,
  .col-12,
  .col-sm-11,
  .col-sm-12 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 88rem;
  }
  .container.grid-preview [class*=" col-"]:before,
  .container.grid-preview [class^=col-]:before,
  .js-modal .grid-preview.modal__inner [class*=" col-"]:before,
  .js-modal .grid-preview.modal__inner [class^=col-]:before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .container,
  .js-modal .modal__inner {
    max-width: 123rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .col-1,
  .col-md-1 {
    width: 10rem;
  }
  .col-1,
  .col-2,
  .col-md-1,
  .col-md-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-2,
  .col-md-2 {
    width: 20rem;
  }
  .col-3,
  .col-md-3 {
    width: 30rem;
  }
  .col-3,
  .col-4,
  .col-md-3,
  .col-md-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-4,
  .col-md-4 {
    width: 40rem;
  }
  .col-5,
  .col-md-5 {
    width: 50rem;
  }
  .col-5,
  .col-6,
  .col-md-5,
  .col-md-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-6,
  .col-md-6 {
    width: 60rem;
  }
  .col-7,
  .col-md-7 {
    width: 70rem;
  }
  .col-7,
  .col-8,
  .col-md-7,
  .col-md-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-8,
  .col-md-8 {
    width: 80rem;
  }
  .col-9,
  .col-md-9 {
    width: 90rem;
  }
  .col-10,
  .col-9,
  .col-md-10,
  .col-md-9 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-10,
  .col-md-10 {
    width: 100rem;
  }
  .col-11,
  .col-md-11 {
    width: 110rem;
  }
  .col-11,
  .col-12,
  .col-md-11,
  .col-md-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-12,
  .col-md-12 {
    width: 120rem;
  }
  .container.grid-preview [class*=" col-"]:before,
  .container.grid-preview [class^=col-]:before,
  .js-modal .grid-preview.modal__inner [class*=" col-"]:before,
  .js-modal .grid-preview.modal__inner [class^=col-]:before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .container,
  .js-modal .modal__inner {
    max-width: 150rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .col-1,
  .col-lg-1 {
    width: 12rem;
  }
  .col-1,
  .col-2,
  .col-lg-1,
  .col-lg-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-2,
  .col-lg-2 {
    width: 24rem;
  }
  .col-3,
  .col-lg-3 {
    width: 36rem;
  }
  .col-3,
  .col-4,
  .col-lg-3,
  .col-lg-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-4,
  .col-lg-4 {
    width: 48rem;
  }
  .col-5,
  .col-lg-5 {
    width: 60rem;
  }
  .col-5,
  .col-6,
  .col-lg-5,
  .col-lg-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-6,
  .col-lg-6 {
    width: 72rem;
  }
  .col-7,
  .col-lg-7 {
    width: 84rem;
  }
  .col-7,
  .col-8,
  .col-lg-7,
  .col-lg-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-8,
  .col-lg-8 {
    width: 96rem;
  }
  .col-9,
  .col-lg-9 {
    width: 108rem;
  }
  .col-10,
  .col-9,
  .col-lg-10,
  .col-lg-9 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-10,
  .col-lg-10 {
    width: 120rem;
  }
  .col-11,
  .col-lg-11 {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 132rem;
  }
  .col-12,
  .col-lg-12 {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 144rem;
  }
  .container.grid-preview [class*=" col-"]:before,
  .container.grid-preview [class^=col-]:before,
  .js-modal .grid-preview.modal__inner [class*=" col-"]:before,
  .js-modal .grid-preview.modal__inner [class^=col-]:before {
    left: 2rem;
    right: 2rem;
  }
}
.container.grid-preview,
.js-modal .grid-preview.modal__inner {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}

.container.grid-preview.is-hidden,
.js-modal .grid-preview.is-hidden.modal__inner {
  display: none;
}

.container.grid-preview .row,
.js-modal .grid-preview.modal__inner .row {
  height: 100%;
}

.container.grid-preview [class*=" col-"],
.container.grid-preview [class^=col-],
.js-modal .grid-preview.modal__inner [class*=" col-"],
.js-modal .grid-preview.modal__inner [class^=col-] {
  height: 100%;
  min-height: 50px;
}

.container.grid-preview [class*=" col-"]:before,
.container.grid-preview [class^=col-]:before,
.js-modal .grid-preview.modal__inner [class*=" col-"]:before,
.js-modal .grid-preview.modal__inner [class^=col-]:before {
  background: rgba(228, 85, 14, 0.1490196078);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.is-shown-xs {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-hidden-xs {
    display: none !important;
  }
  .is-shown-xs {
    display: block !important;
  }
}
.is-shown-sm {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .is-hidden-sm {
    display: none !important;
  }
  .is-shown-sm {
    display: block !important;
  }
}
.is-shown-md {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .is-hidden-md {
    display: none !important;
  }
  .is-shown-md {
    display: block !important;
  }
}
.is-shown-lg {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .is-hidden-lg {
    display: none !important;
  }
  .is-shown-lg {
    display: block !important;
  }
}
.is-shown-desktop {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .is-hidden-desktop {
    display: none !important;
  }
  .is-shown-desktop {
    display: block !important;
  }
}
@font-face {
  font-display: swap;
  font-family: Avenir;
  font-style: normal;
  font-weight: 300;
  src: url(/local/templates/rockfon/dist/assets/styles/../fonts/46680fa5-2284-465a-bb3e-6f7863236c98.eot?#iefix);
  src: url(/local/templates/rockfon/dist/assets/styles/../fonts/46680fa5-2284-465a-bb3e-6f7863236c98.eot?#iefix) format("eot"), url(/local/templates/rockfon/dist/assets/styles/../fonts/9cb0c1f6-be56-4170-bb5d-4ffeb761718c.woff2) format("woff2"), url(/local/templates/rockfon/dist/assets/styles/../fonts/7d2e38f0-abe3-4e68-a7ef-ee8f6572dd10.woff) format("woff"), url(/local/templates/rockfon/dist/assets/styles/../fonts/6ea0c76a-c6da-496b-917d-b9cd2b2cfa7c.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Avenir;
  font-style: normal;
  font-weight: 400;
  src: url(/local/templates/rockfon/dist/assets/styles/../fonts/762109fe-7eb9-4b35-989b-6c75669f7570.eot?#iefix);
  src: url(/local/templates/rockfon/dist/assets/styles/../fonts/762109fe-7eb9-4b35-989b-6c75669f7570.eot?#iefix) format("eot"), url(/local/templates/rockfon/dist/assets/styles/../fonts/56278f56-a7d4-406a-a879-ee5e952e9f2a.woff2) format("woff2"), url(/local/templates/rockfon/dist/assets/styles/../fonts/326b11a6-5a32-4a33-90c7-e0c7291c1e27.woff) format("woff"), url(/local/templates/rockfon/dist/assets/styles/../fonts/078116f9-2afd-44b4-ab20-7ae4ed204169.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  src: url(/local/templates/rockfon/dist/assets/styles/../fonts/c9005e0b-3ca0-4d14-86f9-a981c4e6138a.eot?#iefix);
  src: url(/local/templates/rockfon/dist/assets/styles/../fonts/c9005e0b-3ca0-4d14-86f9-a981c4e6138a.eot?#iefix) format("eot"), url(/local/templates/rockfon/dist/assets/styles/../fonts/b0f4e360-530c-4551-aaa0-88ef1afb7d10.woff2) format("woff2"), url(/local/templates/rockfon/dist/assets/styles/../fonts/abe68f66-51d9-4463-ac9f-0297bc571a97.woff) format("woff"), url(/local/templates/rockfon/dist/assets/styles/../fonts/58f8f705-5a26-4e54-8053-1d1c62e1c6fb.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Avenir;
  font-style: normal;
  font-weight: 600;
  src: url(/local/templates/rockfon/dist/assets/styles/../fonts/ce2f86dc-3a04-4ef9-8370-84b7fa1d24ac.eot?#iefix);
  src: url(/local/templates/rockfon/dist/assets/styles/../fonts/ce2f86dc-3a04-4ef9-8370-84b7fa1d24ac.eot?#iefix) format("eot"), url(/local/templates/rockfon/dist/assets/styles/../fonts/9380e458-b9ca-4579-97cf-ca21b5ef5efa.woff2) format("woff2"), url(/local/templates/rockfon/dist/assets/styles/../fonts/cb04a9bf-e103-4b3c-b060-35cc784140b2.woff) format("woff"), url(/local/templates/rockfon/dist/assets/styles/../fonts/9895ebde-ae5a-441d-8041-9afe1be6087b.ttf) format("truetype");
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  font-size: 8px;
  font-weight: 300;
  line-height: 1.33;
}

body {
  font-size: 16px;
  font-size: 2rem;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
  padding: 1.75rem 0;
}

h1 + .sub1-heading,
h1 + .sub2-heading,
h1 + .sub3-heading,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + .sub1-heading,
h2 + .sub2-heading,
h2 + .sub3-heading,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + .sub1-heading,
h3 + .sub2-heading,
h3 + .sub3-heading,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + .sub1-heading,
h4 + .sub2-heading,
h4 + .sub3-heading,
h4 + h4,
h4 + h5,
h4 + h6 {
  margin-top: 0;
  padding-top: 0;
}

h1 {
  font-size: 24px;
  font-size: 3rem;
  line-height: 1.58333;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
    font-size: 4.5rem;
    line-height: 1.55556;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 48px;
    font-size: 6rem;
    line-height: 1.33333;
  }
}
h2 {
  font-size: 22px;
  font-size: 2.75rem;
  line-height: 1.81818;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
    font-size: 3.75rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 36px;
    font-size: 4.5rem;
    line-height: 1.55556;
  }
}
h3 {
  font-size: 20px;
  font-size: 2.5rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 28px;
    font-size: 3.5rem;
    line-height: 1.57143;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 28px;
    font-size: 3.5rem;
    line-height: 1.57143;
  }
}
.sub1-heading,
h4 {
  font-size: 18px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.33333;
}

@media screen and (min-width: 768px) {
  .sub1-heading,
  h4 {
    font-size: 20px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .sub1-heading,
  h4 {
    font-size: 20px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.sub2-heading,
h5 {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 3rem 0;
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .sub2-heading,
  h5 {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 1.77778;
  }
}
@media screen and (min-width: 992px) {
  .sub2-heading,
  h5 {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 1.77778;
  }
}
.sub3-heading,
h6 {
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.42857;
  margin: 1rem 0;
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .sub3-heading,
  h6 {
    font-size: 16px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .sub3-heading,
  h6 {
    font-size: 16px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
p {
  margin-top: 0;
  opacity: 0.7;
}

p:last-child {
  margin-bottom: 0;
}

.body-text-1,
.body-text-1 p,
p,
p p,
pp {
  font-size: 16px;
  font-size: 2rem;
  line-height: 1.5;
}

.body-text-1,
.body-text-1 p,
p p,
pp {
  margin-top: 0;
  opacity: 0.7;
}

.body-text-2,
.body-text-2 p,
p.body-text-2 {
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 1.42857;
}

.body-text-2 p,
p.body-text-2 {
  opacity: 0.65;
}

b,
strong {
  font-weight: 500;
}

ol,
ul {
  margin: 0 0 1em;
}

a {
  color: var(--color-brand-color);
  text-decoration: none;
}

a,
a:active,
a:focus {
  outline: none;
}

body.has-hover a:hover {
  color: var(--color-brand-color);
  text-decoration: underline;
}

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

*,
:after,
:before {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.module-divider {
  background: #d9d9d9;
  color: #fff;
  padding: 50px 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body,
html {
  min-height: 100%;
}

body {
  background-color: #fff;
}

body #main-header {
  position: fixed;
  top: 0;
  width: 100%;
}

button[disabled] {
  opacity: 0.6;
}

.root {
  height: 100%;
  min-height: 500px;
  position: relative;
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 992px) {
  body.has-country-panel .page-wrapper,
  body:not(.container-wrapper) .image-container {
    padding-bottom: 10.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.has-country-panel .page-wrapper,
  body:not(.container-wrapper) .image-container {
    padding-bottom: 27.5rem;
  }
}
@media screen and (min-width: 992px) {
  body.has-country-panel .page-wrapper > :not(.is-sticky-bar),
  body:not(.container-wrapper) .image-container {
    -webkit-transform: translateY(84px);
            transform: translateY(84px);
  }
}
@media screen and (max-width: 991px) {
  body.has-country-panel .page-wrapper > :not(.is-sticky-bar),
  body:not(.container-wrapper) .image-container {
    -webkit-transform: translateY(220px);
            transform: translateY(220px);
  }
}
.partialContents {
  min-height: 10px;
}

.page-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 100vh;
  position: relative;
}

.page-wrapper:not(.dop-page) > .O3-2-new-home-page-hero:first-child,
.page-wrapper:not(.dop-page) > .O3-3-home-page-hero-slider:first-child {
  margin-top: 0 !important;
}

.page-wrapper:not(.dop-page) > :first-child:not(.search-root):not(.O120-campaign-header),
.page-wrapper:not(.dop-page) > :first-child[style="display:none"] + * {
  padding-top: 8rem;
}

body.has-content-overlay-open .page-wrapper {
  overflow: hidden;
  position: relative;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}
.page-wrapper .animated-background {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  height: 96px;
  margin: 50px auto;
  max-width: 70%;
  position: relative;
  width: 150rem;
}

.is-lighter-grey {
  background: #f8f8f8;
  color: #000;
}

.is-lighter-grey .is-dark-grey .btn--secondary.filter__btn,
.is-lighter-grey .is-dark-grey .btn.btn--secondary,
.is-lighter-grey .is-dark-grey > *,
.is-lighter-grey .is-darkest-grey .btn--secondary.filter__btn,
.is-lighter-grey .is-darkest-grey .btn.btn--secondary,
.is-lighter-grey .is-darkest-grey > *,
body.has-hover .is-lighter-grey .is-dark-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-lighter-grey .is-dark-grey .btn.btn--secondary:hover,
body.has-hover .is-lighter-grey .is-darkest-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-lighter-grey .is-darkest-grey .btn.btn--secondary:hover {
  color: #fff;
}

.is-lighter-grey .btn--secondary.filter__btn,
.is-lighter-grey .btn.btn--secondary,
body.has-hover .is-lighter-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-lighter-grey .btn.btn--secondary:hover {
  color: #000;
}

.is-light-grey {
  background: #f5f5f5;
  color: #000;
}

.is-light-grey .is-dark-grey .btn--secondary.filter__btn,
.is-light-grey .is-dark-grey .btn.btn--secondary,
.is-light-grey .is-dark-grey > *,
.is-light-grey .is-darkest-grey .btn--secondary.filter__btn,
.is-light-grey .is-darkest-grey .btn.btn--secondary,
.is-light-grey .is-darkest-grey > *,
body.has-hover .is-light-grey .is-dark-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-light-grey .is-dark-grey .btn.btn--secondary:hover,
body.has-hover .is-light-grey .is-darkest-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-light-grey .is-darkest-grey .btn.btn--secondary:hover {
  color: #fff;
}

.is-light-grey .btn--secondary.filter__btn,
.is-light-grey .btn.btn--secondary,
body.has-hover .is-light-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-light-grey .btn.btn--secondary:hover {
  color: #000;
}

.is-dark-grey {
  background: #383838;
  color: #fff;
}

.is-dark-grey .is-light-grey .btn--secondary.filter__btn,
.is-dark-grey .is-light-grey .btn.btn--secondary,
.is-dark-grey .is-light-grey > *,
.is-dark-grey .is-lighter-grey .btn--secondary.filter__btn,
.is-dark-grey .is-lighter-grey .btn.btn--secondary,
.is-dark-grey .is-lighter-grey > *,
body.has-hover .is-dark-grey .is-light-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-dark-grey .is-light-grey .btn.btn--secondary:hover,
body.has-hover .is-dark-grey .is-lighter-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-dark-grey .is-lighter-grey .btn.btn--secondary:hover {
  color: #000;
}

.is-dark-grey .btn--secondary.filter__btn,
.is-dark-grey .btn.btn--secondary,
body.has-hover .is-dark-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-dark-grey .btn.btn--secondary:hover {
  color: #fff;
}

.is-darkest-grey {
  background: #2b2b2b;
  color: #fff;
}

.is-darkest-grey .is-light-grey .btn--secondary.filter__btn,
.is-darkest-grey .is-light-grey .btn.btn--secondary,
.is-darkest-grey .is-light-grey > *,
.is-darkest-grey .is-lighter-grey .btn--secondary.filter__btn,
.is-darkest-grey .is-lighter-grey .btn.btn--secondary,
.is-darkest-grey .is-lighter-grey > *,
body.has-hover .is-darkest-grey .is-light-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-darkest-grey .is-light-grey .btn.btn--secondary:hover,
body.has-hover .is-darkest-grey .is-lighter-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-darkest-grey .is-lighter-grey .btn.btn--secondary:hover {
  color: #000;
}

.is-darkest-grey .btn--secondary.filter__btn,
.is-darkest-grey .btn.btn--secondary,
body.has-hover .is-darkest-grey .btn--secondary.filter__btn:hover,
body.has-hover .is-darkest-grey .btn.btn--secondary:hover {
  color: #fff;
}

.gm-style,
.root .gm-style {
  font-family: Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
}

.gm-style-mtc {
  display: none;
}

body #epi-quickNavigator .epi-quickNavigator-editLink a span {
  text-indent: -9999px;
}

img {
  height: auto;
  max-width: 100%;
}

.has-organism-padding {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.has-organism-padding--top {
  padding-top: 6rem;
}

.has-organism-padding--bottom {
  padding-bottom: 6rem;
}

table {
  font-size: 16px;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 2rem;
  max-width: 100%;
}

table:last-child {
  margin-bottom: 0;
}

tablew-100 {
  width: 100%;
}

table td,
table th {
  padding: 0.5rem;
  vertical-align: top;
}

table td p,
table th p {
  margin: 0;
  opacity: 1;
}

table thead.thead-dark tr {
  background: #212529;
}

table thead.thead-brand tr {
  background-color: var(--color-brand-color) !important;
  color: #fff;
}

table.table-striped tr:nth-child(even) {
  background: #e8e8e8;
}

table.table-striped tr:nth-child(odd) {
  background: #fff;
}

.js-download {
  cursor: pointer;
}

.js-template,
script {
  display: none !important;
}

.fadeInOut {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition-duration: 0ms, 0.2s;
          transition-duration: 0ms, 0.2s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}

.fadeInOut.fadeInOutHidden {
  opacity: 0;
  -webkit-transition-delay: 0ms, 0.2s;
          transition-delay: 0ms, 0.2s;
  -webkit-transition-duration: 0.2s, 0ms;
          transition-duration: 0.2s, 0ms;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  visibility: hidden;
}

@media screen and (max-width: 374px) {
  .no-width-limit {
    min-width: 0;
    padding: 0;
  }
  .no-width-limit * {
    width: 100%;
  }
}
.btn,
.filter__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  background: var(--color-brand-color);
  border: 0;
  border-radius: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin: 0;
  min-width: 11.25rem;
  outline: 0;
  overflow: visible;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: auto;
}

.btn:focus,
.filter__btn:focus {
  outline: 0;
}

.btn a,
.btn a:hover,
.filter__btn a,
.filter__btn a:hover,
body.has-hover .btn a,
body.has-hover .btn a:hover,
body.has-hover .filter__btn a,
body.has-hover .filter__btn a:hover {
  color: #fff;
  text-decoration: none;
}

body.has-hover .btn:hover,
body.has-hover .filter__btn:hover {
  background-color: #9f000f;
  background-color: var(--color-hover-color);
  color: #fff;
  text-decoration: none;
}

.btn.is-disabled,
.is-disabled.filter__btn {
  background-color: #d8d8d8;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body.has-hover .btn.is-disabled:hover,
body.has-hover .is-disabled.filter__btn:hover {
  background-color: #d8d8d8;
}

.btn.is-outline,
.is-outline.filter__btn {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 1px #d20014;
          box-shadow: inset 0 0 0 1px #d20014;
  -webkit-box-shadow: inset 0 0 0 1px var(--color-brand-color);
          box-shadow: inset 0 0 0 1px var(--color-brand-color);
  color: #d20014;
  color: var(--color-brand-color);
}

body.has-hover .btn.is-outline:hover,
body.has-hover .is-outline.filter__btn:hover {
  background-color: initial;
  -webkit-box-shadow: inset 0 0 0 1px #9f000f;
          box-shadow: inset 0 0 0 1px #9f000f;
  -webkit-box-shadow: inset 0 0 0 1px var(--color-hover-color);
          box-shadow: inset 0 0 0 1px var(--color-hover-color);
  color: #9f000f;
  color: var(--color-hover-color);
}

.btn.is-full-width,
.is-full-width.filter__btn {
  width: 100%;
}

.btn .epi-editContainer,
.filter__btn .epi-editContainer {
  display: inline-block;
}

.btn.is-loading,
.is-loading.filter__btn {
  opacity: 0;
}

.btn.is-small,
.is-small.filter__btn {
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 2rem;
  width: auto;
}

.btn.is-large,
.is-large.filter__btn {
  font-size: 18px;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.btn.is-wide,
.is-wide.filter__btn {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.btn.is-video,
.is-video.filter__btn {
  background-image: url(/local/templates/rockfon/dist/assets/styles/../images/svg/play-button.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  height: 5rem;
  min-width: 8rem;
}

.btn.is-hero-video,
.is-hero-video.filter__btn {
  background-image: none;
  padding-right: 9.5rem;
  position: relative;
}

.btn.is-hero-video .filled-play-icon,
.is-hero-video.filter__btn .filled-play-icon {
  background: #9f000f;
  background: var(--color-hover-color);
  border-radius: 0.5rem;
  height: 3rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.5rem;
}

.btn.is-hero-video .filled-play-icon svg,
.is-hero-video.filter__btn .filled-play-icon svg {
  height: 1.375rem;
  margin-left: -0.375rem;
  width: 1.375rem;
}

.btn--secondary {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #000;
  line-height: inherit;
  min-width: 0;
  overflow: visible;
  padding: 0;
  text-align: inherit;
}

body.has-hover .btn--secondary:hover {
  background: rgba(0, 0, 0, 0);
  color: #000;
  text-decoration: none;
}

body.has-hover .btn--secondary:hover .icon--arrow-right svg,
body.has-hover .card:hover .btn--secondary .icon--arrow-right svg,
body.has-hover a:hover .btn--secondary .icon--arrow-right svg {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.btn--secondary--red-text {
  background: rgba(0, 0, 0, 0);
  color: #d20014;
  color: var(--color-brand-color);
  font-weight: 400;
}

.btn--secondary--red-text .icon {
  display: none;
}

body.has-hover .btn--secondary--red-text:hover {
  background-color: initial;
  color: #9f000f;
  color: var(--color-hover-color);
  text-decoration: none;
}

.site-lapinus .is-dark-grey .btn--secondary .icon circle,
.site-lapinus .is-dark-grey .btn--secondary .icon path,
.site-lapinus .is-dark-grey .btn--secondary .icon polygon,
.site-lapinus .is-dark-grey .btn--secondary .icon rect,
.site-lapinus .is-dark-grey .btn--secondary .icon svg,
.site-lapinus .is-dark-grey .btn--secondary .icon use,
.site-lapinus .is-darkest-grey .btn--secondary .icon circle,
.site-lapinus .is-darkest-grey .btn--secondary .icon path,
.site-lapinus .is-darkest-grey .btn--secondary .icon polygon,
.site-lapinus .is-darkest-grey .btn--secondary .icon rect,
.site-lapinus .is-darkest-grey .btn--secondary .icon svg,
.site-lapinus .is-darkest-grey .btn--secondary .icon use,
.site-rockpanel .is-dark-grey .btn--secondary .icon circle,
.site-rockpanel .is-dark-grey .btn--secondary .icon path,
.site-rockpanel .is-dark-grey .btn--secondary .icon polygon,
.site-rockpanel .is-dark-grey .btn--secondary .icon rect,
.site-rockpanel .is-dark-grey .btn--secondary .icon svg,
.site-rockpanel .is-dark-grey .btn--secondary .icon use,
.site-rockpanel .is-darkest-grey .btn--secondary .icon circle,
.site-rockpanel .is-darkest-grey .btn--secondary .icon path,
.site-rockpanel .is-darkest-grey .btn--secondary .icon polygon,
.site-rockpanel .is-darkest-grey .btn--secondary .icon rect,
.site-rockpanel .is-darkest-grey .btn--secondary .icon svg,
.site-rockpanel .is-darkest-grey .btn--secondary .icon use {
  fill: #fff;
}

.btn--outline {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
}

.btn--outline:focus {
  outline: 0;
}

body.has-hover .btn--outline:hover {
  background-color: #fff;
  color: #9f000f;
  color: var(--color-hover-color);
}

.btn-language,
.btn-login {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-size: 13px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.23;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
}

.btn-language:focus,
.btn-login:focus {
  outline: 0;
}

.btn-language.is-white,
.btn-login.is-white {
  color: #fff;
}

.btn-language .icon,
.btn-login .icon {
  margin-left: 0;
  margin-right: 5px;
}

.btn-language .icon--small-arrow-down,
.btn-language .icon--small-arrow-left,
.btn-language .icon--small-arrow-right,
.btn-language .icon--small-arrow-up,
.btn-login .icon--small-arrow-down,
.btn-login .icon--small-arrow-left,
.btn-login .icon--small-arrow-right,
.btn-login .icon--small-arrow-up {
  margin-left: 5px;
  margin-right: 0;
}

.js-modal .modal__close,
.modal-multi-selector__close {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.js-modal .modal__close:focus,
.modal-multi-selector__close:focus {
  outline: 0;
}

.js-modal .modal__close:after,
.js-modal .modal__close:before,
.modal-multi-selector__close:after,
.modal-multi-selector__close:before {
  background: var(--color-brand-color);
  bottom: 0;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 2rem;
}

.js-modal .modal__close:after,
.modal-multi-selector__close:after {
  -webkit-transform: translate3d(2.5px, -0.7125rem, 0) rotate(45deg);
          transform: translate3d(2.5px, -0.7125rem, 0) rotate(45deg);
  -webkit-transform: translate3d(2.5px, calc(-50% - 0.5875rem), 0) rotate(45deg);
          transform: translate3d(2.5px, calc(-50% - 0.5875rem), 0) rotate(45deg);
}

.js-modal .modal__close:before,
.modal-multi-selector__close:before {
  -webkit-transform: translate3d(2.5px, 0.7125rem, 0) rotate(-45deg);
          transform: translate3d(2.5px, 0.7125rem, 0) rotate(-45deg);
  -webkit-transform: translate3d(2.5px, calc(50% + 0.5875rem), 0) rotate(-45deg);
          transform: translate3d(2.5px, calc(50% + 0.5875rem), 0) rotate(-45deg);
}

.js-modal .modal__close,
.modal-multi-selector__close {
  border: 2px solid #d20014;
  border: 2px solid var(--color-brand-color);
  border-radius: 50%;
  height: 5rem;
  margin-right: -21.5rem;
  right: 50%;
  top: 2rem;
  width: 5rem;
  z-index: 10;
}

@media screen and (max-width: 374px) {
  .js-modal .modal__close,
  .modal-multi-selector__close {
    margin-right: 0;
    right: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .js-modal .modal__close,
  .modal-multi-selector__close {
    margin-right: -42.5rem;
    top: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .js-modal .modal__close,
  .modal-multi-selector__close {
    margin-right: -58.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .js-modal .modal__close,
  .modal-multi-selector__close {
    margin-right: -70rem;
  }
}
.content-overlay__bar {
  display: none;
}

.content-overlay__container {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .content-overlay {
    background: #fff;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 8rem;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.3s;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.3s;
    visibility: hidden;
    width: 100%;
    width: 100vw;
    z-index: 90;
  }
  .content-overlay.is-active-overlay {
    height: auto;
    min-height: 100vh;
    opacity: 1;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    visibility: visible;
  }
  .content-overlay .content-overlay,
  .content-overlay.is-niveau-1 {
    z-index: 91;
  }
  .content-overlay .content-overlay__bar {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.0509803922);
            box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.0509803922);
    display: block;
    height: 7rem;
  }
  .content-overlay .content-overlay__back {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 -1.875rem;
    padding: 2.5rem 1.875rem;
    -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .content-overlay .content-overlay__back .icon {
    margin-left: 0;
    margin-right: 0.625rem;
  }
  body.has-hover .content-overlay .content-overlay__back:hover {
    color: #d20014;
    color: var(--color-brand-color);
  }
  body.has-hover .content-overlay .content-overlay__back:hover .icon svg {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
@media screen and (max-width: 991px) {
  .content-overlay.is-tablet {
    background: #fff;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 8rem;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.3s;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.3s;
    visibility: hidden;
    width: 100%;
    width: 100vw;
    z-index: 90;
  }
  .content-overlay.is-tablet.is-active-overlay {
    height: auto;
    min-height: 100vh;
    opacity: 1;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    visibility: visible;
  }
  .content-overlay.is-tablet .content-overlay,
  .content-overlay.is-tablet.is-niveau-1 {
    z-index: 91;
  }
  .content-overlay.is-tablet .content-overlay__bar {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.0509803922);
            box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.0509803922);
    display: block;
    height: 7rem;
  }
  .content-overlay.is-tablet .content-overlay__back {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 -1.875rem;
    padding: 2.5rem 1.875rem;
    -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .content-overlay.is-tablet .content-overlay__back .icon {
    margin-left: 0;
    margin-right: 0.625rem;
  }
  body.has-hover .content-overlay.is-tablet .content-overlay__back:hover {
    color: #d20014;
    color: var(--color-brand-color);
  }
  body.has-hover .content-overlay.is-tablet .content-overlay__back:hover .icon svg {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
.download-link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.download-link:focus {
  outline: 0;
}

body.has-hover a.download-link:hover {
  color: #000;
  text-decoration: none;
}

.filter {
  margin: 4rem 0;
}

.filter:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem -2.5rem 0;
  }
  .filter.has-desktop-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media screen and (min-width: 1200px) {
  .filter {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0 1.5rem;
  max-width: 100%;
  padding: 0;
}

.filter__btn {
  background: #fff;
  color: #000;
  float: left;
  margin: 0 1rem 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  white-space: nowrap;
}

.filter__btn.is-ellipsis {
  display: none;
  min-width: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.has-ellipsis .filter__btn.is-ellipsis {
  display: block;
}

.filter__btn.is-active,
body.has-hover .filter__btn:hover {
  background: var(--color-brand-color);
  color: #fff;
}

body.has-hover .filter__btn:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .filter__group {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    max-width: 25rem;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .filter__group {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
.go-to-top {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 5rem;
  line-height: 5rem;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 0;
  width: 5rem;
}

.go-to-top:focus {
  outline: 0;
}

.go-to-top:before {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1490196078);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}

.go-to-top .icon {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.go-to-top .icon svg {
  -webkit-animation: icon-arrow-up-down 0.2s ease-out;
          animation: icon-arrow-up-down 0.2s ease-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.go-to-top .icon path {
  fill: rgba(56, 56, 56, 0.6);
}

body.has-hover .go-to-top:hover:before {
  -webkit-transform: scale(1.3) translateZ(0);
          transform: scale(1.3) translateZ(0);
}

body.has-hover .go-to-top:hover .icon svg {
  -webkit-animation: icon-arrow-up-up 0.2s ease-out;
          animation: icon-arrow-up-up 0.2s ease-out;
  -webkit-transform: rotate(-90deg) translateZ(0);
          transform: rotate(-90deg) translateZ(0);
}

.go-to-top {
  bottom: 2rem;
  opacity: 1;
  position: fixed;
  right: 2rem;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s;
  visibility: visible;
  z-index: 100;
}

.go-to-top.is-hidden {
  opacity: 0;
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
  visibility: hidden;
}

.icon {
  display: inline-block;
  line-height: inherit;
  margin-left: 5px;
}

.icon.is-css:after {
  background: no-repeat 50%;
  content: "";
}

.icon svg,
.icon.is-css:after {
  display: inline-block;
  vertical-align: middle;
}

.icon svg {
  margin-top: -3px;
  overflow: visible;
}

.icon circle,
.icon path,
.icon polygon,
.icon rect,
.icon svg,
.icon use {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s;
}

.icon circle,
.icon path,
.icon polygon,
.icon rect,
.icon use {
  fill: var(--color-brand-color);
}

.icon.is-white circle,
.icon.is-white path,
.icon.is-white polygon,
.icon.is-white rect,
.icon.is-white use {
  fill: #fff;
}

.icon.is-black circle,
.icon.is-black path,
.icon.is-black polygon,
.icon.is-black rect,
.icon.is-black use {
  fill: #000;
}

.icon.icon--facebook,
.icon.icon--instagram,
.icon.icon--linkedin,
.icon.icon--odnoklassniki,
.icon.icon--pinterest,
.icon.icon--telegram,
.icon.icon--twitter,
.icon.icon--vkontakte,
.icon.icon--wechat,
.icon.icon--weibo,
.icon.icon--xing,
.icon.icon--youku,
.icon.icon--youtube {
  -webkit-transition: fill 0.1s ease;
  transition: fill 0.1s ease;
}

body.has-hover .btn:hover .icon--facebook,
body.has-hover .btn:hover .icon--google-plus,
body.has-hover .btn:hover .icon--instagram,
body.has-hover .btn:hover .icon--linkedin,
body.has-hover .btn:hover .icon--odnoklassniki,
body.has-hover .btn:hover .icon--pinterest,
body.has-hover .btn:hover .icon--telegram,
body.has-hover .btn:hover .icon--twitter,
body.has-hover .btn:hover .icon--vkontakte,
body.has-hover .btn:hover .icon--wechat,
body.has-hover .btn:hover .icon--weibo,
body.has-hover .btn:hover .icon--xing,
body.has-hover .btn:hover .icon--youku,
body.has-hover .btn:hover .icon--youtube,
body.has-hover .filter__btn:hover .icon--facebook,
body.has-hover .filter__btn:hover .icon--google-plus,
body.has-hover .filter__btn:hover .icon--instagram,
body.has-hover .filter__btn:hover .icon--linkedin,
body.has-hover .filter__btn:hover .icon--odnoklassniki,
body.has-hover .filter__btn:hover .icon--pinterest,
body.has-hover .filter__btn:hover .icon--telegram,
body.has-hover .filter__btn:hover .icon--twitter,
body.has-hover .filter__btn:hover .icon--vkontakte,
body.has-hover .filter__btn:hover .icon--wechat,
body.has-hover .filter__btn:hover .icon--weibo,
body.has-hover .filter__btn:hover .icon--xing,
body.has-hover .filter__btn:hover .icon--youku,
body.has-hover .filter__btn:hover .icon--youtube,
body.has-hover .has-icon-hover:hover .icon--facebook,
body.has-hover .has-icon-hover:hover .icon--google-plus,
body.has-hover .has-icon-hover:hover .icon--instagram,
body.has-hover .has-icon-hover:hover .icon--linkedin,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki,
body.has-hover .has-icon-hover:hover .icon--pinterest,
body.has-hover .has-icon-hover:hover .icon--telegram,
body.has-hover .has-icon-hover:hover .icon--twitter,
body.has-hover .has-icon-hover:hover .icon--vkontakte,
body.has-hover .has-icon-hover:hover .icon--wechat,
body.has-hover .has-icon-hover:hover .icon--weibo,
body.has-hover .has-icon-hover:hover .icon--xing,
body.has-hover .has-icon-hover:hover .icon--youku,
body.has-hover .has-icon-hover:hover .icon--youtube,
body.has-hover a:hover .icon--facebook,
body.has-hover a:hover .icon--google-plus,
body.has-hover a:hover .icon--instagram,
body.has-hover a:hover .icon--linkedin,
body.has-hover a:hover .icon--odnoklassniki,
body.has-hover a:hover .icon--pinterest,
body.has-hover a:hover .icon--telegram,
body.has-hover a:hover .icon--twitter,
body.has-hover a:hover .icon--vkontakte,
body.has-hover a:hover .icon--wechat,
body.has-hover a:hover .icon--weibo,
body.has-hover a:hover .icon--xing,
body.has-hover a:hover .icon--youku,
body.has-hover a:hover .icon--youtube,
body.has-hover button:hover .icon--facebook,
body.has-hover button:hover .icon--google-plus,
body.has-hover button:hover .icon--instagram,
body.has-hover button:hover .icon--linkedin,
body.has-hover button:hover .icon--odnoklassniki,
body.has-hover button:hover .icon--pinterest,
body.has-hover button:hover .icon--telegram,
body.has-hover button:hover .icon--twitter,
body.has-hover button:hover .icon--vkontakte,
body.has-hover button:hover .icon--wechat,
body.has-hover button:hover .icon--weibo,
body.has-hover button:hover .icon--xing,
body.has-hover button:hover .icon--youku,
body.has-hover button:hover .icon--youtube {
  text-decoration: none;
}

body.has-hover .btn:hover .icon--facebook circle,
body.has-hover .btn:hover .icon--facebook path,
body.has-hover .btn:hover .icon--facebook polygon,
body.has-hover .btn:hover .icon--facebook rect,
body.has-hover .btn:hover .icon--facebook use,
body.has-hover .btn:hover .icon--google-plus circle,
body.has-hover .btn:hover .icon--google-plus path,
body.has-hover .btn:hover .icon--google-plus polygon,
body.has-hover .btn:hover .icon--google-plus rect,
body.has-hover .btn:hover .icon--google-plus use,
body.has-hover .btn:hover .icon--instagram circle,
body.has-hover .btn:hover .icon--instagram path,
body.has-hover .btn:hover .icon--instagram polygon,
body.has-hover .btn:hover .icon--instagram rect,
body.has-hover .btn:hover .icon--instagram use,
body.has-hover .btn:hover .icon--linkedin circle,
body.has-hover .btn:hover .icon--linkedin path,
body.has-hover .btn:hover .icon--linkedin polygon,
body.has-hover .btn:hover .icon--linkedin rect,
body.has-hover .btn:hover .icon--linkedin use,
body.has-hover .btn:hover .icon--odnoklassniki circle,
body.has-hover .btn:hover .icon--odnoklassniki path,
body.has-hover .btn:hover .icon--odnoklassniki polygon,
body.has-hover .btn:hover .icon--odnoklassniki rect,
body.has-hover .btn:hover .icon--odnoklassniki use,
body.has-hover .btn:hover .icon--pinterest circle,
body.has-hover .btn:hover .icon--pinterest path,
body.has-hover .btn:hover .icon--pinterest polygon,
body.has-hover .btn:hover .icon--pinterest rect,
body.has-hover .btn:hover .icon--pinterest use,
body.has-hover .btn:hover .icon--telegram circle,
body.has-hover .btn:hover .icon--telegram path,
body.has-hover .btn:hover .icon--telegram polygon,
body.has-hover .btn:hover .icon--telegram rect,
body.has-hover .btn:hover .icon--telegram use,
body.has-hover .btn:hover .icon--twitter circle,
body.has-hover .btn:hover .icon--twitter path,
body.has-hover .btn:hover .icon--twitter polygon,
body.has-hover .btn:hover .icon--twitter rect,
body.has-hover .btn:hover .icon--twitter use,
body.has-hover .btn:hover .icon--vkontakte circle,
body.has-hover .btn:hover .icon--vkontakte path,
body.has-hover .btn:hover .icon--vkontakte polygon,
body.has-hover .btn:hover .icon--vkontakte rect,
body.has-hover .btn:hover .icon--vkontakte use,
body.has-hover .btn:hover .icon--wechat circle,
body.has-hover .btn:hover .icon--wechat path,
body.has-hover .btn:hover .icon--wechat polygon,
body.has-hover .btn:hover .icon--wechat rect,
body.has-hover .btn:hover .icon--wechat use,
body.has-hover .btn:hover .icon--weibo circle,
body.has-hover .btn:hover .icon--weibo path,
body.has-hover .btn:hover .icon--weibo polygon,
body.has-hover .btn:hover .icon--weibo rect,
body.has-hover .btn:hover .icon--weibo use,
body.has-hover .btn:hover .icon--xing circle,
body.has-hover .btn:hover .icon--xing path,
body.has-hover .btn:hover .icon--xing polygon,
body.has-hover .btn:hover .icon--xing rect,
body.has-hover .btn:hover .icon--xing use,
body.has-hover .btn:hover .icon--youku circle,
body.has-hover .btn:hover .icon--youku path,
body.has-hover .btn:hover .icon--youku polygon,
body.has-hover .btn:hover .icon--youku rect,
body.has-hover .btn:hover .icon--youku use,
body.has-hover .btn:hover .icon--youtube circle,
body.has-hover .btn:hover .icon--youtube path,
body.has-hover .btn:hover .icon--youtube polygon,
body.has-hover .btn:hover .icon--youtube rect,
body.has-hover .btn:hover .icon--youtube use,
body.has-hover .filter__btn:hover .icon--facebook circle,
body.has-hover .filter__btn:hover .icon--facebook path,
body.has-hover .filter__btn:hover .icon--facebook polygon,
body.has-hover .filter__btn:hover .icon--facebook rect,
body.has-hover .filter__btn:hover .icon--facebook use,
body.has-hover .filter__btn:hover .icon--google-plus circle,
body.has-hover .filter__btn:hover .icon--google-plus path,
body.has-hover .filter__btn:hover .icon--google-plus polygon,
body.has-hover .filter__btn:hover .icon--google-plus rect,
body.has-hover .filter__btn:hover .icon--google-plus use,
body.has-hover .filter__btn:hover .icon--instagram circle,
body.has-hover .filter__btn:hover .icon--instagram path,
body.has-hover .filter__btn:hover .icon--instagram polygon,
body.has-hover .filter__btn:hover .icon--instagram rect,
body.has-hover .filter__btn:hover .icon--instagram use,
body.has-hover .filter__btn:hover .icon--linkedin circle,
body.has-hover .filter__btn:hover .icon--linkedin path,
body.has-hover .filter__btn:hover .icon--linkedin polygon,
body.has-hover .filter__btn:hover .icon--linkedin rect,
body.has-hover .filter__btn:hover .icon--linkedin use,
body.has-hover .filter__btn:hover .icon--odnoklassniki circle,
body.has-hover .filter__btn:hover .icon--odnoklassniki path,
body.has-hover .filter__btn:hover .icon--odnoklassniki polygon,
body.has-hover .filter__btn:hover .icon--odnoklassniki rect,
body.has-hover .filter__btn:hover .icon--odnoklassniki use,
body.has-hover .filter__btn:hover .icon--pinterest circle,
body.has-hover .filter__btn:hover .icon--pinterest path,
body.has-hover .filter__btn:hover .icon--pinterest polygon,
body.has-hover .filter__btn:hover .icon--pinterest rect,
body.has-hover .filter__btn:hover .icon--pinterest use,
body.has-hover .filter__btn:hover .icon--telegram circle,
body.has-hover .filter__btn:hover .icon--telegram path,
body.has-hover .filter__btn:hover .icon--telegram polygon,
body.has-hover .filter__btn:hover .icon--telegram rect,
body.has-hover .filter__btn:hover .icon--telegram use,
body.has-hover .filter__btn:hover .icon--twitter circle,
body.has-hover .filter__btn:hover .icon--twitter path,
body.has-hover .filter__btn:hover .icon--twitter polygon,
body.has-hover .filter__btn:hover .icon--twitter rect,
body.has-hover .filter__btn:hover .icon--twitter use,
body.has-hover .filter__btn:hover .icon--vkontakte circle,
body.has-hover .filter__btn:hover .icon--vkontakte path,
body.has-hover .filter__btn:hover .icon--vkontakte polygon,
body.has-hover .filter__btn:hover .icon--vkontakte rect,
body.has-hover .filter__btn:hover .icon--vkontakte use,
body.has-hover .filter__btn:hover .icon--wechat circle,
body.has-hover .filter__btn:hover .icon--wechat path,
body.has-hover .filter__btn:hover .icon--wechat polygon,
body.has-hover .filter__btn:hover .icon--wechat rect,
body.has-hover .filter__btn:hover .icon--wechat use,
body.has-hover .filter__btn:hover .icon--weibo circle,
body.has-hover .filter__btn:hover .icon--weibo path,
body.has-hover .filter__btn:hover .icon--weibo polygon,
body.has-hover .filter__btn:hover .icon--weibo rect,
body.has-hover .filter__btn:hover .icon--weibo use,
body.has-hover .filter__btn:hover .icon--xing circle,
body.has-hover .filter__btn:hover .icon--xing path,
body.has-hover .filter__btn:hover .icon--xing polygon,
body.has-hover .filter__btn:hover .icon--xing rect,
body.has-hover .filter__btn:hover .icon--xing use,
body.has-hover .filter__btn:hover .icon--youku circle,
body.has-hover .filter__btn:hover .icon--youku path,
body.has-hover .filter__btn:hover .icon--youku polygon,
body.has-hover .filter__btn:hover .icon--youku rect,
body.has-hover .filter__btn:hover .icon--youku use,
body.has-hover .filter__btn:hover .icon--youtube circle,
body.has-hover .filter__btn:hover .icon--youtube path,
body.has-hover .filter__btn:hover .icon--youtube polygon,
body.has-hover .filter__btn:hover .icon--youtube rect,
body.has-hover .filter__btn:hover .icon--youtube use,
body.has-hover .has-icon-hover:hover .icon--facebook circle,
body.has-hover .has-icon-hover:hover .icon--facebook path,
body.has-hover .has-icon-hover:hover .icon--facebook polygon,
body.has-hover .has-icon-hover:hover .icon--facebook rect,
body.has-hover .has-icon-hover:hover .icon--facebook use,
body.has-hover .has-icon-hover:hover .icon--google-plus circle,
body.has-hover .has-icon-hover:hover .icon--google-plus path,
body.has-hover .has-icon-hover:hover .icon--google-plus polygon,
body.has-hover .has-icon-hover:hover .icon--google-plus rect,
body.has-hover .has-icon-hover:hover .icon--google-plus use,
body.has-hover .has-icon-hover:hover .icon--instagram circle,
body.has-hover .has-icon-hover:hover .icon--instagram path,
body.has-hover .has-icon-hover:hover .icon--instagram polygon,
body.has-hover .has-icon-hover:hover .icon--instagram rect,
body.has-hover .has-icon-hover:hover .icon--instagram use,
body.has-hover .has-icon-hover:hover .icon--linkedin circle,
body.has-hover .has-icon-hover:hover .icon--linkedin path,
body.has-hover .has-icon-hover:hover .icon--linkedin polygon,
body.has-hover .has-icon-hover:hover .icon--linkedin rect,
body.has-hover .has-icon-hover:hover .icon--linkedin use,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki circle,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki path,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki polygon,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki rect,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki use,
body.has-hover .has-icon-hover:hover .icon--pinterest circle,
body.has-hover .has-icon-hover:hover .icon--pinterest path,
body.has-hover .has-icon-hover:hover .icon--pinterest polygon,
body.has-hover .has-icon-hover:hover .icon--pinterest rect,
body.has-hover .has-icon-hover:hover .icon--pinterest use,
body.has-hover .has-icon-hover:hover .icon--telegram circle,
body.has-hover .has-icon-hover:hover .icon--telegram path,
body.has-hover .has-icon-hover:hover .icon--telegram polygon,
body.has-hover .has-icon-hover:hover .icon--telegram rect,
body.has-hover .has-icon-hover:hover .icon--telegram use,
body.has-hover .has-icon-hover:hover .icon--twitter circle,
body.has-hover .has-icon-hover:hover .icon--twitter path,
body.has-hover .has-icon-hover:hover .icon--twitter polygon,
body.has-hover .has-icon-hover:hover .icon--twitter rect,
body.has-hover .has-icon-hover:hover .icon--twitter use,
body.has-hover .has-icon-hover:hover .icon--vkontakte circle,
body.has-hover .has-icon-hover:hover .icon--vkontakte path,
body.has-hover .has-icon-hover:hover .icon--vkontakte polygon,
body.has-hover .has-icon-hover:hover .icon--vkontakte rect,
body.has-hover .has-icon-hover:hover .icon--vkontakte use,
body.has-hover .has-icon-hover:hover .icon--wechat circle,
body.has-hover .has-icon-hover:hover .icon--wechat path,
body.has-hover .has-icon-hover:hover .icon--wechat polygon,
body.has-hover .has-icon-hover:hover .icon--wechat rect,
body.has-hover .has-icon-hover:hover .icon--wechat use,
body.has-hover .has-icon-hover:hover .icon--weibo circle,
body.has-hover .has-icon-hover:hover .icon--weibo path,
body.has-hover .has-icon-hover:hover .icon--weibo polygon,
body.has-hover .has-icon-hover:hover .icon--weibo rect,
body.has-hover .has-icon-hover:hover .icon--weibo use,
body.has-hover .has-icon-hover:hover .icon--xing circle,
body.has-hover .has-icon-hover:hover .icon--xing path,
body.has-hover .has-icon-hover:hover .icon--xing polygon,
body.has-hover .has-icon-hover:hover .icon--xing rect,
body.has-hover .has-icon-hover:hover .icon--xing use,
body.has-hover .has-icon-hover:hover .icon--youku circle,
body.has-hover .has-icon-hover:hover .icon--youku path,
body.has-hover .has-icon-hover:hover .icon--youku polygon,
body.has-hover .has-icon-hover:hover .icon--youku rect,
body.has-hover .has-icon-hover:hover .icon--youku use,
body.has-hover .has-icon-hover:hover .icon--youtube circle,
body.has-hover .has-icon-hover:hover .icon--youtube path,
body.has-hover .has-icon-hover:hover .icon--youtube polygon,
body.has-hover .has-icon-hover:hover .icon--youtube rect,
body.has-hover .has-icon-hover:hover .icon--youtube use,
body.has-hover a:hover .icon--facebook circle,
body.has-hover a:hover .icon--facebook path,
body.has-hover a:hover .icon--facebook polygon,
body.has-hover a:hover .icon--facebook rect,
body.has-hover a:hover .icon--facebook use,
body.has-hover a:hover .icon--zen circle,
body.has-hover a:hover .icon--zen path,
body.has-hover a:hover .icon--zen polygon,
body.has-hover a:hover .icon--zen rect,
body.has-hover a:hover .icon--zen use,
body.has-hover a:hover .icon--google-plus circle,
body.has-hover a:hover .icon--google-plus path,
body.has-hover a:hover .icon--google-plus polygon,
body.has-hover a:hover .icon--google-plus rect,
body.has-hover a:hover .icon--google-plus use,
body.has-hover a:hover .icon--instagram circle,
body.has-hover a:hover .icon--instagram path,
body.has-hover a:hover .icon--instagram polygon,
body.has-hover a:hover .icon--instagram rect,
body.has-hover a:hover .icon--instagram use,
body.has-hover a:hover .icon--linkedin circle,
body.has-hover a:hover .icon--linkedin path,
body.has-hover a:hover .icon--linkedin polygon,
body.has-hover a:hover .icon--linkedin rect,
body.has-hover a:hover .icon--linkedin use,
body.has-hover a:hover .icon--odnoklassniki circle,
body.has-hover a:hover .icon--odnoklassniki path,
body.has-hover a:hover .icon--odnoklassniki polygon,
body.has-hover a:hover .icon--odnoklassniki rect,
body.has-hover a:hover .icon--odnoklassniki use,
body.has-hover a:hover .icon--pinterest circle,
body.has-hover a:hover .icon--pinterest path,
body.has-hover a:hover .icon--pinterest polygon,
body.has-hover a:hover .icon--pinterest rect,
body.has-hover a:hover .icon--pinterest use,
body.has-hover a:hover .icon--telegram circle,
body.has-hover a:hover .icon--telegram path,
body.has-hover a:hover .icon--telegram polygon,
body.has-hover a:hover .icon--telegram rect,
body.has-hover a:hover .icon--telegram use,
body.has-hover a:hover .icon--twitter circle,
body.has-hover a:hover .icon--twitter path,
body.has-hover a:hover .icon--twitter polygon,
body.has-hover a:hover .icon--twitter rect,
body.has-hover a:hover .icon--twitter use,
body.has-hover a:hover .icon--vkontakte circle,
body.has-hover a:hover .icon--vkontakte path,
body.has-hover a:hover .icon--vkontakte polygon,
body.has-hover a:hover .icon--vkontakte rect,
body.has-hover a:hover .icon--vkontakte use,
body.has-hover a:hover .icon--wechat circle,
body.has-hover a:hover .icon--wechat path,
body.has-hover a:hover .icon--wechat polygon,
body.has-hover a:hover .icon--wechat rect,
body.has-hover a:hover .icon--wechat use,
body.has-hover a:hover .icon--weibo circle,
body.has-hover a:hover .icon--weibo path,
body.has-hover a:hover .icon--weibo polygon,
body.has-hover a:hover .icon--weibo rect,
body.has-hover a:hover .icon--weibo use,
body.has-hover a:hover .icon--xing circle,
body.has-hover a:hover .icon--xing path,
body.has-hover a:hover .icon--xing polygon,
body.has-hover a:hover .icon--xing rect,
body.has-hover a:hover .icon--xing use,
body.has-hover a:hover .icon--youku circle,
body.has-hover a:hover .icon--youku path,
body.has-hover a:hover .icon--youku polygon,
body.has-hover a:hover .icon--youku rect,
body.has-hover a:hover .icon--youku use,
body.has-hover a:hover .icon--youtube circle,
body.has-hover a:hover .icon--youtube path,
body.has-hover a:hover .icon--youtube polygon,
body.has-hover a:hover .icon--youtube rect,
body.has-hover a:hover .icon--youtube use,
body.has-hover button:hover .icon--facebook circle,
body.has-hover button:hover .icon--facebook path,
body.has-hover button:hover .icon--facebook polygon,
body.has-hover button:hover .icon--facebook rect,
body.has-hover button:hover .icon--facebook use,
body.has-hover button:hover .icon--google-plus circle,
body.has-hover button:hover .icon--google-plus path,
body.has-hover button:hover .icon--google-plus polygon,
body.has-hover button:hover .icon--google-plus rect,
body.has-hover button:hover .icon--google-plus use,
body.has-hover button:hover .icon--instagram circle,
body.has-hover button:hover .icon--instagram path,
body.has-hover button:hover .icon--instagram polygon,
body.has-hover button:hover .icon--instagram rect,
body.has-hover button:hover .icon--instagram use,
body.has-hover button:hover .icon--linkedin circle,
body.has-hover button:hover .icon--linkedin path,
body.has-hover button:hover .icon--linkedin polygon,
body.has-hover button:hover .icon--linkedin rect,
body.has-hover button:hover .icon--linkedin use,
body.has-hover button:hover .icon--odnoklassniki circle,
body.has-hover button:hover .icon--odnoklassniki path,
body.has-hover button:hover .icon--odnoklassniki polygon,
body.has-hover button:hover .icon--odnoklassniki rect,
body.has-hover button:hover .icon--odnoklassniki use,
body.has-hover button:hover .icon--pinterest circle,
body.has-hover button:hover .icon--pinterest path,
body.has-hover button:hover .icon--pinterest polygon,
body.has-hover button:hover .icon--pinterest rect,
body.has-hover button:hover .icon--pinterest use,
body.has-hover button:hover .icon--telegram circle,
body.has-hover button:hover .icon--telegram path,
body.has-hover button:hover .icon--telegram polygon,
body.has-hover button:hover .icon--telegram rect,
body.has-hover button:hover .icon--telegram use,
body.has-hover button:hover .icon--twitter circle,
body.has-hover button:hover .icon--twitter path,
body.has-hover button:hover .icon--twitter polygon,
body.has-hover button:hover .icon--twitter rect,
body.has-hover button:hover .icon--twitter use,
body.has-hover button:hover .icon--vkontakte circle,
body.has-hover button:hover .icon--vkontakte path,
body.has-hover button:hover .icon--vkontakte polygon,
body.has-hover button:hover .icon--vkontakte rect,
body.has-hover button:hover .icon--vkontakte use,
body.has-hover button:hover .icon--wechat circle,
body.has-hover button:hover .icon--wechat path,
body.has-hover button:hover .icon--wechat polygon,
body.has-hover button:hover .icon--wechat rect,
body.has-hover button:hover .icon--wechat use,
body.has-hover button:hover .icon--weibo circle,
body.has-hover button:hover .icon--weibo path,
body.has-hover button:hover .icon--weibo polygon,
body.has-hover button:hover .icon--weibo rect,
body.has-hover button:hover .icon--weibo use,
body.has-hover button:hover .icon--xing circle,
body.has-hover button:hover .icon--xing path,
body.has-hover button:hover .icon--xing polygon,
body.has-hover button:hover .icon--xing rect,
body.has-hover button:hover .icon--xing use,
body.has-hover button:hover .icon--youku circle,
body.has-hover button:hover .icon--youku path,
body.has-hover button:hover .icon--youku polygon,
body.has-hover button:hover .icon--youku rect,
body.has-hover button:hover .icon--youku use,
body.has-hover button:hover .icon--youtube circle,
body.has-hover button:hover .icon--youtube path,
body.has-hover button:hover .icon--youtube polygon,
body.has-hover button:hover .icon--youtube rect,
body.has-hover button:hover .icon--youtube use {
  fill: var(--color-hover-color);
}

body.has-hover .btn:hover .icon--facebook.is-black circle,
body.has-hover .btn:hover .icon--facebook.is-black path,
body.has-hover .btn:hover .icon--facebook.is-black polygon,
body.has-hover .btn:hover .icon--facebook.is-black rect,
body.has-hover .btn:hover .icon--facebook.is-white circle,
body.has-hover .btn:hover .icon--facebook.is-white path,
body.has-hover .btn:hover .icon--facebook.is-white polygon,
body.has-hover .btn:hover .icon--facebook.is-white rect,
body.has-hover .btn:hover .icon--google-plus.is-black circle,
body.has-hover .btn:hover .icon--google-plus.is-black path,
body.has-hover .btn:hover .icon--google-plus.is-black polygon,
body.has-hover .btn:hover .icon--google-plus.is-black rect,
body.has-hover .btn:hover .icon--google-plus.is-white circle,
body.has-hover .btn:hover .icon--google-plus.is-white path,
body.has-hover .btn:hover .icon--google-plus.is-white polygon,
body.has-hover .btn:hover .icon--google-plus.is-white rect,
body.has-hover .btn:hover .icon--instagram.is-black circle,
body.has-hover .btn:hover .icon--instagram.is-black path,
body.has-hover .btn:hover .icon--instagram.is-black polygon,
body.has-hover .btn:hover .icon--instagram.is-black rect,
body.has-hover .btn:hover .icon--instagram.is-white circle,
body.has-hover .btn:hover .icon--instagram.is-white path,
body.has-hover .btn:hover .icon--instagram.is-white polygon,
body.has-hover .btn:hover .icon--instagram.is-white rect,
body.has-hover .btn:hover .icon--linkedin.is-black circle,
body.has-hover .btn:hover .icon--linkedin.is-black path,
body.has-hover .btn:hover .icon--linkedin.is-black polygon,
body.has-hover .btn:hover .icon--linkedin.is-black rect,
body.has-hover .btn:hover .icon--linkedin.is-white circle,
body.has-hover .btn:hover .icon--linkedin.is-white path,
body.has-hover .btn:hover .icon--linkedin.is-white polygon,
body.has-hover .btn:hover .icon--linkedin.is-white rect,
body.has-hover .btn:hover .icon--odnoklassniki.is-black circle,
body.has-hover .btn:hover .icon--odnoklassniki.is-black path,
body.has-hover .btn:hover .icon--odnoklassniki.is-black polygon,
body.has-hover .btn:hover .icon--odnoklassniki.is-black rect,
body.has-hover .btn:hover .icon--odnoklassniki.is-white circle,
body.has-hover .btn:hover .icon--odnoklassniki.is-white path,
body.has-hover .btn:hover .icon--odnoklassniki.is-white polygon,
body.has-hover .btn:hover .icon--odnoklassniki.is-white rect,
body.has-hover .btn:hover .icon--pinterest.is-black circle,
body.has-hover .btn:hover .icon--pinterest.is-black path,
body.has-hover .btn:hover .icon--pinterest.is-black polygon,
body.has-hover .btn:hover .icon--pinterest.is-black rect,
body.has-hover .btn:hover .icon--pinterest.is-white circle,
body.has-hover .btn:hover .icon--pinterest.is-white path,
body.has-hover .btn:hover .icon--pinterest.is-white polygon,
body.has-hover .btn:hover .icon--pinterest.is-white rect,
body.has-hover .btn:hover .icon--telegram.is-black circle,
body.has-hover .btn:hover .icon--telegram.is-black path,
body.has-hover .btn:hover .icon--telegram.is-black polygon,
body.has-hover .btn:hover .icon--telegram.is-black rect,
body.has-hover .btn:hover .icon--telegram.is-white circle,
body.has-hover .btn:hover .icon--telegram.is-white path,
body.has-hover .btn:hover .icon--telegram.is-white polygon,
body.has-hover .btn:hover .icon--telegram.is-white rect,
body.has-hover .btn:hover .icon--twitter.is-black circle,
body.has-hover .btn:hover .icon--twitter.is-black path,
body.has-hover .btn:hover .icon--twitter.is-black polygon,
body.has-hover .btn:hover .icon--twitter.is-black rect,
body.has-hover .btn:hover .icon--twitter.is-white circle,
body.has-hover .btn:hover .icon--twitter.is-white path,
body.has-hover .btn:hover .icon--twitter.is-white polygon,
body.has-hover .btn:hover .icon--twitter.is-white rect,
body.has-hover .btn:hover .icon--vkontakte.is-black circle,
body.has-hover .btn:hover .icon--vkontakte.is-black path,
body.has-hover .btn:hover .icon--vkontakte.is-black polygon,
body.has-hover .btn:hover .icon--vkontakte.is-black rect,
body.has-hover .btn:hover .icon--vkontakte.is-white circle,
body.has-hover .btn:hover .icon--vkontakte.is-white path,
body.has-hover .btn:hover .icon--vkontakte.is-white polygon,
body.has-hover .btn:hover .icon--vkontakte.is-white rect,
body.has-hover .btn:hover .icon--wechat.is-black circle,
body.has-hover .btn:hover .icon--wechat.is-black path,
body.has-hover .btn:hover .icon--wechat.is-black polygon,
body.has-hover .btn:hover .icon--wechat.is-black rect,
body.has-hover .btn:hover .icon--wechat.is-white circle,
body.has-hover .btn:hover .icon--wechat.is-white path,
body.has-hover .btn:hover .icon--wechat.is-white polygon,
body.has-hover .btn:hover .icon--wechat.is-white rect,
body.has-hover .btn:hover .icon--weibo.is-black circle,
body.has-hover .btn:hover .icon--weibo.is-black path,
body.has-hover .btn:hover .icon--weibo.is-black polygon,
body.has-hover .btn:hover .icon--weibo.is-black rect,
body.has-hover .btn:hover .icon--weibo.is-white circle,
body.has-hover .btn:hover .icon--weibo.is-white path,
body.has-hover .btn:hover .icon--weibo.is-white polygon,
body.has-hover .btn:hover .icon--weibo.is-white rect,
body.has-hover .btn:hover .icon--xing.is-black circle,
body.has-hover .btn:hover .icon--xing.is-black path,
body.has-hover .btn:hover .icon--xing.is-black polygon,
body.has-hover .btn:hover .icon--xing.is-black rect,
body.has-hover .btn:hover .icon--xing.is-white circle,
body.has-hover .btn:hover .icon--xing.is-white path,
body.has-hover .btn:hover .icon--xing.is-white polygon,
body.has-hover .btn:hover .icon--xing.is-white rect,
body.has-hover .btn:hover .icon--youku.is-black circle,
body.has-hover .btn:hover .icon--youku.is-black path,
body.has-hover .btn:hover .icon--youku.is-black polygon,
body.has-hover .btn:hover .icon--youku.is-black rect,
body.has-hover .btn:hover .icon--youku.is-white circle,
body.has-hover .btn:hover .icon--youku.is-white path,
body.has-hover .btn:hover .icon--youku.is-white polygon,
body.has-hover .btn:hover .icon--youku.is-white rect,
body.has-hover .btn:hover .icon--youtube.is-black circle,
body.has-hover .btn:hover .icon--youtube.is-black path,
body.has-hover .btn:hover .icon--youtube.is-black polygon,
body.has-hover .btn:hover .icon--youtube.is-black rect,
body.has-hover .btn:hover .icon--youtube.is-white circle,
body.has-hover .btn:hover .icon--youtube.is-white path,
body.has-hover .btn:hover .icon--youtube.is-white polygon,
body.has-hover .btn:hover .icon--youtube.is-white rect,
body.has-hover .filter__btn:hover .icon--facebook.is-black circle,
body.has-hover .filter__btn:hover .icon--facebook.is-black path,
body.has-hover .filter__btn:hover .icon--facebook.is-black polygon,
body.has-hover .filter__btn:hover .icon--facebook.is-black rect,
body.has-hover .filter__btn:hover .icon--facebook.is-white circle,
body.has-hover .filter__btn:hover .icon--facebook.is-white path,
body.has-hover .filter__btn:hover .icon--facebook.is-white polygon,
body.has-hover .filter__btn:hover .icon--facebook.is-white rect,
body.has-hover .filter__btn:hover .icon--google-plus.is-black circle,
body.has-hover .filter__btn:hover .icon--google-plus.is-black path,
body.has-hover .filter__btn:hover .icon--google-plus.is-black polygon,
body.has-hover .filter__btn:hover .icon--google-plus.is-black rect,
body.has-hover .filter__btn:hover .icon--google-plus.is-white circle,
body.has-hover .filter__btn:hover .icon--google-plus.is-white path,
body.has-hover .filter__btn:hover .icon--google-plus.is-white polygon,
body.has-hover .filter__btn:hover .icon--google-plus.is-white rect,
body.has-hover .filter__btn:hover .icon--instagram.is-black circle,
body.has-hover .filter__btn:hover .icon--instagram.is-black path,
body.has-hover .filter__btn:hover .icon--instagram.is-black polygon,
body.has-hover .filter__btn:hover .icon--instagram.is-black rect,
body.has-hover .filter__btn:hover .icon--instagram.is-white circle,
body.has-hover .filter__btn:hover .icon--instagram.is-white path,
body.has-hover .filter__btn:hover .icon--instagram.is-white polygon,
body.has-hover .filter__btn:hover .icon--instagram.is-white rect,
body.has-hover .filter__btn:hover .icon--linkedin.is-black circle,
body.has-hover .filter__btn:hover .icon--linkedin.is-black path,
body.has-hover .filter__btn:hover .icon--linkedin.is-black polygon,
body.has-hover .filter__btn:hover .icon--linkedin.is-black rect,
body.has-hover .filter__btn:hover .icon--linkedin.is-white circle,
body.has-hover .filter__btn:hover .icon--linkedin.is-white path,
body.has-hover .filter__btn:hover .icon--linkedin.is-white polygon,
body.has-hover .filter__btn:hover .icon--linkedin.is-white rect,
body.has-hover .filter__btn:hover .icon--odnoklassniki.is-black circle,
body.has-hover .filter__btn:hover .icon--odnoklassniki.is-black path,
body.has-hover .filter__btn:hover .icon--odnoklassniki.is-black polygon,
body.has-hover .filter__btn:hover .icon--odnoklassniki.is-black rect,
body.has-hover .filter__btn:hover .icon--odnoklassniki.is-white circle,
body.has-hover .filter__btn:hover .icon--odnoklassniki.is-white path,
body.has-hover .filter__btn:hover .icon--odnoklassniki.is-white polygon,
body.has-hover .filter__btn:hover .icon--odnoklassniki.is-white rect,
body.has-hover .filter__btn:hover .icon--pinterest.is-black circle,
body.has-hover .filter__btn:hover .icon--pinterest.is-black path,
body.has-hover .filter__btn:hover .icon--pinterest.is-black polygon,
body.has-hover .filter__btn:hover .icon--pinterest.is-black rect,
body.has-hover .filter__btn:hover .icon--pinterest.is-white circle,
body.has-hover .filter__btn:hover .icon--pinterest.is-white path,
body.has-hover .filter__btn:hover .icon--pinterest.is-white polygon,
body.has-hover .filter__btn:hover .icon--pinterest.is-white rect,
body.has-hover .filter__btn:hover .icon--telegram.is-black circle,
body.has-hover .filter__btn:hover .icon--telegram.is-black path,
body.has-hover .filter__btn:hover .icon--telegram.is-black polygon,
body.has-hover .filter__btn:hover .icon--telegram.is-black rect,
body.has-hover .filter__btn:hover .icon--telegram.is-white circle,
body.has-hover .filter__btn:hover .icon--telegram.is-white path,
body.has-hover .filter__btn:hover .icon--telegram.is-white polygon,
body.has-hover .filter__btn:hover .icon--telegram.is-white rect,
body.has-hover .filter__btn:hover .icon--twitter.is-black circle,
body.has-hover .filter__btn:hover .icon--twitter.is-black path,
body.has-hover .filter__btn:hover .icon--twitter.is-black polygon,
body.has-hover .filter__btn:hover .icon--twitter.is-black rect,
body.has-hover .filter__btn:hover .icon--twitter.is-white circle,
body.has-hover .filter__btn:hover .icon--twitter.is-white path,
body.has-hover .filter__btn:hover .icon--twitter.is-white polygon,
body.has-hover .filter__btn:hover .icon--twitter.is-white rect,
body.has-hover .filter__btn:hover .icon--vkontakte.is-black circle,
body.has-hover .filter__btn:hover .icon--vkontakte.is-black path,
body.has-hover .filter__btn:hover .icon--vkontakte.is-black polygon,
body.has-hover .filter__btn:hover .icon--vkontakte.is-black rect,
body.has-hover .filter__btn:hover .icon--vkontakte.is-white circle,
body.has-hover .filter__btn:hover .icon--vkontakte.is-white path,
body.has-hover .filter__btn:hover .icon--vkontakte.is-white polygon,
body.has-hover .filter__btn:hover .icon--vkontakte.is-white rect,
body.has-hover .filter__btn:hover .icon--wechat.is-black circle,
body.has-hover .filter__btn:hover .icon--wechat.is-black path,
body.has-hover .filter__btn:hover .icon--wechat.is-black polygon,
body.has-hover .filter__btn:hover .icon--wechat.is-black rect,
body.has-hover .filter__btn:hover .icon--wechat.is-white circle,
body.has-hover .filter__btn:hover .icon--wechat.is-white path,
body.has-hover .filter__btn:hover .icon--wechat.is-white polygon,
body.has-hover .filter__btn:hover .icon--wechat.is-white rect,
body.has-hover .filter__btn:hover .icon--weibo.is-black circle,
body.has-hover .filter__btn:hover .icon--weibo.is-black path,
body.has-hover .filter__btn:hover .icon--weibo.is-black polygon,
body.has-hover .filter__btn:hover .icon--weibo.is-black rect,
body.has-hover .filter__btn:hover .icon--weibo.is-white circle,
body.has-hover .filter__btn:hover .icon--weibo.is-white path,
body.has-hover .filter__btn:hover .icon--weibo.is-white polygon,
body.has-hover .filter__btn:hover .icon--weibo.is-white rect,
body.has-hover .filter__btn:hover .icon--xing.is-black circle,
body.has-hover .filter__btn:hover .icon--xing.is-black path,
body.has-hover .filter__btn:hover .icon--xing.is-black polygon,
body.has-hover .filter__btn:hover .icon--xing.is-black rect,
body.has-hover .filter__btn:hover .icon--xing.is-white circle,
body.has-hover .filter__btn:hover .icon--xing.is-white path,
body.has-hover .filter__btn:hover .icon--xing.is-white polygon,
body.has-hover .filter__btn:hover .icon--xing.is-white rect,
body.has-hover .filter__btn:hover .icon--youku.is-black circle,
body.has-hover .filter__btn:hover .icon--youku.is-black path,
body.has-hover .filter__btn:hover .icon--youku.is-black polygon,
body.has-hover .filter__btn:hover .icon--youku.is-black rect,
body.has-hover .filter__btn:hover .icon--youku.is-white circle,
body.has-hover .filter__btn:hover .icon--youku.is-white path,
body.has-hover .filter__btn:hover .icon--youku.is-white polygon,
body.has-hover .filter__btn:hover .icon--youku.is-white rect,
body.has-hover .filter__btn:hover .icon--youtube.is-black circle,
body.has-hover .filter__btn:hover .icon--youtube.is-black path,
body.has-hover .filter__btn:hover .icon--youtube.is-black polygon,
body.has-hover .filter__btn:hover .icon--youtube.is-black rect,
body.has-hover .filter__btn:hover .icon--youtube.is-white circle,
body.has-hover .filter__btn:hover .icon--youtube.is-white path,
body.has-hover .filter__btn:hover .icon--youtube.is-white polygon,
body.has-hover .filter__btn:hover .icon--youtube.is-white rect,
body.has-hover .has-icon-hover:hover .icon--facebook.is-black circle,
body.has-hover .has-icon-hover:hover .icon--facebook.is-black path,
body.has-hover .has-icon-hover:hover .icon--facebook.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--facebook.is-black rect,
body.has-hover .has-icon-hover:hover .icon--facebook.is-white circle,
body.has-hover .has-icon-hover:hover .icon--facebook.is-white path,
body.has-hover .has-icon-hover:hover .icon--facebook.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--facebook.is-white rect,
body.has-hover .has-icon-hover:hover .icon--google-plus.is-black circle,
body.has-hover .has-icon-hover:hover .icon--google-plus.is-black path,
body.has-hover .has-icon-hover:hover .icon--google-plus.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--google-plus.is-black rect,
body.has-hover .has-icon-hover:hover .icon--google-plus.is-white circle,
body.has-hover .has-icon-hover:hover .icon--google-plus.is-white path,
body.has-hover .has-icon-hover:hover .icon--google-plus.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--google-plus.is-white rect,
body.has-hover .has-icon-hover:hover .icon--instagram.is-black circle,
body.has-hover .has-icon-hover:hover .icon--instagram.is-black path,
body.has-hover .has-icon-hover:hover .icon--instagram.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--instagram.is-black rect,
body.has-hover .has-icon-hover:hover .icon--instagram.is-white circle,
body.has-hover .has-icon-hover:hover .icon--instagram.is-white path,
body.has-hover .has-icon-hover:hover .icon--instagram.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--instagram.is-white rect,
body.has-hover .has-icon-hover:hover .icon--linkedin.is-black circle,
body.has-hover .has-icon-hover:hover .icon--linkedin.is-black path,
body.has-hover .has-icon-hover:hover .icon--linkedin.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--linkedin.is-black rect,
body.has-hover .has-icon-hover:hover .icon--linkedin.is-white circle,
body.has-hover .has-icon-hover:hover .icon--linkedin.is-white path,
body.has-hover .has-icon-hover:hover .icon--linkedin.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--linkedin.is-white rect,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki.is-black circle,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki.is-black path,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki.is-black rect,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki.is-white circle,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki.is-white path,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--odnoklassniki.is-white rect,
body.has-hover .has-icon-hover:hover .icon--pinterest.is-black circle,
body.has-hover .has-icon-hover:hover .icon--pinterest.is-black path,
body.has-hover .has-icon-hover:hover .icon--pinterest.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--pinterest.is-black rect,
body.has-hover .has-icon-hover:hover .icon--pinterest.is-white circle,
body.has-hover .has-icon-hover:hover .icon--pinterest.is-white path,
body.has-hover .has-icon-hover:hover .icon--pinterest.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--pinterest.is-white rect,
body.has-hover .has-icon-hover:hover .icon--telegram.is-black circle,
body.has-hover .has-icon-hover:hover .icon--telegram.is-black path,
body.has-hover .has-icon-hover:hover .icon--telegram.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--telegram.is-black rect,
body.has-hover .has-icon-hover:hover .icon--telegram.is-white circle,
body.has-hover .has-icon-hover:hover .icon--telegram.is-white path,
body.has-hover .has-icon-hover:hover .icon--telegram.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--telegram.is-white rect,
body.has-hover .has-icon-hover:hover .icon--twitter.is-black circle,
body.has-hover .has-icon-hover:hover .icon--twitter.is-black path,
body.has-hover .has-icon-hover:hover .icon--twitter.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--twitter.is-black rect,
body.has-hover .has-icon-hover:hover .icon--twitter.is-white circle,
body.has-hover .has-icon-hover:hover .icon--twitter.is-white path,
body.has-hover .has-icon-hover:hover .icon--twitter.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--twitter.is-white rect,
body.has-hover .has-icon-hover:hover .icon--vkontakte.is-black circle,
body.has-hover .has-icon-hover:hover .icon--vkontakte.is-black path,
body.has-hover .has-icon-hover:hover .icon--vkontakte.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--vkontakte.is-black rect,
body.has-hover .has-icon-hover:hover .icon--vkontakte.is-white circle,
body.has-hover .has-icon-hover:hover .icon--vkontakte.is-white path,
body.has-hover .has-icon-hover:hover .icon--vkontakte.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--vkontakte.is-white rect,
body.has-hover .has-icon-hover:hover .icon--wechat.is-black circle,
body.has-hover .has-icon-hover:hover .icon--wechat.is-black path,
body.has-hover .has-icon-hover:hover .icon--wechat.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--wechat.is-black rect,
body.has-hover .has-icon-hover:hover .icon--wechat.is-white circle,
body.has-hover .has-icon-hover:hover .icon--wechat.is-white path,
body.has-hover .has-icon-hover:hover .icon--wechat.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--wechat.is-white rect,
body.has-hover .has-icon-hover:hover .icon--weibo.is-black circle,
body.has-hover .has-icon-hover:hover .icon--weibo.is-black path,
body.has-hover .has-icon-hover:hover .icon--weibo.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--weibo.is-black rect,
body.has-hover .has-icon-hover:hover .icon--weibo.is-white circle,
body.has-hover .has-icon-hover:hover .icon--weibo.is-white path,
body.has-hover .has-icon-hover:hover .icon--weibo.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--weibo.is-white rect,
body.has-hover .has-icon-hover:hover .icon--xing.is-black circle,
body.has-hover .has-icon-hover:hover .icon--xing.is-black path,
body.has-hover .has-icon-hover:hover .icon--xing.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--xing.is-black rect,
body.has-hover .has-icon-hover:hover .icon--xing.is-white circle,
body.has-hover .has-icon-hover:hover .icon--xing.is-white path,
body.has-hover .has-icon-hover:hover .icon--xing.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--xing.is-white rect,
body.has-hover .has-icon-hover:hover .icon--youku.is-black circle,
body.has-hover .has-icon-hover:hover .icon--youku.is-black path,
body.has-hover .has-icon-hover:hover .icon--youku.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--youku.is-black rect,
body.has-hover .has-icon-hover:hover .icon--youku.is-white circle,
body.has-hover .has-icon-hover:hover .icon--youku.is-white path,
body.has-hover .has-icon-hover:hover .icon--youku.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--youku.is-white rect,
body.has-hover .has-icon-hover:hover .icon--youtube.is-black circle,
body.has-hover .has-icon-hover:hover .icon--youtube.is-black path,
body.has-hover .has-icon-hover:hover .icon--youtube.is-black polygon,
body.has-hover .has-icon-hover:hover .icon--youtube.is-black rect,
body.has-hover .has-icon-hover:hover .icon--youtube.is-white circle,
body.has-hover .has-icon-hover:hover .icon--youtube.is-white path,
body.has-hover .has-icon-hover:hover .icon--youtube.is-white polygon,
body.has-hover .has-icon-hover:hover .icon--youtube.is-white rect,
body.has-hover a:hover .icon--facebook.is-black circle,
body.has-hover a:hover .icon--facebook.is-black path,
body.has-hover a:hover .icon--facebook.is-black polygon,
body.has-hover a:hover .icon--facebook.is-black rect,
body.has-hover a:hover .icon--facebook.is-white circle,
body.has-hover a:hover .icon--facebook.is-white path,
body.has-hover a:hover .icon--facebook.is-white polygon,
body.has-hover a:hover .icon--facebook.is-white rect,
body.has-hover a:hover .icon--google-plus.is-black circle,
body.has-hover a:hover .icon--google-plus.is-black path,
body.has-hover a:hover .icon--google-plus.is-black polygon,
body.has-hover a:hover .icon--google-plus.is-black rect,
body.has-hover a:hover .icon--google-plus.is-white circle,
body.has-hover a:hover .icon--google-plus.is-white path,
body.has-hover a:hover .icon--google-plus.is-white polygon,
body.has-hover a:hover .icon--google-plus.is-white rect,
body.has-hover a:hover .icon--instagram.is-black circle,
body.has-hover a:hover .icon--instagram.is-black path,
body.has-hover a:hover .icon--instagram.is-black polygon,
body.has-hover a:hover .icon--instagram.is-black rect,
body.has-hover a:hover .icon--instagram.is-white circle,
body.has-hover a:hover .icon--instagram.is-white path,
body.has-hover a:hover .icon--instagram.is-white polygon,
body.has-hover a:hover .icon--instagram.is-white rect,
body.has-hover a:hover .icon--linkedin.is-black circle,
body.has-hover a:hover .icon--linkedin.is-black path,
body.has-hover a:hover .icon--linkedin.is-black polygon,
body.has-hover a:hover .icon--linkedin.is-black rect,
body.has-hover a:hover .icon--linkedin.is-white circle,
body.has-hover a:hover .icon--linkedin.is-white path,
body.has-hover a:hover .icon--linkedin.is-white polygon,
body.has-hover a:hover .icon--linkedin.is-white rect,
body.has-hover a:hover .icon--odnoklassniki.is-black circle,
body.has-hover a:hover .icon--odnoklassniki.is-black path,
body.has-hover a:hover .icon--odnoklassniki.is-black polygon,
body.has-hover a:hover .icon--odnoklassniki.is-black rect,
body.has-hover a:hover .icon--odnoklassniki.is-white circle,
body.has-hover a:hover .icon--odnoklassniki.is-white path,
body.has-hover a:hover .icon--odnoklassniki.is-white polygon,
body.has-hover a:hover .icon--odnoklassniki.is-white rect,
body.has-hover a:hover .icon--pinterest.is-black circle,
body.has-hover a:hover .icon--pinterest.is-black path,
body.has-hover a:hover .icon--pinterest.is-black polygon,
body.has-hover a:hover .icon--pinterest.is-black rect,
body.has-hover a:hover .icon--pinterest.is-white circle,
body.has-hover a:hover .icon--pinterest.is-white path,
body.has-hover a:hover .icon--pinterest.is-white polygon,
body.has-hover a:hover .icon--pinterest.is-white rect,
body.has-hover a:hover .icon--telegram.is-black circle,
body.has-hover a:hover .icon--telegram.is-black path,
body.has-hover a:hover .icon--telegram.is-black polygon,
body.has-hover a:hover .icon--telegram.is-black rect,
body.has-hover a:hover .icon--telegram.is-white circle,
body.has-hover a:hover .icon--telegram.is-white path,
body.has-hover a:hover .icon--telegram.is-white polygon,
body.has-hover a:hover .icon--telegram.is-white rect,
body.has-hover a:hover .icon--twitter.is-black circle,
body.has-hover a:hover .icon--twitter.is-black path,
body.has-hover a:hover .icon--twitter.is-black polygon,
body.has-hover a:hover .icon--twitter.is-black rect,
body.has-hover a:hover .icon--twitter.is-white circle,
body.has-hover a:hover .icon--twitter.is-white path,
body.has-hover a:hover .icon--twitter.is-white polygon,
body.has-hover a:hover .icon--twitter.is-white rect,
body.has-hover a:hover .icon--vkontakte.is-black circle,
body.has-hover a:hover .icon--vkontakte.is-black path,
body.has-hover a:hover .icon--vkontakte.is-black polygon,
body.has-hover a:hover .icon--vkontakte.is-black rect,
body.has-hover a:hover .icon--vkontakte.is-white circle,
body.has-hover a:hover .icon--vkontakte.is-white path,
body.has-hover a:hover .icon--vkontakte.is-white polygon,
body.has-hover a:hover .icon--vkontakte.is-white rect,
body.has-hover a:hover .icon--wechat.is-black circle,
body.has-hover a:hover .icon--wechat.is-black path,
body.has-hover a:hover .icon--wechat.is-black polygon,
body.has-hover a:hover .icon--wechat.is-black rect,
body.has-hover a:hover .icon--wechat.is-white circle,
body.has-hover a:hover .icon--wechat.is-white path,
body.has-hover a:hover .icon--wechat.is-white polygon,
body.has-hover a:hover .icon--wechat.is-white rect,
body.has-hover a:hover .icon--weibo.is-black circle,
body.has-hover a:hover .icon--weibo.is-black path,
body.has-hover a:hover .icon--weibo.is-black polygon,
body.has-hover a:hover .icon--weibo.is-black rect,
body.has-hover a:hover .icon--weibo.is-white circle,
body.has-hover a:hover .icon--weibo.is-white path,
body.has-hover a:hover .icon--weibo.is-white polygon,
body.has-hover a:hover .icon--weibo.is-white rect,
body.has-hover a:hover .icon--xing.is-black circle,
body.has-hover a:hover .icon--xing.is-black path,
body.has-hover a:hover .icon--xing.is-black polygon,
body.has-hover a:hover .icon--xing.is-black rect,
body.has-hover a:hover .icon--xing.is-white circle,
body.has-hover a:hover .icon--xing.is-white path,
body.has-hover a:hover .icon--xing.is-white polygon,
body.has-hover a:hover .icon--xing.is-white rect,
body.has-hover a:hover .icon--youku.is-black circle,
body.has-hover a:hover .icon--youku.is-black path,
body.has-hover a:hover .icon--youku.is-black polygon,
body.has-hover a:hover .icon--youku.is-black rect,
body.has-hover a:hover .icon--youku.is-white circle,
body.has-hover a:hover .icon--youku.is-white path,
body.has-hover a:hover .icon--youku.is-white polygon,
body.has-hover a:hover .icon--youku.is-white rect,
body.has-hover a:hover .icon--youtube.is-black circle,
body.has-hover a:hover .icon--youtube.is-black path,
body.has-hover a:hover .icon--youtube.is-black polygon,
body.has-hover a:hover .icon--youtube.is-black rect,
body.has-hover a:hover .icon--youtube.is-white circle,
body.has-hover a:hover .icon--youtube.is-white path,
body.has-hover a:hover .icon--youtube.is-white polygon,
body.has-hover a:hover .icon--youtube.is-white rect,
body.has-hover button:hover .icon--facebook.is-black circle,
body.has-hover button:hover .icon--facebook.is-black path,
body.has-hover button:hover .icon--facebook.is-black polygon,
body.has-hover button:hover .icon--facebook.is-black rect,
body.has-hover button:hover .icon--facebook.is-white circle,
body.has-hover button:hover .icon--facebook.is-white path,
body.has-hover button:hover .icon--facebook.is-white polygon,
body.has-hover button:hover .icon--facebook.is-white rect,
body.has-hover button:hover .icon--google-plus.is-black circle,
body.has-hover button:hover .icon--google-plus.is-black path,
body.has-hover button:hover .icon--google-plus.is-black polygon,
body.has-hover button:hover .icon--google-plus.is-black rect,
body.has-hover button:hover .icon--google-plus.is-white circle,
body.has-hover button:hover .icon--google-plus.is-white path,
body.has-hover button:hover .icon--google-plus.is-white polygon,
body.has-hover button:hover .icon--google-plus.is-white rect,
body.has-hover button:hover .icon--instagram.is-black circle,
body.has-hover button:hover .icon--instagram.is-black path,
body.has-hover button:hover .icon--instagram.is-black polygon,
body.has-hover button:hover .icon--instagram.is-black rect,
body.has-hover button:hover .icon--instagram.is-white circle,
body.has-hover button:hover .icon--instagram.is-white path,
body.has-hover button:hover .icon--instagram.is-white polygon,
body.has-hover button:hover .icon--instagram.is-white rect,
body.has-hover button:hover .icon--linkedin.is-black circle,
body.has-hover button:hover .icon--linkedin.is-black path,
body.has-hover button:hover .icon--linkedin.is-black polygon,
body.has-hover button:hover .icon--linkedin.is-black rect,
body.has-hover button:hover .icon--linkedin.is-white circle,
body.has-hover button:hover .icon--linkedin.is-white path,
body.has-hover button:hover .icon--linkedin.is-white polygon,
body.has-hover button:hover .icon--linkedin.is-white rect,
body.has-hover button:hover .icon--odnoklassniki.is-black circle,
body.has-hover button:hover .icon--odnoklassniki.is-black path,
body.has-hover button:hover .icon--odnoklassniki.is-black polygon,
body.has-hover button:hover .icon--odnoklassniki.is-black rect,
body.has-hover button:hover .icon--odnoklassniki.is-white circle,
body.has-hover button:hover .icon--odnoklassniki.is-white path,
body.has-hover button:hover .icon--odnoklassniki.is-white polygon,
body.has-hover button:hover .icon--odnoklassniki.is-white rect,
body.has-hover button:hover .icon--pinterest.is-black circle,
body.has-hover button:hover .icon--pinterest.is-black path,
body.has-hover button:hover .icon--pinterest.is-black polygon,
body.has-hover button:hover .icon--pinterest.is-black rect,
body.has-hover button:hover .icon--pinterest.is-white circle,
body.has-hover button:hover .icon--pinterest.is-white path,
body.has-hover button:hover .icon--pinterest.is-white polygon,
body.has-hover button:hover .icon--pinterest.is-white rect,
body.has-hover button:hover .icon--telegram.is-black circle,
body.has-hover button:hover .icon--telegram.is-black path,
body.has-hover button:hover .icon--telegram.is-black polygon,
body.has-hover button:hover .icon--telegram.is-black rect,
body.has-hover button:hover .icon--telegram.is-white circle,
body.has-hover button:hover .icon--telegram.is-white path,
body.has-hover button:hover .icon--telegram.is-white polygon,
body.has-hover button:hover .icon--telegram.is-white rect,
body.has-hover button:hover .icon--twitter.is-black circle,
body.has-hover button:hover .icon--twitter.is-black path,
body.has-hover button:hover .icon--twitter.is-black polygon,
body.has-hover button:hover .icon--twitter.is-black rect,
body.has-hover button:hover .icon--twitter.is-white circle,
body.has-hover button:hover .icon--twitter.is-white path,
body.has-hover button:hover .icon--twitter.is-white polygon,
body.has-hover button:hover .icon--twitter.is-white rect,
body.has-hover button:hover .icon--vkontakte.is-black circle,
body.has-hover button:hover .icon--vkontakte.is-black path,
body.has-hover button:hover .icon--vkontakte.is-black polygon,
body.has-hover button:hover .icon--vkontakte.is-black rect,
body.has-hover button:hover .icon--vkontakte.is-white circle,
body.has-hover button:hover .icon--vkontakte.is-white path,
body.has-hover button:hover .icon--vkontakte.is-white polygon,
body.has-hover button:hover .icon--vkontakte.is-white rect,
body.has-hover button:hover .icon--wechat.is-black circle,
body.has-hover button:hover .icon--wechat.is-black path,
body.has-hover button:hover .icon--wechat.is-black polygon,
body.has-hover button:hover .icon--wechat.is-black rect,
body.has-hover button:hover .icon--wechat.is-white circle,
body.has-hover button:hover .icon--wechat.is-white path,
body.has-hover button:hover .icon--wechat.is-white polygon,
body.has-hover button:hover .icon--wechat.is-white rect,
body.has-hover button:hover .icon--weibo.is-black circle,
body.has-hover button:hover .icon--weibo.is-black path,
body.has-hover button:hover .icon--weibo.is-black polygon,
body.has-hover button:hover .icon--weibo.is-black rect,
body.has-hover button:hover .icon--weibo.is-white circle,
body.has-hover button:hover .icon--weibo.is-white path,
body.has-hover button:hover .icon--weibo.is-white polygon,
body.has-hover button:hover .icon--weibo.is-white rect,
body.has-hover button:hover .icon--xing.is-black circle,
body.has-hover button:hover .icon--xing.is-black path,
body.has-hover button:hover .icon--xing.is-black polygon,
body.has-hover button:hover .icon--xing.is-black rect,
body.has-hover button:hover .icon--xing.is-white circle,
body.has-hover button:hover .icon--xing.is-white path,
body.has-hover button:hover .icon--xing.is-white polygon,
body.has-hover button:hover .icon--xing.is-white rect,
body.has-hover button:hover .icon--youku.is-black circle,
body.has-hover button:hover .icon--youku.is-black path,
body.has-hover button:hover .icon--youku.is-black polygon,
body.has-hover button:hover .icon--youku.is-black rect,
body.has-hover button:hover .icon--youku.is-white circle,
body.has-hover button:hover .icon--youku.is-white path,
body.has-hover button:hover .icon--youku.is-white polygon,
body.has-hover button:hover .icon--youku.is-white rect,
body.has-hover button:hover .icon--youtube.is-black circle,
body.has-hover button:hover .icon--youtube.is-black path,
body.has-hover button:hover .icon--youtube.is-black polygon,
body.has-hover button:hover .icon--youtube.is-black rect,
body.has-hover button:hover .icon--youtube.is-white circle,
body.has-hover button:hover .icon--youtube.is-white path,
body.has-hover button:hover .icon--youtube.is-white polygon,
body.has-hover button:hover .icon--youtube.is-white rect {
  fill: var(--color-brand-color);
}

body.has-hover .btn:hover .icon--download,
body.has-hover .filter__btn:hover .icon--download,
body.has-hover .has-icon-hover:hover .icon--download,
body.has-hover a:hover .icon--download,
body.has-hover button:hover .icon--download {
  text-decoration: none;
}

body.has-hover .btn:hover .icon--download path:nth-child(2),
body.has-hover .filter__btn:hover .icon--download path:nth-child(2),
body.has-hover .has-icon-hover:hover .icon--download path:nth-child(2),
body.has-hover a:hover .icon--download path:nth-child(2),
body.has-hover button:hover .icon--download path:nth-child(2) {
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.has-hover .btn:hover .icon--download svg,
  body.has-hover .filter__btn:hover .icon--download svg,
  body.has-hover .has-icon-hover:hover .icon--download svg,
  body.has-hover a:hover .icon--download svg,
  body.has-hover button:hover .icon--download svg {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
@supports (-ms-ime-align: auto) {
  body.has-hover .btn:hover .icon--download,
  body.has-hover .filter__btn:hover .icon--download,
  body.has-hover .has-icon-hover:hover .icon--download,
  body.has-hover a:hover .icon--download,
  body.has-hover button:hover .icon--download {
    text-decoration: none;
  }
  body.has-hover .btn:hover .icon--download svg,
  body.has-hover .filter__btn:hover .icon--download svg,
  body.has-hover .has-icon-hover:hover .icon--download svg,
  body.has-hover a:hover .icon--download svg,
  body.has-hover button:hover .icon--download svg {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  body.has-hover .btn:hover .icon--external,
  body.has-hover .filter__btn:hover .icon--external,
  body.has-hover .has-icon-hover:hover .icon--external,
  body.has-hover a:hover .icon--external,
  body.has-hover button:hover .icon--external {
    text-decoration: none;
  }
  body.has-hover .btn:hover .icon--external svg,
  body.has-hover .filter__btn:hover .icon--external svg,
  body.has-hover .has-icon-hover:hover .icon--external svg,
  body.has-hover a:hover .icon--external svg,
  body.has-hover button:hover .icon--external svg {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
body.has-hover .btn:hover .icon--scale,
body.has-hover .filter__btn:hover .icon--scale,
body.has-hover .has-icon-hover:hover .icon--scale,
body.has-hover a:hover .icon--scale,
body.has-hover button:hover .icon--scale {
  text-decoration: none;
}

body.has-hover .btn:hover .icon--scale polygon:first-child,
body.has-hover .filter__btn:hover .icon--scale polygon:first-child,
body.has-hover .has-icon-hover:hover .icon--scale polygon:first-child,
body.has-hover a:hover .icon--scale polygon:first-child,
body.has-hover button:hover .icon--scale polygon:first-child {
  -webkit-transform: translate3d(-2px, 2px, 0);
          transform: translate3d(-2px, 2px, 0);
}

body.has-hover .btn:hover .icon--scale polygon:nth-child(2),
body.has-hover .filter__btn:hover .icon--scale polygon:nth-child(2),
body.has-hover .has-icon-hover:hover .icon--scale polygon:nth-child(2),
body.has-hover a:hover .icon--scale polygon:nth-child(2),
body.has-hover button:hover .icon--scale polygon:nth-child(2) {
  -webkit-transform: translate3d(2px, -2px, 0);
          transform: translate3d(2px, -2px, 0);
}

body.has-hover .btn:hover .icon--external,
body.has-hover .filter__btn:hover .icon--external,
body.has-hover .has-icon-hover:hover .icon--external,
body.has-hover a:hover .icon--external,
body.has-hover button:hover .icon--external {
  text-decoration: none;
}

body.has-hover .btn:hover .icon--external path:nth-child(2),
body.has-hover .filter__btn:hover .icon--external path:nth-child(2),
body.has-hover .has-icon-hover:hover .icon--external path:nth-child(2),
body.has-hover a:hover .icon--external path:nth-child(2),
body.has-hover button:hover .icon--external path:nth-child(2) {
  -webkit-transform: translate3d(2px, -2px, 0);
          transform: translate3d(2px, -2px, 0);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.has-hover .btn:hover .icon--external svg,
  body.has-hover .filter__btn:hover .icon--external svg,
  body.has-hover .has-icon-hover:hover .icon--external svg,
  body.has-hover a:hover .icon--external svg,
  body.has-hover button:hover .icon--external svg {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
body.has-hover .btn:hover .icon--arrow-right,
body.has-hover .btn:hover .icon--small-arrow-right,
body.has-hover .filter__btn:hover .icon--arrow-right,
body.has-hover .filter__btn:hover .icon--small-arrow-right,
body.has-hover .has-icon-hover:hover .icon--arrow-right,
body.has-hover .has-icon-hover:hover .icon--small-arrow-right,
body.has-hover a:hover .icon--arrow-right,
body.has-hover a:hover .icon--small-arrow-right,
body.has-hover button:hover .icon--arrow-right,
body.has-hover button:hover .icon--small-arrow-right {
  text-decoration: none;
}

body.has-hover .btn:hover .icon--arrow-right svg,
body.has-hover .btn:hover .icon--small-arrow-right svg,
body.has-hover .filter__btn:hover .icon--arrow-right svg,
body.has-hover .filter__btn:hover .icon--small-arrow-right svg,
body.has-hover .has-icon-hover:hover .icon--arrow-right svg,
body.has-hover .has-icon-hover:hover .icon--small-arrow-right svg,
body.has-hover a:hover .icon--arrow-right svg,
body.has-hover a:hover .icon--small-arrow-right svg,
body.has-hover button:hover .icon--arrow-right svg,
body.has-hover button:hover .icon--small-arrow-right svg {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

body.has-hover .btn:hover .icon--arrow-left,
body.has-hover .btn:hover .icon--small-arrow-left,
body.has-hover .filter__btn:hover .icon--arrow-left,
body.has-hover .filter__btn:hover .icon--small-arrow-left,
body.has-hover .has-icon-hover:hover .icon--arrow-left,
body.has-hover .has-icon-hover:hover .icon--small-arrow-left,
body.has-hover a:hover .icon--arrow-left,
body.has-hover a:hover .icon--small-arrow-left,
body.has-hover button:hover .icon--arrow-left,
body.has-hover button:hover .icon--small-arrow-left {
  text-decoration: none;
}

body.has-hover .btn:hover .icon--arrow-left svg,
body.has-hover .btn:hover .icon--small-arrow-left svg,
body.has-hover .filter__btn:hover .icon--arrow-left svg,
body.has-hover .filter__btn:hover .icon--small-arrow-left svg,
body.has-hover .has-icon-hover:hover .icon--arrow-left svg,
body.has-hover .has-icon-hover:hover .icon--small-arrow-left svg,
body.has-hover a:hover .icon--arrow-left svg,
body.has-hover a:hover .icon--small-arrow-left svg,
body.has-hover button:hover .icon--arrow-left svg,
body.has-hover button:hover .icon--small-arrow-left svg {
  -webkit-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
}

body.has-hover .btn:hover .icon--small-arrow-down,
body.has-hover .filter__btn:hover .icon--small-arrow-down,
body.has-hover .has-icon-hover:hover .icon--small-arrow-down,
body.has-hover a:hover .icon--small-arrow-down,
body.has-hover button:hover .icon--small-arrow-down {
  text-decoration: none;
}

body.has-hover .btn:hover .icon--small-arrow-down svg,
body.has-hover .filter__btn:hover .icon--small-arrow-down svg,
body.has-hover .has-icon-hover:hover .icon--small-arrow-down svg,
body.has-hover a:hover .icon--small-arrow-down svg,
body.has-hover button:hover .icon--small-arrow-down svg {
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

body.has-hover .btn:hover .icon--small-arrow-up,
body.has-hover .filter__btn:hover .icon--small-arrow-up,
body.has-hover .has-icon-hover:hover .icon--small-arrow-up,
body.has-hover a:hover .icon--small-arrow-up,
body.has-hover button:hover .icon--small-arrow-up {
  text-decoration: none;
}

body.has-hover .btn:hover .icon--small-arrow-up svg,
body.has-hover .filter__btn:hover .icon--small-arrow-up svg,
body.has-hover .has-icon-hover:hover .icon--small-arrow-up svg,
body.has-hover a:hover .icon--small-arrow-up svg,
body.has-hover button:hover .icon--small-arrow-up svg {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}

.has-accordion-open .icon--small-arrow-down svg,
.has-accordion-open .icon--small-arrow-up svg {
  -webkit-transform: rotate(-180deg) translateZ(0);
          transform: rotate(-180deg) translateZ(0);
}

body.has-hover .btn:hover .has-accordion-open .icon--small-arrow-down svg,
body.has-hover .filter__btn:hover .has-accordion-open .icon--small-arrow-down svg,
body.has-hover .has-accordion-open:hover .icon--small-arrow-down svg,
body.has-hover a:hover .has-accordion-open .icon--small-arrow-down svg,
body.has-hover button:hover .has-accordion-open .icon--small-arrow-down svg {
  -webkit-transform: rotate(-180deg) translate3d(0, 3px, 0);
          transform: rotate(-180deg) translate3d(0, 3px, 0);
}

body.has-hover .btn:hover .has-accordion-open .icon--small-arrow-up svg,
body.has-hover .filter__btn:hover .has-accordion-open .icon--small-arrow-up svg,
body.has-hover .has-accordion-open:hover .icon--small-arrow-up svg,
body.has-hover a:hover .has-accordion-open .icon--small-arrow-up svg,
body.has-hover button:hover .has-accordion-open .icon--small-arrow-up svg {
  -webkit-transform: rotate(-180deg) translate3d(0, -3px, 0);
          transform: rotate(-180deg) translate3d(0, -3px, 0);
}

.icon.is-css.icon--loop:after {
  content: url(/local/templates/rockfon/dist/assets/styles/../images/svg/loop.svg);
}

.icon.is-css.icon--arrow-right:after {
  content: url(/local/templates/rockfon/dist/assets/styles/../images/svg/arrow-right.svg);
}

.icon.is-css.icon--download:after {
  content: url(/local/templates/rockfon/dist/assets/styles/../images/svg/download_w.svg);
}

.icon.is-css.icon--chat:after {
  content: url(/local/templates/rockfon/dist/assets/styles/../images/svg/chat.svg);
}

.icon.is-css.icon--external:after {
  content: url(/local/templates/rockfon/dist/assets/styles/../images/svg/external.svg);
}

.icon.is-css.icon--calculator:after {
  content: url(/local/templates/rockfon/dist/assets/styles/../images/svg/calculator.svg);
}

.image-modal-btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  background: #000;
  border: 0;
  border-radius: 0;
  display: block;
  height: 4rem;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  z-index: 5;
}

.image-modal-btn:focus {
  outline: 0;
}

.image-modal-btn.is-flip {
  bottom: 0;
  top: auto;
}

.image-modal-btn .icon {
  display: block;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.image-modal-btn svg {
  display: block;
  margin: 0;
}

.image-modal-btn circle,
.image-modal-btn path,
.image-modal-btn polygon {
  fill: #fff;
}

.image-modal-btn.is-large {
  height: 5rem;
  width: 5rem;
}

.image-modal-btn.is-pushed {
  right: 4.125rem;
}

.image-modal-btn.is-pushed.is-large {
  right: 5.125rem;
}

.image-modal-btn-parent {
  position: relative;
}

.label {
  font-size: 10px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
  opacity: 0.5;
  padding: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .label {
    font-size: 12px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.label.is-black {
  opacity: 0.9;
}

.label.is-bold {
  font-weight: 500;
}

.label.is-uppercase {
  text-transform: uppercase;
}

.label.brand-label {
  color: var(--color-brand-color);
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 12px;
  opacity: 1;
}

.label.is-search-result .icon svg {
  height: 1.25rem;
  width: 1.25rem;
}

.label.is-search-result .icon circle,
.label.is-search-result .icon path {
  fill: #000;
  opacity: 0.5;
}

.label.is-brand {
  color: var(--color-brand-color);
}

.label.is-brand .icon circle,
.label.is-brand .icon path,
.label.is-brand .icon polygon,
.label.is-brand .icon use {
  fill: var(--color-brand-color);
}

body.has-hover a.label.is-brand:hover {
  color: #9f000f;
  text-decoration: none;
}

body.has-hover a.label.is-brand:hover .icon circle,
body.has-hover a.label.is-brand:hover .icon path,
body.has-hover a.label.is-brand:hover .icon polygon,
body.has-hover a.label.is-brand:hover .icon use {
  fill: var(--color-hover-color);
}

.list-card-color--dark .label.is-brand {
  color: #fff;
}

.label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.label-list > * {
  max-width: 100%;
  overflow: hidden;
  padding-right: 2.25rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.label-list > :after {
  background: #383838;
  border-radius: 50%;
  content: "";
  height: 0.25rem;
  margin: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
}

.label-list > :last-child {
  padding-right: 0;
}

.label-list > :last-child:after {
  display: none;
}

.list-card-color--dark .label-list > :after {
  background: #f5f5f5;
}

.site-lapinus .list-card-color--dark .icon circle,
.site-lapinus .list-card-color--dark .icon path,
.site-lapinus .list-card-color--dark .icon polygon,
.site-lapinus .list-card-color--dark .icon rect,
.site-lapinus .list-card-color--dark .icon svg,
.site-lapinus .list-card-color--dark .icon use,
.site-rockpanel .list-card-color--dark .icon circle,
.site-rockpanel .list-card-color--dark .icon path,
.site-rockpanel .list-card-color--dark .icon polygon,
.site-rockpanel .list-card-color--dark .icon rect,
.site-rockpanel .list-card-color--dark .icon svg,
.site-rockpanel .list-card-color--dark .icon use {
  fill: #fff;
}

.loader {
  height: 5rem;
  left: 50%;
  margin-top: -5rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 5rem;
}

.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.loader.is-relative {
  margin: auto;
  padding: 6rem 0;
}

.loader.is-absolute-centered {
  height: 100%;
  left: 0;
  margin-top: 0;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 100%;
  z-index: 50;
}

.loader.is-absolute-centered:before {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.loader:before {
  -webkit-animation: load-spin 0.8s linear infinite;
          animation: load-spin 0.8s linear infinite;
  border: 0.125rem solid var(--color-brand-color);
  border-radius: 1000px;
  border-top: 0.125rem solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 5rem;
  width: 5rem;
}

.is-loader-list-loading .card {
  opacity: 0.5;
}

.picture {
  font-family: Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.picture.loaded {
  left: 0;
  position: absolute;
  top: 0;
}

html.no-js .picture {
  display: none;
}

.price-range-indicator .dollar-sign {
  color: #8b8b8b;
  font-weight: 500;
  margin-left: -0.5rem;
}

.price-range-indicator .dollar-sign--active {
  color: var(--color-brand-color);
}

.price-range-indicator .dollar-sign:first-child {
  margin-left: 0;
}

.round-check {
  background: var(--color-brand-color);
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  width: 2rem;
}

.round-check .icon {
  margin: 1px 0 0;
}

.round-check .icon svg circle,
.round-check .icon svg path,
.round-check .icon svg polygon,
.round-check .icon svg rect,
.round-check .icon svg use {
  fill: #fff;
}

.mktoFormRow .select,
.select {
  font-size: 16px;
  font-size: 2rem;
  margin: 3rem 0;
  position: relative;
  width: 100%;
}

.mktoFormRow .select__option,
.select__option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mktoFormRow .select__optgroup .select__option:not(:first-child),
.select__optgroup .select__option:not(:first-child) {
  padding-left: 5.75rem;
}

.mktoFormRow .select__optgroup.is-selected .select__option:first-child,
.select__optgroup.is-selected .select__option:first-child {
  font-weight: 500;
}

.marketoForm .mktoFormRow .select,
.marketoForm .select {
  margin: 1.75rem 0 0;
}

.mktoFormRow .select:before,
.select:before {
  content: "";
  display: block;
  height: 9.625rem;
  left: -2rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -2rem;
  top: -2rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 21;
}

.O23-tabs__select .mktoFormRow .select:before,
.O23-tabs__select .select:before {
  height: 7.75rem;
}

.mktoFormRow .select.is-open:before,
.select.is-open:before {
  background-color: #fff;
  opacity: 1;
}

.mktoFormRow .select__label,
.select__label {
  color: #9b9b9b;
  display: block;
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.33;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: relative;
  -webkit-transition: z-index 0s linear 0.3s;
  transition: z-index 0s linear 0.3s;
  z-index: 1;
}

.mktoFormRow .select.is-open .select__label,
.select.is-open .select__label {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 22;
}

.mktoFormRow .select__wrap,
.select__wrap {
  border-bottom: 1px solid #000;
  position: relative;
}

.mktoFormRow .select__wrap__elem,
.select__wrap__elem {
  margin-right: 4rem;
  overflow: hidden;
}

.mktoFormRow .select.is-initialized .select__wrap,
.select.is-initialized .select__wrap {
  border-bottom: 0;
}

.mktoFormRow .select.is-initialized .select__wrap__elem,
.select.is-initialized .select__wrap__elem {
  margin-right: 0;
  overflow: visible;
}

.mktoFormRow .select__elem,
.mktoFormRow .select__input,
.select__elem,
.select__input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 1rem 0;
  width: 100%;
  width: calc(100% + 28px);
}

.mktoFormRow .select__elem:focus,
.mktoFormRow .select__input:focus,
.select__elem:focus,
.select__input:focus {
  outline: 0;
}

.mktoFormRow .select__elem:focus::-ms-value,
.mktoFormRow .select__input:focus::-ms-value,
.select__elem:focus::-ms-value,
.select__input:focus::-ms-value {
  background: rgba(0, 0, 0, 0);
  color: #000;
}

.mktoFormRow .select__input,
.select__input {
  height: 4rem;
  width: 100%;
}

.mktoFormRow .select.is-initialized .select__elem,
.select.is-initialized .select__elem {
  width: 100%;
}

.mktoFormRow .select .icon,
.select .icon {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: z-index 0s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: z-index 0s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s linear 0.3s;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}

.mktoFormRow .select.is-open .icon,
.select.is-open .icon {
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  z-index: 22;
}

.mktoFormRow .select__container,
.select__container {
  position: relative;
}

.mktoFormRow .select__container .select__elem,
.select__container .select__elem {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.mktoFormRow .select__container.is-open + .icon,
.select__container.is-open + .icon {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.mktoFormRow .select__container.is-disabled,
.select__container.is-disabled {
  opacity: 0.3;
}

.mktoFormRow .select__container.is-disabled .select__opener,
.select__container.is-disabled .select__opener {
  cursor: default;
}

.mktoFormRow .select__container.is-dimmed .select__opener,
.select__container.is-dimmed .select__opener {
  opacity: 0.5;
}

.mktoFormRow .select__opener,
.select__opener {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  cursor: pointer;
  display: block;
  font-weight: 500;
  line-height: 1;
  outline: none;
  overflow: hidden;
  padding: 1rem 4rem 1rem 0;
  position: relative;
  text-overflow: ellipsis;
  -webkit-transition: border-bottom-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s linear 0.3s;
  transition: border-bottom-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s linear 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 1;
}

.marketoForm .mktoFormRow .select__opener,
.marketoForm .select__opener {
  border-bottom-color: rgba(0, 0, 0, 0.3019607843);
}

body.has-hover .marketoForm .mktoFormRow .select__opener:hover,
body.has-hover .marketoForm .select__opener:hover {
  border-bottom-color: rgba(0, 0, 0, 0.9019607843);
}

.mktoFormRow .select .select__container.is-open .select__opener,
.select .select__container.is-open .select__opener {
  border-bottom-color: rgba(0, 0, 0, 0.3019607843);
  color: rgba(0, 0, 0, 0.5019607843);
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  z-index: 21;
}

.mktoFormRow .select__panel,
.select__panel {
  -webkit-overflow-scrolling: initial;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.0901960784);
  left: -2rem;
  max-height: 32rem;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: -2rem;
  top: 5rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  visibility: hidden;
  z-index: 20;
}

.select__container.is-open .mktoFormRow .select__panel,
.select__container.is-open .select__panel {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: visible;
}

.O23-tabs__select .mktoFormRow .select__panel,
.O23-tabs__select .select__panel {
  padding-top: 7.75rem;
  top: -2rem;
}

.mktoFormRow .select__panel:after,
.mktoFormRow .select__panel:before,
.select__panel:after,
.select__panel:before {
  -webkit-overflow-scrolling: initial;
}

.mktoFormRow .select__panel::-webkit-scrollbar-track,
.select__panel::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 10px;
}

.mktoFormRow .select__panel::-webkit-scrollbar,
.select__panel::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  width: 5px;
}

.mktoFormRow .select__panel::-webkit-scrollbar-thumb,
.select__panel::-webkit-scrollbar-thumb {
  background: var(--color-brand-color);
  border-radius: 10px;
}

.mktoFormRow .select__option,
.select__option {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  display: block;
  font-weight: 500;
  line-height: 1.15;
  padding: 2rem;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mktoFormRow .select__option.has-focus,
.mktoFormRow .select__option.is-selected,
.select__option.has-focus,
.select__option.is-selected {
  background-color: rgba(0, 0, 0, 0.031372549);
}

.mktoFormRow .select__option.is-disabled,
.select__option.is-disabled {
  color: rgba(0, 0, 0, 0.3019607843);
}

.mktoFormRow .select__option.is-disabled.has-focus,
.mktoFormRow .select__option.is-disabled.is-selected,
.select__option.is-disabled.has-focus,
.select__option.is-disabled.is-selected {
  background-color: rgba(0, 0, 0, 0);
}

.mktoFormRow .select__option.is-disabled .checkbox-mark,
.select__option.is-disabled .checkbox-mark {
  cursor: default !important;
}

.mktoFormRow .select .select__container.is-open .select__option,
.select .select__container.is-open .select__option {
  cursor: pointer;
}

.mktoFormRow .select .select__container.is-open .select__option.is-disabled,
.select .select__container.is-open .select__option.is-disabled {
  cursor: default;
}

.mktoFormRow .select.select-multi,
.select.select-multi {
  font-size: 15px;
  font-size: 1.875rem;
}

.mktoFormRow .select.select-multi .select__container .select__option,
.select.select-multi .select__container .select__option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4rem;
  padding-right: 3.5rem;
}

.mktoFormRow .select.select-multi .select__container .select__option *,
.select.select-multi .select__container .select__option * {
  pointer-events: none;
}

.mktoFormRow .select.select-multi .select__container .select__option .checkbox-wrap,
.select.select-multi .select__container .select__option .checkbox-wrap {
  left: -3.125rem;
  position: relative;
}

.mktoFormRow .select.select-multi .select__container .select__option:hover .checkbox-mark,
.select.select-multi .select__container .select__option:hover .checkbox-mark {
  border-color: var(--color-brand-color);
}

.mktoFormRow .select.select-multi .select__container .select__option.is-selected .checkbox-mark,
.select.select-multi .select__container .select__option.is-selected .checkbox-mark {
  background-color: var(--color-brand-color);
  background-image: url(/local/templates/rockfon/dist/assets/styles/../images/svg/check-mark.svg);
  background-size: 100% 100%;
  border-color: var(--color-brand-color);
}

.mktoFormRow .select.select-multi .select__container .select__option .items-count,
.select.select-multi .select__container .select__option .items-count {
  color: gray;
  display: inline-block;
  font-size: 13px;
  font-size: 1.625rem;
  position: absolute;
  right: 5px;
}

.mktoFormRow .select.select-multi .select__container .select__optgroup .select__option:not(:first-child),
.select.select-multi .select__container .select__optgroup .select__option:not(:first-child) {
  padding-left: 6.25rem;
}

.js-multi-select {
  font-size: 15px;
  font-size: 1.875rem;
  max-height: 30px;
}

.select-react {
  margin: 3rem 0;
  position: relative;
}

.select-react > * {
  width: 100%;
}

.select-react--open .select-react__control {
  border-bottom-color: rgba(0, 0, 0, 0.3019607843);
}

.select-react--open .select-react__placeholder,
.select-react--open .select-react__single-value {
  color: rgba(0, 0, 0, 0.5019607843);
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
}

.select-react--open .select-react__menu {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: visible;
  z-index: 100;
}

.select-react--closed .select-react__menu {
  pointer-events: none;
}

.select-react__label {
  color: #9b9b9b;
  display: block;
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.33;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: relative;
  -webkit-transition: z-index 0s linear 0.3s;
  transition: z-index 0s linear 0.3s;
  z-index: 1;
}

.select-react__control {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #000;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  outline: none;
  overflow: hidden;
  padding-bottom: 1rem;
  position: relative;
  text-overflow: ellipsis;
  -webkit-transition: border-bottom-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s linear 0.3s;
  transition: border-bottom-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s linear 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 1;
}

.select-react__placeholder,
.select-react__single-value {
  position: absolute;
  top: 30%;
}

.select-react__value-container {
  position: relative;
}

.select-react__value-container--is-multi > div {
  position: absolute;
  top: 30%;
}

.select-react__dummy-input {
  background: 0;
  border: 0;
  color: rgba(0, 0, 0, 0);
  font-size: inherit;
  left: -100px;
  opacity: 0;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 1px;
}

.select-react__menu {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  margin-top: 8px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.select-react__indicators {
  margin-bottom: -1rem;
  pointer-events: none;
  -webkit-transition: z-index 0s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: z-index 0s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s linear 0.3s;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}

.select-react__menu-list {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 38rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 4px;
  padding-top: 4px;
  position: relative;
}

.select-react__menu-list,
.select-react__menu-list:after,
.select-react__menu-list:before {
  -webkit-overflow-scrolling: initial;
}

.select-react__menu-list::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 10px;
}

.select-react__menu-list::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  width: 5px;
}

.select-react__menu-list::-webkit-scrollbar-thumb {
  background: var(--color-brand-color);
  border-radius: 10px;
}

.select-react__menu-list--is-multi .select-react__option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4rem;
  padding-right: 3.5rem;
}

.select-react__menu-list--is-multi .select-react__option * {
  pointer-events: none;
}

.select-react__menu-list--is-multi .select-react__option .checkbox-wrap {
  left: -3.125rem;
  position: relative;
}

.select-react__menu-list--is-multi .select-react__option:hover .checkbox-mark {
  border-color: var(--color-brand-color);
}

.select-react__menu-list--is-multi .select-react__option.is-selected .checkbox-mark {
  background-color: var(--color-brand-color);
  background-image: url(/local/templates/rockfon/dist/assets/styles/../images/svg/check-mark.svg);
  background-size: 100% 100%;
  border-color: var(--color-brand-color);
}

.select-react__menu-list--is-multi .select-react__option .items-count {
  color: gray;
  display: inline-block;
  font-size: 13px;
  font-size: 1.625rem;
  position: absolute;
  right: 5px;
}

.select-react__option {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  font-weight: 500;
  line-height: 1.15;
  padding: 2rem;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-react__option--is-selected,
.select-react__option:hover {
  background-color: rgba(0, 0, 0, 0.031372549);
}

.select-react__option--is-disabled,
.select-react__option.is-disabled {
  color: rgba(0, 0, 0, 0.3019607843);
}

.select-react__option--is-disabled.has-focus,
.select-react__option--is-disabled.is-selected,
.select-react__option.is-disabled.has-focus,
.select-react__option.is-disabled.is-selected {
  background-color: rgba(0, 0, 0, 0);
}

.select-react__option--is-disabled .checkbox-mark,
.select-react__option.is-disabled .checkbox-mark {
  cursor: default !important;
}

.select-react__indicator path {
  fill: #d20014;
  fill: var(--color-brand-color);
}

.slider,
.slider__slide {
  overflow: hidden;
  position: relative;
}

.slider__slide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left;
  width: 100%;
}

.slider__slide .slider__cta {
  left: 50%;
  min-width: 230px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .slider__slide .slider__cta {
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .slider__slide .slider__cta {
    bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .slider__slide .slider__cta {
    bottom: 20px;
  }
}
.slider .slider__slide img,
.slider__slide img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.no-transition .slider .slider__slide img,
.no-transition .slider__slide img {
  -webkit-transition: none !important;
  transition: none !important;
}

.slider .slider--initialized .slider__slide img,
.slider--initialized .slider__slide img {
  left: 50%;
  -webkit-transform: translate3d(-35%, 0, 0);
          transform: translate3d(-35%, 0, 0);
}

.slider__slide.is-active ~ .slider__slide img {
  -webkit-transform: translate3d(-65%, 0, 0);
          transform: translate3d(-65%, 0, 0);
}

.slider .slider__slide.is-active img,
.slider__slide.is-active img {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.slider__controls {
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 1rem 0;
}

.slider__controls.is-before {
  padding-bottom: 0;
  text-align: right;
}

.slider__controls__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  height: 2rem;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
}

.slider__controls__btn:focus {
  outline: 0;
}

.slider__controls__btn.is-next:before,
.slider__controls__btn.is-prev:before,
.slider__controls__btn:before {
  margin: 0;
}

body.has-hover .slider__controls__btn.is-prev:hover svg {
  -webkit-transform: translate3d(-2px, 0, 0);
          transform: translate3d(-2px, 0, 0);
}

body.has-hover .slider__controls__btn.is-next:hover svg {
  -webkit-transform: translate3d(2px, 0, 0);
          transform: translate3d(2px, 0, 0);
}

body.has-hover .slider__controls__btn.is-next.is-disabled:hover svg,
body.has-hover .slider__controls__btn.is-prev.is-disabled:hover svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.slider__controls__btn.is-disabled {
  cursor: default;
}

.slider__controls__btn.is-disabled circle,
.slider__controls__btn.is-disabled path,
.slider__controls__btn.is-disabled use {
  opacity: 0.5;
}

.slider__controls__btn:first-child .icon {
  margin-left: 0;
  margin-right: 5px;
}

.has-slider,
.slider__inner {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: auto !important;
}

.has-slider.no-transition,
.slider__inner.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.js-scroll-reveal,
.rw-hero-reveal {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

.is-hero-reveal-hidden,
.is-scroll-reveal-hidden {
  opacity: 0 !important;
}

.is-hero-reveal-hidden-top,
.is-scroll-reveal-hidden-top {
  -webkit-transform: translate3d(0, -10rem, 0);
          transform: translate3d(0, -10rem, 0);
}

html.no-preserve3d .is-hero-reveal-hidden-top,
html.no-preserve3d .is-scroll-reveal-hidden-top {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
}

.is-scroll-reveal-hidden-bottom {
  -webkit-transform: translate3d(0, 10rem, 0);
          transform: translate3d(0, 10rem, 0);
}

html.no-preserve3d .is-scroll-reveal-hidden-bottom {
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}

.quantity__title {
  color: #383838;
  font-size: 1.5rem;
  opacity: 0.5;
  text-align: center;
}

.quantity .quantity-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0 0;
  width: 10rem;
}

@media screen and (min-width: 768px) {
  .quantity .quantity-amount {
    width: 12.5rem;
  }
}
.quantity .quantity-amount__number {
  font-weight: 500;
  line-height: 3rem;
}

.quantity .quantity-amount__action {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 3rem;
}

.quantity .quantity-amount__action:focus {
  outline: 0;
}

.quantity .quantity-amount__action:after,
.quantity .quantity-amount__action:before {
  background: var(--color-brand-color);
  content: "";
  height: 0.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
}

.quantity .quantity-amount__action--add:before {
  height: 1.25rem;
  width: 0.25rem;
}

@media screen and (min-width: 768px) {
  .horisontal-radio-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.horisontal-radio-buttons__item {
  color: rgba(0, 0, 0, 0.6509803922);
  cursor: pointer;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-right: 6rem;
}

.horisontal-radio-buttons__item__input,
.horisontal-radio-buttons__item__label {
  cursor: pointer;
  margin-right: 1rem;
}

.horisontal-radio-buttons__item__input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 0;
}

.horisontal-radio-buttons__item__input:focus {
  outline: 0;
}

.horisontal-radio-buttons__item__input:after {
  border: 1px solid #bfbfbf;
  border-radius: 2rem;
  content: "";
  display: inline-block;
  height: 2rem;
  position: relative;
  top: 3px;
  visibility: visible;
  width: 2rem;
}

.horisontal-radio-buttons__item__input:checked:after {
  border: 5px solid var(--color-brand-color);
}

.inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 0 -4px;
  padding: 0;
}

.inline-list__item {
  margin: 0 0.5rem;
}

.market-selector {
  padding-bottom: 1.25rem;
  padding-top: 6rem;
  width: 100%;
}

.market-selector__heading {
  font-size: 24px;
  font-weight: 500;
  padding-top: 0;
}

.market-selector__description {
  font-size: 14px;
}

.market-selector--hero {
  padding-bottom: 0;
}

.market-selector--hero .select {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .market-selector--hero {
    margin-left: 10rem;
    padding-bottom: 1.75rem;
  }
  .market-selector--hero .market-selector__content {
    width: 47rem;
  }
  .market-selector--hero .market-selector__heading {
    font-size: 34px;
    font-weight: 400;
  }
  .market-selector--hero .market-selector__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .market-selector--hero {
    margin-left: 12rem;
    padding-bottom: 1.75rem;
  }
  .market-selector--hero .market-selector__content {
    width: 56rem;
  }
  .market-selector--hero .market-selector__heading {
    font-size: 34px;
    font-weight: 400;
  }
  .market-selector--hero .market-selector__description {
    font-size: 16px;
  }
}
.is-rockwool .label.brand-label,
.is-rockwool.label.brand-label {
  color: #d20014;
}

.is-rockwool .icon circle,
.is-rockwool .icon path,
.is-rockwool .icon polygon,
.is-rockwool .icon rect,
.is-rockwool .icon svg,
.is-rockwool .icon use {
  fill: #d20014;
}

.is-grodan .label.brand-label,
.is-grodan.label.brand-label {
  color: #093;
}

.is-grodan .icon circle,
.is-grodan .icon path,
.is-grodan .icon polygon,
.is-grodan .icon rect,
.is-grodan .icon svg,
.is-grodan .icon use {
  fill: #093;
}

.is-lapinus .label.brand-label,
.is-lapinus.label.brand-label {
  color: #002d72;
}

.is-lapinus .icon circle,
.is-lapinus .icon path,
.is-lapinus .icon polygon,
.is-lapinus .icon rect,
.is-lapinus .icon svg,
.is-lapinus .icon use {
  fill: #002d72;
}

.is-rockfon .label.brand-label,
.is-rockfon.label.brand-label {
  color: #00638e;
}

.is-rockfon .icon circle,
.is-rockfon .icon path,
.is-rockfon .icon polygon,
.is-rockfon .icon rect,
.is-rockfon .icon svg,
.is-rockfon .icon use {
  fill: #00638e;
}

.is-rockpanel .label.brand-label,
.is-rockpanel.label.brand-label {
  color: #253355;
}

.is-rockpanel .icon circle,
.is-rockpanel .icon path,
.is-rockpanel .icon polygon,
.is-rockpanel .icon rect,
.is-rockpanel .icon svg,
.is-rockpanel .icon use {
  fill: #253355;
}

@media screen and (min-width: 1200px) {
  .rw-slider-overlay:not(.no-overlay):before {
    bottom: 0;
    content: " ";
    display: block;
    height: 25rem;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .rw-slider-overlay.overlay-light:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, #fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, #fff, #fff 25%, rgba(255, 255, 255, 0));
  }
  .rw-slider-overlay.overlay-dark:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2b2b2b), color-stop(25%, #2b2b2b), to(rgba(43, 43, 43, 0)));
    background-image: linear-gradient(0deg, #2b2b2b, #2b2b2b 25%, rgba(43, 43, 43, 0));
  }
  .rw-slider-overlay.overlay-dark .rw-slider-indicator-item {
    color: #fff;
  }
  .rw-slider-overlay .rw-slider-indicator {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  .rw-slider-overlay .rw-slider-indicator-item {
    color: #2b2b2b;
    cursor: pointer;
    margin: 2rem;
    text-align: center;
    width: 20rem;
    z-index: 3;
  }
  .rw-slider-overlay .rw-slider-indicator-item:hover .rw-slider-indicator-item__header {
    opacity: 1;
  }
  .rw-slider-overlay .rw-slider-indicator-item:hover .rw-progress-bar {
    opacity: 0.5;
  }
  .rw-slider-overlay .rw-slider-indicator-item__header {
    font-size: 2rem;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: normal;
    margin: 0;
    opacity: 0.5;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    width: 100%;
  }
  .rw-slider-overlay .rw-slider-indicator-item .rw-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.375rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1.125rem;
    opacity: 0.3;
    position: relative;
    width: 100%;
  }
  .rw-slider-overlay .rw-slider-indicator-item .rw-progress-bar:after {
    background-color: #2b2b2b;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .rw-slider-overlay .rw-slider-indicator-item .rw-progress-bar-value .mask {
    display: none;
  }
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-progress-bar,
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-slider-indicator-item__header {
    opacity: 1;
  }
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-progress-bar-value {
    background-color: var(--color-brand-color);
    opacity: 1;
    z-index: 4;
  }
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-progress-bar-value.timer {
    -webkit-animation: load 5s linear both;
            animation: load 5s linear both;
  }
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-progress-bar-mobile-value {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .rw-slider-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rw-slider-overlay .rw-slider-indicator {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
    padding: 0.75rem 2rem;
    position: relative;
  }
  .rw-slider-overlay .rw-slider-indicator:before {
    background-color: #2b2b2b;
    border-radius: 1.5rem;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .rw-slider-overlay .rw-slider-indicator-item {
    border: 1px solid rgba(255, 255, 255, 0.5019607843);
    border-radius: 50%;
    height: 1.5rem;
    margin-right: 1.25rem;
    overflow: hidden;
    width: 1.5rem;
    z-index: 3;
  }
  .rw-slider-overlay .rw-slider-indicator-item:last-child {
    margin-right: 0;
  }
  .rw-slider-overlay .rw-slider-indicator-item__header {
    display: none;
  }
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-progress-bar {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-progress-bar-value {
    background-color: #fff;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-progress-bar-value.timer {
    -webkit-animation: time 5s steps(360, start) normal both;
            animation: time 5s steps(360, start) normal both;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2b2b2b), color-stop(0, #fff));
    background: linear-gradient(90deg, #2b2b2b 50%, #fff 0);
    border-radius: 50%;
  }
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-progress-bar-value.timer .mask {
    -webkit-animation: mask 5s steps(180, start) infinite;
            animation: mask 5s steps(180, start) infinite;
  }
  .rw-slider-overlay .rw-slider-indicator-item.active .rw-progress-bar-value .mask {
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    width: 50%;
  }
}
@-webkit-keyframes load {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes time {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes time {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes mask {
  0% {
    background: #fff;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    background: #fff;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50.01% {
    background: #2b2b2b;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    background: #2b2b2b;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@keyframes mask {
  0% {
    background: #fff;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    background: #fff;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50.01% {
    background: #2b2b2b;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    background: #2b2b2b;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.O53-form {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

@media screen and (min-width: 768px) {
  .O53-form {
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O53-form {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O53-form {
    width: 92rem;
  }
}
.O53-form__heading {
  font-size: 4.5rem;
  font-weight: 500;
}

.O53-form__description.is-hidden,
.O53-form__header.is-hidden {
  display: none;
}

.O53-form .mktoFormCol .mktoCheckboxList input[type=checkbox] + label:before {
  left: 0;
}

.marketoForm {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.marketoForm h3 {
  font-weight: 500;
  opacity: 1;
}

.marketoForm .submitSuccessMessage {
  font-size: 4.25rem;
  line-height: 4.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 20;
}

.marketoForm .submitSuccessMessage.is-hidden {
  display: none;
}

.marketoForm .submitSuccessMessage .btn__text {
  pointer-events: none;
}

.marketoForm .submitSuccessMessage__header {
  font-weight: 400;
  padding: 0 50px;
}

.marketoForm .submitSuccessMessage__description {
  color: rgba(0, 0, 0, 0.7019607843);
  margin-top: 2rem;
  padding: 0 50px;
}

.marketoForm .submitSuccessMessage__description p {
  opacity: 1;
}

.marketoForm .submitSuccessMessage button {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .marketoForm .submitSuccessMessage button {
    width: 100%;
  }
}
.marketoForm .submitSuccessMessage svg {
  margin-bottom: 2rem;
}

.marketoForm .submitSuccessMessage svg g > path:first-of-type {
  fill: var(--color-brand-color);
}

.marketoForm .submitSuccessMessage svg g path:nth-of-type(2) {
  stroke: var(--color-brand-color);
}

.marketoForm .loader {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: visible;
}

.marketoForm .loader.is-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  visibility: hidden;
}

.marketoForm .mktoHtmlText {
  margin: 10px 0;
}

.marketoForm__response-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  width: 100%;
  z-index: 1;
}

.modal__body .marketoForm__response-text {
  display: block;
  height: auto;
  position: relative;
}

.marketoForm__response-text h3 {
  font-weight: 500;
}

.marketoForm__response-text h3:first-child {
  padding-top: 0;
}

.marketoForm__response-text p {
  max-width: 62.5rem;
}

.modal__body .marketoForm__response-text p {
  max-width: 100%;
}

.marketoForm__response-text .btn,
.marketoForm__response-text .filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}

.marketoForm__response-text .btn__text {
  padding-left: 1rem;
}

.marketoForm__response-text.is-hidden {
  opacity: 0 !important;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  visibility: hidden;
}

.modal__body .marketoForm__response-text.is-hidden {
  display: none;
}

.marketoForm.large-textarea form .mktoFormCol textarea.mktoField {
  height: 110px;
  overflow-y: auto;
}

.marketoForm form {
  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;
      flex-wrap: wrap;
  font-family: inherit !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100% !important;
}

.marketoForm form * {
  padding: 0;
}

.marketoForm form .error-container {
  background-color: #fce4e4;
  border: 1px solid #fcc2c3;
  left: 0;
  margin: 20px auto;
  padding: 20px 30px;
  right: 0;
  text-align: center;
}

.marketoForm form .error-container .error-text {
  color: #d20014;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  text-shadow: 1px 1px rgba(250, 250, 250, 0.3019607843);
}

.marketoForm form .mktoAsterix {
  color: var(--color-brand-color);
}

.marketoForm form label.marketo-checkbox-label {
  cursor: pointer;
}

.marketoForm form label.marketo-checkbox-label .mktoAsterix {
  float: left;
  margin-left: 0;
  padding-left: 0;
  padding-right: 5px;
}

.marketoForm form.is-hidden {
  opacity: 0 !important;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  visibility: hidden;
}

.modal__body .marketoForm form.is-hidden {
  display: none;
}

.marketoForm form.formSubmitPerformed .mktoFormRow .mktoRequiredField .mktoCheckboxList.mktoInvalid,
.marketoForm form.formSubmitPerformed .mktoFormRow .mktoRequiredField .mktoInvalid:not(.mktoCheckboxList) {
  background-color: #fcedee;
}

.marketoForm form .mktoError {
  background: rgba(0, 0, 0, 0);
  border-radius: none !important;
  bottom: auto !important;
  right: 0 !important;
}

.marketoForm form .mktoError .mktoErrorArrowWrap {
  border-radius: none !important;
  display: none;
}

.marketoForm form .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
  background: rgba(0, 0, 0, 0) !important;
  border-radius: none !important;
}

.marketoForm form .mktoError .mktoErrorMsg {
  background: #d20014;
  border: none;
  border-radius: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-shadow: none;
}

.marketoForm form .mktoError .mktoErrorMsg:after {
  background: #d20014;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.marketoForm form .mktoError.mktoRequiredField {
  background-color: #fcedee;
  font-size: medium;
  margin-bottom: -4px;
  position: relative;
  top: 0 !important;
}

.marketoForm form .mktoError.mktoRequiredField label {
  color: #000;
}

.marketoForm form .mktoButtonRow {
  width: 100% !important;
}

.marketoForm form .mktoButtonWrap {
  float: right;
  margin-top: 4rem;
}

.marketoForm form h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
}

@media screen and (min-width: 992px) {
  .marketoForm form h1 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .marketoForm form h1 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
.marketoForm form h1 br {
  display: none;
}

.marketoForm form .mktoButton {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  background: var(--color-brand-color) !important;
  border: 0;
  border: none !important;
  border-radius: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin: 0;
  min-width: 10rem;
  outline: 0;
  padding: 1rem 2rem;
  text-align: center;
  width: auto;
}

.marketoForm form .mktoButton:focus {
  outline: 0;
}

.marketoForm form .mktoFormRow {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .marketoForm form .mktoFormRow {
    width: 37.7rem;
  }
}
@media screen and (min-width: 992px) {
  .marketoForm form .mktoFormRow {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .marketoForm form .mktoFormRow {
    width: 44rem;
  }
}
.marketoForm form .mktoFormRow.mktoFormRow--wide {
  width: 100% !important;
}

.marketoForm form .mktoFormRow.fullLineRow {
  margin-top: 5px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .marketoForm form.single-col .mktoFormRow {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .marketoForm form.single-col .mktoFormRow {
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .marketoForm form.single-col .mktoFormRow {
    width: 100% !important;
  }
}
.marketoForm form legend {
  font-size: 2rem !important;
  margin: 0 !important;
}

.marketoForm form fieldset {
  border: none;
}

.marketoForm form .mktoFormCol {
  width: 100% !important;
}

.marketoForm form .mktoFormCol label[for=projectSector] {
  margin-bottom: 15px;
}

.marketoForm form .mktoFormCol .mktoCheckboxList {
  margin-top: 0 !important;
}

.marketoForm form .mktoFormCol .mktoCheckboxList input[type=checkbox] {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  outline: 0;
  padding: 0;
  padding: 0 !important;
  width: 0;
}

.marketoForm form .mktoFormCol .mktoCheckboxList input[type=checkbox]:focus {
  outline: 0;
}

.marketoForm form .mktoFormCol .mktoCheckboxList input[type=checkbox]:not(:checked) + .mktoCheckLabel:before {
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 2px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
}

body.has-hover .marketoForm form .mktoFormCol .mktoCheckboxList input[type=checkbox]:not(:checked) + .mktoCheckLabel:hover:before {
  border: 1px solid var(--color-brand-color);
}

.marketoForm form .mktoFormCol .mktoCheckboxList input[type=checkbox]:checked + .mktoCheckLabel:after {
  opacity: 1;
}

.marketoForm form .mktoFormCol .mktoCheckboxList input[type=checkbox] + .mktoCheckLabel:after {
  background-color: var(--color-brand-color);
  background-image: url(/local/templates/rockfon/dist/assets/styles/../images/svg/check-mark.svg);
  border-radius: 2px;
  content: "";
  height: 16px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 16px;
}

.marketoForm form .mktoFormCol .mktoCheckboxList .mktoLabel {
  cursor: pointer;
  margin: 0;
  opacity: 1;
  padding: 0 5px 0 25px;
}

.marketoForm form .mktoFormCol .mktoCheckboxList .mktoLabel > span {
  line-height: 1.5rem;
  vertical-align: top;
}

.marketoForm form .mktoFormCol .mktoOffset {
  display: none;
}

.marketoForm form .mktoFormCol .mktoHasWidth {
  width: auto !important;
}

.marketoForm form .mktoFormCol .mktoFieldWrap {
  position: relative;
  width: 100%;
}

.marketoForm form .mktoFormCol .mktoFieldWrap .mktoAsterix {
  position: absolute;
  right: 0;
  top: 3rem;
}

.marketoForm form .mktoFormCol .mktoFieldWrap .mktoLogicalField .mktoAsterix {
  position: absolute;
  right: 0;
  top: 0;
}

.marketoForm form .mktoFormCol .mktoFieldWrap.is-active .mktoLabel {
  opacity: 1;
}

.marketoForm form .mktoFormCol label.mktoLabel ~ .mktoCheckboxList > label {
  margin-bottom: 0.3rem;
  margin-left: 0;
  margin-top: 0.3rem;
  padding-left: 20px;
  position: relative;
}

.marketoForm form .mktoFormCol label.mktoLabel.multiple-checkbox-list {
  margin-bottom: 5px;
  opacity: 1;
}

.marketoForm form .mktoFormCol label.mktoLabel.multiple-checkbox-list ~ .mktoCheckboxList > label {
  margin-left: 1.5rem;
}

.marketoForm form .mktoFormCol .mktoCheckboxList,
.marketoForm form .mktoFormCol .mktoRadioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 5px;
  padding: 0;
  width: 100% !important;
}

.marketoForm form .mktoFormCol .mktoCheckboxList:after,
.marketoForm form .mktoFormCol .mktoRadioList:after {
  content: "";
  display: block;
  height: 0;
  max-width: calc(75% - 0.25rem);
  width: 32rem;
}

.row > .marketoForm form .mktoFormCol .mktoCheckboxList:after,
.row > .marketoForm form .mktoFormCol .mktoRadioList:after {
  max-width: calc(75% - 1rem);
}

@media screen and (min-width: 768px) {
  .marketoForm form .mktoFormCol .mktoCheckboxList:after,
  .marketoForm form .mktoFormCol .mktoRadioList:after {
    max-width: none;
  }
}
.marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap,
.marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding: 1rem 0;
  position: relative;
  width: 170px;
}

.marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap _:-ms-lang(x),
.marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap _:-webkit-full-screen,
.marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap _:-ms-lang(x),
.marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap _:-webkit-full-screen {
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
}

.marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap input[type=radio],
.marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap input[type=radio] {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px !important;
  margin: 0;
  margin: 0 !important;
  outline: 0;
  padding: 0;
  position: relative;
  width: 16px !important;
}

.marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap input[type=radio]:focus,
.marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap input[type=radio]:focus {
  outline: 0;
}

body.has-hover .marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap input[type=radio]:hover:after,
body.has-hover .marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap input[type=radio]:hover:after {
  border: 1px solid var(--color-brand-color);
}

.marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap input[type=radio]:checked:after,
.marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap input[type=radio]:checked:after,
body.has-hover .marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap input[type=radio]:checked:hover:after,
body.has-hover .marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap input[type=radio]:checked:hover:after {
  border: 5px solid var(--color-brand-color);
}

.marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap input[type=radio]:after,
.marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap input[type=radio]:after {
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.marketoForm form .mktoFormCol .mktoCheckboxList .mktoInputLabelWrap label,
.marketoForm form .mktoFormCol .mktoRadioList .mktoInputLabelWrap label {
  cursor: pointer !important;
  font-size: 1.75rem;
  margin-left: 1rem !important;
  margin-right: 4rem !important;
  padding: 0 0 0 1rem;
}

.marketoForm form .mktoFormCol .mktoLabel {
  color: #9b9b9b;
  display: block;
  float: none;
  font-size: 1.5rem;
  font-weight: 300 !important;
  margin-top: 1rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.marketoForm form .mktoFormCol .mktoLabel.is-hidden {
  display: none;
}

.marketoForm form .mktoFormCol .mktoDateField,
.marketoForm form .mktoFormCol .mktoEmailField,
.marketoForm form .mktoFormCol .mktoNumberField,
.marketoForm form .mktoFormCol .mktoTelField,
.marketoForm form .mktoFormCol .mktoTextField,
.marketoForm form .mktoFormCol .mktoUrlField,
.marketoForm form .mktoFormCol select,
.marketoForm form .mktoFormCol textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

.marketoForm form .mktoFormCol .mktoDateField:focus,
.marketoForm form .mktoFormCol .mktoEmailField:focus,
.marketoForm form .mktoFormCol .mktoNumberField:focus,
.marketoForm form .mktoFormCol .mktoTelField:focus,
.marketoForm form .mktoFormCol .mktoTextField:focus,
.marketoForm form .mktoFormCol .mktoUrlField:focus,
.marketoForm form .mktoFormCol select:focus,
.marketoForm form .mktoFormCol textarea:focus {
  outline: 0;
}

.marketoForm form .mktoFormCol .mktoDateField::-ms-expand,
.marketoForm form .mktoFormCol .mktoEmailField::-ms-expand,
.marketoForm form .mktoFormCol .mktoNumberField::-ms-expand,
.marketoForm form .mktoFormCol .mktoTelField::-ms-expand,
.marketoForm form .mktoFormCol .mktoTextField::-ms-expand,
.marketoForm form .mktoFormCol .mktoUrlField::-ms-expand,
.marketoForm form .mktoFormCol select::-ms-expand,
.marketoForm form .mktoFormCol textarea::-ms-expand {
  display: none;
}

.marketoForm form .mktoFormCol input[type=date],
.marketoForm form .mktoFormCol input[type=email],
.marketoForm form .mktoFormCol input[type=number],
.marketoForm form .mktoFormCol input[type=tel],
.marketoForm form .mktoFormCol input[type=text],
.marketoForm form .mktoFormCol input[type=url],
.marketoForm form .mktoFormCol select.mktoField {
  height: auto;
  line-height: 1.4em;
}

.marketoForm form .mktoFormCol textarea.mktoField {
  height: 39px;
  line-height: 1.2em;
}

.marketoForm form .mktoFormCol textarea.mktoField.mktoTextArea {
  height: 110px;
  overflow-y: auto;
}

.marketoForm form .mktoFormCol input[type=number]::-webkit-inner-spin-button,
.marketoForm form .mktoFormCol input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.marketoForm form .mktoFormCol input[type=number] {
  -moz-appearance: textfield;
}

.marketoForm form .mktoFormCol textarea {
  overflow: hidden;
}

.marketoForm form .mktoFormCol select {
  cursor: pointer;
  font-weight: 300 !important;
  z-index: 2;
}

.marketoForm form .mktoFormCol .icon--small-arrow-down {
  bottom: 1rem;
  cursor: pointer;
  height: 2rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 2rem;
  z-index: 1;
}

.marketoForm form .mktoFormCol .icon--small-arrow-down svg path {
  fill: var(--color-brand-color);
}

.marketoForm form .mktoFormCol .mktoField {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
  float: none;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 0 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100% !important;
}

.marketoForm form .mktoFormCol .mktoField::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.marketoForm form .mktoFormCol .mktoField::-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.marketoForm form .mktoFormCol .mktoField:-ms-input-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.marketoForm form .mktoFormCol .mktoField:-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

body.has-hover .marketoForm form .mktoFormCol .mktoField:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.9019607843);
}

body.has-hover .marketoForm form .mktoFormCol .mktoField:hover[type=checkbox],
body.has-hover .marketoForm form .mktoFormCol .mktoField:hover[type=radio] {
  border-bottom: 0;
}

.marketoForm form .mktoFormCol .mktoField:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.9019607843);
}

.marketoForm form .mktoFormCol .mktoField:focus::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.marketoForm form .mktoFormCol .mktoField:focus::-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 0;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.marketoForm form .mktoFormCol .mktoField:focus:-ms-input-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 0;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.marketoForm form .mktoFormCol .mktoField:focus:-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 0;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.marketoForm form .mktoFormCol select.mktoField {
  padding-right: 20px !important;
}

.marketoForm.show-labels form .mktoFormRow .mktoFormCol .mktoLabel {
  opacity: 1;
}

.form-basic {
  color: rgba(0, 0, 0, 0.6509803922);
  font-size: 14px;
  font-size: 1.75rem;
}

.form-basic__group {
  margin: 0 -1rem;
}

.form-basic__item {
  padding: 2rem 1rem;
  position: relative;
}

.form-basic__actions {
  clear: both;
  float: left;
  margin: 2rem 0 0;
  text-align: center;
  width: 100%;
}

.form-basic__label {
  cursor: pointer;
}

.is-checkbox .form-basic__label,
.is-radio .form-basic__label {
  padding-left: 3rem;
}

.form-basic__checkbox input,
.form-basic__radio input {
  position: absolute;
  visibility: hidden;
}

input:checked ~ .form-basic__checkbox__check,
input:checked ~ .form-basic__radio__check {
  background-color: var(--color-brand-color);
  border-color: var(--color-brand-color);
}

input:checked ~ .form-basic__checkbox__check:after,
input:checked ~ .form-basic__radio__check:after {
  opacity: 1;
}

.form-basic__checkbox__check,
.form-basic__radio__check {
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  float: left;
  height: 2rem;
  left: 1rem;
  margin: 0 1rem 0 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 2rem;
}

.form-basic__checkbox__check:after,
.form-basic__radio__check:after {
  background: #fff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 0.75rem;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.75rem;
}

.form-basic.has-three-rows .form-basic__item {
  float: left;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .form-basic.has-three-rows .form-basic__item {
    width: 33.333%;
  }
}
.checkbox-wrap {
  display: block;
  margin-top: 1.5rem;
  position: relative;
}

.checkbox-wrap:first-child {
  margin-top: 0;
}

.checkbox-wrap .checkbox-label,
.checkbox-wrap label {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.43;
  opacity: 0.65;
  padding-left: 3rem;
}

.checkbox-wrap input[type=checkbox] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.checkbox-wrap input[type=checkbox][disabled] ~ label {
  cursor: default;
  opacity: 0.195;
}

.checkbox-wrap input[type=checkbox][disabled] + .checkbox-mark {
  opacity: 0.3;
}

.checkbox-wrap .checkbox-mark {
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2rem;
  left: 0;
  margin: -1px 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2rem;
}

.checkbox-wrap .checkbox-mark:hover {
  border-color: var(--color-brand-color);
}

.checkbox-wrap input[type=checkbox]:checked + .checkbox-mark,
.checkbox-wrap.is-checked .checkbox-mark {
  background-color: var(--color-brand-color);
  background-image: url(/local/templates/rockfon/dist/assets/styles/../images/svg/check-mark.svg);
  background-size: 100% 100%;
  border-color: var(--color-brand-color);
}

.checkbox-cluster {
  width: 100%;
}

.checkbox-cluster .checkbox-wrap {
  margin-top: 1.5rem;
}

.checkbox-cluster__item {
  width: 100%;
}

.checkbox-cluster__item__sub-list {
  margin-left: 2rem;
  max-height: 0;
  overflow: hidden;
}

.checkbox-cluster__item__sub-list.is-active {
  max-height: none;
}

.js-modal .loader {
  pointer-events: none;
}

.js-modal .loader:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.modal--is-below-header .js-modal .modal__overlay {
  background-color: #f5f5f5;
  z-index: 996;
}

.js-modal .modal__inner.is-content .modal__close {
  border: 0;
  left: auto;
  margin: 0;
  right: 1rem;
  top: 1rem;
}

.js-modal html:not(.site-rockwoolgroup) .is-modal--image .modal__close {
  margin-right: 0;
  right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .js-modal html:not(.site-rockwoolgroup) .is-modal--image .modal__close {
    right: 5.5rem;
  }
}
@media screen and (min-width: 992px) {
  .js-modal html:not(.site-rockwoolgroup) .is-modal--image .modal__close {
    right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .js-modal html:not(.site-rockwoolgroup) .is-modal--image .modal__close {
    right: 5rem;
  }
}
.js-modal .modal__close {
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1031;
}

.js-modal .modal__close.is-hidden {
  opacity: 0;
}

.js-modal .modal__body {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  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%;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 7.5rem 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
  visibility: hidden;
  width: 100%;
  z-index: 2001;
}

@media screen and (min-width: 768px) {
  .js-modal .modal__body {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
}
.js-modal .modal__body.O1-3-header-basket {
  z-index: 2001;
}

.js-modal .modal__body.is-modal--image > .modal__inner {
  max-height: 100%;
  overflow: auto;
  padding: 0;
}

.js-modal .modal__body.is-modal--image > .modal__inner > img {
  max-width: 100%;
}

.js-modal .modal__overlay {
  background: rgba(245, 245, 245, 0.9490196078);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s linear;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s linear;
  visibility: hidden;
  width: 100%;
  z-index: 2000;
}

.js-modal .modal__video {
  display: block;
  overflow: hidden;
  padding: 56.249999993% 0 0;
  position: relative;
  -webkit-transition: 3s ease;
  transition: 3s ease;
  width: 100%;
}

.js-modal .modal__video__subscribe-channels {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}

.js-modal .modal__video__subscribe-channels__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
}

.js-modal .modal__video__subscribe-channels__item .title {
  text-align: center;
}

.js-modal .modal__video.is-hidden {
  opacity: 0;
}

.js-modal .modal__video > div {
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
}

.js-modal .modal__video iframe,
.js-modal .modal__video video {
  height: 100%;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

.js-modal .modal__video.has-height {
  padding: 0;
}

.js-modal .modal__video.has-height iframe,
.js-modal .modal__video.has-height video {
  height: auto;
  position: relative;
}

.js-modal .modal__video.has-height > div {
  position: relative !important;
}

.js-modal html:not(.site-rockwoolgroup) .is-modal--image .modal__inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.js-modal .modal__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: auto;
  opacity: 0;
  position: relative;
  text-align: center;
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1030;
}

.js-modal .modal__inner.O1-3-header-basket__inner {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  max-width: 100%;
  padding: 2rem;
  -webkit-transform: none;
          transform: none;
  width: 43rem;
}

.row > .js-modal .modal__inner.O1-3-header-basket__inner {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .js-modal .modal__inner.O1-3-header-basket__inner {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .js-modal .modal__inner.O1-3-header-basket__inner {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .js-modal .modal__inner.O1-3-header-basket__inner {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .js-modal .modal__inner.O1-3-header-basket__inner {
    padding: 4rem;
  }
}
.js-modal .modal__inner.O1-3-header-basket__inner.is-wide {
  max-height: calc(100vh - 21rem) !important;
  min-height: 550px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .js-modal .modal__inner.O1-3-header-basket__inner.is-wide {
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .js-modal .modal__inner.O1-3-header-basket__inner.is-wide {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .js-modal .modal__inner.O1-3-header-basket__inner.is-wide {
    width: 116rem;
  }
}
.js-modal .modal__inner.is-content {
  background: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.0784313725);
  max-width: 100%;
  padding: 4rem 2rem;
  text-align: left;
  width: 43rem;
}

.row > .js-modal .modal__inner.is-content {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .js-modal .modal__inner.is-content {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .js-modal .modal__inner.is-content {
    width: 67rem;
  }
}
@media screen and (min-width: 1200px) {
  .js-modal .modal__inner.is-content {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .js-modal .modal__inner.is-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.js-modal .modal__inner.is-content .modal__body__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 2rem;
  padding: 0 0 2rem;
}

.js-modal .modal__inner img {
  height: auto;
  max-width: 100%;
}

.js-modal .modal__inner__form {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .js-modal .modal__inner__form {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 87rem;
  }
}
@media screen and (min-width: 1200px) {
  .js-modal .modal__inner__form {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 104rem;
  }
}
.js-modal .modal__inner__form.is-hidden {
  opacity: 0;
}

.js-modal .modal__inner__form__msg {
  float: none;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .js-modal .modal__inner__form__msg {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .js-modal .modal__inner__form__msg {
    width: 44rem;
  }
}
.js-modal .modal__inner__form form {
  padding: 4rem;
  width: 100% !important;
}

.js-modal .modal__inner__form .submitSuccessMessage {
  padding: 4rem;
}

.js-modal .modal__inner .loader,
.js-modal .modal__loader {
  position: absolute;
  top: 50%;
}

.js-modal .modal__loader {
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1029;
}

.js-modal .modal__loader.is-hidden {
  opacity: 0;
}

.js-modal .modal__loader:before {
  -webkit-animation: load-spin 0.8s linear infinite;
          animation: load-spin 0.8s linear infinite;
  border: 0.125rem solid var(--color-brand-color);
  border-radius: 1000px;
  border-top: 0.125rem solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 7rem;
  width: 7rem;
}

.js-modal .modal--show {
  opacity: 1;
  visibility: visible;
}

.js-modal .modal--show .modal__inner {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.js-modal .modal--open {
  overflow: hidden !important;
}

@-webkit-keyframes load-spin {
  0% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
  }
  to {
    -webkit-transform: translateZ(0) rotate(1turn);
            transform: translateZ(0) rotate(1turn);
  }
}

@keyframes load-spin {
  0% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
  }
  to {
    -webkit-transform: translateZ(0) rotate(1turn);
            transform: translateZ(0) rotate(1turn);
  }
}
.modal--open .modal__overlay {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: visible;
  z-index: 2000;
}

.search-form {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.search-form__form {
  display: block;
  padding: 0.5rem 0;
}

.search-form__list {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.search-form__list.is-shown {
  opacity: 1;
}

.search-form__btn,
.search-form__reset {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

.search-form__btn:focus,
.search-form__reset:focus {
  outline: 0;
}

.search-form__btn {
  float: left;
  margin: 0;
  padding: 0.125rem 1rem 0 0;
}

.search-form__btn .icon,
.search-form__btn svg {
  margin: 0;
}

.search-form__reset {
  float: right;
  height: 2rem;
  margin: 0.625rem 0 0 1rem;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 2rem;
}

.search-form__reset:after,
.search-form__reset:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 2rem;
}

.search-form__reset:after {
  -webkit-transform: translate3d(1px, -0.7rem, 0) rotate(45deg);
          transform: translate3d(1px, -0.7rem, 0) rotate(45deg);
  -webkit-transform: translate3d(1px, calc(-50% - 0.575rem), 0) rotate(45deg);
          transform: translate3d(1px, calc(-50% - 0.575rem), 0) rotate(45deg);
}

.search-form__reset:before {
  -webkit-transform: translate3d(1px, 0.7rem, 0) rotate(-45deg);
          transform: translate3d(1px, 0.7rem, 0) rotate(-45deg);
  -webkit-transform: translate3d(1px, calc(50% + 0.575rem), 0) rotate(-45deg);
          transform: translate3d(1px, calc(50% + 0.575rem), 0) rotate(-45deg);
}

.has-input-value .search-form__reset {
  opacity: 1;
}

.search-form__input {
  overflow: hidden;
}

.search-form__input input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.search-form__input input:focus {
  outline: 0;
}

.search-form__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}

.search-form__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}

.search-form__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}

.search-form__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}

.search-form__input input::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}

.search-form__input input::-ms-clear {
  display: none;
}

.search-form__suggestions {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .search-form__suggestions {
    padding: 0;
  }
}
.search-form__suggestion {
  border-top: 1px solid rgba(255, 255, 255, 0.2509803922);
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 5.625rem;
  opacity: 1;
}

.search-form__suggestion:first-child {
  border-top: 0;
}

.search-form__suggestion b {
  font-weight: 600;
}

.search-form__suggestion .label {
  color: #fff;
  display: block;
  font-weight: 600;
  margin: 0 0 0.5rem;
  opacity: 1;
  padding: 0;
}

.search-form__suggestion__inner {
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px;
  padding: 0 1px;
  -webkit-transition: background-color 0.3s cubic-bezier(1, 0, 0, 1);
  transition: background-color 0.3s cubic-bezier(1, 0, 0, 1);
}

.search-form__suggestion__inner:hover {
  color: #fff;
  text-decoration: none;
}

.search-form__suggestion__inner:focus {
  background: rgba(0, 0, 0, 0.0509803922);
}

body.has-hover a.search-form__suggestion__inner:hover {
  background: rgba(0, 0, 0, 0.0509803922);
  color: #fff;
  text-decoration: none;
}

.search-form__suggestion__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-form__suggestion .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 2rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.header-basket {
  background: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1294117647);
  color: #000;
  font-size: 12px;
  font-size: 1.5rem;
  left: 50%;
  margin: 2rem 0 0 -11.375rem;
  opacity: 1;
  padding: 2rem;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0s;
  transition: opacity 0.3s ease, visibility 0s;
  visibility: visible;
  width: 38.75rem;
}

@media screen and (min-width: 992px) {
  .header-basket {
    margin-left: 0;
  }
}
.header-basket.is-hidden {
  opacity: 0;
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  visibility: hidden;
}

.header-basket:after {
  border-bottom: 1.25rem solid #fff;
  border-left: 1.5rem solid rgba(0, 0, 0, 0);
  border-right: 1.5rem solid rgba(0, 0, 0, 0);
  bottom: 100%;
  content: "";
  margin: 0 auto -1px;
  position: absolute;
  right: 6.5rem;
  width: 0;
}

@media screen and (min-width: 992px) {
  .header-basket:after {
    left: 0;
    right: 0;
  }
}
.header-basket .icon circle,
.header-basket .icon path,
.header-basket .icon polygon,
.header-basket .icon rect,
.header-basket .icon use {
  fill: var(--color-brand-color);
}

.header-basket__headline {
  color: rgba(40, 40, 40, 0.7019607843);
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  margin: 0 0 0.5rem;
  padding: 0;
}

.header-basket__items {
  margin: 0 0 0.5rem;
}

.header-basket__items:last-child {
  margin-bottom: 0;
}

.header-basket__list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}

.header-basket__list__item:after,
.header-basket__list__item:before {
  content: " ";
  display: table;
}

.header-basket__list__item:after {
  clear: both;
}

.header-basket__list__item:last-child {
  border-bottom: 0;
}

.header-basket__list__item__remove {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  float: right;
  height: 4.5rem;
  margin: 0 -1rem 0 2rem;
  outline: 0;
  padding: 0;
  position: relative;
  width: 4rem;
}

.header-basket__list__item__remove:focus {
  outline: 0;
}

.header-basket__list__item__remove:after,
.header-basket__list__item__remove:before {
  background: var(--color-brand-color);
  bottom: 0;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  width: 2rem;
}

.header-basket__list__item__remove:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-basket__list__item__remove:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.has-hover .header-basket__list__item__remove:hover:after,
body.has-hover .header-basket__list__item__remove:hover:before {
  background-color: var(--color-hover-color);
}

.header-basket__list__item__text {
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 3;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-basket.is-added {
  padding: 1.5rem 1.5rem 1.25rem;
}

@media screen and (min-width: 992px) {
  .header-basket.is-added {
    width: 20.25rem;
  }
}
.header-basket.is-added .header-basket__headline {
  margin-bottom: 0;
}

.header-basket.is-added .header-basket__list__item {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.header-basket.is-added .header-basket__list__item:last-child {
  padding-bottom: 0;
}

.header-basket.is-added .header-basket__list__item__remove {
  display: none;
}

.header-basket.is-added .header-basket__list__item__text {
  line-height: 1.67;
}

.rich-text-table-wrap {
  -webkit-overflow-scrolling: auto;
  margin: 3rem 0;
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
}

.rich-text-table-wrap::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 10px;
}

.rich-text-table-wrap::-webkit-scrollbar {
  background-color: initial;
  height: 4px;
}

.rich-text-table-wrap::-webkit-scrollbar-thumb {
  background-color: var(--color-brand-color);
  border-radius: 10px;
}

.rich-text-table,
.rich-text-table--dark {
  font-weight: 400;
  min-width: 100%;
  table-layout: fixed;
}

.rich-text-table table,
.rich-text-table--dark table {
  border-width: 0;
}

.rich-text-table tr td,
.rich-text-table tr th,
.rich-text-table--dark tr td,
.rich-text-table--dark tr th {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #ececec;
}

.rich-text-table thead tr td,
.rich-text-table thead tr th,
.rich-text-table--dark thead tr td,
.rich-text-table--dark thead tr th {
  font-size: 1.5rem;
  font-weight: 500;
  min-width: 12.5rem;
  padding: 2rem;
  text-align: left;
  vertical-align: middle;
}

.rich-text-table tbody td,
.rich-text-table tbody th,
.rich-text-table--dark tbody td,
.rich-text-table--dark tbody th {
  font-size: 1.75rem;
  min-width: 12.5rem;
  padding: 2rem;
  vertical-align: middle;
}

.rich-text-table tbody tr:nth-child(odd),
.rich-text-table--dark tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.rich-text-table--dark thead {
  background-color: #383838;
  color: #fff;
}

.rich-text-table--dark thead tr td,
.rich-text-table--dark thead tr th {
  border-bottom-color: #fff;
  color: #fff;
}

body.has-hover .card.box-shadow .text-area {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

body.has-hover a.card.box-shadow .text-area {
  color: #000;
}

body.has-hover a.card.box-shadow:hover {
  text-decoration: none;
  z-index: 2;
}

body.has-hover a.card.box-shadow:hover .text-area {
  -webkit-box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.1019607843);
  color: #000;
}

.card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #000;
  display: block;
  position: relative;
  height: auto !important;
  -webkit-transition: z-index 0.3s ease-in-out;
  transition: z-index 0.3s ease-in-out;
}

.card.js-scroll-reveal {
  -webkit-transition: z-index 0.3s ease-in-out, opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: z-index 0.3s ease-in-out, opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: z-index 0.3s ease-in-out, opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: z-index 0.3s ease-in-out, opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

.card.is-light-grey {
  background: rgba(0, 0, 0, 0);
}

.card.is-light-grey .text-area {
  background: #f5f5f5;
}

.card.box-shadow .text-area {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
}

.card.is-dark-grey {
  background: rgba(0, 0, 0, 0);
}

.card.is-dark-grey .text-area {
  background: #383838;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.card.is-dark-grey .text-area .btn,
.card.is-dark-grey .text-area .filter__btn {
  color: #fff;
}

.card.is-darkest-grey {
  background: rgba(0, 0, 0, 0);
}

.card.is-darkest-grey .text-area {
  background: #2b2b2b;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.card.is-darkest-grey .text-area .btn,
.card.is-darkest-grey .text-area .filter__btn {
  color: #fff;
}

.card .image-area {
  padding-bottom: 0;
}

.card .image-area__image {
  outline: none;
  overflow: hidden;
  position: relative;
}

.card .image-area__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.card .image-area__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.card.image-round img {
  aspect-ratio: 1/1;
  width: auto;
  border-radius: 50%;
  left: 50%;
  translate: -50% 0;
}

.card.is-coupling .image-area {
  background: #f5f5f5;
}

.card.is-coupling .image-area img {
  bottom: 0;
  font-family: "object-fit: contain;";
  height: 90%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  right: 0;
  width: 90%;
}

.card.centered-text .text-area {
  text-align: center;
}

.card.centered-text .text-area .label-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card .text-area {
  background: #fff;
  padding: 3rem 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .card .text-area {
    padding: 4rem 4rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  .card .text-area {
    padding-bottom: 3rem;
  }
}
.card .text-area .card-heading {
  font-weight: 500;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .card-list .js-card-slider .body-text-2 {
    display: none;
  }
}
.card .text-area .btn-wrap {
  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;
}

.card .text-area .btn-wrap .divider {
  background-color: #f5f5f5;
  height: 1px;
  margin: 2rem 0;
  width: 100%;
}

.card-list--standalone .no-image.card .text-area .btn-wrap .btn:last-child,
.card-list--standalone .no-image.card .text-area .btn-wrap .filter__btn:last-child,
.text-centered.card .text-area .btn-wrap .btn:last-child,
.text-centered.card .text-area .btn-wrap .filter__btn:last-child {
  margin-left: auto;
  margin-right: auto;
}

.card .text-area .btn-wrap .label {
  padding-bottom: 0;
  padding-top: 0;
}

.card p.body-text-2:last-child {
  margin-bottom: 1rem;
}

.card p.body-text-2.as-link span {
  color: #d20014;
  color: var(--color-brand-color);
  cursor: pointer;
}

.card p.body-text-2.as-link span:hover {
  color: #d20014;
  color: var(--color-brand-color);
  text-decoration: underline;
}

.card a.card-link {
  color: #000;
}

.card a.card-stretched-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.list-card-color--dark a.card-link {
  color: #fff;
}

.card-list--swipe-stack-cards {
  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;
}

@media screen and (min-width: 992px) {
  .card-list--swipe-stack-cards.is-O96 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.card-list--swipe-stack-cards.js-card-slider,
.js-card-carousel > .card-list--swipe-stack-cards {
  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-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}

.card-list--swipe-stack-cards.js-card-slider.no-transition,
.js-card-carousel > .card-list--swipe-stack-cards.no-transition {
  -webkit-transition: none;
  transition: none;
}

.card-list--swipe-stack-cards.js-card-slider .card,
.js-card-carousel > .card-list--swipe-stack-cards .card {
  margin-right: 1rem;
  max-width: calc(50% - 0.5rem);
  width: 21rem;
}

.row > .card-list--swipe-stack-cards.js-card-slider .card,
.row > .js-card-carousel > .card-list--swipe-stack-cards .card {
  max-width: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  .card-list--swipe-stack-cards.js-card-slider .card,
  .js-card-carousel > .card-list--swipe-stack-cards .card {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .card-list--swipe-stack-cards.js-card-slider .card,
  .js-card-carousel > .card-list--swipe-stack-cards .card {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .card-list--swipe-stack-cards.js-card-slider .card .text-area,
  .js-card-carousel > .card-list--swipe-stack-cards .card .text-area {
    margin-left: 0;
    padding: 10rem 3rem 3rem;
  }
  .card-list--swipe-stack-cards.js-card-slider .card .text-area .card-heading,
  .js-card-carousel > .card-list--swipe-stack-cards .card .text-area .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .card-list--swipe-stack-cards.js-card-slider .card .text-area .body-text-2,
  .js-card-carousel > .card-list--swipe-stack-cards .card .text-area .body-text-2 {
    display: block;
  }
  .card-list--swipe-stack-cards.js-card-slider .card .image-area,
  .js-card-carousel > .card-list--swipe-stack-cards .card .image-area {
    margin-bottom: -8rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: calc(100% - 48px);
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  .card-list--swipe-stack-cards.js-card-slider .card,
  .js-card-carousel > .card-list--swipe-stack-cards .card {
    margin-right: 0;
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .card-list--swipe-stack-cards.js-card-slider .card,
  .js-card-carousel > .card-list--swipe-stack-cards .card {
    margin-right: 0;
    width: 68rem;
  }
}
.js-card-carousel > .card-list--swipe-stack-cards,
.js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.js-card-carousel > .card-list--swipe-stack-cards .card,
.js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .card {
  margin-right: 1rem;
  max-width: calc(50% - 0.5rem);
  width: 21rem;
}

@media screen and (min-width: 768px) {
  .js-card-carousel > .card-list--swipe-stack-cards .card,
  .js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .card {
    margin-right: 3rem;
  }
}
.row > .js-card-carousel > .card-list--swipe-stack-cards .card,
.row > .js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .card {
  max-width: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  .js-card-carousel > .card-list--swipe-stack-cards .card,
  .js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .card {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .js-card-carousel > .card-list--swipe-stack-cards .card,
  .js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .card {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .js-card-carousel > .card-list--swipe-stack-cards .card.O95-product-card,
  .js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .card.O95-product-card {
    max-width: 100%;
    width: 43rem;
  }
  .row > .js-card-carousel > .card-list--swipe-stack-cards .card.O95-product-card,
  .row > .js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .card.O95-product-card {
    max-width: calc(100% - 1rem);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .js-card-carousel > .card-list--swipe-stack-cards .card.O95-product-card,
  .js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .card.O95-product-card {
    max-width: none;
  }
}
.js-card-carousel > .card-list--swipe-stack-cards .slider__inner,
.js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .slider__inner {
  margin-left: -1rem;
}

@media screen and (min-width: 992px) {
  .js-card-carousel > .card-list--swipe-stack-cards .card,
  .js-card-carousel > .card-list--swipe-stack-cards.card-list--three-card-row .card {
    margin-right: 0;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}
.card-list--swipe-stack-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 1rem 0;
  max-width: 100%;
  width: 43rem;
}

.row > .card-list--swipe-stack-cards .card {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .card-list--swipe-stack-cards .card {
    max-width: none;
  }
}
.card-list--swipe-stack-cards .card.image-16-9 .image-area__image {
  outline: none;
  overflow: hidden;
  position: relative;
}

.card-list--swipe-stack-cards .card.image-16-9 .image-area__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.card-list--swipe-stack-cards .card.image-16-9 .image-area__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-list--swipe-stack-cards .card.image-square .image-area__image {
  outline: none;
  overflow: hidden;
  position: relative;
}

.card-list--swipe-stack-cards .card.image-square .image-area__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.card-list--swipe-stack-cards .card.image-square .image-area__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-list--swipe-stack-cards .card.no-image .inner-text .card-heading {
  font-size: 16px;
  font-size: 2rem;
  line-height: 3rem;
}

.card-list--swipe-stack-cards .card .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-list--swipe-stack-cards .card .text-area .btn-wrap {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .card-list--swipe-stack-cards.js-card-slider {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 768px) {
  .card-list--swipe-stack-cards .card {
    position: relative;
    width: 85rem;
  }
  .card-list--swipe-stack-cards .card .text-area {
    margin-left: 16.5rem;
    padding: 3rem 4rem 3rem 16.75rem;
  }
  .card-list--swipe-stack-cards .card .text-area .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .card-list--swipe-stack-cards .card .image-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30rem;
    z-index: 2;
  }
  .card-list--swipe-stack-cards .card.image-square .image-area__image {
    outline: none;
    overflow: hidden;
    position: relative;
  }
  .card-list--swipe-stack-cards .card.image-square .image-area__image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .card-list--swipe-stack-cards .card.image-square .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .card-list--swipe-stack-cards .card.no-image .text-area {
    margin-left: 0;
    padding: 3rem 4rem;
  }
  .card-list--swipe-stack-cards .card.no-image .text-area .inner-text .card-heading {
    font-size: 24px;
    font-size: 3rem;
    line-height: 4rem;
  }
  .card-list--swipe-stack-cards .card.heading-only .text-area .inner-text .card-heading {
    font-size: 34px;
    font-size: 4.25rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .card-list--swipe-stack-cards.card-list--two-card-row .card {
    width: 57rem;
  }
  .card-list--swipe-stack-cards.card-list--two-card-row .card .text-area {
    margin-left: 0;
  }
  .card-list--swipe-stack-cards.card-list--three-card-row .card {
    width: 37rem;
  }
  .card-list--swipe-stack-cards.card-list--three-card-row .card .text-area {
    margin-left: 0;
  }
  .card-list--swipe-stack-cards.card-list--four-card-row .card {
    width: 25%;
  }
  .card-list--swipe-stack-cards.card-list--four-card-row .card .text-area {
    margin-left: 0;
    width: 100%;
  }
  .card-list--swipe-stack-cards.card-list--four-card-row .card .image-area {
    position: relative;
    width: 100%;
  }
  .card-list--swipe-stack-cards .card .text-area {
    padding: 10rem 3rem 3rem;
  }
  .card-list--swipe-stack-cards .card .text-area .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .card-list--swipe-stack-cards .card .text-area .body-text-2 {
    display: block;
  }
  .card-list--swipe-stack-cards .card .image-area {
    margin-bottom: -8rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: calc(100% - 48px);
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .card-list--swipe-stack-cards.card-list--two-card-row .card {
    width: 68rem;
  }
  .card-list--swipe-stack-cards.card-list--two-card-row .card .text-area {
    margin-left: 0;
  }
  .card-list--swipe-stack-cards.card-list--three-card-row .card {
    width: 44rem;
  }
  .card-list--swipe-stack-cards.card-list--three-card-row .card .text-area {
    margin-left: 0;
  }
  .card-list--swipe-stack-cards.card-list--four-card-row .card {
    width: 25%;
  }
  .card-list--swipe-stack-cards.card-list--four-card-row .card .text-area {
    margin-left: 0;
    width: 100%;
  }
  .card-list--swipe-stack-cards.card-list--four-card-row .card .image-area {
    position: relative;
    width: 100%;
  }
  .card-list--swipe-stack-cards .card .text-area {
    padding: 10rem 3rem 3rem;
  }
  .card-list--swipe-stack-cards .card .text-area .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .card-list--swipe-stack-cards .card .text-area .body-text-2 {
    display: block;
  }
  .card-list--swipe-stack-cards .card .image-area {
    margin-bottom: -8rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: calc(100% - 48px);
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  .js-card-carousel {
    overflow: hidden;
  }
}
.dynamic-grid {
  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;
}

.dynamic-grid .dynamic-grid-block {
  background: rgba(255, 0, 0, 0.2);
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.dynamic-grid .dynamic-grid-block.is-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.dynamic-grid .dynamic-grid-block--12 {
  max-width: 100%;
  width: 43rem;
}

.row > .dynamic-grid .dynamic-grid-block--12 {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .dynamic-grid .dynamic-grid-block--12 {
    max-width: none;
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-grid .dynamic-grid-block--12 {
    width: 117rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-grid .dynamic-grid-block--12 {
    width: 140rem;
  }
}
.dynamic-grid .dynamic-grid-block--9 {
  max-width: 100%;
  width: 43rem;
}

.row > .dynamic-grid .dynamic-grid-block--9 {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .dynamic-grid .dynamic-grid-block--9 {
    max-width: none;
    width: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-grid .dynamic-grid-block--9 {
    width: 87rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-grid .dynamic-grid-block--9 {
    width: 104rem;
  }
}
.dynamic-grid .dynamic-grid-block--8 {
  max-width: 100%;
  width: 43rem;
}

.row > .dynamic-grid .dynamic-grid-block--8 {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .dynamic-grid .dynamic-grid-block--8 {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-grid .dynamic-grid-block--8 {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-grid .dynamic-grid-block--8 {
    width: 92rem;
  }
}
.dynamic-grid .dynamic-grid-block--7 {
  max-width: 100%;
  width: 43rem;
}

.row > .dynamic-grid .dynamic-grid-block--7 {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .dynamic-grid .dynamic-grid-block--7 {
    max-width: none;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-grid .dynamic-grid-block--7 {
    width: 67rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-grid .dynamic-grid-block--7 {
    width: 80rem;
  }
}
.dynamic-grid .dynamic-grid-block--6 {
  max-width: 100%;
  width: 43rem;
}

.row > .dynamic-grid .dynamic-grid-block--6 {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .dynamic-grid .dynamic-grid-block--6 {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-grid .dynamic-grid-block--6 {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-grid .dynamic-grid-block--6 {
    width: 68rem;
  }
}
.dynamic-grid .dynamic-grid-block--5 {
  max-width: 100%;
  width: 43rem;
}

.row > .dynamic-grid .dynamic-grid-block--5 {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .dynamic-grid .dynamic-grid-block--5 {
    max-width: none;
    width: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-grid .dynamic-grid-block--5 {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-grid .dynamic-grid-block--5 {
    width: 56rem;
  }
}
.dynamic-grid .dynamic-grid-block--4 {
  max-width: 100%;
  width: 43rem;
}

.row > .dynamic-grid .dynamic-grid-block--4 {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .dynamic-grid .dynamic-grid-block--4 {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-grid .dynamic-grid-block--4 {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-grid .dynamic-grid-block--4 {
    width: 44rem;
  }
}
.dynamic-grid .dynamic-grid-block--3 {
  max-width: 100%;
  width: 43rem;
}

.row > .dynamic-grid .dynamic-grid-block--3 {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .dynamic-grid .dynamic-grid-block--3 {
    max-width: none;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-grid .dynamic-grid-block--3 {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-grid .dynamic-grid-block--3 {
    width: 32rem;
  }
}
.market-selector-overlay.modal-market-selector .modal-market-selector__btn-area,
.market-selector-overlay.modal-market-selector h5,
.market-selector-overlay.modal-market-selector p {
  text-align: center;
}

.market-selector-overlay.modal-market-selector h5 {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.market-selector-overlay.modal-market-selector p {
  margin-bottom: 3rem;
}

.modal-multi-selector {
  background: #f5f5f5;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-size: 1.75rem;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  visibility: hidden;
  z-index: 1050;
}

.modal-multi-selector.is-open {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: visible;
}

.modal-multi-selector.is-brand-selector.is-rockwool-selector .O23-tabs__list__indicator {
  background: #d20014;
  background: var(--color-rockwool);
}

.modal-multi-selector.is-brand-selector.is-rockwool-selector .O23-tabs__item.is-active .O23-tabs__item__inner,
body.has-hover .modal-multi-selector.is-brand-selector.is-rockwool-selector .O23-tabs__item__inner:hover {
  color: #d20014;
  color: var(--color-rockwool);
}

.modal-multi-selector.is-brand-selector.is-rockwool-selector .modal-multi-selector__close {
  border-color: #d20014;
  border-color: var(--color-rockwool);
}

.modal-multi-selector.is-brand-selector.is-rockwool-selector .modal-multi-selector__close:after,
.modal-multi-selector.is-brand-selector.is-rockwool-selector .modal-multi-selector__close:before {
  background: #d20014;
  background: var(--color-rockwool);
}

.modal-multi-selector.is-brand-selector.is-rockfon-selector .O23-tabs__list__indicator {
  background: #00638e;
  background: var(--color-rockfon);
}

.modal-multi-selector.is-brand-selector.is-rockfon-selector .O23-tabs__item.is-active .O23-tabs__item__inner,
body.has-hover .modal-multi-selector.is-brand-selector.is-rockfon-selector .O23-tabs__item__inner:hover {
  color: #00638e;
  color: var(--color-rockfon);
}

.modal-multi-selector.is-brand-selector.is-rockfon-selector .modal-multi-selector__close {
  border-color: #00638e;
  border-color: var(--color-rockfon);
}

.modal-multi-selector.is-brand-selector.is-rockfon-selector .modal-multi-selector__close:after,
.modal-multi-selector.is-brand-selector.is-rockfon-selector .modal-multi-selector__close:before {
  background: #00638e;
  background: var(--color-rockfon);
}

.modal-multi-selector.is-brand-selector.is-grodan-selector .O23-tabs__list__indicator {
  background: #093;
  background: var(--color-grodan);
}

.modal-multi-selector.is-brand-selector.is-grodan-selector .O23-tabs__item.is-active .O23-tabs__item__inner,
body.has-hover .modal-multi-selector.is-brand-selector.is-grodan-selector .O23-tabs__item__inner:hover {
  color: #093;
  color: var(--color-grodan);
}

.modal-multi-selector.is-brand-selector.is-grodan-selector .modal-multi-selector__close {
  border-color: #093;
  border-color: var(--color-grodan);
}

.modal-multi-selector.is-brand-selector.is-grodan-selector .modal-multi-selector__close:after,
.modal-multi-selector.is-brand-selector.is-grodan-selector .modal-multi-selector__close:before {
  background: #093;
  background: var(--color-grodan);
}

.modal-multi-selector.is-brand-selector.is-lapinus-selector .O23-tabs__list__indicator {
  background: #002d72;
  background: var(--color-lapinus);
}

.modal-multi-selector.is-brand-selector.is-lapinus-selector .O23-tabs__item.is-active .O23-tabs__item__inner,
body.has-hover .modal-multi-selector.is-brand-selector.is-lapinus-selector .O23-tabs__item__inner:hover {
  color: #002d72;
  color: var(--color-lapinus);
}

.modal-multi-selector.is-brand-selector.is-lapinus-selector .modal-multi-selector__close {
  border-color: #002d72;
  border-color: var(--color-lapinus);
}

.modal-multi-selector.is-brand-selector.is-lapinus-selector .modal-multi-selector__close:after,
.modal-multi-selector.is-brand-selector.is-lapinus-selector .modal-multi-selector__close:before {
  background: #002d72;
  background: var(--color-lapinus);
}

.modal-multi-selector.is-brand-selector.is-rockpanel-selector .O23-tabs__list__indicator {
  background: #253355;
  background: var(--color-rockpanel);
}

.modal-multi-selector.is-brand-selector.is-rockpanel-selector .O23-tabs__item.is-active .O23-tabs__item__inner,
body.has-hover .modal-multi-selector.is-brand-selector.is-rockpanel-selector .O23-tabs__item__inner:hover {
  color: #253355;
  color: var(--color-rockpanel);
}

.modal-multi-selector.is-brand-selector.is-rockpanel-selector .modal-multi-selector__close {
  border-color: #253355;
  border-color: var(--color-rockpanel);
}

.modal-multi-selector.is-brand-selector.is-rockpanel-selector .modal-multi-selector__close:after,
.modal-multi-selector.is-brand-selector.is-rockpanel-selector .modal-multi-selector__close:before {
  background: #253355;
  background: var(--color-rockpanel);
}

.modal-multi-selector.is-brand-selector .modal-multi-selector__logo,
.modal-multi-selector.is-brand-selector .modal-multi-selector__title {
  height: 4rem;
  margin-left: 0;
  text-align: left;
  width: auto;
}

.modal-multi-selector.is-brand-selector .modal-multi-selector__logo__img {
  margin-top: 1rem;
  text-align: left;
}

.modal-multi-selector.is-brand-selector .modal-multi-selector__logo__img svg {
  height: 100%;
  width: auto;
}

.modal-multi-selector.is-brand-selector .modal-multi-selector__title {
  font-size: 3rem;
}

.modal-multi-selector.is-brand-selector .modal-multi-selector__description {
  padding-bottom: 8rem;
  padding-top: 3rem;
  position: relative;
}

.modal-multi-selector.is-brand-selector .modal-multi-selector__description:after {
  background: #f5f5f5;
  bottom: 4rem;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .modal-multi-selector.is-brand-selector .modal-multi-selector__description {
    width: 74rem;
  }
}
@media screen and (min-width: 992px) {
  .modal-multi-selector.is-brand-selector .modal-multi-selector__description {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal-multi-selector.is-brand-selector .modal-multi-selector__description {
    width: 92rem;
  }
}
.modal-multi-selector.is-brand-selector .modal-multi-selector__description a {
  font-weight: 500;
}

.modal-multi-selector.is-brand-selector .modal-multi-selector__description p {
  margin: 1em 0 0;
}

.modal-multi-selector.is-brand-selector .modal-multi-selector__description p:first-child {
  margin-top: 0;
}

.modal-multi-selector.is-brand-selector .modal-multi-selector__description .is-hidden {
  display: none;
}

html.modal-multi-selector--open {
  overflow: hidden !important;
}

.modal-multi-selector__inner {
  margin: auto;
  width: 100%;
}

.js-modal .modal-multi-selector > .modal__inner,
.modal-multi-selector > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .js-modal .modal-multi-selector > .modal__inner,
  .modal-multi-selector > .container {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .js-modal .modal-multi-selector > .modal__inner,
  .modal-multi-selector > .container {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
}
.modal-multi-selector__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 6rem 0;
}

@media screen and (min-width: 992px) {
  .modal-multi-selector__list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal-multi-selector__list {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
.modal-multi-selector__item {
  display: inline-block;
  padding: 1rem 0;
  width: 100%;
}

.modal-multi-selector__item a {
  color: #000;
}

body.has-hover .modal-multi-selector__item a:hover {
  color: #d20014;
  color: var(--color-brand-color);
  text-decoration: none;
}

.modal-multi-selector__item.is-active a {
  color: #d20014;
  color: var(--color-brand-color);
  font-weight: 600;
}

body.has-hover .modal-multi-selector__item.is-active a:hover {
  color: #9f000f;
  color: var(--color-hover-color);
}

.modal-multi-selector__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-multi-selector__content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100vw;
}

.js-modal .modal-multi-selector__content__inner > .modal__inner,
.modal-multi-selector__content__inner > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.js-modal .modal-multi-selector__content__inner > .modal__inner:after,
.js-modal .modal-multi-selector__content__inner > .modal__inner:before,
.modal-multi-selector__content__inner > .container:after,
.modal-multi-selector__content__inner > .container:before {
  display: none;
}

.modal-multi-selector__more {
  padding: 5rem 0;
}

@media screen and (min-width: 992px) {
  .modal-multi-selector__more {
    text-align: center;
  }
}
.modal-multi-selector .loader-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-items: center;
  width: 100%;
}

.modal-multi-selector__header {
  background: #fff;
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  .modal-multi-selector__header {
    padding-top: 4rem;
  }
}
.modal-multi-selector__logo {
  margin: 0 0 2rem;
  position: relative;
  width: 13.375rem;
}

@media screen and (min-width: 992px) {
  .modal-multi-selector__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-multi-selector__logo__img {
  display: block;
  padding: 18.30026% 0 0;
}

.modal-multi-selector__logo__img svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal-multi-selector__title {
  color: #000;
  font-size: 22px;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.27;
  margin: 0 0 3rem;
  padding: 0 11rem 0 0;
}

@media screen and (min-width: 768px) {
  .modal-multi-selector__title {
    font-size: 34px;
    font-size: 4.25rem;
    line-height: 1.18;
    margin-bottom: 6rem;
    padding-right: 11rem;
  }
}
@media screen and (min-width: 992px) {
  .modal-multi-selector__title {
    margin-bottom: 1rem;
    padding-right: 0;
    text-align: center;
  }
}
.chatbot-messages {
  left: 40px;
  position: absolute;
  top: 40px;
  z-index: 10;
}

.chatbot-popup {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5019607843);
  left: -160px;
  position: absolute;
  top: -40px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 250px;
  z-index: 11;
}

.chatbot-popup:after {
  background: #fff;
  bottom: -10px;
  -webkit-box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5019607843);
  content: "";
  height: 20px;
  left: 80%;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
  z-index: -1;
}

.chatbot-popup-inner {
  background: #fff;
  border-radius: 6px;
  padding: 10px 5px;
  text-align: justify;
}

.chatbot-popup-close-icon {
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 46%, #fff 0, #fff 56%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0)), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 46%, #fff 0, #fff 56%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-color: gray;
  background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 46%, #fff 46%, #fff 56%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%), -ms-linear-gradient(45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 46%, #fff 46%, #fff 56%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5019607843);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 15px;
  left: 240px;
  padding: 2px;
  position: absolute;
  top: -10px;
  width: 15px;
  z-index: 10;
}

.chatbot-show {
  visibility: visible;
}

.primary-image-split {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .primary-image-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 56.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .primary-image-split {
    height: 59.25rem;
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .primary-image-split {
    height: 59.25rem;
    width: 92rem;
  }
}
.primary-image-split__image-area {
  background-image: url(/local/templates/rockfon/dist/assets/styles/../images/rocks.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20.75rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .primary-image-split__image-area {
    height: 100%;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .primary-image-split__image-area {
    width: 38.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .primary-image-split__image-area {
    width: 46rem;
  }
}
.primary-image-split__image-area__video-btn {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.primary-image-split__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 2rem 0;
}

@media screen and (min-width: 768px) {
  .primary-image-split__text-area {
    padding-bottom: 1rem;
    width: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .primary-image-split__text-area {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .primary-image-split__text-area {
    width: 44rem;
  }
}
.primary-image-split__text-area__heading {
  font-weight: 500;
}

.primary-image-split__text-area__link-list {
  padding-top: 2rem;
}

.primary-image-split__text-area__link-list .btn,
.primary-image-split__text-area__link-list .filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.primary-image-split__text-area__link-list .btn__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.primary-image-split__text-area__link-list .btn .icon,
.primary-image-split__text-area__link-list .filter__btn .icon {
  margin-left: auto;
}

.primary-image-split__text-area__link-list > * {
  border-top: 1px solid #f5f5f5;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  opacity: 1;
  padding: 2rem 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .primary-image-split__text-area__link-list > * {
    padding: 2rem 0;
  }
}
.country-redirect-panel {
  background: #2b2b2b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
  height: 10.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
}

@media screen and (max-width: 991px) {
  .country-redirect-panel {
    height: 27.5rem;
  }
}
.country-redirect-panel .select-react:before {
  display: none;
}

.country-redirect-panel .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .country-redirect-panel .row {
    padding: 2.625rem 0;
  }
}
@media screen and (max-width: 1199px) {
  .country-redirect-panel .row {
    padding: 2.625rem 0;
  }
}
@media screen and (max-width: 991px) {
  .country-redirect-panel .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.country-redirect-panel .row .country-redirect-panel__selector-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.875rem;
  font-weight: lighter;
  min-width: auto;
}

@media screen and (max-width: 991px) {
  .country-redirect-panel .row .country-redirect-panel__selector-button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: 4rem;
    margin-top: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .country-redirect-panel .row .country-redirect-panel__selector-button {
    max-width: 25rem;
    min-width: 15rem;
  }
}
.country-redirect-panel .row .country-redirect-panel__selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 991px) {
  .country-redirect-panel .row .country-redirect-panel__selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.25rem;
    width: 100%;
  }
}
.country-redirect-panel .row .country-redirect-panel__selector .select-react {
  color: rgba(153, 153, 153, 0.5333333333);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2em;
  margin: 0 20px 0 0;
  max-width: unset;
  min-width: 25rem;
  padding: 4px 0;
  white-space: nowrap;
  width: 100%;
}

.country-redirect-panel .row .country-redirect-panel__selector .select-react__control {
  border-color: #999;
}

.country-redirect-panel .row .country-redirect-panel__selector .select-react__option {
  color: #999;
}

.country-redirect-panel .row .country-redirect-panel__selector .select-react__menu {
  border-radius: 0;
}

.country-redirect-panel .row .country-redirect-panel__selector .select-react__single-value {
  color: #999;
  font-weight: 300;
}

@media screen and (min-width: 1200px) {
  .country-redirect-panel .row .country-redirect-panel__selector .select-react {
    margin-right: 3rem;
    min-width: 31.25rem;
  }
}
.country-redirect-panel .row .country-redirect-panel__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

@media screen and (max-width: 991px) {
  .country-redirect-panel .row .country-redirect-panel__text-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 8.75rem;
  }
}
.country-redirect-panel .row .country-redirect-panel__text-container .country-redirect-panel__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .country-redirect-panel .row .country-redirect-panel__text-container .country-redirect-panel__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .country-redirect-panel .row .country-redirect-panel__text-container .country-redirect-panel__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.country-redirect-panel .row .country-redirect-panel__text-container .country-redirect-panel__close {
  display: none;
  top: 1rem;
}

@media screen and (max-width: 991px) {
  .country-redirect-panel .row .country-redirect-panel__text-container .country-redirect-panel__close {
    display: block;
  }
}
.country-redirect-panel .row .country-redirect-panel__elements {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .country-redirect-panel .row .country-redirect-panel__elements {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}
.country-redirect-panel .row .country-redirect-panel__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 21px;
  margin-left: 20px;
  outline: none;
  position: relative;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 21px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .country-redirect-panel .row .country-redirect-panel__close {
    display: none;
  }
}
.country-redirect-panel .row .country-redirect-panel__close:after,
.country-redirect-panel .row .country-redirect-panel__close:before {
  background: #999;
  bottom: 0;
  content: "";
  display: block;
  height: 0.25rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 2.5rem;
}

.country-redirect-panel .row .country-redirect-panel__close:after {
  -webkit-transform: translateX(1.3px) translateY(-50%) translateY(-0.875rem) rotate(45deg);
          transform: translateX(1.3px) translateY(-50%) translateY(-0.875rem) rotate(45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.country-redirect-panel .row .country-redirect-panel__close:before {
  -webkit-transform: translateX(1.3px) translateY(50%) translateY(0.75rem) rotate(-45deg);
          transform: translateX(1.3px) translateY(50%) translateY(0.75rem) rotate(-45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.country-redirect-panel .row .country-redirect-panel__close:hover:after,
.country-redirect-panel .row .country-redirect-panel__close:hover:before {
  background: rgba(153, 153, 153, 0.5333333333);
}

body.has-country-panel .country-redirect-panel {
  display: block;
}

@media screen and (min-width: 992px) {
  body.has-country-panel .O1-1-header.O1-header-js,
  body.has-country-panel .O1-1-header__bg.O1-header-js__bg,
  body.has-country-panel .O1-header.O1-header-js,
  body.has-country-panel .O1-header__bg.O1-header-js__bg {
    -webkit-transform: translateY(84px);
            transform: translateY(84px);
  }
}
@media screen and (max-width: 991px) {
  body.has-country-panel .O1-1-header.O1-header-js,
  body.has-country-panel .O1-1-header__bg.O1-header-js__bg,
  body.has-country-panel .O1-header.O1-header-js,
  body.has-country-panel .O1-header__bg.O1-header-js__bg {
    -webkit-transform: translateY(220px);
            transform: translateY(220px);
  }
}
body.has-country-panel .page-wrapper.no-transform {
  -webkit-transform: unset !important;
          transform: unset !important;
}

@media screen and (min-width: 992px) {
  body.has-country-panel .page-wrapper.no-transform {
    padding-top: 10.5rem !important;
  }
}
@media screen and (max-width: 991px) {
  body.has-country-panel .page-wrapper.no-transform {
    padding-top: 27.5rem !important;
  }
}
.O2-footer {
  background: #2b2b2b;
  color: #898989;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 1.33;
  position: relative;
}

@media screen and (min-width: 992px) {
  .O2-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    font-size: 1.5rem;
  }
}
.O2-footer a {
  color: #898989;
}

body.has-hover .O2-footer a:focus,
body.has-hover .O2-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.O2-footer p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  opacity: 1;
}

.site-lapinus .O2-footer .icon circle,
.site-lapinus .O2-footer .icon path,
.site-lapinus .O2-footer .icon polygon,
.site-lapinus .O2-footer .icon rect,
.site-lapinus .O2-footer .icon use,
.site-rockfon .O2-footer .icon circle,
.site-rockfon .O2-footer .icon path,
.site-rockfon .O2-footer .icon polygon,
.site-rockfon .O2-footer .icon rect,
.site-rockfon .O2-footer .icon use,
.site-rockpanel .O2-footer .icon circle,
.site-rockpanel .O2-footer .icon path,
.site-rockpanel .O2-footer .icon polygon,
.site-rockpanel .O2-footer .icon rect,
.site-rockpanel .O2-footer .icon use {
  fill: #fff;
}

@media screen and (max-width: 991px) {
  .O2-footer__contact {
    background: #383838;
  }
}
.O2-footer__col {
  float: left;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .O2-footer__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 5rem;
    padding-right: 3.125rem;
    padding-top: 5rem;
    width: 20%;
  }
  .O2-footer__col.has-large-padding {
    padding-bottom: 8.75rem;
    padding-top: 8.75rem;
  }
  .O2-footer__socials .O2-footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
  .O2-footer__col.is-wide {
    width: 60rem;
  }
}
@media screen and (min-width: 1200px) {
  .O2-footer__col.is-wide {
    width: 72rem;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__col.is-wide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .O2-footer__col.is-wide {
    margin-right: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__contact {
    padding-bottom: 5rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .O2-footer__contact__content {
    display: none;
    padding-bottom: 2rem;
  }
}
.O2-footer__contact__info p {
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .O2-footer__contact__info p {
    float: left;
    margin-bottom: 0;
    margin-right: 7rem;
  }
}
.O2-footer__contact__info .O2-footer__contact__info__item,
.O2-footer__contact__info__item {
  font-size: 11px;
  font-size: 1.375rem;
}

.O2-footer__contact .btn,
.O2-footer__contact .filter__btn {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .O2-footer__contact .btn,
  .O2-footer__contact .filter__btn {
    float: right;
  }
}
body.has-hover .O2-footer__contact .btn:hover,
body.has-hover .O2-footer__contact .filter__btn:hover {
  color: #fff;
  text-decoration: none;
}

.O2-footer__group {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-size: 1.75rem;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.71;
  margin: 0;
  min-width: 37.5rem;
  outline: 0;
  padding: 0 1.875rem;
  text-align: left;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}

.O2-footer__group:focus {
  outline: 0;
}

@media screen and (min-width: 992px) {
  .O2-footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2;
    min-height: 15.875rem;
    min-width: 0;
    padding: 0;
  }
}
body.has-hover .O2-footer__group:hover {
  background-color: #9f000f;
}

body.has-hover .O2-footer__group:hover:not(.has-accordion-open) svg {
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

.O2-footer__group__wrap {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .O2-footer__group__wrap {
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transform: translate(58.5rem);
            transform: translate(58.5rem);
    width: 23.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .O2-footer__group__wrap {
    -webkit-transform: translate(70rem);
            transform: translate(70rem);
    width: 28rem;
  }
}
.O2-footer__group__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 2rem 6rem 2rem 0;
  position: relative;
  width: 43rem;
}

.row > .O2-footer__group__inner {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O2-footer__group__inner {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .O2-footer__group__inner {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .O2-footer__group__inner {
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__group__inner {
    margin-left: 0;
    margin-right: 0;
    padding: 4rem 1.875rem;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .O2-footer__group__inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.O2-footer__group__label {
  display: block;
  font-weight: 400;
  line-height: 1.67;
}

@media screen and (max-width: 991px) {
  .O2-footer__group__label {
    display: none;
  }
  .O2-footer__group .icon {
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.O2-footer__group__list {
  background: #9f000f;
  background: var(--color-hover-color);
  display: none;
  min-width: 37.5rem;
  padding: 0 1.875rem;
}

@media screen and (min-width: 992px) {
  .O2-footer__group__list {
    left: 0;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.has-accordion-open .O2-footer__group__list {
  display: block;
}

.O2-footer__group__list ul {
  list-style: none;
}

.O2-footer__group__list__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 1.25rem 0;
  width: 43rem;
}

.row > .O2-footer__group__list__inner {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O2-footer__group__list__inner {
    max-width: none;
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__group__list__inner {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .O2-footer__group__list__inner {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
}
.O2-footer__group__list__item {
  list-style: none;
}

.O2-footer__group__list__item a {
  color: #fff;
  display: block;
  padding: 1.875rem 2rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .O2-footer__group__list__item a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__group__list__item a {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .O2-footer__group__list__item a {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
body.has-hover .O2-footer__group__list__item a:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
  color: #fff;
  text-decoration: none;
}

.O2-footer__legal {
  font-size: 10px;
  font-size: 1.25rem;
  line-height: 2.2;
  padding-bottom: 5rem;
}

.O2-footer__legal:after,
.O2-footer__legal:before {
  content: " ";
  display: table;
}

.O2-footer__legal:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .O2-footer__legal {
    line-height: 1.4;
  }
}
.O2-footer__legal:before {
  border-top: 1px solid #9b9b9b;
  content: "";
  display: block;
  margin: 0 0 5rem;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .O2-footer__legal:before {
    margin-bottom: 2.55rem;
  }
  .O2-footer__legal__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .O2-footer__legal__inner:after,
  .O2-footer__legal__inner:before {
    display: none;
  }
}
.O2-footer__legal__links {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 0 0 -1rem;
}

.O2-footer__legal__links:after,
.O2-footer__legal__links:before {
  content: " ";
  display: table;
}

.O2-footer__legal__links:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .O2-footer__legal__links {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__legal__links {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O2-footer__legal__links {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .O2-footer__legal__links {
    float: left;
    width: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__legal__links {
    width: 77rem;
  }
}
.O2-footer__legal__link {
  float: left;
  position: relative;
}

.O2-footer__legal__link:after {
  content: "|";
}

.O2-footer__legal__link:last-child:after {
  content: "";
}

.O2-footer__legal__link a {
  display: inline-block;
  padding: 0 1rem;
}

.O2-footer__legal .O2-footer__legal__copyright,
.O2-footer__legal__copyright {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .O2-footer__legal .O2-footer__legal__copyright,
  .O2-footer__legal__copyright {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__legal .O2-footer__legal__copyright,
  .O2-footer__legal__copyright {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O2-footer__legal .O2-footer__legal__copyright,
  .O2-footer__legal__copyright {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .O2-footer__legal .O2-footer__legal__copyright,
  .O2-footer__legal__copyright {
    float: right;
    margin: 0;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .O2-footer__legal .O2-footer__legal__copyright span,
  .O2-footer__legal__copyright span {
    display: block;
  }
}
.O2-footer__links {
  display: none;
}

@media screen and (min-width: 992px) {
  .O2-footer__links {
    display: block;
  }
}
p.O2-footer__links {
  color: #898989;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  p.O2-footer__links {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__links-container > .container,
  .js-modal .O2-footer__links-container > .modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.O2-footer__link {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .O2-footer__link {
    padding: 1.875rem 0;
  }
}
@media screen and (max-width: 767px) {
  .O2-footer__link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.O2-footer__link:first-child {
  margin-top: -3px;
}

.O2-footer__link a {
  display: inline-block;
  padding: 3px 0;
}

@media screen and (min-width: 992px) {
  .O2-footer__socials {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.O2-footer__socials__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .O2-footer__socials__inner {
    width: 90rem;
  }
}
@media screen and (min-width: 1200px) {
  .O2-footer__socials__inner {
    width: 108rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .O2-footer__socials__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .O2-footer__socials__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .O2-footer__socials__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 15.875rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.O2-footer__socials__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 991px) {
  .O2-footer__socials__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.O2-footer__socials__list .icon {
  padding: 2rem;
}

.O2-footer__socials .O2-footer__col {
  padding-bottom: 0;
  padding-top: 0;
}

.O2-footer .O2-footer__socials .O2-footer__title,
.O2-footer__socials .O2-footer__title {
  float: left;
  margin: 0;
  padding: 2rem 0;
}

@media screen and (max-width: 991px) {
  .O2-footer .O2-footer__socials .O2-footer__title,
  .O2-footer__socials .O2-footer__title {
    display: none;
  }
  .O2-footer__socials .btn-language {
    padding: 2rem 6rem 2rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .O2-footer__socials .btn-language {
    border-bottom: 1px solid rgba(155, 155, 155, 0.3019607843);
    padding-left: 2rem;
    position: relative;
  }
  .O2-footer__socials .btn-language .icon--small-arrow-right {
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.O2-footer .O2-footer__title,
.O2-footer__title {
  color: #fff;
  line-height: 1.72;
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .O2-footer .O2-footer__title,
  .O2-footer__title {
    margin-bottom: 3.125rem;
  }
}
.O2-footer .O2-footer__title > a,
.O2-footer .O2-footer__title > button,
.O2-footer .O2-footer__title > span,
.O2-footer__title > a,
.O2-footer__title > button,
.O2-footer__title > span {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #fff;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.O2-footer .O2-footer__title > a:focus,
.O2-footer .O2-footer__title > button:focus,
.O2-footer .O2-footer__title > span:focus,
.O2-footer__title > a:focus,
.O2-footer__title > button:focus,
.O2-footer__title > span:focus {
  outline: 0;
}

.O2-footer .O2-footer__title > a .icon,
.O2-footer .O2-footer__title > button .icon,
.O2-footer .O2-footer__title > span .icon,
.O2-footer__title > a .icon,
.O2-footer__title > button .icon,
.O2-footer__title > span .icon {
  display: none;
}

@media screen and (max-width: 991px) {
  .O2-footer .O2-footer__title > a,
  .O2-footer .O2-footer__title > button,
  .O2-footer .O2-footer__title > span,
  .O2-footer__title > a,
  .O2-footer__title > button,
  .O2-footer__title > span {
    border-top: 1px solid rgba(155, 155, 155, 0.3019607843);
    cursor: pointer;
    display: block;
    padding: 2rem 6rem 2rem 0;
    width: 100%;
  }
  .O2-footer .O2-footer__title > a .icon,
  .O2-footer .O2-footer__title > button .icon,
  .O2-footer .O2-footer__title > span .icon,
  .O2-footer__title > a .icon,
  .O2-footer__title > button .icon,
  .O2-footer__title > span .icon {
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .O2-footer__col:first-child .O2-footer .O2-footer__title > a,
  .O2-footer__col:first-child .O2-footer .O2-footer__title > button,
  .O2-footer__col:first-child .O2-footer .O2-footer__title > span,
  .O2-footer__col:first-child .O2-footer__title > a,
  .O2-footer__col:first-child .O2-footer__title > button,
  .O2-footer__col:first-child .O2-footer__title > span {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .O2-footer .O2-footer__title > a,
  .O2-footer .O2-footer__title > button,
  .O2-footer .O2-footer__title > span,
  .O2-footer__title > a,
  .O2-footer__title > button,
  .O2-footer__title > span {
    padding-left: 2rem;
  }
}
#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

.ph-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px 15px 15px;
  position: relative;
}

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

.ph-item:before {
  -webkit-animation: phAnimation 0.8s linear infinite;
          animation: phAnimation 0.8s linear infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3490196078)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.3490196078) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -250%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 500%;
  z-index: 1;
}

.ph-item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.ph-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -7.5px;
}

.ph-row div {
  background-color: var(--color-brand-color);
  height: 10px;
  margin-top: 7.5px;
}

.ph-row .big,
.ph-row.big div {
  height: 20px;
}

.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}

.ph-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
}

.ph-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.ph-col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.ph-col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

.ph-col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
}

.ph-col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

[class*=ph-col] {
  direction: ltr;
}

[class*=ph-col] > * + .ph-row {
  margin-top: 0;
}

[class*=ph-col] > * + * {
  margin-top: 7.5px;
}

.ph-avatar {
  background-color: var(--color-brand-color);
  border-radius: 50%;
  min-width: 60px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ph-avatar:before {
  content: " ";
  display: block;
  padding-top: 100%;
}

.ph-picture {
  background-color: var(--color-brand-color);
  height: 120px;
  width: 100%;
}

@-webkit-keyframes phAnimation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
}

@keyframes phAnimation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .base-block_hidden-on-mobile {
    display: none !important;
  }
}
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  .base-block_hidden-on-mobile {
    display: none !important;
  }
}
@media screen and (max-device-width: 640px) {
  .base-block_hidden-on-mobile {
    display: none !important;
  }
}
@media screen and (min-device-width: 481px) and (orientation: portrait) {
  .base-block_hidden-on-desktop {
    display: none !important;
  }
}
@media screen and (min-device-width: 641px) and (orientation: landscape) {
  .base-block_hidden-on-desktop {
    display: none !important;
  }
}
@media screen and (min-device-width: 641px) {
  .base-block_hidden-on-desktop {
    display: none !important;
  }
}
.cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  max-width: 650px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
}

.cookies--hidden {
  display: none;
}

.cookies__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding: 17px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .cookies__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cookies__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
}

.prop-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.prop-images__image {
  max-height: 300px;
}

#mktoStyleLoaded {
  background-color: rgb(18, 52, 86);
  display: none;
}

.mktoForm {
  text-align: left;
  font-size: 13px;
  color: #333333;
}

.mktoForm .mktoClear {
  clear: both;
  float: none;
}

.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.mktoForm input,
.mktoForm select,
.mktoForm textarea {
  margin: 0px;
}

.mktoForm * {
  font-family: inherit;
}

.mktoForm .mktoOffset {
  float: left;
  height: 1.2em;
}

.mktoForm .mktoGutter {
  float: left;
  height: 1.2em;
}

.mktoForm .mktoFieldWrap {
  float: left;
}

.mktoForm .mktoFieldWrap .mktoInstruction {
  display: none;
}

.mktoForm .mktoLabel {
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
}

.mktoForm .mktoField {
  line-height: 1.2em;
  font-size: 1em;
  float: left;
}

.mktoForm .mktoPlaceholder {
  float: left;
}

.mktoForm .mktoLogicalField {
  float: left;
}

.mktoForm fieldset {
  padding: 0px;
  margin: 0px;
}

.mktoForm fieldset legend {
  margin: 0px 1em 0.5em;
  color: inherit;
}

.mktoForm a.mktoNotYou {
  cursor: pointer;
  color: rgb(70, 146, 243);
}

.mktoForm a.mktoNotYou:hover {
  text-decoration: underline;
}

.mktoForm .mktoAsterix {
  float: right;
  color: rgb(191, 0, 0);
  padding-left: 5px;
  display: none;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: left;
}

.mktoForm .mktoRadioList > .mktoCheckLabel,
.mktoForm .mktoCheckboxList > .mktoCheckLabel,
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-left: 1.5em;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}

.mktoForm.ie7 .mktoRadioList > .mktoCheckLabel,
.mktoForm.ie7 .mktoCheckboxList > .mktoCheckLabel,
.mktoForm.ie7 .mktoRadioList > label,
.mktoForm.ie7 .mktoCheckboxList > label {
  padding: 0.2em 0px 0px;
}

.mktoForm .mktoRadioList > label > input,
.mktoForm .mktoCheckboxList > label > input {
  float: left;
  margin: 0px 0px 0px -1.5em;
}

.mktoForm .mktoRadioList > input,
.mktoForm .mktoCheckboxList > input {
  padding: 0px;
}

.mktoForm .mktoLabelToLeft > label {
  text-align: right;
  margin-left: 0px;
  margin-right: 1.5em;
}

.mktoForm .mktoLabelToLeft input[type=checkbox],
.mktoForm .mktoLabelToLeft input[type=radio] {
  position: absolute;
  right: 0.3em;
}

.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  float: left;
  padding-left: 0px;
  padding-right: 5px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: block;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date] {
  padding: 0.1em 0.2em;
  line-height: 1.2em;
  margin: 0px;
}

.mktoForm input[type=range] {
  padding: 0.25em 0px;
  margin: 0px;
}

.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mktoForm .mktoFormRow {
  clear: both;
}

.mktoForm .mktoFormCol {
  float: left;
  position: relative;
  min-height: 2em;
  margin-bottom: 5px;
}

.mktoButtonRow {
  display: inline-block;
  position: relative;
}

.mktoForm textarea.mktoField {
  display: inline-block;
  padding: 0.2em;
  margin: 0px;
  line-height: 1.2em;
  overflow: auto;
  resize: none;
  float: none;
}

.mktoForm textarea[rows="1"] {
  height: 2em;
}

.mktoForm textarea[rows="2"] {
  height: 3.4em;
}

.mktoForm textarea[rows="3"] {
  height: 4.6em;
}

.mktoForm textarea[rows="4"] {
  height: 5.8em;
}

.mktoForm textarea[rows="5"] {
  height: 7em;
}

.mktoForm textarea[rows="6"] {
  height: 8.2em;
}

.mktoForm textarea[rows="7"] {
  height: 9.4em;
}

.mktoForm textarea[rows="8"] {
  height: 10.6em;
}

.mktoForm.mktoLayoutCenter .mktoLabel {
  text-align: right;
}

.mktoForm.mktoLayoutAbove .mktoGutter {
  display: none;
}

.mktoForm.mktoLayoutAbove .mktoLabel {
  text-align: left;
}

.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  float: none;
  clear: left;
}

.mktoForm.mktoLayoutAbove .mktoField,
.mktoForm.mktoLayoutAbove .mktoLogicalField {
  clear: left;
}

.mktoForm.mktoLayoutAbove textarea.mktoField {
  float: left;
}

.mktoForm .mktoError {
  position: absolute;
  z-index: 99;
  color: rgb(191, 0, 0);
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 100;
}

.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
  top: -8px;
}

.mktoForm .mktoError .mktoErrorArrow {
  background-color: rgb(229, 27, 0);
  border-top: 1px solid rgb(159, 19, 0);
  border-left: 1px solid rgb(159, 19, 0);
  -o-border-image: initial;
     border-image: initial;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
  background: url("/local/templates/rockfon/dist/assets/styles/../images/callout-arrow-up-red.png") center top no-repeat transparent;
  bottom: -7px;
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
  display: none;
}

.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: rgb(229, 27, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(43%, rgb(229, 27, 0)), to(rgb(186, 22, 0)));
  background-image: linear-gradient(rgb(229, 27, 0) 43%, rgb(186, 22, 0) 100%);
  border: 1px solid rgb(159, 19, 0);
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 2px 7px, rgb(255, 60, 60) 0px 1px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.65) 0px 2px 7px, rgb(255, 60, 60) 0px 1px 0px inset;
  color: rgb(243, 243, 243);
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: rgb(144, 17, 0) 0px -1px 0px;
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: block;
}

.mktoForm button.mktoButton {
  cursor: pointer;
  margin: 0px;
}

.mktoForm button.mktoButton:disabled {
  opacity: 0.5;
  cursor: default;
}

.mktoNoJS .mktoLabel {
  display: block;
  padding-right: 10px;
  width: 110px;
  text-align: right;
}

.mktoNoJS input[type=text] {
  width: 150px;
}

.mktoForm .cf_widget_socialsignon .cf_sign_on {
  margin-bottom: 1.5em;
}

.mktoForm .mktoRangeField .mktoRangeValue {
  zoom: 1;
  float: left;
  display: none;
  text-align: center;
  position: absolute;
  z-index: 99;
  color: rgb(0, 0, 0);
}

.mktoForm.ie7 .mktoRangeField .mktoRangeValue,
.mktoForm.ie6 .mktoRangeField .mktoRangeValue {
  position: relative;
}

.mktoForm .mktoRangeField.mktoHover .mktoRangeValue {
  display: block;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  bottom: -7px;
  z-index: 100;
}

.mktoForm .mktoRangeField .mktoRangeValueArrow {
  border-right: 1px solid rgb(0, 86, 2);
  border-bottom: 1px solid rgb(0, 86, 2);
  -o-border-image: initial;
     border-image: initial;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 16px;
  background-color: rgb(0, 125, 4);
  border-left: none;
  border-top: none;
  margin-top: 5px;
  position: absolute;
  bottom: 5px;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage {
  background: url("/local/templates/rockfon/dist/assets/styles/../images/callout-arrow-down-green.png") center top no-repeat transparent;
  bottom: -7px;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage .mktoRangeValueArrow {
  display: none;
}

.mktoForm .mktoRangeField .mktoRangeValueText {
  display: block;
  background-color: rgb(2, 141, 5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(43%, rgb(2, 141, 5)), to(rgb(0, 125, 4)));
  background-image: linear-gradient(rgb(2, 141, 5) 43%, rgb(0, 125, 4) 100%);
  border: 1px solid rgb(0, 86, 2);
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 2px 7px, rgb(0, 165, 0) 0px 1px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.65) 0px 2px 7px, rgb(0, 165, 0) 0px 1px 0px inset;
  color: rgb(243, 243, 243);
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.4em 0.6em;
  text-shadow: rgb(0, 86, 2) 0px -1px 0px;
  text-align: center;
}

.mktoModal {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.mktoModal .mktoModalMask {
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
  right: 0px;
  zoom: 1;
  background: rgba(0, 0, 0, 0.5);
}

.mktoModal .mktoModalContent {
  position: absolute;
  z-index: 10001;
  background: rgb(255, 255, 255);
  padding: 10px;
}

.mktoModal .mktoModalClose {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: -10px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  width: 19px;
  height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
  border-radius: 19px;
  text-align: center;
  border: 2px solid rgb(204, 204, 204);
}

@media only screen and (max-width: 480px) {
  .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .mktoForm .mktoGutter,
  .mktoForm .mktoOffset {
    display: none;
  }
  .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoForm fieldset {
    padding: 0px 10px;
  }
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoForm select.mktoField {
    height: auto;
  }
  .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0px;
    padding-right: 5px;
  }
  .mktoModal .mktoModalContent {
    padding: 10px 0px;
  }
  .mktoModal .mktoModalClose {
    right: 0px;
  }
  .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .mktoMobileShow .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .mktoMobileShow .mktoForm .mktoGutter,
  .mktoMobileShow .mktoForm .mktoOffset {
    display: none;
  }
  .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoMobileShow .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoMobileShow .mktoForm fieldset {
    padding: 0px 10px;
  }
  .mktoMobileShow .mktoForm input[type=url],
  .mktoMobileShow .mktoForm input[type=text],
  .mktoMobileShow .mktoForm input[type=date],
  .mktoMobileShow .mktoForm input[type=tel],
  .mktoMobileShow .mktoForm input[type=email],
  .mktoMobileShow .mktoForm input[type=number],
  .mktoMobileShow .mktoForm textarea.mktoField,
  .mktoMobileShow .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoMobileShow .mktoForm select.mktoField {
    height: auto;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoMobileShow .mktoForm .mktoRadioList,
  .mktoMobileShow .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0px;
    padding-right: 5px;
  }
  .mktoMobileShow .mktoModal .mktoModalContent {
    padding: 10px 0px;
  }
  .mktoMobileShow .mktoModal .mktoModalClose {
    right: 0px;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}
.marketoForm form .mktoFormCol .mktoCheckboxList .mktoField,
.marketoForm form .mktoFormCol .mktoRadioList .mktoField {
  width: unset !important;
  margin-left: 1rem;
}

.form {
  position: relative;
}

.form__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.form__field {
  position: relative;
}

.form__actions {
  margin-top: 3rem;
}

.form__field img.calendar-icon {
  position: absolute;
  right: 0;
  bottom: 6px;
}

.form__field-label {
  opacity: 0.7;
  font-size: 1.7rem;
}

.form__field-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
  float: none;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 0 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100% !important;
}

.input-file-container {
  position: relative;
}

.input-file-trigger {
  width: 100% !important;
}

.input-file {
  display: none;
}

.file-value {
  display: none;
}

.file-value--show {
  display: block;
  margin-top: 1rem;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0;
  cursor: pointer;
}

.checkbox__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 2px;
  cursor: pointer;
}

.checkbox__control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px var(--primary-color-transparent);
          box-shadow: 0 0 0 2px var(--primary-color-transparent);
}

.checkbox__control::after {
  content: "";
  width: 14px;
  height: 14px;
  background-size: cover;
}

.checkbox__control:checked {
  background-color: var(--color-brand-color);
  border-color: var(--color-brand-color);
}

.checkbox__control:checked::after {
  background-image: url(/local/templates/rockfon/dist/assets/styles/../images/svg/check-mark.svg);
}

.checkbox__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  margin: 0 0 0 1rem;
}

.article-quote__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 6px solid var(--color-brand-color);
  padding: 40px 0 40px 85px;
  margin: 6rem 0;
}
@media screen and (max-width: 767.98px) {
  .article-quote {
    padding: 15px 0 15px 20px;
    border-left-width: 3px;
  }
}
.article-quote__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.article-quote__text--small {
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 767.98px) {
  .article-quote__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.article-quote__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--color-brand-color);
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .article-quote__icon {
    height: 50px;
    width: 50px;
  }
}

.article-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: min(740px, 100%);
  margin: 6rem auto;
}
.article-accordion__item {
  background-color: hsl(0, 0%, 96%);
}
.article-accordion__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 17px 20px;
  cursor: pointer;
}
.article-accordion__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 500;
}
.article-accordion__icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shown .article-accordion__icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.article-accordion__content-inner {
  padding: 15px 20px;
}

.article-image-slider__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.article-image-slider__outer {
  position: relative;
  padding-right: 190px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .article-image-slider__outer {
    padding: 0;
  }
}
.article-image-slider__outer .slider__controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .article-image-slider__outer .slider__controls {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.article-image-slider__square {
  position: absolute;
  bottom: 0;
  right: 120px;
}
@media screen and (max-width: 767.98px) {
  .article-image-slider__square {
    display: none;
  }
}
.article-image-slider__item__image {
  position: relative;
}
.article-image-slider__item__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.article-image-slider img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-preview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 50px;
}
.article-preview__content {
  position: relative;
  max-width: 645px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.98px) {
  .article-preview__content {
    margin-left: 20px;
  }
}
.article-preview__square {
  position: absolute;
  left: -55px;
  top: -50px;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .article-preview__square {
    left: -15px;
    top: -10px;
    width: 50px;
    height: 50px;
  }
}
.article-preview__text {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .article-preview__text {
    font-size: 21px;
  }
}
.article-preview__text--small {
  font-size: 21px;
}
@media screen and (max-width: 767.98px) {
  .article-preview__text--small {
    font-size: 17px;
  }
}
.article-preview__authors {
  border-top: 1px solid #000;
  margin-top: 40px;
  margin-left: 85px;
  padding-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .article-preview__authors {
    margin-left: 40px;
  }
}
.article-preview__authors-label {
  font-size: 12px;
}
.article-preview__authors-list {
  list-style-type: none;
  margin: 8px 0 0 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 12px;
}

.O1-1-header__bottom__group__list,
.O1-1-header__nav__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

@keyframes icon-arrow-down-down {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(90deg);
            transform: translate3d(0, 150%, 0) rotate(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(90deg);
            transform: translate3d(0, -150%, 0) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
}
@keyframes icon-arrow-down-up {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(90deg);
            transform: translate3d(0, -150%, 0) rotate(90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(90deg);
            transform: translate3d(0, 150%, 0) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
}
@keyframes icon-arrow-up-down {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(-90deg);
            transform: translate3d(0, 150%, 0) rotate(-90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(-90deg);
            transform: translate3d(0, -150%, 0) rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
}
@keyframes icon-arrow-up-up {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0) rotate(-90deg);
            transform: translate3d(0, -150%, 0) rotate(-90deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0) rotate(-90deg);
            transform: translate3d(0, 150%, 0) rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(-90deg);
            transform: translateZ(0) rotate(-90deg);
  }
}
.breadcrumbs {
  display: none;
}

@media screen and (min-width: 1200px) {
  .breadcrumbs {
    color: #000;
    display: block;
    font-family: Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-size: 1.625rem;
    font-weight: 500;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
  .breadcrumbs .r-link {
    font-weight: 0;
    font-weight: 300;
    margin-right: 0.625rem;
    opacity: 0.65;
  }
  .breadcrumbs a {
    color: #000;
    outline: none;
    text-decoration: none;
  }
  .breadcrumbs a:active,
  .breadcrumbs a:focus {
    outline: none;
  }
  body.has-hover .breadcrumbs a:hover {
    color: #000;
  }
  .breadcrumbs .breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    text-decoration: none;
  }
  .breadcrumbs .breadcrumb__group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .breadcrumbs ol {
    margin-bottom: 0;
  }
  .breadcrumbs .breadcrumb__divider {
    margin-right: 1.25rem;
  }
  .breadcrumbs .breadcrumb__divider.faded path {
    fill: #000;
    opacity: 0.3;
  }
  .breadcrumbs .breadcrumb__divider svg {
    height: 1.75rem !important;
    width: 2rem !important;
  }
  .breadcrumbs .icon {
    opacity: 1 !important;
  }
  .breadcrumbs .icon svg {
    height: 1.5rem;
    width: 1.75rem;
  }
}
@media screen and (max-width: 1199px) {
  html.O1-1-header--open {
    overflow: hidden !important;
  }
}
@media screen and (max-height: 550px) {
  html.O1-1-header--open {
    overflow: hidden !important;
  }
}
.O1-1-header {
  color: #fff;
  font-family: Avenir;
  font-size: 15px;
  font-size: 1.875rem;
  font-weight: 300;
  height: 8rem;
  letter-spacing: 0;
  line-height: 1.75;
  position: fixed;
  top: 0;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  z-index: 500;
}

.O1-1-header .navigation-container {
  height: 100%;
}

.O1-1-header:not(.no-transparency).stick-to-top {
  position: absolute;
}

.O1-1-header.not-in-top {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.O1-1-header__menu-overlay {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 1200px) {
  .O1-1-header--open .O1-1-header__menu-overlay {
    display: block;
  }
}
.O1-1-header .container {
  min-width: 36rem;
}

.O1-1-header__top_nav {
  margin: auto;
  text-align: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s linear 0.3s;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s linear 0.3s;
}

@media screen and (max-width: 1199px) {
  .O1-1-header__top_nav {
    display: none;
  }
}
.not-in-top.search-shown .O1-1-header__top_nav,
:not(.is-home-page).search-shown .O1-1-header__top_nav {
  opacity: 0;
  visibility: hidden;
}

.is-home-page:not(.not-in-top).search-shown .O1-1-header__top_nav {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  .is-home-page:not(.not-in-top).search-shown .O1-1-header__top_nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .O1-1-header__top_nav {
    width: 50rem;
  }
}
@media screen and (min-width: 992px) {
  .O1-1-header__top_nav {
    width: 81.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .O1-1-header__top_nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    width: 100%;
  }
}
.O1-1-header__top_nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: auto;
  padding: 0;
}

.O1-1-header__top_nav__item li {
  display: inline-block;
}

.O1-1-header__top_nav__item li:not(:last-of-type) {
  margin-right: 5%;
}

.O1-1-header__top_nav__item li a {
  color: #fff;
  padding: 20px 10px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}

.O1-1-header__top_nav__item li a.is-open {
  opacity: 0.5 !important;
}

.O1-1-header__top_nav__item li a:hover {
  color: #fff !important;
  opacity: 0.8;
  text-decoration: none !important;
}

.O1-1-header__top_nav__item.has-narrow-items li:not(:last-of-type) {
  margin-right: 0;
}

.O1-1-header__top_nav__item.has-narrow-items li a {
  letter-spacing: -0.5px;
}

.O1-1-header__tools {
  height: 8rem;
  margin-left: auto;
  position: relative;
  white-space: nowrap;
}

.O1-1-header__tools.has-min-width {
  min-width: 18rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .O1-1-header__tools {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.O1-1-header__tools .btn-language {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  font-stretch: 100%;
  font-weight: 400;
  height: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  text-align: center;
  width: 8rem;
}

.O1-1-header__tools .btn-language .icon {
  margin-right: 0.625rem;
  margin-top: 0.25rem;
}

@media screen and (max-width: 1199px) {
  .O1-1-header__tools .btn-language {
    display: none !important;
  }
}
.O1-1-header__tools__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

.O1-1-header__tools__item {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  float: left;
  height: 8rem;
  line-height: 8rem;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 5rem;
}

.O1-1-header__tools__item:focus {
  outline: 0;
}

.O1-1-header__tools__item > * {
  line-height: 1.75;
}

.O1-1-header__tools__item .icon {
  margin: 0;
}

.O1-1-header__tools__item.is-search {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.O1-1-header__tools__item.is-search.is-hidden {
  cursor: default;
  opacity: 0;
}

.O1-1-header.is-home-page .O1-1-header__tools__item.is-search,
.O1-1-header.is-search .O1-1-header__tools__item.is-search {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .O1-1-header.is-home-page.not-in-top .O1-1-header__tools__item.is-search {
    display: block !important;
  }
}
.is-home-page .O1-1-header__tools__item__search {
  display: inline-block;
}

.O1-1-header__tools__item__search.sticky,
.not-in-top .O1-1-header__tools__item__search,
header:not(.is-home-page) .O1-1-header__tools__item__search.not-sticky {
  display: none;
}

.not-in-top .O1-1-header__tools__item__search.sticky,
header:not(.is-home-page) .O1-1-header__tools__item__search.sticky {
  display: inline-block;
}

.O1-1-header__tools__item__search:not(.sticky).is-active,
.search-shown .O1-1-header__tools__item__search.sticky {
  opacity: 0.5;
}

.O1-1-header__tools__item__search .search-text {
  display: none;
}

.O1-1-header__tools__item__search.has-text {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0;
  width: auto;
}

.O1-1-header__tools__item__search.has-text .search-text {
  display: inline;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .O1-1-header__tools__item__search.has-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.O1-1-header__tools__item--login {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .O1-1-header__tools__item--login {
    display: none;
  }
}
.O1-1-header__tools__item--login .login-links-menu {
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.0901960784);
  color: #000;
  cursor: default;
  display: none;
  opacity: 0;
  position: absolute;
  right: -7.25rem;
  text-align: left;
  top: 90%;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  visibility: hidden;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__tools__item--login .login-links-menu {
    display: block;
    width: 32rem;
  }
}
.O1-1-header__tools__item--login .login-links-menu:after {
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  bottom: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 9.8rem;
  -webkit-transform: translate(50%);
          transform: translate(50%);
}

.O1-1-header__tools__item--login .login-links-menu__title {
  font-size: 16px;
  font-size: 2rem;
  margin: 0;
  padding: 2rem 2rem 1rem;
}

.O1-1-header__tools__item--login .login-links-menu__sign-in-btn {
  padding: 3rem 0;
  width: 100%;
}

.O1-1-header__tools__item--login .login-links-menu__sign-in-btn .btn {
  display: block;
  margin: 0 auto;
  width: 50%;
}

.O1-1-header__tools__item--login .login-links-menu .icon.is-profile-icon {
  margin: 1rem 1rem 0 0;
  opacity: 0.1;
  width: 33.33%;
}

.O1-1-header__tools__item--login .login-links-menu .icon.is-profile-icon svg {
  height: 100%;
  width: 100%;
}

.O1-1-header__tools__item--login .login-links-menu__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}

.O1-1-header__tools__item--login .login-links-menu__profile__text {
  padding-top: 0.5rem;
}

.O1-1-header__tools__item--login .login-links-menu__profile__text a,
.O1-1-header__tools__item--login .login-links-menu__profile__text span {
  color: #000;
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
}

.O1-1-header__tools__item--login .login-links-menu__profile__text a {
  color: #d20014;
  color: var(--color-brand-color);
}

.O1-1-header__tools__item--login .login-links-menu__text {
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 3rem;
  padding: 0 2rem;
}

.O1-1-header__tools__item--login .login-links-menu__item {
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0 1.75rem;
  padding: 1.75rem 0;
}

body.has-hover .O1-1-header__tools__item--login .login-links-menu__item:hover {
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
}

.O1-1-header__tools__item--login .login-links-menu__item.sign-out {
  color: #d20014;
  color: var(--color-brand-color);
  text-align: center;
}

.O1-1-header__tools__item--login .login-links-menu.is-visible {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: visible;
}

.O1-1-header__tools__item--lang {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.O1-1-header__tools__item--lang .login-links-menu {
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.0901960784);
  color: #000;
  cursor: default;
  display: none;
  opacity: 0;
  position: absolute;
  right: -5rem;
  text-align: left;
  top: 90%;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  visibility: hidden;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__tools__item--lang .login-links-menu {
    display: block;
    width: 32rem;
  }
}
.O1-1-header__tools__item--lang .login-links-menu:after {
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  bottom: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 9.8rem;
  -webkit-transform: translate(50%);
          transform: translate(50%);
}

.O1-1-header__tools__item--lang .login-links-menu__title {
  font-size: 16px;
  font-size: 2rem;
  margin: 0;
  padding: 2rem 2rem 1rem;
}

.O1-1-header__tools__item--lang .login-links-menu__sign-in-btn {
  padding: 3rem 0;
  width: 100%;
}

.O1-1-header__tools__item--lang .login-links-menu__sign-in-btn .btn {
  display: block;
  margin: 0 auto;
  width: 50%;
}

.O1-1-header__tools__item--lang .login-links-menu .icon.is-profile-icon {
  margin: 1rem 1rem 0 0;
  opacity: 0.1;
  width: 33.33%;
}

.O1-1-header__tools__item--lang .login-links-menu .icon.is-profile-icon svg {
  height: 100%;
  width: 100%;
}

.O1-1-header__tools__item--lang .login-links-menu__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}

.O1-1-header__tools__item--lang .login-links-menu__profile__text {
  padding-top: 0.5rem;
}

.O1-1-header__tools__item--lang .login-links-menu__profile__text a,
.O1-1-header__tools__item--lang .login-links-menu__profile__text span {
  color: #000;
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
}

.O1-1-header__tools__item--lang .login-links-menu__profile__text a {
  color: #d20014;
  color: var(--color-brand-color);
}

.O1-1-header__tools__item--lang .login-links-menu__text {
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 3rem;
  padding: 0 2rem;
}

.O1-1-header__tools__item--lang .login-links-menu__item {
  word-wrap: break-word;
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
  color: #000;
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0 1.75rem;
  padding: 1.75rem 0;
  white-space: pre-wrap;
}

body.has-hover .O1-1-header__tools__item--lang .login-links-menu__item:hover {
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
}

.O1-1-header__tools__item--lang .login-links-menu__item.sign-out {
  color: #d20014;
  color: var(--color-brand-color);
  text-align: center;
}

.O1-1-header__tools__item--lang .login-links-menu.is-visible {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: visible;
}

.O1-1-header .O1-1-header__menu-btn {
  position: relative;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (min-width: 1200px) {
  .O1-1-header .O1-1-header__menu-btn {
    display: none;
  }
}
.O1-1-header .O1-1-header__menu-btn span,
.O1-1-header .O1-1-header__menu-btn:after,
.O1-1-header .O1-1-header__menu-btn:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0.375rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 2rem;
}

.O1-1-header .O1-1-header__menu-btn:after {
  -webkit-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  -webkit-transform: translate3d(0, -0.625rem, 0);
          transform: translate3d(0, -0.625rem, 0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.O1-1-header .O1-1-header__menu-btn:before {
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  -webkit-transform: translate3d(0, 0.625rem, 0);
          transform: translate3d(0, 0.625rem, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.O1-1-header .O1-1-header__menu-btn.is-open:after {
  -webkit-transform: translate3d(1.3px, -0.9375rem, 0) rotate(45deg);
          transform: translate3d(1.3px, -0.9375rem, 0) rotate(45deg);
  -webkit-transform: translate3d(1.3px, calc(-50% - 0.8125rem), 0) rotate(45deg);
          transform: translate3d(1.3px, calc(-50% - 0.8125rem), 0) rotate(45deg);
  width: 2.575rem;
}

.O1-1-header .O1-1-header__menu-btn.is-open:before {
  -webkit-transform: translate3d(1.3px, 0.9375rem, 0) rotate(-45deg);
          transform: translate3d(1.3px, 0.9375rem, 0) rotate(-45deg);
  -webkit-transform: translate3d(1.3px, calc(50% + 0.8125rem), 0) rotate(-45deg);
          transform: translate3d(1.3px, calc(50% + 0.8125rem), 0) rotate(-45deg);
  width: 2.575rem;
}

.O1-1-header .O1-1-header__menu-btn.is-open span {
  opacity: 0;
}

.O1-1-header__bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  position: relative;
  z-index: 150;
}

.O1-1-header__bg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: 8rem;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-image 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), mix-blend-mode 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-image 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), mix-blend-mode 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: 500;
}

.O1-1-header__bg:not(.no-transparency) {
  z-index: 498;
}

.O1-1-header__bg:not(.no-transparency).stick-to-top {
  position: absolute;
}

.O1-1-header__bg.not-in-top {
  -webkit-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-image 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), mix-blend-mode 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-image 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), mix-blend-mode 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-image 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), mix-blend-mode 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-image 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), mix-blend-mode 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.O1-1-header__bg.is-bottom {
  background: #d20014;
  background: var(--color-brand-color);
  mix-blend-mode: multiply;
}

html.no-mix-blend-mode .O1-1-header__bg.is-bottom {
  background-color: #b50e00;
  background-color: var(--color-brand-multiply);
  opacity: 0.8;
}

.O1-1-header__bg.is-top {
  background: var(--color-brand-color);
  opacity: 0.65;
}

@media screen and (max-width: 767px) {
  .O1-1-header__bg.is-home-page:not(.stick-to-top).search-shown,
  .O1-1-header__bg:not(.is-home-page).search-shown {
    height: 16rem;
  }
}
.O1-1-header--open .O1-1-header__bg,
.O1-1-header--open .O1-1-header__bg.is-home-page {
  background: #2b2b2b;
  opacity: 1;
}

.O1-1-header__logo {
  display: block;
  float: left;
  height: 8rem;
  margin-right: auto;
  min-width: 14rem;
  padding-right: 1.5rem;
  width: 14rem;
}

.O1-1-header__logo a {
  display: block;
  height: 8rem;
  margin: auto 0;
  position: relative;
}

.O1-1-header__logo svg {
  display: block;
  height: 8rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.O1-1-header__logo circle,
.O1-1-header__logo path,
.O1-1-header__logo rect {
  fill: #fff;
}

.O1-1-header__logo polygon {
  fill: #d20014;
  fill: var(--color-brand-color);
}

@media screen and (max-width: 767px) {
  .O1-1-header__logo {
    width: 12rem;
  }
}
.O1-header.is-home-page:not(.not-in-top) .O1-1-header .basket-icon .ordet-bucket-icon-amount {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.O1-1-header__search {
  display: none;
}

.search-shown .O1-1-header__search {
  display: block;
}

.O1-1-header:not(.has-search-open) .search-form__list {
  display: none;
}

.O1-1-header .search-form {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  .O1-1-header .search-form {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .O1-1-header .search-form {
    overflow: hidden;
  }
  .O1-1-header .search-form.is-open {
    display: block;
  }
  .O1-1-header .search-form.is-shown {
    opacity: 1;
  }
}
.O1-1-header .search-form__form {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-size: 2rem;
  height: 4.5rem;
}

@media screen and (min-width: 768px) {
  .O1-1-header .search-form__form {
    width: 44rem;
  }
}
@media screen and (min-width: 992px) {
  .O1-1-header .search-form__form {
    width: 37rem;
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O1-1-header .search-form__form {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .O1-1-header .search-form__form {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 1.75rem;
    z-index: 151;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .O1-1-header .search-form__form {
    -webkit-transform: translate(2.4rem);
            transform: translate(2.4rem);
  }
}
.O1-1-header .search-form__reset {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .O1-1-header .search-form__suggestions {
    width: 44rem;
  }
}
@media screen and (min-width: 992px) {
  .O1-1-header .search-form__suggestions {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O1-1-header .search-form__suggestions {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .O1-1-header .search-form__suggestions {
    -webkit-transform: translate(2.4rem);
            transform: translate(2.4rem);
  }
}
@media screen and (max-width: 991px) {
  .O1-1-header .search-form__suggestions .icon {
    margin-left: 0;
  }
}
.O1-1-header.is-home-page .search-form {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s linear 0.3s;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s linear 0.3s;
  visibility: hidden;
}

.O1-1-header.is-home-page.not-in-top .search-form,
.O1-1-header.is-search.not-in-top .search-form {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: visible;
}

.O1-1-header__teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 48rem;
}

@media screen and (max-width: 1199px) {
  .O1-1-header__teasers {
    display: none;
  }
}
.O1-1-header__teasers .slider__controls {
  bottom: 7rem;
  float: right;
  position: absolute;
  right: 3.75rem;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__teasers .slider__controls {
    bottom: 3.25rem;
  }
}
.site-lapinus .O1-1-header__teasers .slider__controls .icon circle,
.site-lapinus .O1-1-header__teasers .slider__controls .icon path,
.site-lapinus .O1-1-header__teasers .slider__controls .icon polygon,
.site-lapinus .O1-1-header__teasers .slider__controls .icon rect,
.site-lapinus .O1-1-header__teasers .slider__controls .icon svg,
.site-lapinus .O1-1-header__teasers .slider__controls .icon use,
.site-rockpanel .O1-1-header__teasers .slider__controls .icon circle,
.site-rockpanel .O1-1-header__teasers .slider__controls .icon path,
.site-rockpanel .O1-1-header__teasers .slider__controls .icon polygon,
.site-rockpanel .O1-1-header__teasers .slider__controls .icon rect,
.site-rockpanel .O1-1-header__teasers .slider__controls .icon svg,
.site-rockpanel .O1-1-header__teasers .slider__controls .icon use {
  fill: #fff;
}

.O1-1-header__teaser {
  overflow: hidden;
  position: relative;
}

.O1-1-header__teaser:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(#2b2b2b));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #2b2b2b);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.O1-1-header__teaser__img {
  height: 100%;
  width: 100%;
}

.O1-1-header__teaser__img img {
  display: block;
  font-family: "object-fit: cover;";
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.O1-1-header__teaser__content {
  bottom: 7rem;
  float: right;
  left: 3.75rem;
  padding-right: 5rem;
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .O1-1-header__teaser__content {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O1-1-header__teaser__content {
    width: 32rem;
  }
}
.slider--initialized .O1-1-header__teaser__content {
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__teaser__content {
    bottom: 3.25rem;
  }
}
.O1-1-header__teaser.is-active .O1-1-header__teaser__content {
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.no-transition .O1-1-header__teaser__content {
  -webkit-transition: none !important;
  transition: none !important;
}

.O1-1-header__teaser__content .btn {
  padding: 12px 25px;
}

.O1-1-header__teaser__headline {
  font-size: 3.25rem;
  font-weight: 400;
  padding-bottom: 20px;
}

.O1-1-header__menu {
  background: #2b2b2b;
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  min-height: 69.625rem;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: -150vh;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 1199px) {
  .O1-1-header__menu {
    min-height: calc(100vh - 8rem);
  }
}
.O1-1-header__menu .container {
  max-width: 43rem;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .O1-1-header__menu .container {
    max-width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O1-1-header__menu .container {
    max-width: 117rem;
  }
}
@media screen and (min-width: 1200px) {
  .O1-1-header__menu .container {
    max-width: 145rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .O1-1-header__menu {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.O1-1-header__menu.with-max-height {
  max-height: 69.625rem;
}

.is-open .O1-1-header__menu {
  opacity: 1;
  top: 7.875rem;
  visibility: visible;
}

.O1-1-header__menu__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 24px;
  }
}
.O1-1-header__menu__inner:before {
  background: #fff;
  content: " ";
  height: 1px;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__menu__inner:before {
    width: calc(100% - 5rem);
  }
  .O1-1-header__menu__inner > .container {
    max-width: none;
    overflow: unset !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.O1-1-header__menu .O1-1-header__close-menu-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 20px;
  z-index: 1;
}

.O1-1-header__menu .O1-1-header__close-menu-btn span,
.O1-1-header__menu .O1-1-header__close-menu-btn:after,
.O1-1-header__menu .O1-1-header__close-menu-btn:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 2.5rem;
}

.O1-1-header__menu .O1-1-header__close-menu-btn:after {
  -webkit-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  -webkit-transform: translate3d(0, -0.625rem, 0);
          transform: translate3d(0, -0.625rem, 0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.O1-1-header__menu .O1-1-header__close-menu-btn:before {
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  -webkit-transform: translate3d(0, 0.625rem, 0);
          transform: translate3d(0, 0.625rem, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__menu .O1-1-header__close-menu-btn.is-open {
    display: block;
  }
}
.O1-1-header__menu .O1-1-header__close-menu-btn.is-open:after {
  -webkit-transform: translateX(1.3px) translateY(-50%) translateY(-0.875rem) rotate(45deg);
          transform: translateX(1.3px) translateY(-50%) translateY(-0.875rem) rotate(45deg);
}

.O1-1-header__menu .O1-1-header__close-menu-btn.is-open:before {
  -webkit-transform: translateX(1.3px) translateY(50%) translateY(0.75rem) rotate(-45deg);
          transform: translateX(1.3px) translateY(50%) translateY(0.75rem) rotate(-45deg);
}

.O1-1-header__menu .O1-1-header__close-menu-btn.is-open span {
  opacity: 0;
}

.O1-1-header .basket-icon {
  overflow: visible;
}

.O1-1-header .basket-icon .ordet-bucket-icon-wrap {
  display: inline-block;
  line-height: 1;
  position: relative;
}

.O1-1-header .basket-icon .ordet-bucket-icon-amount {
  background: #fff;
  border-radius: 1.75rem;
  bottom: 100%;
  -webkit-box-shadow: 0 0 0 1px #d20014;
          box-shadow: 0 0 0 1px #d20014;
  -webkit-box-shadow: 0 0 0 1px var(--color-brand-color);
          box-shadow: 0 0 0 1px var(--color-brand-color);
  color: #d20014;
  color: var(--color-brand-color);
  font-size: 1.125rem;
  font-weight: 600;
  height: 1.75rem;
  left: 100%;
  line-height: 1.75rem;
  min-width: 1.75rem;
  opacity: 1;
  padding: 0 0.5rem 0 0.625rem;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-6px, 40%);
          transform: translate(-6px, 40%);
  -webkit-transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.O1-1-header .basket-icon .ordet-bucket-icon-amount.is-hidden {
  opacity: 0;
}

.O1-1-header.is-home-page:not(.not-in-top) .O1-1-header .basket-icon .ordet-bucket-icon-amount {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.O1-1-header__bottom {
  background: #f5f5f5;
  color: #000;
  font-weight: 500;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__bottom {
    background: #2b2b2b;
    color: #fff;
    font-size: 13px;
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 1.14;
    padding-top: 0;
  }
}
.O1-1-header__bottom button {
  border-top: 1px solid rgba(155, 155, 155, 0.3098039216);
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 1.875rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__bottom button {
    border-top: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.O1-1-header__bottom button:first-child {
  border-top: 0;
}

.O1-1-header__bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__bottom__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.O1-1-header__bottom__accordion {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-weight: 500;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
}

.O1-1-header__bottom__accordion:focus {
  outline: 0;
}

.O1-1-header__bottom__group {
  display: none;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__bottom__group {
    display: block;
    margin-left: auto;
  }
}
.O1-1-header__bottom__group__list {
  padding: 0 1.875rem 2rem;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__bottom__group__list {
    margin-left: -2rem;
    padding: 0;
  }
  .O1-1-header__bottom__group__list li {
    float: left;
  }
  .O1-1-header__bottom__group__list a,
  .O1-1-header__bottom__group__list span {
    display: inline-block;
    padding: 1rem;
  }
}
.O1-1-header__bottom__group__list a {
  color: #000;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__bottom__group__list a {
    color: #fff;
  }
}
.O1-1-header__bottom__group__list span {
  opacity: 0.65;
}

.O1-1-header__bottom__group__list .is-shown-desktop {
  font-weight: 300;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__bottom .btn-login {
    display: none;
  }
}
.O1-1-header__bottom .btn-language,
.O1-1-header__bottom .btn-login {
  font-size: 16px;
  font-size: 2rem;
}

@media screen and (max-width: 1199px) {
  .O1-1-header__bottom .btn-language .icon--small-arrow-down,
  .O1-1-header__bottom .btn-language .icon--small-arrow-left,
  .O1-1-header__bottom .btn-language .icon--small-arrow-right,
  .O1-1-header__bottom .btn-language .icon--small-arrow-up,
  .O1-1-header__bottom .btn-login .icon--small-arrow-down,
  .O1-1-header__bottom .btn-login .icon--small-arrow-left,
  .O1-1-header__bottom .btn-login .icon--small-arrow-right,
  .O1-1-header__bottom .btn-login .icon--small-arrow-up {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .O1-1-header__bottom .btn-language,
  .O1-1-header__bottom .btn-login {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .O1-1-header__nav[data-show-sub="1"] {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .O1-1-header__nav[data-show-sub="2"] {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
  .O1-1-header__nav[data-show-sub="3"] {
    -webkit-transform: translate3d(-300%, 0, 0);
            transform: translate3d(-300%, 0, 0);
  }
  .O1-1-header__nav[data-show-sub="4"] {
    -webkit-transform: translate3d(-400%, 0, 0);
            transform: translate3d(-400%, 0, 0);
  }
}
@media screen and (min-width: 1200px) {
  .O1-1-header__nav {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 8rem;
    width: calc(100% + 2.5rem);
  }
  .O1-1-header__nav:after,
  .O1-1-header__nav:before {
    content: " ";
    display: table;
  }
  .O1-1-header__nav:after {
    clear: both;
  }
  .O1-1-header__nav::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
  }
  .O1-1-header__nav::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
    width: 5px;
  }
  .O1-1-header__nav::-webkit-scrollbar-thumb {
    background: var(--color-brand-color);
    border-radius: 10px;
  }
}
.O1-1-header__nav__list {
  padding-bottom: 5rem;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__nav__list {
    float: left;
    padding-bottom: 0;
    width: auto;
  }
  .O1-1-header__nav__list.is-hidden {
    max-width: 18.125rem;
    width: auto;
  }
}
.O1-1-header__nav__list.is-open:not(.is-hidden) .O1-1-header__nav__item a {
  white-space: normal;
}

.O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item,
.O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item {
  border-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item > a,
.O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item > a {
  display: none;
}

@media screen and (min-width: 1200px) {
  .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item,
  .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item {
    margin-right: 5rem;
  }
  .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item > a,
  .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item > a {
    display: block;
    opacity: 0.4;
  }
  .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item > a:after,
  .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item > a:after,
  body.has-hover .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item > a:hover,
  body.has-hover .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item > a:hover {
    opacity: 1;
  }
  .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item.is-title,
  .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item.is-title {
    margin-right: 0;
  }
  .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item.is-title > a,
  .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item.is-title > a {
    opacity: 1;
  }
  .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item.is-title > a:after,
  .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item.is-title > a:after {
    display: none;
  }
}
.O1-1-header__nav__sub {
  height: 0;
  left: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: none;
  transition: none;
  visibility: hidden;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .O1-1-header__nav__sub {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .O1-1-header__nav__sub {
    margin-bottom: 18rem;
    -webkit-transform: translate(-24px);
            transform: translate(-24px);
    width: auto;
  }
}
@media screen and (min-width: 1200px) and (max-height: 880px) {
  .O1-1-header__nav__sub {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) and (max-height: 750px) {
  .O1-1-header__nav__sub {
    margin-bottom: 5rem;
  }
}
.O1-1-header.is-open .O1-1-header__nav__sub.is-open,
.O1-1-header.no-clicks.is-open .O1-1-header__nav__sub.is-open-path {
  height: 100%;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
  visibility: visible;
}

@media screen and (min-width: 1200px) {
  .O1-1-header.is-open .O1-1-header__nav__sub.is-open,
  .O1-1-header.no-clicks.is-open .O1-1-header__nav__sub.is-open-path {
    -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0s, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0s, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0s;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0s, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
@media screen and (max-width: 1199px) {
  .O1-1-header.is-open .O1-1-header__nav__sub.is-open,
  .O1-1-header.no-clicks.is-open .O1-1-header__nav__sub.is-open-path {
    display: block;
  }
}
.O1-1-header.is-open .O1-1-header__nav__sub.is-open:not(.is-hidden) .is-title a,
.O1-1-header.no-clicks.is-open .O1-1-header__nav__sub.is-open-path:not(.is-hidden) .is-title a {
  pointer-events: none;
}

.O1-1-header__nav__sub__back {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  border-right: 1px solid rgba(151, 151, 151, 0.3019607843);
  bottom: 0;
  float: left;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 7.25rem;
}

.O1-1-header__nav__sub__back:focus {
  outline: 0;
}

.O1-1-header__nav__sub__back .icon {
  margin: 0;
}

.O1-1-header__nav__item .O1-1-header__nav__sub__back + a,
.O1-1-header__nav__sub__back + a {
  overflow: hidden;
  padding-left: 2rem;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__nav__sub__back {
    display: none;
  }
  .O1-1-header__nav__item .O1-1-header__nav__sub__back + a,
  .O1-1-header__nav__sub__back + a {
    padding-left: 0;
  }
}
.O1-1-header__nav__item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3019607843);
  display: block;
  font-weight: 500;
  line-height: 1.33;
  margin-left: 1.875rem;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__nav__item {
    border: 0;
    font-weight: 400;
    margin-right: 0;
    white-space: nowrap;
  }
}
.O1-1-header__nav__item:last-child {
  border-bottom: 0;
}

.O1-1-header__nav__item a {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 1.875rem 0;
  position: relative;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.is-white-menu .O1-1-header__nav__item a {
  opacity: 0.7;
}

.O1-1-header__nav__item a:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 43, 0)), to(#2b2b2b));
  background: linear-gradient(90deg, rgba(43, 43, 43, 0), #2b2b2b);
  bottom: 0;
  content: "";
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 10rem;
}

body.has-hover .O1-1-header__nav__item a:hover {
  color: #d20014;
  color: var(--color-brand-color);
  opacity: 1;
  text-decoration: none;
}

.is-white-menu body.has-hover .O1-1-header__nav__item a:hover {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}
.O1-1-header.no-clicks .O1-1-header__nav__item a.is-active {
  color: #d20014;
  color: var(--color-brand-color);
  opacity: 1 !important;
}

.is-white-menu .O1-1-header.no-clicks .O1-1-header__nav__item a.is-active {
  color: #fff;
}

.O1-1-header__nav__item.has-sub > a {
  padding-right: 5.875rem;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__nav__item.has-sub > a {
    padding-right: 0;
  }
}
.O1-1-header__nav__item.has-sub > a .icon--small-arrow-right svg circle,
.O1-1-header__nav__item.has-sub > a .icon--small-arrow-right svg path {
  fill: #fff;
}

body.has-hover .O1-1-header__nav__item.has-sub > a:hover .icon--small-arrow-right svg circle,
body.has-hover .O1-1-header__nav__item.has-sub > a:hover .icon--small-arrow-right svg path {
  fill: #d20014;
  fill: var(--color-brand-color);
}

.is-white-menu body.has-hover .O1-1-header__nav__item.has-sub > a:hover .icon--small-arrow-right svg circle,
.is-white-menu body.has-hover .O1-1-header__nav__item.has-sub > a:hover .icon--small-arrow-right svg path {
  fill: #fff;
}

.O1-1-header__nav__item.has-open-sub > a {
  color: #d20014;
  color: var(--color-brand-color);
  opacity: 1 !important;
}

.is-white-menu .O1-1-header__nav__item.has-open-sub > a {
  color: #fff;
  opacity: 0.7 !important;
}

.is-white-menu body.has-hover .O1-1-header__nav__item.has-open-sub > a:hover {
  color: #fff;
  opacity: 1 !important;
}

.O1-1-header__nav__item.has-open-sub > a .icon--small-arrow-right svg circle,
.O1-1-header__nav__item.has-open-sub > a .icon--small-arrow-right svg path {
  fill: #d20014;
  fill: var(--color-brand-color);
}

.is-white-menu .O1-1-header__nav__item.has-open-sub > a .icon--small-arrow-right svg circle,
.is-white-menu .O1-1-header__nav__item.has-open-sub > a .icon--small-arrow-right svg path,
.is-white-menu body.has-hover .O1-1-header__nav__item.has-open-sub > a .icon--small-arrow-right svg circle:hover,
.is-white-menu body.has-hover .O1-1-header__nav__item.has-open-sub > a .icon--small-arrow-right svg path:hover {
  fill: #fff;
}

.O1-1-header__nav__item.is-title {
  font-size: 11px;
  font-size: 1.375rem;
  padding-left: 7.25rem;
  position: relative;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__nav__item.is-title {
    font-weight: 300;
    margin-bottom: 3rem;
    padding-left: 0;
    text-transform: uppercase;
  }
  .O1-1-header__nav__item.is-title a > span {
    line-height: inherit;
    opacity: 0.45;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    white-space: nowrap;
  }
  .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item.is-title,
  .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item.is-title {
    padding-right: 1.5rem;
  }
  .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item.is-title a,
  .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item.is-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.has-hover .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item.is-title a:hover > span,
  body.has-hover .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item.is-title a:hover > span {
    opacity: 1;
  }
  .O1-1-header.is-open .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item.is-title a,
  .O1-1-header.no-clicks.is-open .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item.is-title a {
    visibility: visible;
  }
  .O1-1-header.no-clicks .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item.is-title,
  .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item.is-title {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .O1-1-header__nav__item.is-title a {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
.O1-1-header__nav__item.is-home {
  visibility: hidden;
}

.O1-1-header.is-open .O1-1-header__nav__list.is-hidden-path > .O1-1-header__nav__item.is-home,
.O1-1-header.is-open .O1-1-header__nav__list.is-hidden > .O1-1-header__nav__item.is-home {
  visibility: visible;
}

@media screen and (max-width: 1199px) {
  .O1-1-header__nav__item.is-home {
    display: none;
  }
}
.O1-1-header__nav__sub .O1-1-header__nav__item {
  margin-left: 9.25rem;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__nav__sub .O1-1-header__nav__item {
    margin-left: 0;
  }
}
.O1-1-header__nav__sub .O1-1-header__nav__item.is-title {
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .O1-1-header__nav__sub .O1-1-header__nav__item.is-title {
    margin-left: 0;
  }
}
.O1-1-header__nav__bread-arrow {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 0 2rem;
  opacity: 0;
  outline: 0;
  padding: 0;
  text-align: center;
}

.O1-1-header__nav__bread-arrow:focus {
  outline: 0;
}

.O1-1-header__nav__bread-arrow .icon {
  margin: 0;
}

.is-white-menu .O1-1-header__nav__bread-arrow .icon {
  opacity: 0.7;
}

.is-white-menu .O1-1-header__nav__bread-arrow .icon circle,
.is-white-menu .O1-1-header__nav__bread-arrow .icon path,
.is-white-menu .O1-1-header__nav__bread-arrow .icon polygon,
.is-white-menu .O1-1-header__nav__bread-arrow .icon rect,
.is-white-menu .O1-1-header__nav__bread-arrow .icon svg,
.is-white-menu .O1-1-header__nav__bread-arrow .icon use {
  fill: #fff;
}

@media screen and (max-width: 1199px) {
  .O1-1-header__nav__bread-arrow {
    display: none;
  }
}
.O1-1-header.no-clicks .is-hidden-path > .O1-1-header__nav__item > a > .O1-1-header__nav__bread-arrow,
.is-hidden > .O1-1-header__nav__item > a > .O1-1-header__nav__bread-arrow {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .O1-1-header .O1-1-header__nav > .O1-1-header__nav__list {
    width: 0;
  }
}
@media screen and (max-width: 1199px) {
  .O1-1-header a .icon--small-arrow-down,
  .O1-1-header a .icon--small-arrow-right,
  .O1-1-header a .icon--small-arrow-up,
  .O1-1-header button .icon--small-arrow-down,
  .O1-1-header button .icon--small-arrow-right,
  .O1-1-header button .icon--small-arrow-up {
    position: absolute;
    right: 2.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden-desktop {
    display: none;
  }
}
.O1-3-header-basket {
  overflow: hidden;
  z-index: 1001;
}

.O1-3-header-basket__inner {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  max-width: 100%;
  padding: 2rem;
  -webkit-transform: none;
          transform: none;
  width: 43rem;
}

.row > .O1-3-header-basket__inner {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__inner {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O1-3-header-basket__inner {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O1-3-header-basket__inner {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .O1-3-header-basket__inner {
    padding: 4rem;
  }
}
.O1-3-header-basket__inner.is-wide {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__inner.is-wide {
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O1-3-header-basket__inner.is-wide {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O1-3-header-basket__inner.is-wide {
    width: 116rem;
  }
}
.O1-3-header-basket__inner.is-wide::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 10px;
}

.O1-3-header-basket__inner.is-wide::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  width: 5px;
}

.O1-3-header-basket__inner.is-wide::-webkit-scrollbar-thumb {
  background: var(--color-brand-color);
  border-radius: 10px;
}

.O1-3-header-basket__back {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7019607843);
  display: block;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
}

.O1-3-header-basket__back:focus {
  outline: 0;
}

.O1-3-header-basket__back .icon {
  margin: 0 5px 0 0;
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__back {
    font-size: 12px;
    font-size: 1.5rem;
  }
}
.O1-3-header-basket__title {
  font-size: 24px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.18;
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__title {
    font-size: 34px;
    font-size: 4.25rem;
  }
}
h4.O1-3-header-basket__title {
  font-size: 24px;
  font-size: 3rem;
  line-height: 1.33;
  padding: 0 0 1.5rem;
}

.O1-3-header-basket__sub-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 18px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.67;
  margin: 0 0 2rem;
  opacity: 1;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__sub-title {
    border-bottom-color: rgba(0, 0, 0, 0.0509803922);
    color: rgba(0, 0, 0, 0.9019607843);
    font-size: 24px;
    font-size: 3rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.O1-3-header-basket__text {
  font-weight: 400;
  margin: 0 0 3rem;
}

.O1-3-header-basket .marketoForm form {
  max-width: 100%;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .O1-3-header-basket .marketoForm form {
    margin-left: auto;
    margin-right: auto;
    width: 77rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .O1-3-header-basket .marketoForm form {
    margin-left: auto;
    margin-right: auto;
    width: 92rem !important;
  }
}
.O1-3-header-basket .marketoForm form h1 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .O1-3-header-basket .marketoForm form .mktoButtonWrap {
    margin-left: 0 !important;
    width: 100%;
  }
  .O1-3-header-basket .marketoForm form .mktoButtonWrap .mktoButton {
    width: 100%;
  }
}
.O1-3-header-basket__cancel {
  margin: 3rem 0 0;
  padding: 1rem 2rem !important;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__cancel {
    float: right;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .O1-3-header-basket__cancel {
    margin-left: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .O1-3-header-basket__cancel {
    margin-left: 1.25rem !important;
  }
}
.O1-3-header-basket__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
  padding: 2rem 0;
  position: relative;
}

.O1-3-header-basket__item:after,
.O1-3-header-basket__item:before {
  content: " ";
  display: table;
}

.O1-3-header-basket__item:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-color: rgba(0, 0, 0, 0.0509803922);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8rem;
  }
  .O1-3-header-basket__item:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .O1-3-header-basket__item {
    padding-right: 10rem;
  }
}
.O1-3-header-basket__items {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__items {
    margin-bottom: 3rem;
  }
}
.O1-3-header-basket__sub-title + .O1-3-header-basket__items {
  margin-top: -2rem;
}

.O1-3-header-basket__item__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem;
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__item__inner {
    margin-bottom: 0;
  }
}
.O1-3-header-basket__item__content {
  overflow: hidden;
}

.O1-3-header-basket__item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
  height: 6rem;
  margin: 0 2rem 0 0;
  width: 6rem;
}

.O1-3-header-basket__item__image img {
  display: block;
  font-family: "object-fit: contain;";
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.O1-3-header-basket__item__title {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  padding: 0;
}

.O1-3-header-basket__item__desc {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.33;
  opacity: 1;
}

.O1-3-header-basket__item__remove {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.5019607843);
  float: right;
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.O1-3-header-basket__item__remove:focus {
  outline: 0;
}

body.has-hover .O1-3-header-basket__item__remove:hover {
  color: #d20014;
  color: var(--color-brand-color);
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__item__remove {
    bottom: 0;
    height: 4rem;
    margin: auto -1rem auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
  }
  .O1-3-header-basket__item__remove .trash-color {
    fill: #d20014;
    fill: var(--color-brand-color);
  }
  .O1-3-header-basket__item__remove:hover .trash-color {
    fill: #9f000f;
    fill: var(--color-hover-color);
  }
  body.has-hover .O1-3-header-basket__item__remove:hover:after,
  body.has-hover .O1-3-header-basket__item__remove:hover:before {
    background-color: #9f000f;
    background-color: var(--color-hover-color);
  }
}
.O1-3-header-basket__item__quantity {
  color: rgba(0, 0, 0, 0.5019607843);
  float: left;
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.33;
  margin: 0;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .O1-3-header-basket__item__quantity {
    margin-left: auto;
    padding-left: 6rem;
  }
}
.O1-3-header-basket__item__quantity .quantity__title {
  display: inline-block;
  line-height: 3rem;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}

.O1-3-header-basket__item__quantity .quantity-amount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0;
  vertical-align: middle;
}

.O3-hero {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
}

.O3-hero > .container {
  position: relative;
}

.O3-hero__background {
  overflow: hidden;
}

.O3-hero__background,
.O3-hero__background picture,
.O3-hero__background video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.O3-hero__background picture img,
.O3-hero__background video img {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.O3-hero__background picture {
  z-index: 0;
}

.O3-hero__background video {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.O3-hero-main-image-section {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62.5rem;
  margin: 0 0 0 1.875rem;
  padding: 4rem 4rem 6rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .O3-hero-main-image-section {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: initial-view-fade-translate;
            animation-name: initial-view-fade-translate;
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero-main-image-section {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: initial-view-fade-translate;
            animation-name: initial-view-fade-translate;
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
}
@media screen and (max-width: 991px) {
  .O3-hero-main-image-section.mobiles-animation-enabled {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: initial-view-fade-translate;
            animation-name: initial-view-fade-translate;
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
}
.O3-hero-main-image-section.small-hero {
  height: 42rem !important;
}

.O3-hero-main-image-section.is-white-overlay {
  color: #000;
}

.O3-hero-main-image-section.is-white-overlay:before {
  background: linear-gradient(194deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7019607843));
}

@media screen and (min-width: 768px) {
  .O3-hero-main-image-section.is-white-overlay:before {
    background-image: linear-gradient(240deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7019607843));
  }
  .O3-hero-main-image-section {
    height: 57.5rem;
    margin-left: 0;
    margin-right: -5.5rem;
    padding: 8rem 0 0;
    width: auto;
  }
  .O3-hero-main-image-section.small-hero {
    height: 50rem !important;
  }
}
@media screen and (min-width: 992px) {
  .O3-hero-main-image-section {
    height: 62.5rem;
  }
  .O3-hero-main-image-section.small-hero {
    height: 55rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero-main-image-section {
    height: 71.25rem;
  }
}
@media screen and (min-width: 992px) {
  .O3-hero-main-image-section {
    width: 117rem;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero-main-image-section {
    width: 140rem;
  }
}
.O3-hero-main-image-section__background {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.O3-hero-main-image-section__background picture,
.O3-hero-main-image-section__background video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.O3-hero-main-image-section__background picture img,
.O3-hero-main-image-section__background video img {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.O3-hero-main-image-section__background picture {
  z-index: 1;
}

.O3-hero-main-image-section__background video {
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 2;
}

.O3-hero-main-image-section:before {
  background: linear-gradient(194deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7019607843));
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .O3-hero-main-image-section:before {
    background-image: linear-gradient(240deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7019607843));
  }
}
.O3-hero.no-image-overlay .O3-hero-main-image-section:before {
  display: none;
}

.O3-hero-main-image-section-text-section {
  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-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding-top: 8rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .O3-hero-main-image-section-text-section {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: initial-view-fade;
            animation-name: initial-view-fade;
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero-main-image-section-text-section {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: initial-view-fade;
            animation-name: initial-view-fade;
    opacity: 0;
  }
}
@media screen and (max-width: 991px) {
  .O3-hero-main-image-section-text-section.mobiles-animation-enabled {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: initial-view-fade;
            animation-name: initial-view-fade;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .O3-hero-main-image-section-text-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 11rem;
    padding-top: 0;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O3-hero-main-image-section-text-section {
    margin-left: 10rem;
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero-main-image-section-text-section {
    margin-left: 12rem;
    width: 68rem;
  }
}
.O3-hero-main-image-section-text-section.is-dark {
  color: #383838;
}

.O3-hero-main-image-section-text-section .body-text-2 {
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 1.43;
  margin: 0;
  opacity: 1;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .O3-hero-main-image-section-text-section .body-text-2 {
    padding-bottom: 4rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .O3-hero-main-image-section-text-section .body-text-2 {
    font-size: 16px;
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .O3-hero-main-image-section-text-section h1 {
    font-size: 48px;
    font-size: 6rem;
    line-height: 6.75rem;
  }
}
.O3-hero-red-box {
  background: var(--color-brand-color);
  margin: -25.375rem 0 0 -2rem;
  padding-left: 1.875rem;
  padding-top: 25.375rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .O3-hero-red-box {
    margin-left: -5rem;
    padding-left: 5.5rem;
    right: auto;
    width: 57.5rem;
  }
}
@media screen and (min-width: 992px) {
  .O3-hero-red-box {
    margin-left: -7rem;
    margin-top: -46rem;
    padding-left: 8.75rem;
    padding-left: 7.5rem;
    padding-top: 46rem;
    width: 54.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero-red-box {
    margin-left: -7rem;
    padding-left: 7.5rem;
    width: 63.5rem;
  }
}
.O3-hero-red-box-texts {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  padding: 3rem 3rem 3rem 1.875rem;
}

@media screen and (min-width: 768px) {
  .O3-hero-red-box-texts {
    padding-left: 0;
  }
}
.O3-hero-red-box-texts__text {
  font-size: 10px;
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .O3-hero-red-box-texts__text {
    font-size: 11px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .O3-hero-red-box-texts__text {
    font-size: 12px;
    font-size: 1.5rem;
  }
}
.O3-hero-red-box-texts__text .label {
  opacity: 1;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .O3-hero-red-box-texts__text .label {
    padding-bottom: 0.5rem;
  }
}
.O3-hero-red-box-texts__text .label:after {
  background: #fff;
}

.O3-hero-red-box-texts__text .body-text-2 {
  font-weight: 600;
  margin-top: 0;
  opacity: 1;
}

.O3-hero-red-box-texts__text__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2rem;
  position: relative;
}

.O3-hero-red-box-texts__text__stock-link {
  cursor: pointer;
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  opacity: 0.8;
  padding: 0.5rem 0;
}

.O3-hero-red-box-texts__text__stock-link.is-active,
body.has-hover .O3-hero-red-box-texts__text__stock-link:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .O3-hero-red-box-texts__text__stock-link.mobile {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero-red-box-texts__text__stock-link.mobile {
    display: none;
  }
}
.O3-hero-red-box-texts__text__stock-link.desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .O3-hero-red-box-texts__text__stock-link.desktop {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero-red-box-texts__text__stock-link.desktop {
    display: block;
  }
}
.O3-hero-red-box-texts__text.stock-detail {
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.O3-hero-red-box-texts__text.stock-detail.hidden {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media screen and (max-width: 767px) {
  .O3-hero-red-box-texts__text.stock-detail .label {
    padding-bottom: 0.5rem;
    padding-right: 2rem;
  }
  .O3-hero-red-box-texts__text.stock-detail .label:after {
    right: 0.875rem;
  }
  .O3-hero-red-box-texts__text.stock-detail .body-text-2 {
    font-size: 12px;
    font-size: 1.5rem;
  }
}
.O3-hero-small-image {
  display: none;
}

@media screen and (min-width: 768px) {
  .O3-hero-small-image {
    display: block;
    float: right;
    margin-top: -19rem;
    position: relative;
    width: 19rem;
    z-index: 3;
  }
  .O3-hero-small-image:after,
  .O3-hero-small-image:before {
    content: " ";
    display: table;
  }
  .O3-hero-small-image:after {
    clear: both;
  }
  .O3-hero-small-image.mobiles-animation-enabled {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: initial-view-fade-translate;
            animation-name: initial-view-fade-translate;
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
}
@media screen and (min-width: 992px) {
  .O3-hero-small-image {
    margin-right: 10rem;
    margin-top: -17%;
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero-small-image {
    margin-right: 12rem;
    margin-top: -17%;
    width: 32rem;
  }
}
@media screen and (min-width: 768px) {
  .O3-hero-small-image .image-area__image {
    position: relative;
  }
  .O3-hero-small-image .image-area__image:before {
    content: "";
    display: block;
    padding: 100% 0 0;
  }
  .O3-hero-small-image .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.O3-hero-small-image .body-text-2 {
  margin-top: 2rem;
}

.O3-hero.O3-hero-extended .O3-hero-main-image-section {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .O3-hero.O3-hero-extended .O3-hero-main-image-section {
    padding: 2rem;
  }
}
.O3-hero.O3-hero-extended .O3-hero-main-image-section-text-section {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .O3-hero.O3-hero-extended .O3-hero-main-image-section-text-section {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .O3-hero.O3-hero-extended .O3-hero-main-image-section-text-section .body-text-2,
  .O3-hero.O3-hero-extended .O3-hero-main-image-section-text-section h1 {
    width: 74rem;
  }
}
@media screen and (min-width: 992px) {
  .O3-hero.O3-hero-extended .O3-hero-main-image-section-text-section .body-text-2,
  .O3-hero.O3-hero-extended .O3-hero-main-image-section-text-section h1 {
    width: 67rem;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero.O3-hero-extended .O3-hero-main-image-section-text-section .body-text-2,
  .O3-hero.O3-hero-extended .O3-hero-main-image-section-text-section h1 {
    width: 80rem;
  }
}
@media screen and (min-width: 768px) {
  .O3-hero.O3-hero-extended.has-small-image .O3-hero-main-image-section-text-section {
    width: 74rem;
  }
}
@media screen and (min-width: 992px) {
  .O3-hero.O3-hero-extended.has-small-image .O3-hero-main-image-section-text-section {
    width: 67rem;
  }
}
@media screen and (min-width: 1200px) {
  .O3-hero.O3-hero-extended.has-small-image .O3-hero-main-image-section-text-section {
    width: 80rem;
  }
}
.O3-hero.O3-hero-extended .btn {
  height: unset;
  margin-bottom: 3.125rem;
  margin-right: 3.125rem;
  padding: 1.5rem 4.5rem;
}

@media screen and (max-width: 767px) {
  .O3-hero.O3-hero-extended .btn {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
    padding: 0.75rem 2rem;
  }
}
.O3-hero.O3-hero-extended .btn:not(:first-of-type) {
  background: #d8d8d8;
  color: #000;
}

.O3-hero.O3-hero-extended .btn.is-hero-video {
  padding-right: 9.5rem;
}

.O3-hero__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .O3-hero__share {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.O3-2-new-home-page-hero {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0;
  position: relative;
}

.O3-2-new-home-page-hero.overlay-dark {
  color: #fff !important;
}

.O3-2-new-home-page-hero.overlay-dark .O3-2-new-home-page-hero__top-headline-text {
  color: #fff;
}

.O3-2-new-home-page-hero.overlay-light {
  color: #222 !important;
}

.O3-2-new-home-page-hero.overlay-light .O3-2-new-home-page-hero__top-headline-text {
  color: #222;
}

.O3-2-new-home-page-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 77.5rem;
  width: 100%;
}

.edit-mode .O3-2-new-home-page-hero__inner,
.is-in-iframe .O3-2-new-home-page-hero__inner {
  min-height: 77.5rem;
}

.O3-2-new-home-page-hero__background {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.O3-2-new-home-page-hero__background picture,
.O3-2-new-home-page-hero__background video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.O3-2-new-home-page-hero__background picture img,
.O3-2-new-home-page-hero__background video img {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.O3-2-new-home-page-hero__background picture {
  z-index: 0;
}

.O3-2-new-home-page-hero__background video {
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .O3-2-new-home-page-hero__background video.hide-video-for-mobile-devices {
    display: none;
  }
}
.O3-2-new-home-page-hero__link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.O3-2-new-home-page-hero__content {
  padding-top: 14rem;
  z-index: 3;
}
.O3-2-new-home-page-hero__content.text-left {
  text-align: left;
}
.O3-2-new-home-page-hero__content.text-center {
  text-align: center;
}
.O3-2-new-home-page-hero__content.text-right {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .O3-2-new-home-page-hero__content {
    text-align: center !important;
  }
}

.O3-2-new-home-page-hero__top-headline-text.text-light,
.O3-2-new-home-page-hero__main-headline-text.text-light {
  color: #fff;
}
.O3-2-new-home-page-hero__top-headline-text.text-dark,
.O3-2-new-home-page-hero__main-headline-text.text-dark {
  color: #222;
}
.O3-2-new-home-page-hero__top-headline-text.text-brand,
.O3-2-new-home-page-hero__main-headline-text.text-brand {
  color: var(--color-brand-color);
}

.O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__welcome-text {
  font-size: 0;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.414;
  margin: auto;
  max-height: 45rem;
  opacity: 1;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  padding-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__welcome-text br {
    display: none;
  }
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__welcome-text.save-line-breaks-mobile br {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__welcome-text {
    top: 5.5rem;
  }
}
.O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__welcome-text.is-brand {
  color: #d20014;
  color: var(--color-brand-color);
}

.O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text {
  display: block;
  font-size: 20px;
  font-size: 2.5rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.414;
  margin: auto;
  max-height: 22.5rem;
  opacity: 1;
  overflow: hidden;
  padding-top: 0;
  text-align: center;
}

.O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text.fs-sm {
  font-size: 10px;
  font-size: 1.25rem;
}

.O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text.fs-ml {
  font-size: 15px;
  font-size: 1.875rem;
}

@media screen and (max-width: 991px) {
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text {
    display: block;
    max-height: 37.5rem;
  }
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text br {
    display: none;
  }
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text.save-line-breaks-mobile br {
    display: inline;
  }
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text.fs-sm {
    font-size: 10px;
    font-size: 1.25rem;
  }
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text.fs-ml {
    font-size: 15px;
    font-size: 1.875rem;
  }
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text.fs-lg {
    font-size: 20px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text {
    font-size: 1.875rem !important;
    top: 5.5rem;
  }
}
.O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__top-headline-text.is-brand {
  color: #d20014;
  color: var(--color-brand-color);
}

.O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__main-headline-text {
  display: block;
  font-size: 40px;
  font-size: 5rem;
  margin-top: 17px;
}

@media screen and (max-width: 991px) {
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__main-headline-text {
    font-size: 32px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .O3-2-new-home-page-hero__content .O3-2-new-home-page-hero__main-headline-text {
    font-size: 27px;
    font-size: 3.375rem;
  }
}
.O3-2-new-home-page-hero__content .home-buttons {
  text-align: center;
  width: 100%;
}

.O3-2-new-home-page-hero__content .home-buttons .btn,
.O3-2-new-home-page-hero__content .home-buttons .btn--secondary,
.O3-2-new-home-page-hero__content .home-buttons .btn--secondary:hover {
  color: #fff;
  font-size: 15px;
  line-height: 3rem;
  margin-left: 11px;
  margin-right: 11px;
}

@media screen and (max-width: 767.98px) {
  .O3-2-new-home-page-hero__content .home-buttons .btn,
  .O3-2-new-home-page-hero__content .home-buttons .btn--secondary,
  .O3-2-new-home-page-hero__content .home-buttons .btn--secondary:hover {
    min-width: 95%;
  }
}
.O3-2-new-home-page-hero__content .home-buttons .btn--extended,
.O3-2-new-home-page-hero__content .home-buttons .btn--extended:hover {
  color: #000;
  color: inherit !important;
  font-size: 15px;
  line-height: 3rem;
  margin-left: 11px;
  margin-right: 11px;
}

.O3-2-new-home-page-hero__content .home-buttons .btn--secondary,
.O3-2-new-home-page-hero__content .home-buttons .btn--secondary:hover {
  color: inherit !important;
}

@media screen and (max-width: 991px) {
  .O3-2-new-home-page-hero__content .home-buttons .btn--secondary,
  .O3-2-new-home-page-hero__content .home-buttons .btn--secondary:hover {
    padding: 2rem 2rem 1rem;
  }
}
.O3-2-new-home-page-hero__content .home-buttons .btn {
  font-weight: 400;
}

.O3-2-new-home-page-hero__content .home-buttons .btn.secondary-extended {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #000 !important;
}

@media screen and (max-width: 767.98px) {
  .O3-2-new-home-page-hero__content .home-buttons .btn.secondary-extended {
    margin-top: 10px;
    min-width: 95%;
  }
}
.O3-2-new-home-page-hero__content .home-buttons .btn.secondary-extended.secondary-extended:hover {
  background: #fff !important;
  color: #000 !important;
}

@media screen and (max-width: 991px) {
  .O3-2-new-home-page-hero__content .home-buttons .btn.secondary-extended.secondary-extended:hover {
    margin-top: 10px;
    min-width: 95%;
  }
}
.O3-2-new-home-page-hero__content .home-buttons .O63-sign-up {
  display: inline-block;
  font-size: 15px;
  padding: 0;
}

.O3-2-new-home-page-hero__content .home-buttons .O63-sign-up .btn {
  margin: 0;
}

.O3-2-new-home-page-hero__content .home-buttons .O63-sign-up .O63-sign-up__inner {
  width: unset;
}

.O3-2-new-home-page-hero__content .home-buttons .O63-sign-up .O63-sign-up__inner__heading,
.O3-2-new-home-page-hero__content .home-buttons .O63-sign-up .O63-sign-up__text {
  display: none;
}

.O3-2-new-home-page-hero__content .home-buttons .O63-sign-up.sign-up-secondary .btn {
  background: none;
  margin-left: 11px;
  margin-right: 11px;
  padding-left: 0;
  padding-right: 0;
}

.O3-2-new-home-page-hero__search {
  color: #fff;
  margin-top: 8rem;
  padding-top: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: padding-top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: padding-top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}

.O3-2-new-home-page-hero__search .O3-2-new-home-page-hero__search_overlay_bottom,
.O3-2-new-home-page-hero__search .O3-2-new-home-page-hero__search_overlay_top {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: 4;
}

.O3-2-new-home-page-hero__search .O3-2-new-home-page-hero__search_overlay_bottom {
  background: #d20014;
  background: var(--color-brand-color);
  mix-blend-mode: multiply;
}

html.no-mix-blend-mode .O3-2-new-home-page-hero__search .O3-2-new-home-page-hero__search_overlay_bottom {
  background-color: #b50e00;
  background-color: var(--color-brand-multiply);
  opacity: 0.8;
}

.O3-2-new-home-page-hero__search .O3-2-new-home-page-hero__search_overlay_top {
  background-color: #d20014;
  background-color: var(--color-brand-color);
  opacity: 0.65;
}

.O3-2-new-home-page-hero__search.has-results > .container.is-open {
  height: 69.5rem;
}

.O3-2-new-home-page-hero__search.has-results > .container.is-open .search-form__list {
  height: 100%;
  margin: 10px auto auto;
  max-width: 116rem;
  opacity: 1;
  text-align: left;
}

.O3-2-new-home-page-hero__search.has-results > .container.is-open .search-form__list .search-form__suggestion {
  font-size: 2.5rem;
  line-height: 7rem;
}

.O3-2-new-home-page-hero__search > .container {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 4;
}

.O3-2-new-home-page-hero__search > .container .search-form {
  border-top: 1px solid rgba(245, 245, 245, 0.3019607843);
  font-size: 24px;
  margin: auto;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}

.O3-2-new-home-page-hero__search > .container .search-form__form {
  border-bottom: 2px solid rgba(245, 245, 245, 0.5019607843);
  margin: auto;
  max-width: 116rem;
  padding-bottom: 1rem;
}

.O3-2-new-home-page-hero__search > .container .search-form .icon svg {
  height: 30px;
  width: 30px;
}

.O3-2-new-home-page-hero__search > .container .search-form__input {
  margin-left: 5.5rem;
}

.O3-2-new-home-page-hero__search > .container .search-form__input-autocomplete {
  display: inline-block;
}

.O3-2-new-home-page-hero__search > .container .search-form__btn {
  padding-top: 3.5rem;
}

.O3-2-new-home-page-hero__search > .container .search-form__reset {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
}

@media screen and (max-width: 991px) {
  .O3-2-new-home-page-hero__search > .container .search-form__reset {
    top: 5.5rem;
  }
}
.O3-2-new-home-page-hero__search > .container.is-open {
  height: 17rem;
}

.O3-2-new-home-page-hero__search > .container.is-open .search-form,
.O3-2-new-home-page-hero__search > .container.is-open .search-form__reset {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .O3-2-new-home-page-hero__search__suggestion-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.O3-2-new-home-page-hero__search__suggestion-list__title {
  color: inherit;
  display: block;
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem 0;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .O3-2-new-home-page-hero__search__suggestion-list__title {
    margin: 1rem;
  }
}
.O3-2-new-home-page-hero__search__suggestion-list__item {
  color: inherit;
  display: block;
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem 0;
  opacity: 1;
}

body.has-hover .O3-2-new-home-page-hero__search__suggestion-list__item:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .O3-2-new-home-page-hero__search__suggestion-list__item {
    margin: 1rem;
  }
}
.O3-2-new-home-page-hero__search__cta {
  padding: 3rem 0;
  -webkit-transition: padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.is-searching .O3-2-new-home-page-hero__search__cta {
  padding-top: 0;
}

.O3-2-new-home-page-hero.overlay-dark .home-hero-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(86, 86, 86, 0)), color-stop(58%, rgba(52, 52, 52, 0.7882352941)), color-stop(91%, #2b2b2b));
  background-image: linear-gradient(0deg, rgba(86, 86, 86, 0) 3%, rgba(52, 52, 52, 0.7882352941) 58%, #2b2b2b 91%);
}

.O3-2-new-home-page-hero.overlay-light .home-hero-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(255, 255, 255, 0)), color-stop(58%, rgba(255, 255, 255, 0.7882352941)), color-stop(91%, #fff));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0.7882352941) 58%, #fff 91%);
}

.O3-2-new-home-page-hero .home-hero-overlay {
  background-blend-mode: multiply;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.O3-2-new-home-page-hero .home-hero-overlay__top {
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}

.O3-2-new-home-page-hero .home-hero-overlay__bottom {
  opacity: 0.5;
  z-index: 0;
}

.search-shown .O3-2-new-home-page-hero .home-hero-overlay__top {
  opacity: 1;
  pointer-events: unset;
}

.search-shown .O3-2-new-home-page-hero .home-hero-overlay__bottom {
  opacity: 0;
}

.O3-3-home-page-hero-slider {
  position: relative;
}

.O3-3-home-page-hero-slider .O3-3-home-page-hero-slider__container {
  height: 77.5rem;
  overflow: hidden;
}

.O3-3-home-page-hero-slider .O3-3-home-page-hero-slider__container > * {
  display: none;
}

.O3-3-home-page-hero-slider .O3-3-home-page-hero-slider__container > :first-child {
  display: block;
}

.O3-3-home-page-hero-slider .O3-3-home-page-hero-slider__nav {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.O5-multi-content-block {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 176px;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O5-multi-content-block.is-full-back-grey {
  margin-top: 0;
  padding-top: 28rem;
}

.O5-multi-content-block.as-module .body-text-2 {
  margin-bottom: 4rem;
}

.O5-multi-content-block.as-module h6 {
  font-weight: 500;
  margin-bottom: 2rem;
}

.O5-multi-content-block.as-module .O5-multi-content-block-inner {
  margin-top: -176px;
}

.O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area {
    width: 92rem;
  }
}
.O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__image {
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta {
    width: 19rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta {
    width: 32rem;
  }
}
@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta {
    bottom: 3rem;
    left: 0;
    top: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta {
    bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta {
    bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta_middle {
    height: 6.25rem !important;
    left: calc(50% - 40px);
    top: calc(50% - 25px);
    width: 10rem !important;
  }
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta_middle .btn.is-video,
  .O5-multi-content-block.as-module .O5-multi-content-block-inner .image-area__cta_middle .is-video.filter__btn {
    height: 6.25rem;
    width: 10rem;
  }
}
.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap {
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap {
    width: 116rem;
  }
}
.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap:after,
.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap:before {
  content: " ";
  display: table;
}

.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap:after {
  clear: both;
}

.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-color-block {
  background: #d20014;
  background: var(--color-brand-color);
  clear: both;
  display: inline-block;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-color-block {
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-color-block {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-color-block {
    width: 56rem;
  }
}
html.no-mix-blend-mode .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-color-block {
  background-color: #b50e00;
  background-color: var(--color-brand-multiply);
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-color-block {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-color-block {
    height: 22.5rem;
    margin-top: -11rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-color-block {
    height: 33rem;
    margin-left: -10rem;
    margin-top: -15rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-color-block {
    height: 43.25rem;
    margin-left: -12rem;
    margin-top: -17.5rem;
  }
}
.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block {
  float: none;
  padding-top: 6rem;
}

@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block {
    width: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block {
    width: 56rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block {
    margin-right: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block {
    margin-right: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block {
    float: right;
  }
}
.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block.is-wide {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block.is-wide {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block.is-wide {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block.is-wide {
    width: 68rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block.is-wide {
    float: right;
  }
}
.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block h4,
.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block h5 {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block h4,
  .O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block h5 {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 1.33;
  }
}
.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap-multi-block .body-text-2 {
  margin-top: 0;
}

.O5-multi-content-block.as-module .O5-multi-content-block-inner-row-wrap:last-child .O5-multi-content-block-inner-row-wrap-multi-block {
  padding-bottom: 0;
}

.O5-card-list {
  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;
      flex-wrap: wrap;
  float: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
}

@media screen and (min-width: 992px) {
  .O5-card-list {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-card-list {
    width: 92rem;
  }
}
.O5-card-list.js-card-slider.is-animating {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}

.O5-card-list:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0;
  max-width: calc(50% - 0.5rem);
  width: 21rem;
}

.row > .O5-card-list:after {
  max-width: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  .O5-card-list:after {
    max-width: none;
    width: 19rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-card-list:after {
    width: 17rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-card-list:after {
    width: 20rem;
  }
}
.O5-card-list .card-list-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 3rem;
  max-width: calc(50% - 0.5rem);
  width: 21rem;
}

.row > .O5-card-list .card-list-item {
  max-width: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  .O5-card-list .card-list-item {
    max-width: none;
    width: 19rem;
  }
}
@media screen and (min-width: 992px) {
  .O5-card-list .card-list-item {
    width: 17rem;
  }
}
@media screen and (min-width: 1200px) {
  .O5-card-list .card-list-item {
    width: 20rem;
  }
}
.O5-card-list .card-list-item .btn--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.O5-card-list .card-list-item .btn--secondary .btn__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.O5-card-list a.card-list-item,
body.has-hover .O5-card-list a.card-list-item:hover {
  color: #000;
  text-decoration: none;
}

.O6-content-list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.O6-content-list h3 {
  padding-top: 0;
}

.O6-content-list.O6-js-load-more .O6-js-load-more-btn.is-hidden,
.O6-content-list.O6-js-load-more .card.is-hidden {
  display: none;
}

.O6-content-list .card-list {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O6-content-list .card-list--three-card-row {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media screen and (min-width: 992px) {
  .O6-content-list .card-list--three-card-row .card .image-area {
    margin-bottom: 0;
    width: 100%;
  }
  .O6-content-list .card-list--three-card-row .card .text-area {
    padding-top: 3rem;
  }
  .O6-content-list .card-list--three-card-row .card:nth-child(3n-1) {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  .O6-content-list .card-list--three-card-row .card:nth-child(3n-1).is-scroll-reveal-hidden-top {
    -webkit-transform: translate3d(0, -7rem, 0);
            transform: translate3d(0, -7rem, 0);
  }
  .O6-content-list .card-list--three-card-row .card:nth-child(3n-1).is-scroll-reveal-hidden-bottom {
    -webkit-transform: translate3d(0, 13rem, 0);
            transform: translate3d(0, 13rem, 0);
  }
}
.O6-content-list .primary-btn-wrap {
  padding-top: 6rem;
  text-align: center;
  width: 100%;
}

.O6-content-list .slider__controls {
  text-align: right;
}

.O7-brand-list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
}

.O7-brand-list .text-area {
  padding-top: 1rem;
}

.O7-brand-list-inner-color {
  background: rgba(0, 0, 0, 0);
  padding-bottom: 4rem;
  padding-top: 6rem;
}

.O7-brand-list__heading {
  font-size: 34px;
  font-size: 4.25rem;
}

.O7-brand-list .O7-brand-list-top-section-texts {
  text-align: center;
}

.O7-brand-list .image-area {
  margin-top: 4rem;
  position: relative;
}

.O7-brand-list .image-area__image {
  outline: none;
  overflow: hidden;
  position: relative;
}

.O7-brand-list .image-area__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O7-brand-list .image-area__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O7-brand-list .image-area__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.O7-brand-list .image-area__cta .btn {
  margin: auto;
  z-index: 1;
}

.O7-brand-list .text-area-inner-texts {
  padding: 2rem 0 0;
}

.O7-brand-list .brand-logo {
  width: 100%;
}

.O7-brand-list .brand-logo:after {
  border-bottom: 1px solid #f5f5f5;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.O7-brand-list .brand-logo__image {
  padding: 4rem 0;
  text-align: center;
}

.O7-brand-list .brand-logo__image svg {
  height: 30px;
  width: auto;
}

.O7-brand-list-cards {
  margin-top: 2rem;
}

.O7-brand-list-cards .card {
  border: 1px solid #f5f5f5;
  margin-bottom: 2rem;
}

.O7-brand-list-cards .card .divider {
  background-color: #f5f5f5;
  height: 1px;
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .O7-brand-list-cards .card .divider {
    margin: 2rem 0;
  }
}
.O7-brand-list-cards a.card {
  color: #000;
}

body.has-hover .O7-brand-list-cards a.card:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .O7-brand-list .image-area {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 63rem;
  }
  .O7-brand-list .text-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .O7-brand-list .text-area__top-aligner {
    padding: 0 4rem;
    text-align: left;
  }
  .O7-brand-list .text-area .brand-logo {
    width: 30rem;
  }
  .O7-brand-list .text-area .brand-logo:after {
    display: none;
  }
  .O7-brand-list .text-area .brand-logo__image {
    padding: 5rem 0 4rem;
    text-align: left;
    width: 30rem;
  }
  .O7-brand-list .text-area .brand-logo__image svg {
    height: 30px;
    width: auto;
  }
  .O7-brand-list .text-area .text-area-inner-texts {
    border-left: 1px solid #f5f5f5;
    padding: 2rem 4rem;
  }
  .O7-brand-list .O7-brand-list-top-section-texts {
    margin-left: auto;
    margin-right: auto;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O7-brand-list-inner-color {
    padding-bottom: 23.125rem;
    padding-top: 6rem;
  }
  .O7-brand-list-inner-color.is-light-grey {
    background-color: #f5f5f5;
  }
  .O7-brand-list-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -13.125rem;
  }
  .O7-brand-list-cards .card {
    border: 1px solid #f5f5f5;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
  }
  .O7-brand-list-cards .card:last-child {
    border-right: 1px solid #f5f5f5;
  }
  .O7-brand-list-cards .card .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .O7-brand-list-cards .card .text-area__top-aligner {
    padding: 0 3rem;
    text-align: left;
    width: 100%;
  }
  .O7-brand-list-cards .card .text-area .brand-logo {
    width: 100%;
  }
  .O7-brand-list-cards .card .text-area .brand-logo__image {
    width: 80%;
  }
  .O7-brand-list-cards .card .text-area .brand-logo__image svg {
    height: 25px;
    width: auto;
  }
  .O7-brand-list-cards .card .text-area .text-area-inner-texts {
    border: none;
    border-top: 1px solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem;
    width: 100%;
  }
  .O7-brand-list.has-image {
    padding-top: 12rem;
  }
  .O7-brand-list.has-image .image-area {
    display: block;
    margin-top: -12rem;
  }
  .O7-brand-list.has-image .O7-brand-list-top-section {
    -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;
  }
  .O7-brand-list.has-image .O7-brand-list-top-section-texts {
    margin-left: 0;
    text-align: left;
    width: 47rem;
  }
  .O7-brand-list.has-image .O7-brand-list-top-section .image-area {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O7-brand-list.has-image .O7-brand-list-top-section-texts {
    width: 56rem;
  }
  .O7-brand-list.has-image .O7-brand-list-top-section .image-area {
    width: 68rem;
  }
}
.O8-block-quote {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.O8-block-quote.as-module {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O8-block-quote.as-module .O8-block-quote-inner {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .O8-block-quote.as-module .O8-block-quote-inner {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O8-block-quote.as-module .O8-block-quote-inner {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O8-block-quote.as-module .O8-block-quote-inner {
    width: 68rem;
  }
}
.O8-block-quote.as-module.is-wide .O8-block-quote-inner {
  width: 100%;
}

.O8-block-quote.as-module.is-light-grey {
  background: #f5f5f5;
}

.O8-block-quote.as-module.is-dark-grey {
  background: #383838;
  color: #fff;
}

.site-lapinus .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon circle,
.site-lapinus .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon path,
.site-lapinus .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon polygon,
.site-lapinus .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon rect,
.site-lapinus .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon use,
.site-rockpanel .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon circle,
.site-rockpanel .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon path,
.site-rockpanel .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon polygon,
.site-rockpanel .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon rect,
.site-rockpanel .O8-block-quote.as-module.is-dark-grey .O8-block-quote-inner__icon .icon use {
  fill: #fff;
}

.O8-block-quote .O8-block-quote-inner {
  text-align: center;
}

.O8-block-quote .O8-block-quote-inner__icon {
  line-height: 1;
  margin: 0 auto 3rem;
}

.O8-block-quote .O8-block-quote-inner__icon .icon {
  margin: 0;
}

.O8-block-quote .O8-block-quote-inner__icon .icon svg {
  height: 2rem;
  width: 3rem;
}

@media screen and (min-width: 1200px) {
  .O8-block-quote .O8-block-quote-inner__icon .icon svg {
    height: 3rem;
    width: 4.5rem;
  }
}
.O8-block-quote .O8-block-quote-inner__heading {
  font-size: 20px;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.O8-block-quote.is-small .O8-block-quote-inner__heading {
  font-size: 2.2rem;
}

@media screen and (min-width: 992px) {
  .O8-block-quote .O8-block-quote-inner__heading {
    font-size: 24px;
    font-size: 3rem;
    line-height: 1.58;
    margin-bottom: 4rem;
  }
  .O8-block-quote.is-small .O8-block-quote-inner__heading {
    font-size: 2.5rem;
  }
}
.O8-block-quote .O8-block-quote-inner .O8-block-quote-inner-author-info,
.O8-block-quote .O8-block-quote-inner__heading:last-child {
  margin-bottom: 0;
}

.O8-block-quote .O8-block-quote-inner .O8-block-quote-inner-author-info__name {
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.71;
  margin: 0 0 1rem;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .O8-block-quote .O8-block-quote-inner .O8-block-quote-inner-author-info__name {
    font-size: 16px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.O8-block-quote .O8-block-quote-inner .O8-block-quote-inner-author-info .label {
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.67;
  padding: 0;
}

.O8-block-quote .O8-block-quote-inner .btn {
  margin-bottom: 0;
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .O8-block-quote .O8-block-quote-inner .btn {
    margin-top: 5rem;
  }
}
.no-results-box {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  display: none;
  float: none;
  margin: 6rem auto;
  opacity: 0;
  padding: 4rem;
  text-align: center;
  -webkit-transform: translate3d(0, 10rem, 0);
          transform: translate3d(0, 10rem, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transition-delay: 0s, 0s, 0.8s;
          transition-delay: 0s, 0s, 0.8s;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .no-results-box {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .no-results-box {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .no-results-box {
    width: 56rem;
  }
}
.has-no-results .no-results-box {
  display: block;
}

.no-results-box.is-shown {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  visibility: visible;
}

.no-results-box__title {
  font-size: 24px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.33;
}

.no-results-box__text {
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.has-no-results > .js-product-list,
.has-no-results > .load-more-wrap {
  display: none !important;
}

.O9-job-list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.O9-job-list__content {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .O9-job-list__content {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O9-job-list__content {
    width: 92rem;
  }
}
.O9-job-list .filter {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .O9-job-list .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .O9-job-list .filter__group {
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .O9-job-list .filter__group {
    width: 24rem;
  }
}
.O9-job-list .card .label-list {
  margin-bottom: 0.5rem;
}

.O9-job-list .card .text-area .card-heading {
  padding-top: 0;
}

.O9-job-list .card .text-area .card-heading:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .O9-job-list .card-list--single-stacked .card .text-area {
    padding: 4rem;
  }
}
.O9-job-list .is-hidden {
  display: none;
}

.is-dark-grey .O11-text-content-block *,
.is-darkest-grey .O11-text-content-block * {
  color: #fff !important;
}

.O11-text-content-block {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O11-text-content-block ol,
.O11-text-content-block p,
.O11-text-content-block ul {
  color: rgba(0, 0, 0, 0.7019607843);
  opacity: 1;
}

.O11-text-content-block ol li,
.O11-text-content-block ul li {
  padding: 0.5rem;
}

.O11-text-content-block__content {
  line-height: 3rem;
}

.O11-text-content-block__content p {
  opacity: 1;
}

.O11-text-content-block__content p:last-child {
  margin-bottom: 2rem;
}

.O11-text-content-block-btn-wrap {
  clear: both;
}

.O11-text-content-block-btn-wrap.full-width-cta > * {
  width: 100%;
}

.O11-text-content-block-btn-wrap .btn {
  max-width: 100%;
}

.O11-text-content-block-btn-wrap .primary-button-two {
  margin-top: 10px;
}

.O11-text-content-block.no-width {
  width: auto !important;
}

.O11-text-content-block.as-module {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .O11-text-content-block.as-module {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O11-text-content-block.as-module {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O11-text-content-block.as-module {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .O11-text-content-block.as-module.is-wide {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O11-text-content-block.as-module.is-wide {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O11-text-content-block.as-module.is-wide {
    width: 92rem;
  }
}
@media screen and (min-width: 768px) {
  .O11-text-content-block.as-module .container {
    padding-left: 0;
    padding-right: 0;
  }
  .O11-text-content-block.as-module.is-split-mode {
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O11-text-content-block.as-module.is-split-mode {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O11-text-content-block.as-module.is-split-mode {
    width: 92rem;
  }
}
.O11-text-content-block.as-module.is-split-mode ol,
.O11-text-content-block.as-module.is-split-mode ul {
  padding-left: 5rem;
}

.O11-text-content-block.as-module.is-split-mode li {
  list-style-position: outside;
}

@media screen and (min-width: 768px) {
  .O11-text-content-block.as-module.is-split-mode .O11-text-content-block__content {
    float: left;
    text-align: left;
    width: 50%;
  }
  .O11-text-content-block.as-module.is-split-mode .O11-text-content-block__content.is-first {
    padding-right: 1.5rem;
  }
  .O11-text-content-block.as-module.is-split-mode .O11-text-content-block__content.is-second {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .O11-text-content-block.as-module.is-split-mode .O11-text-content-block__content.is-first {
    padding-right: 2rem;
  }
  .O11-text-content-block.as-module.is-split-mode .O11-text-content-block__content.is-second {
    padding-left: 2rem;
  }
}
.O11-text-content-block h2,
.O11-text-content-block h3 {
  letter-spacing: -0.5px;
  padding: 2rem 0;
}

.O11-text-content-block h2:first-child,
.O11-text-content-block h3:first-child {
  padding-top: 0;
}

.O11-text-content-block h2:last-child,
.O11-text-content-block h3:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .is-split-mode.O11-text-content-block h3 {
    padding-bottom: 4rem;
  }
  .O11-text-content-block h2 {
    padding: 3rem 0;
  }
  .is-split-mode.O11-text-content-block h2 {
    padding-bottom: 5rem;
  }
}
.O11-text-content-block .btn {
  padding-top: 5px;
}

.O11-text-content-block .btn.has-primary-button {
  margin-top: 6px;
  padding-top: 5px;
}

.O11-text-content-block.is-centered {
  text-align: center;
}

.O11-text-content-block.is-centered ol,
.O11-text-content-block.is-centered ul {
  padding-left: 0;
}

.O11-text-content-block.is-centered li {
  list-style-position: inside;
}

.O11-text-content-block.no-bottom-spacing {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .O11-text-content-block.small-heading h3 {
    font-weight: 500;
  }
}
.O13-location-card .card .map-area {
  background: #f5f5f5;
  outline: none;
  overflow: hidden;
  position: relative;
}

.O13-location-card .card .map-area:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O13-location-card .card .map-area img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O13-location-card .card p {
  font-size: 14px !important;
  font-size: 1.75rem !important;
}

.O13-location-card-section-card-placeholder .card:first-child,
.O13-location-card:first-child .card {
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .O13-location-card-section-card-placeholder .card:first-child,
  .O13-location-card:first-child .card {
    margin-top: 0;
  }
}
.O13-location-card .card {
  margin: 0 0 4rem;
}

.O13-location-card h4,
.O13-location-card h5,
.O13-location-card h6 {
  padding-top: 2rem;
}

.O13-location-card h4:first-child,
.O13-location-card h5:first-child,
.O13-location-card h6:first-child {
  margin-top: 0;
  padding-top: 0.5rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .O13-location-card .card {
    position: relative;
  }
  .O13-location-card .card .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 16.5rem;
    min-height: 200px;
    padding: 3rem 4rem 3rem 16.75rem;
  }
  .O13-location-card .card .text-area .btn-wrap {
    width: 100%;
  }
  .O13-location-card .card .text-area .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
    padding-top: 0;
  }
  .O13-location-card .card .image-area,
  .O13-location-card .card .map-area {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30rem;
    z-index: 2;
  }
  .O13-location-card .card.image-square .image-area__image {
    outline: none;
    overflow: hidden;
    position: relative;
  }
  .O13-location-card .card.image-square .image-area__image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .O13-location-card .card.image-square .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .O13-location-card .card.no-image .text-area {
    margin-left: 0;
    padding: 4rem 4rem 3rem;
  }
  .O13-location-card .card.no-image .text-area .inner-text .card-heading {
    font-size: 24px;
    font-size: 3rem;
    line-height: 4rem;
  }
  .O13-location-card .card.heading-only .text-area .inner-text .card-heading {
    font-size: 34px;
    font-size: 4.25rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .O13-location-card-section {
    padding-bottom: 4rem;
  }
  .O13-location-card-section-texts {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O13-location-card-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 97rem;
  }
  .O13-location-card-section-texts {
    margin-left: 0;
    margin-right: 0;
    width: 57rem;
  }
  .O13-location-card .card {
    width: 37rem;
  }
  .O13-location-card .card .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .O13-location-card .card .text-area {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .O13-location-card-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 116rem;
  }
  .O13-location-card-section-texts {
    margin-left: 0;
    margin-right: 0;
    width: 68rem;
  }
  .O13-location-card .card {
    width: 44rem;
  }
  .O13-location-card .card .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .O13-location-card .card .text-area {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.O14-contact-info {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 9rem;
  padding-top: 9rem;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .O14-contact-info {
    padding-bottom: 11.25rem;
    padding-top: 11.25rem;
  }
}
.O14-contact-info.is-light-grey {
  background: #fff;
}

.O14-contact-info.is-light-grey:before {
  background: #f5f5f5;
  content: "";
  height: 17rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .O14-contact-info.is-light-grey:before {
    height: 19rem;
  }
}
@media screen and (min-width: 992px) {
  .O14-contact-info.is-light-grey:before {
    height: 21.75rem;
  }
}
.O14-contact-info .image-area__image {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(37.5% - 0.625rem);
  position: relative;
  width: 15.5rem;
}

.row > .O14-contact-info .image-area__image {
  max-width: calc(37.5% - 1rem);
}

@media screen and (min-width: 768px) {
  .O14-contact-info .image-area__image {
    max-width: none;
  }
}
.O14-contact-info .image-area__image:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.O14-contact-info .image-area__image img {
  border-radius: 50%;
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O14-contact-info__heading {
  font-size: 18px;
  font-size: 2.25rem;
  font-weight: 500;
  padding-bottom: 0;
}

.O14-contact-info__description {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: calc(50% - 0.5rem);
  width: 21rem;
}

.row > .O14-contact-info__description {
  max-width: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  .O14-contact-info__description {
    max-width: none;
  }
}
.O14-contact-info .divider {
  background-color: #f5f5f5;
  float: none;
  height: 1px;
  margin: 2rem auto;
  max-width: calc(50% - 0.5rem);
  width: 21rem;
}

.row > .O14-contact-info .divider {
  max-width: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  .O14-contact-info .divider {
    max-width: none;
  }
}
.O14-contact-info-ctas__item {
  padding: 1rem 2rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.O14-contact-info-ctas__item .icon {
  float: none;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.O14-contact-info-ctas__item p,
.O14-contact-info-ctas__item > a {
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 400;
  opacity: 0.65;
}

.O14-contact-info-ctas__item a {
  color: #000;
}

body.has-hover .O14-contact-info-ctas__item a:hover {
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .O14-contact-info .image-area {
    margin-bottom: 2rem;
  }
  .O14-contact-info .image-area__image {
    width: 19rem;
  }
  .O14-contact-info__heading {
    font-size: 24px;
    font-size: 3rem;
    padding-bottom: 0;
  }
  .O14-contact-info__description {
    width: 30rem;
  }
  .O14-contact-info .O14-contact-info-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .O14-contact-info .O14-contact-info-ctas__item {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .O14-contact-info .O14-contact-info-ctas__item .icon {
    margin-right: 2rem;
  }
  .O14-contact-info .O14-contact-info-ctas__item > * {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
  }
  .O14-contact-info .O14-contact-info-ctas__item:after,
  .O14-contact-info .O14-contact-info-ctas__item:before {
    content: " ";
    display: table;
  }
  .O14-contact-info .O14-contact-info-ctas__item:after {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .O14-contact-info__heading {
    font-size: 34px;
    font-size: 4.25rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .O14-contact-info__heading {
    font-size: 34px;
    font-size: 4.25rem;
    padding-bottom: 2rem;
  }
}
.O15-job-description {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O15-job-description .article-page-sections .btn,
.O15-job-description .article-page__header .btn {
  margin-bottom: 2rem;
  margin-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.O15-job-description .article-page__text-block {
  padding-bottom: 3rem;
  color: rgba(0, 0, 0, 0.7019607843);
}

.O15-job-description .article-page__text-block ol,
.O15-job-description .article-page__text-block p,
.O15-job-description .article-page__text-block ul {
  color: rgba(0, 0, 0, 0.7019607843);
  opacity: 1;
}

.O15-job-description .article-page__text-block ol li,
.O15-job-description .article-page__text-block ul li {
  padding: 0.5rem;
}

.O15-job-description .article-page__text-block:last-child {
  padding-bottom: 0;
}

.O15-job-description .article-page__text-block__heading {
  font-size: 16px;
  font-size: 2rem;
  line-height: 3rem;
}

.O15-job-description .article-page__text-block__list {
  font-size: 16px;
  font-size: 2rem;
  line-height: 3rem;
  list-style: none;
  margin-bottom: 0;
  opacity: 0.7;
  padding-left: 2rem;
}

.O15-job-description .article-page__text-block__list__item {
  padding: 1rem 0 2rem;
}

.O15-job-description .article-page__text-block__list__item:before {
  background: #383838;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  margin-left: -2rem;
  margin-top: 1.125rem;
  opacity: 0.5;
  position: absolute;
  width: 0.5rem;
}

@media screen and (min-width: 768px) {
  .O15-job-description .article-page__text-block__contact-info {
    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;
  }
  .O15-job-description .article-page__text-block__contact-info > * {
    width: 30rem;
  }
}
.O15-job-description .article-page__text-block__contact-info__item {
  padding-bottom: 2rem;
}

.O15-job-description .article-page__text-block__contact-info__item .body-text-2 {
  margin: 4px 0;
}

.O15-job-description .article-page__text-block__contact-info__item a {
  color: #383838;
  text-decoration: underline;
}

.O15-job-description .article-page__text-block__contact-info__item .label {
  font-size: 14px;
  font-size: 1.75rem;
}

.O15-job-description .article-page__text-block__contact-info__item > * {
  opacity: 0.75;
}

.O15-job-description .article-page__text-block__submit-text {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .O15-job-description__social-links {
    margin-bottom: 2rem;
  }
  .O15-job-description .article-page__header,
  .O15-job-description .article-page__text-block,
  .O15-job-description__social-links {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O15-job-description__social-links {
    float: left;
  }
  .O15-job-description .article-page {
    position: relative;
  }
  .O15-job-description .article-page:after,
  .O15-job-description .article-page:before {
    content: " ";
    display: table;
  }
  .O15-job-description .article-page:after {
    clear: both;
  }
  .O15-job-description .article-page-sections {
    float: left;
  }
  .O15-job-description .article-page__header,
  .O15-job-description .article-page__text-block {
    margin-left: 0;
    margin-right: 0;
  }
  .O15-job-description .article-page__sidebar-block {
    float: right;
  }
  .O15-job-description .article-page__sidebar-block .card {
    margin-top: 0;
  }
  .O15-job-description .article-page__header {
    margin-left: 10rem;
    width: 100%;
  }
  .O15-job-description .article-page__text-block {
    margin-left: 10rem;
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O15-job-description .article-page__header {
    margin-left: 12rem;
    width: 100%;
  }
  .O15-job-description .article-page__text-block {
    margin-left: 12rem;
    width: 68rem;
  }
}
.O16-link-mosaic {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  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;
      flex-wrap: wrap;
  float: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 43rem;
}

.row > .O16-link-mosaic.as-module .O16-link-mosaic-inner {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner {
    max-width: none;
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner {
    width: 116rem;
  }
}
.O16-link-mosaic.as-module .O16-link-mosaic-inner a {
  text-decoration: none;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container {
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container .inner-text {
  border-radius: 0.625rem;
  margin: 1.875rem;
  overflow: hidden;
  position: relative;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container .inner-text.is-light-grey-overlay {
  background: rgba(245, 245, 245, 0.5019607843);
  color: #000;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container .inner-text.is-dark-grey-overlay {
  background: rgba(56, 56, 56, 0.5019607843);
  color: #fff;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container .inner-text.is-darkest-grey-overlay {
  background: rgba(43, 43, 43, 0.5019607843);
  color: #fff;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container .inner-text.is-lighter-grey-overlay {
  background: rgba(248, 248, 248, 0.5019607843);
  color: #000;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container .inner-text .text {
  padding: 1.25rem;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container .inner-text .text p {
  opacity: 1;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container .inner-text .text-icon {
  margin-left: 1.25rem;
  margin-top: 1.25rem;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner a .text-container .inner-text .text-icon img {
  position: relative;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner-block {
  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;
  max-width: 100%;
  position: relative;
  width: 43rem;
}

.row > .O16-link-mosaic.as-module .O16-link-mosaic-inner-block {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block {
    width: 56rem;
  }
}
.O16-link-mosaic.as-module .O16-link-mosaic-inner-block.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap-reverse;
          flex-flow: row wrap-reverse;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner-block.reversed .O16-link-mosaic-inner-block__big {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner-block.reversed .O16-link-mosaic-inner-block__big img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block.reversed .O16-link-mosaic-inner-block__big {
    margin-top: 7rem;
  }
}
body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__big,
body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__small {
  -webkit-box-shadow: inset 0 0 0 0 #fff;
          box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__big img,
body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__small img {
  width: 100%;
}

body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__big:hover,
body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__small:hover {
  -webkit-box-shadow: inset 0 0 0 1rem #fff;
          box-shadow: inset 0 0 0 1rem #fff;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__big:after,
  body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__small:after {
    bottom: -1px;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
            box-shadow: inset 0 0 0 0 #fff;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__big .btn,
  body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__small .btn {
    z-index: 1;
  }
  body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__big:hover,
  body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__small:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__big:hover:after,
  body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__small:hover:after {
    -webkit-box-shadow: inset 0 0 0 1rem #fff;
            box-shadow: inset 0 0 0 1rem #fff;
  }
}
body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__big.js-scroll-reveal,
body.has-hover .O16-link-mosaic.as-module .O16-link-mosaic-inner-block a.O16-link-mosaic-inner-block__small.js-scroll-reveal {
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner-block__big {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  margin-top: 3rem;
  max-width: 100%;
  position: relative;
  width: 43rem;
}

.row > .O16-link-mosaic.as-module .O16-link-mosaic-inner-block__big {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block__big {
    max-width: none;
    width: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block__big {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block__big {
    width: 56rem;
  }
}
.O16-link-mosaic.as-module .O16-link-mosaic-inner-block__big:before {
  content: "";
  display: block;
  float: right;
  padding: 100% 0 0;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner-block__small {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: calc(50% - 0.5rem);
  position: relative;
  width: 21rem;
}

.row > .O16-link-mosaic.as-module .O16-link-mosaic-inner-block__small {
  max-width: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block__small {
    max-width: none;
    width: 19rem;
  }
}
@media screen and (min-width: 992px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block__small {
    width: 22rem;
  }
}
@media screen and (min-width: 1200px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block__small {
    width: 26rem;
  }
}
.O16-link-mosaic.as-module .O16-link-mosaic-inner-block__small:before {
  content: "";
  display: block;
  float: right;
  padding: 100% 0 0;
}

.O16-link-mosaic.as-module .O16-link-mosaic-inner-block__small.mobile-is-hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block__small.mobile-is-hidden {
    display: block;
  }
}
.O16-link-mosaic.as-module .O16-link-mosaic-inner-block .btn {
  background: #fff;
  bottom: -2rem;
  font-size: 14px;
  font-size: 1.75rem;
  left: 0;
  max-width: calc(100% - 24px);
  padding: 1.25rem 2rem 1.25rem 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block .btn {
    max-width: calc(100% - 8px);
  }
}
@media screen and (min-width: 992px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block .btn {
    font-size: 16px;
    font-size: 2rem;
    max-width: calc(100% - 24px);
  }
}
@media screen and (min-width: 1200px) {
  .O16-link-mosaic.as-module .O16-link-mosaic-inner-block .btn {
    font-size: 16px;
    font-size: 2rem;
  }
}
.O16-link-mosaic-btn {
  margin-top: 10rem;
  text-align: center;
}

.no-results-box {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  display: none;
  float: none;
  margin: 6rem auto;
  opacity: 0;
  padding: 4rem;
  text-align: center;
  -webkit-transform: translate3d(0, 10rem, 0);
          transform: translate3d(0, 10rem, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transition-delay: 0s, 0s, 0.8s;
          transition-delay: 0s, 0s, 0.8s;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .no-results-box {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .no-results-box {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .no-results-box {
    width: 56rem;
  }
}
.has-no-results .no-results-box {
  display: block;
}

.no-results-box__wrapper {
  width: 100%;
}

.no-results-box.is-shown {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  visibility: visible;
}

.no-results-box__title {
  font-size: 24px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.33;
}

.no-results-box__text {
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.has-no-results > .js-product-list,
.has-no-results > .load-more-wrap {
  display: none !important;
}

.O19-filtered-feed {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O19-filtered-feed__header {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .O19-filtered-feed__header {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O19-filtered-feed__header {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O19-filtered-feed__header {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .O19-filtered-feed__header.is-wide {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O19-filtered-feed__header.is-wide {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O19-filtered-feed__header.is-wide {
    width: 116rem;
  }
}
.O19-filtered-feed__list {
  position: relative;
}

.O19-filtered-feed__list.card-list {
  padding-bottom: 0;
}

.O19-filtered-feed__list .card-list--standalone .card,
.O19-filtered-feed__list .card-list--three-card-row {
  padding-bottom: 0;
  padding-top: 0;
}

.O19-filtered-feed__list .card-list--standalone .card {
  margin-bottom: 2rem;
}

.O19-filtered-feed__more {
  padding-top: 6rem;
}

.O19-filtered-feed__more.is-hidden {
  display: none;
}

.O19-filtered-feed .label-list > .label {
  white-space: normal;
}

.O19-filtered-feed.is-dark-grey .select__label {
  color: #fff;
}

.O19-filtered-feed.is-dark-grey .select__container.is-open .select__opener {
  color: rgba(255, 255, 255, 0.5019607843);
}

.O19-filtered-feed.is-dark-grey .select__panel {
  color: #000;
}

.O19-filtered-feed.is-dark-grey .no-results-box {
  -webkit-box-shadow: 2px 2px 4px 0 #000;
          box-shadow: 2px 2px 4px 0 #000;
}

.O19-filtered-feed.is-dark-grey .no-results-box__title {
  color: #000;
}

.O19-filtered-feed .select__label {
  color: #000;
  font-weight: 400;
  opacity: 1;
}

.O19-filtered-feed .filter {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .O19-filtered-feed .filter__group:last-child .select {
    margin-bottom: 0;
  }
}
.O19-filtered-feed .filter__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.O19-filtered-feed .filter__group .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.O19-5-filtered-products .O95-product-card.card .text-area .product-card-details__description {
  display: block;
  padding-top: 1rem;
}

.O20-multiple-links-card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 43rem;
}

.row > .O20-multiple-links-card {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O20-multiple-links-card {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O20-multiple-links-card {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .O20-multiple-links-card {
    width: 44rem;
  }
}
.O20-multiple-links-card .card {
  margin: 3rem 0;
}

@media screen and (min-width: 768px) {
  .O20-multiple-links-card .card {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .O20-multiple-links-card .card .image-area {
    display: block;
  }
}
.O20-multiple-links-card .card.has-image .text-area {
  margin-left: 0 !important;
  padding-top: 10rem !important;
}

@media screen and (min-width: 768px) {
  .O20-multiple-links-card .card.has-image .text-area {
    padding-top: 11rem !important;
  }
}
.O20-multiple-links-card .card .inner-text {
  padding-right: 2rem;
}

.O20-multiple-links-card .card .download-heading {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .O20-multiple-links-card .card .download-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.O20-multiple-links-card .card .body-text-2 {
  margin-bottom: 1rem;
}

.O20-multiple-links-card .card .card-heading {
  font-size: 18px;
  font-size: 2.25rem;
  line-height: 1.78;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .O20-multiple-links-card .card .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 1.6;
  }
}
.O20-multiple-links-card .card.multiple-links .download-heading {
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 1.71;
}

.O20-multiple-links-card .card.multiple-links .download-link-list .label-list > * {
  white-space: normal;
}

.O20-multiple-links-card .card.multiple-links .download-link-list__link {
  border-bottom: 1px solid #ebebeb;
  padding: 2rem 0;
}

.O20-multiple-links-card .card.multiple-links .download-link-list__link:last-child {
  border: none;
  padding-bottom: 0;
}

.O20-multiple-links-card .card.multiple-links .download-link-list__btn-wrap {
  border-bottom: 1px solid #ebebeb;
  padding: 2rem 0;
}

.O20-multiple-links-card .card.multiple-links .download-link-list__btn-wrap .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.O20-multiple-links-card .card.multiple-links .download-link-list__btn-wrap .btn .btn__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.O20-multiple-links-card .card.multiple-links .download-link-list__btn-wrap .btn .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.O20-multiple-links-card .card.multiple-links .download-link-list__btn-wrap .btn .download-link-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
}

.O20-multiple-links-card .card.multiple-links .download-link-list__btn-wrap .btn .download-link-list__icon .icon {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .O20-multiple-links-card .card.multiple-links .download-link-list .card-heading {
    font-size: 20px;
    font-size: 2.5rem;
  }
}
.O20-multiple-links-card .card.multiple-links .image-area {
  margin-bottom: -8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative !important;
  top: 0;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .O20-multiple-links-card .card.multiple-links .image-area {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.O20-multiple-links-card .card.multiple-links .text-area {
  padding: 3rem 3rem 2.5rem;
}

@media screen and (min-width: 768px) {
  .O20-multiple-links-card .card.multiple-links .text-area {
    padding: 4rem 4rem 3.5rem;
    padding: 3rem 4rem 2.5rem;
  }
}
.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__link > * {
  pointer-events: none;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__icon .icon {
  margin: 0;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__icon img {
  height: 100%;
  width: 100%;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__btn-wrap {
  border-bottom: 1px solid #ebebeb;
  padding: 2rem 0;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__btn-wrap .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__btn-wrap .btn .btn__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__btn-wrap .btn .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__btn-wrap .btn .download-link-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list__btn-wrap .btn .download-link-list__icon .icon {
  margin: 0;
}

.O20-multiple-links-card .card.multiple-links .text-area .download-link-list a.download-link-list__link {
  color: #000;
}

body.has-hover .O20-multiple-links-card .card.multiple-links .text-area .download-link-list a.download-link-list__link:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .O31-article-text-section-card-placeholder .O20-multiple-links-card .card.multiple-links .card .image-area {
    position: relative !important;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
  .O31-article-text-section-card-placeholder .O20-multiple-links-card .card.multiple-links .card .text-area {
    display: block;
    margin-left: 0;
    min-height: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.O20-1-multiple-links-cards {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.O20-1-multiple-links-cards .heading-container {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .O20-1-multiple-links-cards .heading-container {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O20-1-multiple-links-cards .heading-container {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O20-1-multiple-links-cards .heading-container {
    width: 68rem;
  }
}
.O20-1-multiple-links-cards .heading-container h3 {
  font-size: 24px;
  font-size: 3rem;
  line-height: 4rem;
}

@media screen and (min-width: 768px) {
  .O20-1-multiple-links-cards .heading-container h3 {
    font-size: 28px;
    font-size: 3.5rem;
    line-height: 40px;
  }
}
.O20-1-multiple-links-cards .card-list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O20-1-multiple-links-cards .card-list--single-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 6rem;
}

@media screen and (min-width: 768px) {
  .O20-1-multiple-links-cards .card-list--single-stacked {
    padding-top: 4rem;
  }
}
.O20-1-multiple-links-cards .card-list--single-stacked .card {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 4px 0;
  width: 43rem;
}

.row > .O20-1-multiple-links-cards .card-list--single-stacked .card {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O20-1-multiple-links-cards .card-list--single-stacked .card {
    max-width: none;
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O20-1-multiple-links-cards .card-list--single-stacked .card {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O20-1-multiple-links-cards .card-list--single-stacked .card {
    width: 92rem;
  }
}
.O20-1-multiple-links-cards .card-list--single-stacked .card .card-heading {
  padding-bottom: 0;
  padding-top: 1rem;
}

.O20-1-multiple-links-cards .card-list--single-stacked .card .card-heading:first-child {
  padding-top: 0;
}

.O20-1-multiple-links-cards .card-list--single-stacked .card .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .O20-1-multiple-links-cards .card-list--single-stacked .card .text-area {
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .O20-1-multiple-links-cards .card-list--single-stacked .card .text-area {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.O20-1-multiple-links-cards .card-list--single-stacked .card .text-area .btn-wrap {
  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-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.O20-1-multiple-links-cards .card-list--single-stacked .card .text-area .btn-wrap .divider {
  display: none;
}

.O20-1-multiple-links-cards .card-list--single-stacked .card .text-area .btn-wrap .btn {
  float: right;
  margin: auto;
  padding-left: 16px;
}

.O20-1-multiple-links-cards .card-list--single-stacked .card .text-area .btn-wrap .btn__text {
  display: none;
}

@media screen and (min-width: 768px) {
  .O20-1-multiple-links-cards .card-list--single-stacked .card .text-area .btn-wrap .btn__text {
    display: inline-block;
  }
}
.O22-stats {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-image: image-url("/local/templates/rockfon/dist/assets/styles/svg/map-grey.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O22-stats.no-image {
  background-image: none;
}

.O22-stats.is-narrow {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .O22-stats.is-narrow {
    width: 66rem;
  }
}
@media screen and (min-width: 992px) {
  .O22-stats.is-narrow {
    width: 80rem;
  }
  .O22-stats.is-narrow .O22-stats-inner-item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .O22-stats.is-narrow {
    width: 96rem;
  }
  .O22-stats.is-narrow .O22-stats-inner-item {
    width: 50%;
  }
}
.O22-stats.is-narrow .O22-stats-inner {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.O22-stats-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (min-width: 768px) {
  .O22-stats-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.O22-stats-inner-item {
  padding: 4rem 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.O22-stats-inner-item:after {
  background: #ececec;
  content: "";
  height: 1px;
  left: 6rem;
  margin: 3rem 0;
  position: absolute;
  right: 6rem;
  top: -4rem;
}

@media screen and (min-width: 768px) {
  .O22-stats-inner-item:after {
    display: none;
  }
}
.O22-stats-inner-item:first-child():after {
  display: none;
}

@media screen and (min-width: 992px) {
  .O22-stats-inner-item {
    border: none;
    padding: 0 3rem;
    width: 33.33%;
  }
}
.O22-stats-inner-item > * {
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .O22-stats-inner-item > * {
    padding-bottom: 3rem;
  }
}
.O22-stats-inner-item .label {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-top: 0;
}

.O22-stats-inner-item__number {
  color: #d20014;
  color: var(--color-brand-color);
  display: block;
  font-size: 64px;
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1;
  min-height: 11rem;
}

@media screen and (min-width: 1200px) {
  .O22-stats-inner-item__number {
    font-size: 80px;
    font-size: 10rem;
    min-height: 13rem;
  }
}
.O22-stats.as-module .O22-stats-inner {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.O22-stats.as-module .O22-stats-inner.full-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .O22-stats.as-module .O22-stats-inner {
    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;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .O22-stats.as-module .O22-stats-inner-item {
    padding-bottom: 2rem;
  }
  .O22-stats.as-module .O22-stats-inner.full-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.O22-stats-btn-wrap {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .O22-stats-btn-wrap {
    padding-top: 1rem;
  }
}
.O23-tabs__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.O23-tabs {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-top: 6rem;
}

.O23-tabs.is-filter {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .O23-tabs__nav {
    border-bottom: 1px solid #e4e4e4;
  }
}
.O23-tabs__nav.is-sticky {
  background: #fff;
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: 1010;
}

.has-scroll .O23-tabs__nav {
  border-bottom: 1px solid #e4e4e4;
}

.O23-tabs__nav > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .O23-tabs__nav > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .is-filter .O23-tabs__nav > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .O23-tabs__nav > .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .is-filter .O23-tabs__nav > .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.O23-tabs__nav > .container:after,
.O23-tabs__nav > .container:before {
  display: none;
}

.has-scroll .O23-tabs__nav > .container {
  overflow: hidden;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .has-scroll .O23-tabs__nav > .container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .has-scroll .O23-tabs__nav > .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-scroll .O23-tabs__nav > .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.has-scroll .O23-tabs__nav > .container:after,
.has-scroll .O23-tabs__nav > .container:before {
  bottom: 0;
  content: "";
  display: block;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 8rem;
  z-index: 10;
}

.has-scroll .O23-tabs__nav > .container:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #fff);
  left: 0;
}

.has-scroll .O23-tabs__nav > .container.is-in-start:before,
.has-scroll .O23-tabs__nav > .container.no-fade-outs:before {
  opacity: 0;
}

.has-scroll .O23-tabs__nav > .container:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  right: 0;
}

.has-scroll .O23-tabs__nav > .container.is-in-end:after,
.has-scroll .O23-tabs__nav > .container.no-fade-outs:after {
  opacity: 0;
}

.has-scroll .O23-tabs__nav.is-light-grey > .container:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: linear-gradient(-90deg, rgba(245, 245, 245, 0), #f5f5f5);
}

.has-scroll .O23-tabs__nav.is-light-grey > .container:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: linear-gradient(90deg, rgba(245, 245, 245, 0), #f5f5f5);
}

.O23-tabs__content {
  display: none;
  overflow: hidden;
}

.O23-tabs__content.is-active {
  display: block;
}

.O23-tabs__list {
  margin: auto;
  position: relative;
}

.has-4-tabs .O23-tabs__list,
.has-5-tabs .O23-tabs__list,
.is-filter .O23-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.has-scroll .O23-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.O23-tabs__list__indicator {
  background: var(--color-brand-color);
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 8rem;
}

@media screen and (min-width: 992px) {
  .O23-tabs__list__indicator {
    -webkit-transform: translate3d(1.5rem, 0, 0);
            transform: translate3d(1.5rem, 0, 0);
    width: 17rem;
  }
}
@media screen and (min-width: 1200px) {
  .O23-tabs__list__indicator {
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
    width: 20rem;
  }
}
@media screen and (min-width: 992px) {
  .has-7-tabs .O23-tabs__list__indicator {
    width: 17rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-7-tabs .O23-tabs__list__indicator {
    width: 20rem;
  }
}
@media screen and (min-width: 992px) {
  .has-4-tabs .O23-tabs__list__indicator {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-4-tabs .O23-tabs__list__indicator {
    width: 32rem;
  }
}
@media screen and (min-width: 992px) {
  .has-3-tabs .O23-tabs__list__indicator {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-3-tabs .O23-tabs__list__indicator {
    width: 32rem;
  }
}
@media screen and (min-width: 992px) {
  .has-2-tabs .O23-tabs__list__indicator {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-2-tabs .O23-tabs__list__indicator {
    width: 32rem;
  }
}
@media screen and (min-width: 992px) {
  .is-filter .O23-tabs__list__indicator {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .is-filter .O23-tabs__list__indicator {
    width: auto;
  }
}
.O23-tabs__item {
  float: left;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .O23-tabs__item {
    padding: 0 1.5rem;
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .O23-tabs__item {
    padding: 0 2rem;
    width: 24rem;
  }
}
.has-scroll .O23-tabs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 992px) {
  .has-scroll .O23-tabs__item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-scroll .O23-tabs__item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .has-4-tabs .O23-tabs__item {
    width: 30rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-4-tabs .O23-tabs__item {
    width: 36rem;
  }
}
@media screen and (min-width: 992px) {
  .has-7-tabs .O23-tabs__item {
    width: 17rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-7-tabs .O23-tabs__item {
    width: 20rem;
  }
}
@media screen and (min-width: 992px) {
  .has-3-tabs .O23-tabs__item {
    padding-left: 3rem;
    padding-right: 3rem;
    width: 36rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-3-tabs .O23-tabs__item {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 44rem;
  }
}
@media screen and (min-width: 992px) {
  .has-2-tabs .O23-tabs__item {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-2-tabs .O23-tabs__item {
    padding-left: 10rem;
    padding-right: 10rem;
    width: 56rem;
  }
}
@media screen and (min-width: 992px) {
  .is-filter .O23-tabs__item {
    padding-left: 3rem;
    padding-right: 3rem;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .is-filter .O23-tabs__item {
    padding-left: 4rem;
    padding-right: 4rem;
    width: auto;
  }
}
.O23-tabs__item__inner {
  color: #000;
  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;
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  height: 8rem;
  line-height: 1.25;
  padding: 1rem 0.375rem;
  -webkit-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
  .O23-tabs__item__inner {
    font-size: 14px;
    font-size: 1.75rem;
    height: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .O23-tabs__item__inner {
    font-size: 16px;
    font-size: 2rem;
  }
}
.has-7-tabs .O23-tabs__item__inner {
  height: 14rem;
}

.O23-tabs__item__inner span {
  margin: auto;
  max-width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .has-scroll .O23-tabs__item__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.O23-tabs__item.is-active .O23-tabs__item__inner,
body.has-hover .O23-tabs__item__inner:hover {
  color: var(--color-brand-color);
  text-decoration: none;
}

.O23-tabs__item.is-active .O23-tabs__item__inner {
  pointer-events: none;
}

.O23-tabs__select {
  font-size: 16px;
  font-size: 2rem;
  position: relative;
}

.O23-tabs__select__elem {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 1rem 0;
  width: 100%;
  width: calc(100% + 28px);
}

.O23-tabs__select__elem:focus {
  outline: 0;
}

.O23-tabs__select .icon {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.O23-tabs__pagination {
  max-width: 100%;
  width: 44rem;
}

@media screen and (min-width: 768px) {
  .O23-tabs__pagination {
    display: none;
    max-width: none;
  }
}
.O23-tabs__pagination__controls {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.O23-tabs__pagination__controls__next,
.O23-tabs__pagination__controls__prev {
  padding: 1rem 2rem;
}

.O23-tabs__pagination__controls__label {
  font-size: 2.5rem;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.O23-tabs__pagination__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.O23-tabs__pagination__list__item {
  list-style: none;
  margin: 0.25rem;
}

.O23-tabs__pagination__list__item.is-active .O23-tabs__pagination__list__item__inner {
  background-color: var(--color-brand-color);
}

.O23-tabs__pagination__list__item__inner {
  background-color: #ececec;
  border-radius: 50%;
  display: block;
  height: 0.875rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 0.875rem;
}

.O27-social-links {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.O27-social-links-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(75% - 0.25rem);
  width: 32rem;
}

.row > .O27-social-links-list {
  max-width: calc(75% - 1rem);
}

@media screen and (min-width: 768px) {
  .O27-social-links-list {
    max-width: none;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .O27-social-links-list {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O27-social-links-list {
    width: 32rem;
  }
}
.O27-social-links-list > * {
  margin-right: 4rem;
}

.O27-social-links-list__text {
  font-weight: 500;
  opacity: 0.4;
}

.O27-social-links.is-vertical .O27-social-links-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(25% - 0.75rem);
  width: 10rem;
}

.row > .O27-social-links.is-vertical .O27-social-links-list {
  max-width: calc(25% - 1rem);
}

@media screen and (min-width: 768px) {
  .O27-social-links.is-vertical .O27-social-links-list {
    max-width: none;
    width: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .O27-social-links.is-vertical .O27-social-links-list {
    width: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .O27-social-links.is-vertical .O27-social-links-list {
    width: 8rem;
  }
}
.O27-social-links.is-vertical .O27-social-links-list > * {
  margin-bottom: 4rem;
  margin-left: 0;
  margin-right: 0;
}

.O27-social-links.is-attached {
  padding: 2rem 0;
}

@media screen and (min-width: 992px) {
  .O27-social-links.is-attached {
    position: absolute;
    z-index: 10;
  }
  .social--top.O27-social-links.is-attached {
    bottom: auto;
    position: absolute;
    top: auto;
  }
  .social--bottom.O27-social-links.is-attached {
    bottom: 300px;
    position: absolute;
    top: auto;
  }
  .social--hide.O27-social-links.is-attached {
    display: none;
  }
  .social--follow.O27-social-links.is-attached {
    position: fixed;
    top: 150px;
  }
  .O27-social-links.is-attached .O27-social-links-list {
    width: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .O27-social-links.is-attached .O27-social-links-list {
    width: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .O27-social-links.is-attached .O27-social-links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .O27-social-links.is-attached .O27-social-links-list > * {
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.O28-article-footer {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.O28-article-footer__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 6rem;
}

.O28-article-footer__contact-info .image-area {
  max-width: calc(25% - 0.75rem);
  width: 10rem;
}

.row > .O28-article-footer__contact-info .image-area {
  max-width: calc(25% - 1rem);
}

@media screen and (min-width: 768px) {
  .O28-article-footer__contact-info .image-area {
    max-width: none;
  }
}
.O28-article-footer__contact-info .image-area__image {
  position: relative;
  width: 80%;
}

.O28-article-footer__contact-info .image-area__image:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.O28-article-footer__contact-info .image-area__image img {
  border-radius: 50%;
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O28-article-footer__contact-info__text-area {
  max-width: calc(75% - 0.25rem);
  width: 32rem;
}

.row > .O28-article-footer__contact-info__text-area {
  max-width: calc(75% - 1rem);
}

@media screen and (min-width: 768px) {
  .O28-article-footer__contact-info__text-area {
    max-width: none;
  }
}
.O28-article-footer__contact-info__text-area__heading {
  font-size: 24px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 14px;
}

.O28-article-footer__contact-info__text-area__title,
.O28-article-footer__contact-info__text-area__title.body-text-2 {
  opacity: 0.8;
}

.O28-article-footer__contact-info__text-area__person-info {
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.67;
  margin: 0 0 3rem;
  opacity: 0.5;
  padding: 0;
}

.O28-article-footer__contact-info__text-area .O28-article-footer-btn-social-wrap {
  -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;
}

.O28-article-footer__contact-info__text-area .O28-article-footer-btn-social-wrap .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4rem;
}

.O28-article-footer__contact-info .O27-social-links-list > * {
  margin-right: 3rem;
}

@media screen and (min-width: 992px) {
  .O28-article-footer.is-wide .O28-article-footer__contact-info {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O28-article-footer.is-wide .O28-article-footer__contact-info {
    width: 92rem;
  }
}
@media screen and (min-width: 768px) {
  .O28-article-footer__contact-info {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5rem;
    width: 63rem;
  }
  .O28-article-footer__contact-info .image-area {
    width: 19rem;
  }
  .O28-article-footer__contact-info__text-area {
    width: 41rem;
  }
  .O28-article-footer__contact-info__text-area .label {
    font-weight: 500;
    padding-bottom: 0;
  }
  .O28-article-footer__contact-info__text-area__heading {
    font-size: 34px;
    font-size: 4.25rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .O28-article-footer__contact-info {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 97rem;
  }
  .O28-article-footer__contact-info .image-area {
    width: 17rem;
  }
  .O28-article-footer__contact-info__text-area {
    width: 77rem;
  }
  .O28-article-footer__contact-info__text-area__heading {
    width: 37rem;
  }
  .O28-article-footer__contact-info .O28-article-footer-btn-social-wrap,
  .O28-article-footer__contact-info__text-area__person-info,
  .O28-article-footer__contact-info__text-area__title {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O28-article-footer__contact-info {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 116rem;
  }
  .O28-article-footer__contact-info .image-area {
    width: 20rem;
  }
  .O28-article-footer__contact-info__text-area {
    width: 92rem;
  }
  .O28-article-footer__contact-info__text-area__heading {
    width: 44rem;
  }
  .O28-article-footer__contact-info .O28-article-footer-btn-social-wrap,
  .O28-article-footer__contact-info__text-area__person-info,
  .O28-article-footer__contact-info__text-area__title {
    width: 32rem;
  }
}
@media screen and (max-width: 374px) {
  .O28-article-footer .O28-article-footer-btn-social-wrap.two-contact-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .O28-article-footer .O28-article-footer-btn-social-wrap.two-contact-buttons .btn {
    margin-bottom: 10px;
  }
}
.O28-article-footer__info-blocks {
  border-top: 1px solid #ebebeb;
  padding: 4rem 0;
}

.O28-article-footer__info-blocks__heading {
  font-size: 20px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 4rem;
  padding: 0;
}

.O28-article-footer__info-blocks__link-list > * {
  padding-top: 1rem;
}

.O28-article-footer__info-blocks__link-list > :last-child a,
.O28-article-footer__info-blocks__link-list > :last-child p {
  padding-bottom: 0;
}

.O28-article-footer__info-blocks__link-list__item .label {
  font-weight: 500;
}

.O28-article-footer__info-blocks a,
.O28-article-footer__info-blocks p {
  display: block;
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 0;
  opacity: 1;
  padding: 1rem 0;
}

.O28-article-footer__info-blocks p {
  color: rgba(0, 0, 0, 0.7019607843);
}

.O28-article-footer__partners__heading {
  font-size: 20px;
  font-size: 2.5rem;
  line-height: 4rem;
}

@media screen and (min-width: 768px) {
  .O28-article-footer__info-blocks {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 63rem;
  }
  .O28-article-footer__info-blocks__link-list {
    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;
  }
  .O28-article-footer__info-blocks__link-list > * {
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .O28-article-footer__info-blocks {
    margin-left: 30rem;
    width: 87rem;
  }
  .O28-article-footer__info-blocks__link-list {
    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;
  }
  .O28-article-footer__info-blocks__link-list:after {
    content: "";
    display: block;
    height: 0;
    width: 27rem;
  }
  .O28-article-footer__info-blocks__link-list > * {
    width: 27rem;
  }
  .O28-article-footer__info-blocks__link-list > * a {
    width: 17rem;
  }
}
@media screen and (min-width: 1200px) {
  .O28-article-footer__info-blocks {
    margin-left: 36rem;
    width: 104rem;
  }
  .O28-article-footer__info-blocks__link-list {
    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;
  }
  .O28-article-footer__info-blocks__link-list:after {
    content: "";
    display: block;
    height: 0;
    width: 32rem;
  }
  .O28-article-footer__info-blocks__link-list > * {
    width: 32rem;
  }
  .O28-article-footer__info-blocks__link-list > * a {
    width: 20rem;
  }
}
.O27-social-links {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.O27-social-links-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(75% - 0.25rem);
  width: 32rem;
}

.row > .O27-social-links-list {
  max-width: calc(75% - 1rem);
}

@media screen and (min-width: 768px) {
  .O27-social-links-list {
    max-width: none;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .O27-social-links-list {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O27-social-links-list {
    width: 32rem;
  }
}
.O27-social-links-list > * {
  margin-right: 4rem;
}

.O27-social-links-list__text {
  font-weight: 500;
  opacity: 0.4;
}

.O27-social-links.is-vertical .O27-social-links-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(25% - 0.75rem);
  width: 10rem;
}

.row > .O27-social-links.is-vertical .O27-social-links-list {
  max-width: calc(25% - 1rem);
}

@media screen and (min-width: 768px) {
  .O27-social-links.is-vertical .O27-social-links-list {
    max-width: none;
    width: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .O27-social-links.is-vertical .O27-social-links-list {
    width: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .O27-social-links.is-vertical .O27-social-links-list {
    width: 8rem;
  }
}
.O27-social-links.is-vertical .O27-social-links-list > * {
  margin-bottom: 4rem;
  margin-left: 0;
  margin-right: 0;
}

.O27-social-links.is-attached,
.O29-article-header-top-section__social-links {
  padding: 2rem 0;
}

@media screen and (min-width: 992px) {
  .O27-social-links.is-attached,
  .O29-article-header-top-section__social-links {
    position: absolute;
    z-index: 10;
  }
  .social--top.O27-social-links.is-attached,
  .social--top.O29-article-header-top-section__social-links {
    bottom: auto;
    position: absolute;
    top: auto;
  }
  .social--bottom.O27-social-links.is-attached,
  .social--bottom.O29-article-header-top-section__social-links {
    bottom: 300px;
    position: absolute;
    top: auto;
  }
  .social--hide.O27-social-links.is-attached,
  .social--hide.O29-article-header-top-section__social-links {
    display: none;
  }
  .social--follow.O27-social-links.is-attached,
  .social--follow.O29-article-header-top-section__social-links {
    position: fixed;
    top: 150px;
  }
  .O27-social-links.is-attached .O27-social-links-list,
  .O29-article-header-top-section__social-links .O27-social-links-list {
    width: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .O27-social-links.is-attached .O27-social-links-list,
  .O29-article-header-top-section__social-links .O27-social-links-list {
    width: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .O27-social-links.is-attached .O27-social-links-list,
  .O29-article-header-top-section__social-links .O27-social-links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .O27-social-links.is-attached .O27-social-links-list > *,
  .O29-article-header-top-section__social-links .O27-social-links-list > * {
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.O29-article-header {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-top: 6rem;
}

@media screen and (min-width: 768px) {
  .O29-article-header-top-section {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O29-article-header-top-section {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O29-article-header-top-section {
    width: 116rem;
  }
}
@media screen and (min-width: 768px) {
  .O29-article-header-top-section {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .O29-article-header-top-section-main {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O29-article-header-top-section-main {
    width: 116rem;
  }
}
.O29-article-header-top-section .label.is-black {
  font-weight: 500;
}

.O29-article-header-top-section .label {
  font-size: 12px;
  font-size: 1.5rem;
}

.O29-article-header-top-section__heading {
  font-weight: 400;
  line-height: 1.33;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .O29-article-header-top-section__heading {
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  .O29-article-header-top-section__heading {
    line-height: 1.14;
  }
}
.O29-article-header-top-section h1.O29-article-header-top-section__heading {
  font-size: 30px;
  font-size: 3.75rem;
}

@media screen and (min-width: 768px) {
  .O29-article-header-top-section h1.O29-article-header-top-section__heading {
    font-size: 40px;
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  .O29-article-header-top-section h1.O29-article-header-top-section__heading {
    font-size: 56px;
    font-size: 7rem;
    line-height: 1.14;
  }
}
.O29-article-header-top-section__description {
  font-size: 18px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.33;
}

@media screen and (min-width: 768px) {
  .O29-article-header-top-section__description {
    font-size: 20px;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .O29-article-header-top-section__description {
    font-size: 24px;
    font-size: 3rem;
    line-height: 1.33;
  }
}
@media screen and (min-width: 992px) {
  .O29-article-header-top-section__social-links {
    margin-left: -10rem;
  }
}
@media screen and (min-width: 1200px) {
  .O29-article-header-top-section__social-links {
    margin-left: -12rem;
  }
}
.O29-article-header .image-area {
  padding: 2rem 0;
}

@media screen and (min-width: 992px) {
  .O29-article-header .image-area {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O29-article-header .image-area {
    width: 116rem;
  }
}
.O29-article-header .image-area__image {
  outline: none;
  overflow: hidden;
  position: relative;
}

.O29-article-header .image-area__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O29-article-header .image-area__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O29-article-header .author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 40px;
}

.O29-article-header .author:after,
.O29-article-header .author:before {
  content: " ";
  display: table;
}

.O29-article-header .author:after {
  clear: both;
}

.O29-article-header .author figure {
  position: absolute;
}

.O29-article-header .author div.label {
  margin-left: 52px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .O29-article-header .author div.label {
    line-height: 2rem;
  }
}
.O29-article-header .author-image {
  float: left;
  height: 40px;
  margin-right: 1.5rem;
  width: 40px;
}

.O29-article-header .author-image img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.O29-article-header .body-text-2 {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .O29-article-header-bottom-section {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O29-article-header-bottom-section {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O29-article-header-bottom-section {
    width: 116rem;
  }
}
@media screen and (min-width: 768px) {
  .O29-article-header-bottom-section {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .O29-article-header.is-wide .O29-article-header-bottom-section,
  .O29-article-header.is-wide .O29-article-header-top-section,
  .O29-article-header.is-wide .O29-article-header-top-section-main,
  .O29-article-header.is-wide .image-area {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O29-article-header.is-wide .O29-article-header-bottom-section,
  .O29-article-header.is-wide .O29-article-header-top-section,
  .O29-article-header.is-wide .O29-article-header-top-section-main,
  .O29-article-header.is-wide .image-area {
    width: 92rem;
  }
}
.O30-article-image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 6rem;
  padding-top: 6rem;
  width: 43rem;
}

.O30-article-image.swiper {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.row > .O30-article-image {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O30-article-image {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O30-article-image {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O30-article-image {
    width: 116rem;
  }
}
.O30-article-image .slider__controls {
  line-height: 2rem;
  margin-top: 56.25%;
  position: absolute;
  right: 0;
  top: 7rem;
}

@media screen and (min-width: 768px) {
  .O30-article-image .slider__controls {
    top: 9rem;
  }
}
.O30-article-image.is-narrow {
  max-width: 100%;
  width: 43rem;
}

.row > .O30-article-image.is-narrow {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O30-article-image.is-narrow {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O30-article-image.is-narrow {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O30-article-image.is-narrow {
    width: 92rem;
  }
}
.O30-article-image__item__image {
  margin: 0 0 2rem;
  outline: none;
  overflow: hidden;
  position: relative;
}

.O30-article-image__item__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O30-article-image__item__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O30-article-image__item__image {
    margin-bottom: 4rem;
  }
}
.O30-article-image__item__image > img.fullscreen:-webkit-full-screen {
  height: auto !important;
  margin: auto !important;
  width: auto !important;
}

.O30-article-image__item__image > img.fullscreen:-moz-full-screen {
  height: auto !important;
  margin: auto !important;
  width: auto !important;
}

.O30-article-image__item__image > img.fullscreen:-ms-fullscreen {
  height: auto !important;
  margin: auto !important;
  width: auto !important;
}

.O30-article-image__item__caption {
  float: left;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O30-article-image__item__caption {
    width: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .O30-article-image__item__caption {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O30-article-image__item__caption {
    width: 92rem;
  }
}
.slider--initialized .O30-article-image__item__caption {
  opacity: 0;
}

.O30-article-image__item__caption p {
  margin-bottom: 2rem;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .O30-article-image__item__caption p {
    margin-bottom: 3rem;
  }
}
.O30-article-image__item__caption p:last-child {
  margin-bottom: 0;
}

.O30-article-image__item__caption,
.O30-article-image__item__caption p {
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.33;
}

@media screen and (min-width: 768px) {
  .O30-article-image__item__caption,
  .O30-article-image__item__caption p {
    font-size: 14px;
    font-size: 1.75rem;
    line-height: 1.43;
  }
  .O30-article-image__item__caption p.O30-article-image__item__credit,
  .O30-article-image__item__caption.O30-article-image__item__credit {
    font-size: 12px;
    font-size: 1.5rem;
  }
}
.is-active .O30-article-image__item__caption {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.no-transition .O30-article-image__item__caption {
  -webkit-transition: none !important;
  transition: none !important;
}

.O30-article-image__item__copy:first-child {
  margin-top: 3.875rem;
}

@media screen and (min-width: 768px) {
  .O30-article-image__item__copy:first-child {
    margin-top: 0;
  }
}
.O30-article-image__item__credit {
  max-width: calc(75% - 0.25rem);
  opacity: 0.5;
  width: 32rem;
}

.row > .O30-article-image__item__credit {
  max-width: calc(75% - 1rem);
}

@media screen and (min-width: 768px) {
  .O30-article-image__item__credit {
    max-width: none;
  }
}
.O30-article-image__item__credit .case-study-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 2rem;
}

.O30-article-image__item__credit .case-study-desc div:first-child {
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .O30-article-image__item__credit {
    width: 100%;
  }
}
.O30-article-image__item .btn.is-video {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.O31-article-text {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O31-article-text-section-card-placeholder .card:first-child,
.O31-article-text:first-child .card {
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .O31-article-text-section-card-placeholder .card:first-child,
  .O31-article-text:first-child .card {
    margin-top: 0;
  }
}
.O31-article-text .card {
  margin: 0 0 4rem;
}

.O31-article-text h4,
.O31-article-text h5,
.O31-article-text h6 {
  padding-top: 2rem;
}

.O31-article-text h4:first-child,
.O31-article-text h5:first-child,
.O31-article-text h6:first-child {
  margin-top: 0;
  padding-top: 0.5rem;
}

.O31-article-text table {
  width: 100%;
}

.O31-article-text td,
.O31-article-text th {
  text-align: left;
  padding: 5px 10px;
}

.O31-article-text th {
  border: 1px solid #fff;
}

.O31-article-text th {
  font-weight: 500;
  background-color: var(--color-brand-color);
  color: #fff;
}

.O31-article-text table tr:nth-child(odd) {
  background-color: #fff;
}

.O31-article-text table tr:nth-child(even) {
  background-color: #e8e8e8;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .O31-article-text .card {
    position: relative;
  }
  .O31-article-text .card .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 16.5rem;
    min-height: 200px;
    padding: 3rem 4rem 3rem 16.75rem;
  }
  .O31-article-text .card .text-area .btn-wrap {
    width: 100%;
  }
  .O31-article-text .card .text-area .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
    padding-top: 0;
  }
  .O31-article-text .card .image-area,
  .O31-article-text .card .map-area {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30rem;
    z-index: 2;
  }
  .O31-article-text .card.image-square .image-area__image {
    outline: none;
    overflow: hidden;
    position: relative;
  }
  .O31-article-text .card.image-square .image-area__image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .O31-article-text .card.image-square .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .O31-article-text .card.no-image .text-area {
    margin-left: 0;
    padding: 4rem 4rem 3rem;
  }
  .O31-article-text .card.no-image .text-area .inner-text .card-heading {
    font-size: 24px;
    font-size: 3rem;
    line-height: 4rem;
  }
  .O31-article-text .card.heading-only .text-area .inner-text .card-heading {
    font-size: 34px;
    font-size: 4.25rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .O31-article-text-section {
    padding-bottom: 4rem;
  }
  .O31-article-text-section-texts {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O31-article-text-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 97rem;
  }
  .O31-article-text-section-texts {
    margin-left: 0;
    margin-right: 0;
    width: 57rem;
  }
  .O31-article-text .card {
    width: 37rem;
  }
  .O31-article-text .card .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .O31-article-text .card .text-area {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .O31-article-text-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 116rem;
  }
  .O31-article-text-section-texts {
    margin-left: 0;
    margin-right: 0;
    width: 68rem;
  }
  .O31-article-text .card {
    width: 44rem;
  }
  .O31-article-text .card .card-heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .O31-article-text .card .text-area {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .O31-article-text {
    padding-bottom: 2rem;
  }
}
.O31-article-text__social-links {
  position: relative;
}

@media screen and (min-width: 768px) {
  .O31-article-text__social-links {
    margin-left: 11rem;
  }
}
@media screen and (min-width: 992px) {
  .O31-article-text__social-links {
    margin-left: 0;
  }
}
.O31-article-text-section:first-child .O31-article-text-section-texts h5 {
  margin-top: 0;
}

.O31-article-text .O27-social-links {
  padding-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .O31-article-text .O27-social-links {
    padding-top: 0;
  }
}
.O31-article-text .O8-block-quote {
  padding-bottom: 25px;
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .O31-article-text .O8-block-quote-inner {
    width: 36rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .O31-article-text .O8-block-quote-inner {
    width: 44rem !important;
  }
}
.O31-article-text .O8-block-quote .container {
  padding: 0;
}

.O31-article-text p:first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .O31-article-text.is-wide .O31-article-text-section {
    width: 97rem;
  }
  .O31-article-text.is-wide .O31-article-text-section-texts {
    margin-left: 10rem;
    width: 77rem;
  }
  .O31-article-text.is-wide .O31-article-text-section-texts--full {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .O31-article-text.is-wide .O31-article-text-section {
    width: 116rem;
  }
  .O31-article-text.is-wide .O31-article-text-section-texts {
    margin-left: 12rem;
    width: 92rem;
  }
  .O31-article-text.is-wide .O31-article-text-section-texts--full {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .O31-article-text .O53-form {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O31-article-text .O53-form {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .O31-article-text .O53-form {
    width: 44rem;
  }
}
@media screen and (max-width: 767px) {
  .O31-article-text .O53-form.marketoForm .submitSuccessMessage__header {
    font-size: 2rem;
  }
  .O31-article-text .O53-form.marketoForm .submitSuccessMessage__description {
    font-size: 1.625rem;
  }
}
.O31-article-text .O53-form.marketoForm .submitSuccessMessage button {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .O31-article-text .O53-form.marketoForm .submitSuccessMessage button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .O31-article-text .O53-form.marketoForm h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .O31-article-text .O53-form.marketoForm h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .O31-article-text .O53-form.marketoForm h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .O31-article-text .O53-form.marketoForm h2,
  .O31-article-text .O53-form.marketoForm h3 {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .O31-article-text .O53-form.marketoForm h2,
  .O31-article-text .O53-form.marketoForm h3 {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .O31-article-text .O53-form.marketoForm h2,
  .O31-article-text .O53-form.marketoForm h3 {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .O31-article-text .O53-form.marketoForm .mktoFormRow {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .O31-article-text .O53-form.marketoForm .mktoFormRow {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .O31-article-text .O53-form.marketoForm .mktoFormRow {
    width: 100%;
  }
}
.O31-article-text-section-texts ol,
.O31-article-text-section-texts p,
.O31-article-text-section-texts ul {
  color: rgba(0, 0, 0, 0.7019607843);
  opacity: 1;
}

.O31-article-text-section-texts ol li,
.O31-article-text-section-texts ul li {
  padding: 0.5rem;
}

.O31-article-text-section-texts h1:first-child,
.O31-article-text-section-texts h2:first-child,
.O31-article-text-section-texts h3:first-child,
.O31-article-text-section-texts h4:first-child {
  padding-top: 0;
}

.O31-article-text-section-texts h4 {
  padding-bottom: 3rem;
}

@media screen and (min-width: 375px) and (max-width: 991px) {
  .O31-article-text-section-texts table tr {
    word-break: break-word;
  }
}
@media screen and (min-width: 992px) {
  .articles-extra-blog {
    float: right;
    margin-bottom: 4rem;
    margin-left: 4rem;
    margin-right: -10rem;
  }
}
@media screen and (min-width: 1200px) {
  .articles-extra-blog {
    float: right;
    margin-bottom: 4rem;
    margin-left: 4rem;
    margin-right: -12rem;
  }
}
.O33-similar-vacancies {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 992px) {
  .O33-similar-vacancies .card-list--similar-vacancies {
    margin-left: -8.5rem;
    width: 137rem;
  }
}
@media screen and (min-width: 1200px) {
  .O33-similar-vacancies .card-list--similar-vacancies {
    margin-left: -10rem;
    width: 164rem;
  }
}
.O33-similar-vacancies .card-list--similar-vacancies .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .O33-similar-vacancies .card-list--similar-vacancies .card {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .O33-similar-vacancies .card-list--similar-vacancies .card {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .O33-similar-vacancies .card-list--similar-vacancies .card {
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .O33-similar-vacancies .card-list--similar-vacancies .card {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .O33-similar-vacancies .card-list--similar-vacancies .card {
    width: 44rem;
  }
}
@media screen and (min-width: 768px) {
  .O33-similar-vacancies .card-list--similar-vacancies .card {
    margin-bottom: 3rem;
  }
}
.O33-similar-vacancies .card-list--similar-vacancies .card .text-area {
  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%;
}

.O33-similar-vacancies .card-list--similar-vacancies .card .text-area__top-section {
  -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;
}

.O33-similar-vacancies .card-list--similar-vacancies .card .text-area__top-section > * {
  line-height: 2rem;
}

.O33-similar-vacancies .card-list--similar-vacancies .card .text-area__top-section > :last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 2rem;
  text-align: right;
}

.O33-similar-vacancies .card-list--similar-vacancies .card .text-area .inner-text {
  margin-bottom: auto;
}

.O33-similar-vacancies .card-list--similar-vacancies .card .text-area .card-heading {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .O33-similar-vacancies .card-list--similar-vacancies .card .text-area .card-heading {
    font-weight: 500;
  }
  .O33-similar-vacancies .card-list--similar-vacancies .card .text-area .card-heading:first-child {
    padding-top: 0;
  }
}
.O33-similar-vacancies .card-list--similar-vacancies .card .text-area .btn-wrap {
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .O33-similar-vacancies .card-list--similar-vacancies {
    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;
  }
  .O33-similar-vacancies .card-list--similar-vacancies .inner-text {
    padding: 4.25rem 0;
  }
}
@media screen and (min-width: 992px) {
  .O33-similar-vacancies .card-list--similar-vacancies {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@keyframes initial-view-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes initial-view-fade-translate {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes wiggle {
  0%, to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  14% {
    -webkit-transform: translate3d(-35%, 0, 0);
            transform: translate3d(-35%, 0, 0);
  }
  28% {
    -webkit-transform: translate3d(35%, 0, 0);
            transform: translate3d(35%, 0, 0);
  }
  42% {
    -webkit-transform: translate3d(-35%, 0, 0);
            transform: translate3d(-35%, 0, 0);
  }
  56% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.card-list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.card-list-wrapper {
  position: relative;
}

.card-list__heading {
  padding-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .card-list__heading--displaced-cards {
    margin-bottom: 2rem;
  }
}
.card-list__heading + .card-list__description {
  margin-top: -2rem;
}

.card-list__description {
  margin: 0 auto 5rem;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .card-list__description {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .card-list__description {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .card-list__description {
    width: 92rem;
  }
}
.card-list--standalone,
.card-list--standalone .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-list--standalone .card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  padding-top: 2rem;
  width: 100%;
}

.card-list--standalone .card:first-child {
  padding-top: 0;
}

.card-list--standalone .card:last-child {
  padding-bottom: 0;
}

.card-list--standalone .card .image-area {
  width: 100%;
}

.card-list--standalone .card .text-area {
  margin-top: -7rem;
  width: calc(100% - 48px);
}

@media screen and (min-width: 768px) {
  .card-list--standalone .card .text-area {
    width: 63rem;
  }
}
.card-list--standalone .card.text-centered {
  text-align: center;
}

.card-list--standalone .card.text-centered .label-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-list--standalone .card.no-image .text-area {
  margin-top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card-list--standalone .card .text-area .card-heading {
    font-size: 24px;
    font-size: 3rem;
    line-height: 4rem;
  }
  .card-list--standalone .card.no-image .text-area {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .card-list--standalone .card.no-image .text-area {
    padding: 4rem 12.5rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .card-list--standalone .card.no-image .text-area > * {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(175% + 0.75rem);
    width: 76rem;
  }
  .row > .card-list--standalone .card.no-image .text-area > * {
    max-width: calc(175% - 1rem);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .card-list--standalone .card.no-image .text-area > * {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .card-list--standalone .card.no-image .text-area .card-heading {
    font-size: 34px;
    font-size: 4.25rem;
    line-height: 5rem;
  }
  .card-list--standalone .card.no-image .text-area .body-text-2 {
    font-size: 16px;
    font-size: 2rem;
    line-height: 3rem;
  }
  .card-list--standalone .card.no-image .text-area .label-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .card-list--standalone .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card-list--standalone .card .image-area {
    width: 87rem;
  }
  .card-list--standalone .card .text-area {
    margin-left: -17rem;
    margin-top: 0;
    width: 47rem;
  }
  .card-list--standalone .card.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .card-list--standalone .card.is-reversed .text-area {
    margin-left: 0;
  }
  .card-list--standalone .card.is-reversed .image-area {
    margin-left: -20rem;
  }
}
@media screen and (min-width: 1200px) {
  .card-list--standalone .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card-list--standalone .card .image-area {
    width: 104rem;
  }
  .card-list--standalone .card .text-area {
    margin-left: -20rem;
    margin-top: 0;
    width: 56rem;
  }
  .card-list--standalone .card.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .card-list--standalone .card.is-reversed .text-area {
    margin-left: 0;
  }
  .card-list--standalone .card.is-reversed .image-area {
    margin-left: -24rem;
  }
}
.card-list--single-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-list--single-stacked .card {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card-list--single-stacked .card {
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .card-list--single-stacked .card {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .card-list--single-stacked .card {
    width: 92rem;
  }
}
@media screen and (min-width: 768px) {
  .card-list--single-stacked .card .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem;
  }
  .card-list--single-stacked .card .text-area .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-list--single-stacked .card .text-area__top-aligner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 3rem;
  }
  .card-list--single-stacked .card .text-area .btn-wrap {
    border-left: 1px solid #f5f5f5;
    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-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3rem;
    white-space: nowrap;
  }
  .card-list--single-stacked .card .text-area .btn-wrap .divider {
    display: none;
  }
  .card-list--single-stacked .card .text-area .btn-wrap .btn {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .card-list--single-stacked .card .text-area {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .card-list--single-stacked .card .text-area__top-aligner {
    padding-right: 4rem;
  }
  .card-list--single-stacked .card .text-area .btn-wrap {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .card-list--two-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-list--two-card-row .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2rem 0;
    width: 57rem;
  }
  .card-list--two-card-row .card.image-16-9,
  .card-list--two-card-row .card.image-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .card-list--two-card-row .card.image-16-9 .image-area,
  .card-list--two-card-row .card.image-square .image-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20rem;
  }
  .card-list--two-card-row .card.image-16-9 .image-area__image,
  .card-list--two-card-row .card.image-square .image-area__image {
    position: relative;
  }
  .card-list--two-card-row .card.image-16-9 .image-area__image:before,
  .card-list--two-card-row .card.image-square .image-area__image:before {
    content: "";
    display: block;
    padding: 100% 0 0;
  }
  .card-list--two-card-row .card.image-16-9 .image-area__image img,
  .card-list--two-card-row .card.image-square .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .card-list--two-card-row .card.image-16-9 .text-area,
  .card-list--two-card-row .card.image-square .text-area {
    margin-left: 10rem;
    padding-left: 14rem;
    padding-right: 4rem;
    padding-top: 4rem;
    width: 47rem;
  }
  .card-list--two-card-row .card .text-area {
    width: 57rem;
  }
  .card-list--two-card-row .card.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .card-list--two-card-row .card.is-reversed .text-area {
    margin-left: 0;
    margin-right: 10rem;
    padding-left: 4rem;
    padding-right: 14rem;
    padding-top: 4rem;
    width: 47rem;
  }
  .card-list--two-card-row .card.is-reversed .image-area {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .card-list--two-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-list--two-card-row .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2rem 0;
    width: 68rem;
  }
  .card-list--two-card-row .card.image-16-9,
  .card-list--two-card-row .card.image-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .card-list--two-card-row .card.image-16-9 .image-area,
  .card-list--two-card-row .card.image-square .image-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24rem;
  }
  .card-list--two-card-row .card.image-16-9 .image-area__image,
  .card-list--two-card-row .card.image-square .image-area__image {
    position: relative;
  }
  .card-list--two-card-row .card.image-16-9 .image-area__image:before,
  .card-list--two-card-row .card.image-square .image-area__image:before {
    content: "";
    display: block;
    padding: 100% 0 0;
  }
  .card-list--two-card-row .card.image-16-9 .image-area__image img,
  .card-list--two-card-row .card.image-square .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .card-list--two-card-row .card.image-16-9 .text-area,
  .card-list--two-card-row .card.image-square .text-area {
    margin-left: 12rem;
    padding-left: 16rem;
    padding-right: 4rem;
    padding-top: 4rem;
    width: 56rem;
  }
  .card-list--two-card-row .card .text-area {
    width: 68rem;
  }
  .card-list--two-card-row .card.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .card-list--two-card-row .card.is-reversed .text-area {
    margin-left: 0;
    margin-right: 12rem;
    padding-left: 4rem;
    padding-right: 16rem;
    padding-top: 4rem;
    width: 56rem;
  }
  .card-list--two-card-row .card.is-reversed .image-area {
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .card-list--three-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-list--three-card-row:after {
    content: "";
    display: block;
    height: 0;
    width: 37rem;
  }
  .card-list--three-card-row .card {
    margin: 2rem 0;
    width: 37rem;
  }
  .card-list--three-card-row .card .image-area {
    width: calc(100% - 64px);
  }
  .card-list--three-card-row .card .btn-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .card-list--three-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-list--three-card-row:after {
    content: "";
    display: block;
    height: 0;
    width: 44rem;
  }
  .card-list--three-card-row .card {
    margin: 2rem 0;
    width: 44rem;
  }
  .card-list--three-card-row .card .image-area {
    width: calc(100% - 64px);
  }
  .card-list--three-card-row .card .btn-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card-list .slider__controls {
  text-align: right;
}

@media screen and (min-width: 992px) {
  .card-list--four-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card-list--four-card-row:after {
    content: "";
    height: 0;
    width: 25%;
  }
  .card-list--four-card-row .card {
    margin: 2rem 0;
    width: 25%;
  }
  .card-list--four-card-row .card .image-area {
    width: 100%;
  }
  .card-list--four-card-row .card .text-area {
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1019607843);
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .card-list--four-card-row .card .text-area .card-heading {
    font-size: 18px !important;
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .card-list--four-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card-list--four-card-row:after {
    content: "";
    height: 0;
    width: 25%;
  }
  .card-list--four-card-row .card {
    margin: 2rem 0;
    width: 25%;
  }
  .card-list--four-card-row .card .image-area {
    width: 100%;
  }
  .card-list--four-card-row .card .text-area {
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1019607843);
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .card-list--four-card-row .card .text-area .card-heading {
    font-size: 18px !important;
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }
}
.card-list--two-card-row--displaced .card {
  max-width: 100%;
  -webkit-transition: left 0.3s ease, top 0.3s ease;
  transition: left 0.3s ease, top 0.3s ease;
  width: 43rem;
}

.row > .card-list--two-card-row--displaced .card {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .card-list--two-card-row--displaced .card {
    max-width: none;
  }
}
.card-list--two-card-row--displaced .card.js-scroll-reveal {
  -webkit-transition: left 0.3s ease, top 0.3s ease, opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: left 0.3s ease, top 0.3s ease, opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: left 0.3s ease, top 0.3s ease, opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: left 0.3s ease, top 0.3s ease, opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

.card-list--two-card-row--displaced .card .btn-wrap {
  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;
}

.card-list--two-card-row--displaced .card .btn-wrap .divider {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .card-list--two-card-row--displaced .card {
    width: 41rem;
  }
  .card-list--two-card-row--displaced .card:nth-child(2) {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .card-list--two-card-row--displaced .card {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .card-list--two-card-row--displaced .card {
    width: 68rem;
  }
}
.list-card-color--dark .card .text-area {
  background: #383838;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-card-color--dark .card .text-area .btn {
  color: #fff;
}

.list-card-color--dark .card:nth-child(odd) .text-area {
  background: #2b2b2b;
}

body.has-hover .list-card-color--dark a.card,
body.has-hover .list-card-color--dark a.card.box-shadow {
  text-decoration: none;
}

body.has-hover .list-card-color--dark a.card .text-area,
body.has-hover .list-card-color--dark a.card.box-shadow .text-area {
  color: #fff;
}

.list-card-color--light-grey .card .text-area {
  background: #f5f5f5;
  color: #383838;
}

.list-card-color--light-grey .card .text-area .btn {
  color: #383838;
}

body.has-hover .list-card-color--light-grey a.card,
body.has-hover .list-card-color--light-grey a.card.box-shadow {
  text-decoration: none;
}

body.has-hover .list-card-color--light-grey a.card .text-area,
body.has-hover .list-card-color--light-grey a.card.box-shadow .text-area {
  color: #383838;
}

.list-card-color--white .card .text-area {
  background: #fff;
  color: #383838;
}

.list-card-color--white .card .text-area .btn {
  color: #383838;
}

body.has-hover .list-card-color--white a.card,
body.has-hover .list-card-color--white a.card.box-shadow {
  text-decoration: none;
}

body.has-hover .list-card-color--white a.card .text-area,
body.has-hover .list-card-color--white a.card.box-shadow .text-area {
  color: #383838;
}

.card-list .embed-card {
  cursor: auto;
  width: auto !important;
}

.card-list .embed-card .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem !important;
  width: auto !important;
}

.card-list .embed-card .text-area:not(.is-fb) iframe {
  width: auto !important;
}

.card-list__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4rem;
}

.O36-person-card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O36-person-card .card {
  margin: 1rem 0;
}

@media screen and (max-width: 991px) {
  .O36-person-card .card:first-child {
    margin-top: 0;
  }
  .O36-person-card .card:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .O36-person-card .card {
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 992px) {
  .O36-person-card .card {
    margin-bottom: 2rem;
  }
}
.O36-person-card .card .email-address,
.O36-person-card .card .phone-number {
  color: #d20014;
  color: var(--color-brand-color);
}

.O36-person-card .card:hover .btn-wrap-contact .btn--secondary .icon--arrow-right svg,
.O36-person-card .card:hover .btn-wrap-link .btn--secondary .icon--arrow-right svg {
  -webkit-transform: none;
          transform: none;
}

.O36-person-card .card:hover .btn-wrap-contact .btn--secondary:hover .icon--arrow-right svg,
.O36-person-card .card:hover .btn-wrap-link .btn--secondary:hover .icon--arrow-right svg,
.O36-person-card a.card:hover .btn-wrap-link .btn--secondary .icon--arrow-right svg {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.O36-person-card .btn-wrap-contact .btn {
  width: 50%;
}

.O36-person-card .btn-wrap-contact .btn--secondary {
  -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;
}

.O36-person-card .label {
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .O36-person-card .card .text-area .card-heading {
    font-size: 16px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .O36-person-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .O36-person-card .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85rem;
  }
  .O36-person-card .card .image-area {
    width: 30rem;
  }
  .O36-person-card .card .image-area__image {
    position: relative;
  }
  .O36-person-card .card .image-area__image:before {
    content: "";
    display: block;
    padding: 100% 0 0;
  }
  .O36-person-card .card .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .O36-person-card .card .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 55rem;
  }
  .O36-person-card .card .inner-text {
    margin-bottom: auto;
  }
  .O36-person-card .card .btn-wrap {
    margin-top: auto;
  }
}
@media screen and (min-width: 992px) {
  .O36-person-card .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 37rem;
  }
  .O36-person-card .card .image-area {
    width: 37rem;
  }
  .O36-person-card .card .image-area__image {
    outline: none;
    overflow: hidden;
    position: relative;
  }
  .O36-person-card .card .image-area__image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .O36-person-card .card .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .O36-person-card .card .text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .O36-person-card .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 44rem;
  }
  .O36-person-card .card .image-area {
    width: 44rem;
  }
  .O36-person-card .card .image-area__image {
    outline: none;
    overflow: hidden;
    position: relative;
  }
  .O36-person-card .card .image-area__image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .O36-person-card .card .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .O36-person-card .card .text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 44rem;
  }
}
.O36-person-card .card .image-area {
  margin: 0;
}

.O42-history__navigation__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.O42-history {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.O42-history .filter {
  margin-top: 0;
}

.has-history-bg--full {
  background-color: #faf8f3;
}

.has-history-bg--bottom,
.has-history-bg--top {
  position: relative;
}

.has-history-bg--bottom:before,
.has-history-bg--top:before {
  background-color: #faf8f3;
  content: "";
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%;
}

.has-history-bg--top:before {
  top: 0;
}

.has-history-bg--bottom:before {
  bottom: 0;
}

.has-history-bg--bottom-l,
.has-history-bg--top-l {
  background-color: #faf8f3;
  position: relative;
}

.has-history-bg--bottom-l:before,
.has-history-bg--top-l:before {
  background: #fff;
  content: "";
  height: 60%;
  left: 0;
  position: absolute;
  width: 50%;
}

.has-history-bg--top-l:before {
  top: 0;
}

.has-history-bg--bottom-l:before {
  bottom: 0;
}

.O42-history__card {
  background: #fff;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  width: 43rem;
  z-index: 1;
}

.row > .O42-history__card {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O42-history__card {
    max-width: none;
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__card {
    width: 117rem;
  }
}
@media screen and (min-width: 1200px) {
  .O42-history__card {
    width: 140rem;
  }
}
.O42-history__card:before {
  background: #fff;
  bottom: 1rem;
  -webkit-box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.0901960784);
  content: "";
  display: block;
  left: 3rem;
  position: absolute;
  right: 3rem;
  top: 11rem;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .O42-history__card:before {
    -webkit-box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.2);
    left: 4rem;
    right: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__card:before {
    bottom: 5rem;
    -webkit-box-shadow: 0 52px 55px 0 rgba(0, 0, 0, 0.2588235294);
            box-shadow: 0 52px 55px 0 rgba(0, 0, 0, 0.2588235294);
    left: 6rem;
    right: 6rem;
  }
}
.O42-history__card__wrap {
  min-width: 37.5rem;
  padding: 6rem 1.875rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .O42-history__card__wrap {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
.O42-history__card__item {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .O42-history__card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .O42-history__card__item {
    min-height: 78.75rem;
  }
}
.O42-history__card__item.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .O42-history__card__item__image,
  .O42-history__card__item__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
    width: 50%;
  }
}
.O42-history__card__item__image {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .O42-history__card__item__image {
    outline: none;
    overflow: hidden;
    position: relative;
  }
  .O42-history__card__item__image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .O42-history__card__item__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.O42-history__card__item__image img {
  display: block;
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O42-history__card__item__image .btn {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}

.O42-history__card__item__text {
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 1.57;
  padding: 4rem 3rem 3rem;
}

@media screen and (min-width: 768px) {
  .O42-history__card__item__text {
    padding: 5rem 4rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__card__item__text {
    padding: 10rem 8rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .O42-history__card__item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15rem 13rem;
  }
}
.O42-history__card__item__text p {
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 1.57;
}

.O42-history__card__item__year {
  color: #d20014;
  color: var(--color-brand-color);
  font-size: 40px;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1;
  margin: 0 0 2rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .O42-history__card__item__year {
    font-size: 64px;
    font-size: 8rem;
    letter-spacing: -0.9px;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__card__item__year {
    font-size: 72px;
    font-size: 9rem;
    letter-spacing: -1px;
  }
}
.O42-history__card__item__headline {
  color: #000;
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.33;
  margin: 0 0 2rem;
  opacity: 1;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .O42-history__card__item__headline {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__card__item__headline {
    font-size: 22px;
    font-size: 2.75rem;
    margin-bottom: 2rem;
  }
}
.O42-history__card .slider__controls {
  background: #f8f8f8;
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6667;
  padding: 2rem 3rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .O42-history__card .slider__controls {
    line-height: 1.3334;
    padding: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__card .slider__controls {
    line-height: 1.8334;
    padding: 6rem 5rem;
  }
}
.O42-history__card .slider__controls span:after,
.O42-history__card .slider__controls span:before {
  content: " ";
}

.O42-history__card .slider__controls__btn {
  background: #f2f2f2;
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
}

@media screen and (min-width: 768px) {
  .O42-history__card .slider__controls__btn {
    width: 9rem;
    width: 10rem;
  }
}
.O42-history__card .slider__controls__btn.is-prev {
  right: 6rem;
}

@media screen and (min-width: 768px) {
  .O42-history__card .slider__controls__btn.is-prev {
    right: 9rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__card .slider__controls__btn.is-prev {
    right: 10rem;
  }
}
.O42-history__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: 37.5rem;
  position: relative;
  text-align: center;
}

.O42-history__hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 22.75rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O42-history__hero__inner {
    min-height: 46.625rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__hero__inner {
    min-height: 76.625rem;
  }
}
.O42-history__hero .container {
  margin: auto;
  position: relative;
  z-index: 2;
}

.O42-history__hero__image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.O42-history__hero__image picture img {
  font-family: "object-position: center";
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.O42-history__hero__video {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.O42-history__hero__video video {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.O42-history__hero__label {
  color: #d20014;
  color: var(--color-brand-color);
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-shadow: 0 2px 19px rgba(255, 255, 255, 0.5019607843);
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .O42-history__hero__label {
    font-size: 14px;
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__hero__label {
    font-size: 16px;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.O42-history__hero__title {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px 54px rgba(0, 0, 0, 0.631372549);
}

.O42-history__navigation {
  display: none;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 500;
}

@media screen and (min-width: 992px) {
  .O42-history__navigation {
    display: block;
    margin-left: 60rem;
  }
}
@media screen and (min-width: 1200px) {
  .O42-history__navigation {
    margin-left: 72rem;
  }
}
.O42-history__navigation.is-sticky {
  position: fixed;
}

.O42-history__navigation__item {
  height: 4rem;
  margin-left: -2rem;
  position: relative;
  width: 4rem;
}

.O42-history__navigation__item:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: var(--color-brand-color);
  border: 0.125rem solid var(--color-brand-color);
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 1rem;
}

.O42-history__navigation__item:before,
.O42-history__navigation__item__label {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1);
  transition: all 0.3s cubic-bezier(1, 0, 0, 1);
}

.O42-history__navigation__item__label {
  background: #fff;
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  padding: 0.875rem 1.5rem;
  pointer-events: none;
  right: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  white-space: nowrap;
}

.O42-history__navigation__item__label:after {
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid #fff;
  border-top: 4px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}

.O42-history__navigation__item.is-active:before,
body.has-hover .O42-history__navigation__item:hover:before {
  background-color: initial;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
          transform: translate3d(-50%, -50%, 0) scale(1.5);
}

body.has-hover .O42-history__navigation__item:hover .O42-history__navigation__item__label {
  opacity: 1;
  -webkit-transform: translate3d(-2rem, -50%, 0);
          transform: translate3d(-2rem, -50%, 0);
}

.O42-history__page-breaker {
  min-height: 43rem;
  min-width: 37.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .O42-history__page-breaker {
    min-height: 47rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__page-breaker {
    min-height: 68rem;
  }
}
@media screen and (min-width: 1200px) {
  .O42-history__page-breaker {
    min-height: 78rem;
  }
}
.O42-history__page-breaker__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.O42-history__page-breaker__image img {
  display: block;
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.O42-history__page-breaker__text {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
  text-align: center;
  width: 43rem;
  z-index: 1;
}

.row > .O42-history__page-breaker__text {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O42-history__page-breaker__text {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__page-breaker__text {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O42-history__page-breaker__text {
    width: 80rem;
  }
}
@media screen and (min-width: 768px) {
  .O42-history__page-breaker__text {
    padding-bottom: 5rem;
    padding-bottom: 6rem;
    padding-top: 5rem;
    padding-top: 6rem;
  }
}
.O42-history__page-breaker__label {
  color: #d20014;
  color: var(--color-brand-color);
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 2rem;
  opacity: 1;
  padding: 0;
  text-shadow: 0 2px 19px rgba(255, 255, 255, 0.5019607843);
}

@media screen and (min-width: 768px) {
  .O42-history__page-breaker__label {
    font-size: 14px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .O42-history__page-breaker__label {
    font-size: 16px;
    font-size: 2rem;
  }
}
.O42-history__page-breaker__title {
  font-size: 30px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .O42-history__page-breaker__title {
    font-size: 40px;
    font-size: 5rem;
    font-size: 48px;
    font-size: 6rem;
  }
}
.O44-media-library-card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 992px) {
  .O44-media-library-card .container.is-two-card-list {
    max-width: 83rem;
  }
}
@media screen and (min-width: 1200px) {
  .O44-media-library-card .container.is-two-card-list {
    max-width: 102rem;
  }
}
.O44-media-library-card .card-list--media-card-row .card .btn-wrap {
  display: block;
}

.O44-media-library-card .card-list--media-card-row .card .btn-wrap button {
  width: 100%;
}

.O44-media-library-card .card-list--media-card-row .card .btn {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

.O44-media-library-card .card-list--media-card-row .card .body-text-2 {
  display: block;
}

@media screen and (max-width: 767px) {
  .O44-media-library-card .card-list--media-card-row .card .text-area .card-heading {
    font-size: 16px;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 1rem;
  }
}
.O44-media-library-card .card-list--media-card-row .download-link {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .O44-media-library-card .card-list--media-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .O44-media-library-card .card-list--media-card-row:after {
    content: "";
    display: block;
    height: 0;
    width: 37rem;
  }
  .O44-media-library-card .card-list--media-card-row .card {
    margin: 2rem 0;
    width: 37rem;
  }
  .O44-media-library-card .card-list--media-card-row .card .text-area {
    margin-left: 0;
    width: 37rem;
  }
  .O44-media-library-card .card-list--media-card-row .card .image-area {
    position: relative;
    width: 100%;
  }
  .O44-media-library-card .card-list--media-card-row .card .image-area .btn {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
  }
}
@media screen and (min-width: 1200px) {
  .O44-media-library-card .card-list--media-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .O44-media-library-card .card-list--media-card-row:after {
    content: "";
    display: block;
    height: 0;
    width: 44rem;
  }
  .O44-media-library-card .card-list--media-card-row .card {
    margin: 2rem 0;
    width: 44rem;
  }
  .O44-media-library-card .card-list--media-card-row .card .text-area {
    margin-left: 0;
    width: 44rem;
  }
  .O44-media-library-card .card-list--media-card-row .card .image-area {
    position: relative;
    width: 100%;
  }
  .O44-media-library-card .card-list--media-card-row .card .image-area .btn {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
  }
}
.O44-2-media-side-card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.O44-2-media-side-card .card-list {
  padding-top: 0;
  padding-bottom: 0;
}

.O44-2-media-side-card .card-list--media-card-row .card .btn-wrap {
  display: block;
}

.O44-2-media-side-card .card-list--media-card-row .card .btn-wrap button {
  width: 100%;
}

.O44-2-media-side-card .card-list--media-card-row .card .btn {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.O44-2-media-side-card .card-list--media-card-row .card .body-text-2 {
  display: block;
}

@media screen and (max-width: 767px) {
  .O44-2-media-side-card .card-list--media-card-row .card .text-area .card-heading {
    font-size: 16px;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 1rem;
  }
}
.O44-2-media-side-card .card-list--media-card-row .download-link {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .O44-2-media-side-card .card-list--media-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .O44-2-media-side-card .card-list--media-card-row:after {
    width: 37rem;
    height: 0;
    content: "";
    display: block;
  }
  .O44-2-media-side-card .card-list--media-card-row .card {
    width: 37rem;
    margin: 2rem 0;
  }
  .O44-2-media-side-card .card-list--media-card-row .card .text-area {
    width: 37rem;
    margin-left: 0;
  }
  .O44-2-media-side-card .card-list--media-card-row .card .image-area {
    position: relative;
    width: 100%;
  }
  .O44-2-media-side-card .card-list--media-card-row .card .image-area .btn {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .O44-2-media-side-card .card-list--media-card-row .text-area {
    padding: 10rem 4rem 3rem 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .O44-2-media-side-card .card-list--media-card-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .O44-2-media-side-card .card-list--media-card-row:after {
    width: 44rem;
    height: 0;
    content: "";
    display: block;
  }
  .O44-2-media-side-card .card-list--media-card-row .card {
    width: 44rem;
    margin: 2rem 0;
  }
  .O44-2-media-side-card .card-list--media-card-row .card .text-area {
    width: 44rem;
    margin-left: 0;
  }
  .O44-2-media-side-card .card-list--media-card-row .card .image-area {
    position: relative;
    width: 100%;
  }
  .O44-2-media-side-card .card-list--media-card-row .card .image-area .btn {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .O44-2-media-side-card .card-list--media-card-row .text-area {
    padding: 10rem 4rem 3rem 4rem;
  }
}
.O44-2-media-side-card .is-two-card-list {
  padding-left: 5rem;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .O44-2-media-side-card .is-two-card-list {
    max-width: 83rem;
  }
  .O44-2-media-side-card .is-two-card-list .card {
    width: 27rem;
  }
  .O44-2-media-side-card .is-two-card-list .card .text-area {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O44-2-media-side-card .is-two-card-list {
    max-width: 102rem;
  }
  .O44-2-media-side-card .is-two-card-list .card {
    width: 32rem;
  }
  .O44-2-media-side-card .is-two-card-list .card .text-area {
    width: 32rem;
  }
}
.O44-2-media-side-card.is-single-card-list {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 43rem;
  max-width: 100%;
}

.row > .O44-2-media-side-card.is-single-card-list {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O44-2-media-side-card.is-single-card-list {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .O44-2-media-side-card.is-single-card-list {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O44-2-media-side-card.is-single-card-list {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .O44-2-media-side-card.is-single-card-list {
    width: 44rem;
  }
}
@-webkit-keyframes O45-desktop-title {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    white-space: normal;
  }
  0.001% {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
    white-space: normal;
  }
  50% {
    -webkit-transform: translateY(100%) rotate(-90deg);
            transform: translateY(100%) rotate(-90deg);
    white-space: nowrap;
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(100%) rotate(-90deg);
            transform: translateY(100%) rotate(-90deg);
    white-space: nowrap;
  }
  to {
    opacity: 0.6;
    -webkit-transform: translateY(100%) rotate(-90deg);
            transform: translateY(100%) rotate(-90deg);
    white-space: nowrap;
  }
}
@keyframes O45-desktop-title {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    white-space: normal;
  }
  0.001% {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
    white-space: normal;
  }
  50% {
    -webkit-transform: translateY(100%) rotate(-90deg);
            transform: translateY(100%) rotate(-90deg);
    white-space: nowrap;
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(100%) rotate(-90deg);
            transform: translateY(100%) rotate(-90deg);
    white-space: nowrap;
  }
  to {
    opacity: 0.6;
    -webkit-transform: translateY(100%) rotate(-90deg);
            transform: translateY(100%) rotate(-90deg);
    white-space: nowrap;
  }
}
@-webkit-keyframes O45-desktop-btn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes O45-desktop-btn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.O45-container {
  padding: 2rem;
}

.O45-container--is-light-grey {
  background-color: #f5f5f5;
}

.O45-visual-accordion {
  background: #000;
  color: #fff;
  margin: 6rem auto;
  max-width: 46.75rem;
  min-width: 37.5rem;
  position: relative;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .O45-visual-accordion {
    max-width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O45-visual-accordion {
    max-width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .O45-visual-accordion {
    max-width: 150rem;
  }
}
.O45-visual-accordion__bg {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.O45-visual-accordion__bg img {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  .O45-visual-accordion__bg img {
    opacity: 0.9;
  }
}
.O45-visual-accordion__bg:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(21rem, rgba(0, 0, 0, 0)), color-stop(34rem, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 21rem, rgba(0, 0, 0, 0) 34rem, rgba(0, 0, 0, 0.8));
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .O45-visual-accordion__bg:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(41rem, rgba(0, 0, 0, 0)), color-stop(69rem, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 41rem, rgba(0, 0, 0, 0) 69rem, rgba(0, 0, 0, 0.8));
  }
}
@media screen and (min-width: 1200px) {
  .O45-visual-accordion__bg:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8));
  }
}
.O45-visual-accordion__list {
  padding: 0 1.875rem;
}

.O45-visual-accordion__list.transition-disabled .O45-visual-accordion__item,
.O45-visual-accordion__list.transition-disabled _:-ms-lang(x) {
  opacity: 0;
}

.O45-visual-accordion__list.transition-disabled .O45-visual-accordion__item {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 768px) {
  .O45-visual-accordion__list {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .O45-visual-accordion__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.O45-visual-accordion.has-accordion-open .O45-visual-accordion__bg {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

@media screen and (min-width: 1200px) {
  .O45-visual-accordion.has-accordion-open .O45-visual-accordion__bg {
    -webkit-filter: none;
            filter: none;
    opacity: 0.55;
  }
}
.O45-visual-accordion__headline {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
  width: 43rem;
}

.row > .O45-visual-accordion__headline {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O45-visual-accordion__headline {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O45-visual-accordion__headline {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O45-visual-accordion__headline {
    width: 92rem;
  }
}
.O45-visual-accordion__item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  cursor: pointer;
  padding: 2rem 3.5rem 2rem 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .O45-visual-accordion__item {
    padding: 4rem 7.5rem 4rem 4rem;
  }
}
.O45-visual-accordion__item.transition-disabled,
.O45-visual-accordion__item.transition-disabled .O45-visual-accordion__item__title {
  -webkit-transition: none;
  transition: none;
}

.O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__header {
  margin-bottom: 4rem;
}

@media screen and (min-width: 1200px) {
  .O45-visual-accordion__item {
    border-left: 1px solid rgba(255, 255, 255, 0.3019607843);
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 62.5rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    padding: 3rem 3rem 7.75rem;
    -webkit-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
  }
}
.O45-visual-accordion__item:first-child {
  border-top: 0;
}

@media screen and (max-width: 1199px) {
  .O45-visual-accordion__item__title-container {
    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-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.O45-visual-accordion__item__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1199px) {
  .O45-visual-accordion__item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 7.5rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .O45-visual-accordion__item__header {
    height: 5.625rem;
  }
}
.O45-visual-accordion__item__icon {
  height: 10rem;
  margin-bottom: 2.5rem;
  padding-right: 1.875rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1199px) {
  .O45-visual-accordion__item__icon {
    height: 100%;
  }
}
.O45-visual-accordion__item__icon img {
  max-height: 100%;
}

.O45-visual-accordion__item__content {
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.O45-visual-accordion__item__content,
.O45-visual-accordion__item__content p {
  font-size: 14px;
  font-size: 1.75rem;
}

.O45-visual-accordion__item__content p {
  margin: 0 0 1em;
  opacity: 0.9;
}

.O45-visual-accordion__item__label {
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fs-lg > .O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__title {
  font-size: 6rem;
}

.O45-visual-accordion__item__title {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.33;
  margin: 0;
  opacity: 1;
  padding: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 768px) {
  .O45-visual-accordion__item__title {
    font-size: 24px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .O45-visual-accordion__item__title {
    font-size: 18px;
    font-size: 2.25rem;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.O45-visual-accordion__item__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  height: 3.5rem;
  left: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 3.5rem;
}

.O45-visual-accordion__item__btn:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  .O45-visual-accordion__item__btn {
    right: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .O45-visual-accordion__item__btn {
    bottom: 2.125rem;
    left: 2.125rem;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.O45-visual-accordion__item__btn:after,
.O45-visual-accordion__item__btn:before {
  background: var(--color-brand-color);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-lapinus .O45-visual-accordion__item__btn:after,
.site-lapinus .O45-visual-accordion__item__btn:before,
.site-rockpanel .O45-visual-accordion__item__btn:after,
.site-rockpanel .O45-visual-accordion__item__btn:before {
  background-color: #fff;
}

.O45-visual-accordion__item__btn:before {
  height: 1.75rem;
  width: 2px;
}

.O45-visual-accordion__item__btn:after {
  height: 2px;
  width: 1.75rem;
}

.O45-visual-accordion__item__btn.has-accordion-open {
  -webkit-transform: translate3d(0, -50%, 0) rotate(225deg);
          transform: translate3d(0, -50%, 0) rotate(225deg);
}

@media screen and (min-width: 1200px) {
  .O45-visual-accordion__item__btn.has-accordion-open {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
            transform: translate3d(-50%, 0, 0) rotate(45deg);
  }
}
.O45-visual-accordion__item .btn {
  color: #fff;
}

.site-lapinus .O45-visual-accordion__item .btn .icon circle,
.site-lapinus .O45-visual-accordion__item .btn .icon path,
.site-lapinus .O45-visual-accordion__item .btn .icon polygon,
.site-lapinus .O45-visual-accordion__item .btn .icon rect,
.site-lapinus .O45-visual-accordion__item .btn .icon use,
.site-rockpanel .O45-visual-accordion__item .btn .icon circle,
.site-rockpanel .O45-visual-accordion__item .btn .icon path,
.site-rockpanel .O45-visual-accordion__item .btn .icon polygon,
.site-rockpanel .O45-visual-accordion__item .btn .icon rect,
.site-rockpanel .O45-visual-accordion__item .btn .icon use {
  fill: #fff;
}

body.has-hover .O45-visual-accordion__item a.btn:hover {
  color: #fff;
  text-decoration: none;
}

.O45-visual-accordion__item p.O45-visual-accordion__item__copy-intro,
.O45-visual-accordion__item__copy-intro {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  body.has-hover .O45-visual-accordion:not(.has-accordion-open) .O45-visual-accordion__item:hover .O45-visual-accordion__item__icon,
  body.has-hover .O45-visual-accordion:not(.has-accordion-open) .O45-visual-accordion__item:hover .O45-visual-accordion__item__label,
  body.has-hover .O45-visual-accordion:not(.has-accordion-open) .O45-visual-accordion__item:hover .O45-visual-accordion__item__title {
    -webkit-transform: translate3d(0, -3rem, 0);
            transform: translate3d(0, -3rem, 0);
  }
}
@media screen and (min-width: 992px) {
  body.has-hover .O45-visual-accordion__item:not(.has-accordion-open):hover .O45-visual-accordion__item__btn:after,
  body.has-hover .O45-visual-accordion__item:not(.has-accordion-open):hover .O45-visual-accordion__item__btn:before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
            transform: translate3d(-50%, -50%, 0) scale(1.5);
  }
}
@media screen and (min-width: 1200px) {
  .has-accordion-open .O45-visual-accordion__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    overflow: hidden;
    width: 9rem;
  }
}
.has-accordion-open .O45-visual-accordion__item__title {
  opacity: 0.6;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .has-accordion-open .O45-visual-accordion__item__title {
    font-size: 16px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-accordion-open .O45-visual-accordion__item__title {
    -webkit-animation: O45-desktop-title 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: O45-desktop-title 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    white-space: nowrap;
  }
  .has-accordion-open .O45-visual-accordion__item__label {
    left: 3rem;
    position: absolute;
    text-align: left;
    top: 4rem;
  }
  .has-accordion-open .O45-visual-accordion__item__content {
    opacity: 0;
  }
  .has-accordion-open .O45-visual-accordion__item__btn {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  .has-accordion-open .O45-visual-accordion__item__btn.has-accordion-open {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
            transform: translate3d(-50%, 0, 0) rotate(45deg);
  }
  .O45-visual-accordion__item.has-accordion-open {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    overflow: hidden;
    padding-left: 4rem;
    padding-right: 4rem;
    width: 100%;
  }
}
.O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__title {
  cursor: default;
  font-size: 24px;
  font-size: 3rem;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__title {
    -webkit-animation: none;
            animation: none;
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  .O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__btn {
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__btn {
    -webkit-animation: O45-desktop-btn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: O45-desktop-btn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    left: auto;
    right: 3.125rem;
    top: 3.125rem;
  }
}
.O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__content {
  cursor: default;
}

@media screen and (min-width: 1200px) {
  .O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__content {
    opacity: 1;
  }
  .O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__label {
    left: 4rem;
  }
}

.O46-big-background-image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
  position: relative;
}

.O46-big-background-image__image-area {
  position: relative;
  width: 100%;
}

.O46-big-background-image__image-area__image {
  outline: none;
  overflow: hidden;
  position: relative;
}

.O46-big-background-image__image-area__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O46-big-background-image__image-area__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O46-big-background-image__text-area {
  background: #fff;
  padding: 3rem;
}

.O46-big-background-image__text-area .body-text-2 {
  margin-bottom: 3rem;
  margin-top: 0;
}

.O46-big-background-image__text-area h4 {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .O46-big-background-image {
    margin-bottom: 3rem;
  }
  .O46-big-background-image__text-area {
    bottom: 0;
    padding-right: 8rem;
    position: absolute;
    width: 52rem;
    z-index: 1;
  }
  .O46-big-background-image.is-reversed {
    margin-bottom: auto;
    margin-top: 3rem;
  }
  .O46-big-background-image.is-reversed .O46-big-background-image__text-area {
    bottom: auto;
    left: 0;
    margin-top: 0;
    padding-bottom: 4rem;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .O46-big-background-image__text-area {
    padding: 4rem;
    width: 57rem;
  }
  .O46-big-background-image__text-area h4 {
    font-size: 20px;
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .O46-big-background-image__text-area {
    padding: 5rem;
    width: 56rem;
  }
}
.O47-displace-slider {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O47-displace-slider.js-scroll-reveal {
  opacity: 1 !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.O47-displace-slider > .container {
  position: relative;
}

.O47-displace-slider__bg-box {
  background: #d20014;
  background: var(--color-brand-color);
  display: block;
  left: 0;
  max-width: calc(75% - 0.25rem);
  max-width: 69%;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  top: 7rem;
  width: 32rem;
  z-index: 6;
}

.row > .O47-displace-slider__bg-box {
  max-width: calc(75% - 1rem);
}

@media screen and (min-width: 768px) {
  .O47-displace-slider__bg-box {
    max-width: none;
  }
}
html.no-mix-blend-mode .O47-displace-slider__bg-box {
  background-color: #b50e00;
  background-color: var(--color-brand-multiply);
  opacity: 0.8;
}

.O47-displace-slider__bg-box:before {
  content: "";
  display: block;
  padding: 65.89147% 0 0;
}

@media screen and (min-width: 768px) {
  .O47-displace-slider__bg-box {
    top: 23.5rem;
    width: 57.5rem;
  }
  .O47-displace-slider__bg-box:before {
    padding-top: 41.73913%;
  }
}
@media screen and (min-width: 992px) {
  .O47-displace-slider__bg-box {
    top: 28.75rem;
  }
  .O47-displace-slider__bg-box:before {
    padding-top: 41.96429%;
  }
}
@media screen and (min-width: 1200px) {
  .O47-displace-slider__bg-box {
    top: 32.875rem;
  }
  .O47-displace-slider__bg-box:before {
    padding-top: 39.70588%;
  }
}
@media screen and (min-width: 992px) {
  .O47-displace-slider__bg-box {
    width: 70rem;
  }
}
@media screen and (min-width: 1200px) {
  .O47-displace-slider__bg-box {
    width: 85rem;
  }
}
.O47-displace-slider__item__image {
  margin-bottom: 4rem;
  outline: none;
  overflow: hidden;
  position: relative;
}

.O47-displace-slider__item__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O47-displace-slider__item__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O47-displace-slider__item__image {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .O47-displace-slider__item__image {
    margin-bottom: 7.75rem;
  }
}
.O47-displace-slider__slide-mask .O47-displace-slider__item__image {
  margin-bottom: 0;
}

.O47-displace-slider__item__image .video_button {
  height: 5rem !important;
  left: calc(50% - 32px);
  position: absolute;
  top: calc(50% - 20px);
  width: 8rem !important;
}

.O47-displace-slider__item__text {
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 1.43;
  margin-top: 7.75rem;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 768px) {
  .O47-displace-slider__item__text {
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .O47-displace-slider__item__text {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .O47-displace-slider__item__text {
    width: 44rem;
  }
}
@media screen and (min-width: 768px) {
  .O47-displace-slider__item__text {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 992px) {
  .O47-displace-slider__item__text {
    margin-top: 12.75rem;
  }
}
.slider--initialized .O47-displace-slider__item__text {
  opacity: 0;
}

.is-active .O47-displace-slider__item__text {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.no-transition .O47-displace-slider__item__text {
  -webkit-transition: none !important;
  transition: none !important;
}

.O47-displace-slider__item__text p {
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 1.43;
}

.O47-displace-slider__item__title {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 2rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .O47-displace-slider__item__title {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .O47-displace-slider__item__title {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 1.33;
  }
}
.O47-displace-slider__slider {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 43rem;
  z-index: 10;
}

.row > .O47-displace-slider__slider {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O47-displace-slider__slider {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O47-displace-slider__slider {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O47-displace-slider__slider {
    width: 92rem;
  }
}
@media screen and (min-width: 768px) {
  .O47-displace-slider__slider {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .O47-displace-slider__slider {
    margin-top: 7rem;
  }
}
.O47-displace-slider__slider .slider__controls {
  margin-top: 56.25%;
  position: absolute;
  right: 0;
  top: 1rem;
}

@media screen and (min-width: 992px) {
  .O47-displace-slider__slider .slider__controls {
    top: 2rem;
  }
}
.O47-displace-slider__slide-mask {
  display: none;
  position: absolute;
  top: 0;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .O47-displace-slider__slide-mask {
    display: block;
  }
}
.O47-displace-slider__slide-mask .O47-displace-slider__slider {
  margin-top: 0;
}

.O47-displace-slider__slide-mask.is-left {
  right: 50%;
  -webkit-transform: translate3d(-34.5rem, 0, 0);
          transform: translate3d(-34.5rem, 0, 0);
}

@media screen and (min-width: 992px) {
  .O47-displace-slider__slide-mask.is-left {
    -webkit-transform: translate3d(-41.5rem, 0, 0);
            transform: translate3d(-41.5rem, 0, 0);
  }
}
@media screen and (min-width: 1200px) {
  .O47-displace-slider__slide-mask.is-left {
    -webkit-transform: translate3d(-50rem, 0, 0);
            transform: translate3d(-50rem, 0, 0);
  }
}
.O47-displace-slider.js-scroll-reveal .O47-displace-slider__slide-mask.is-left {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
}

.O47-displace-slider.js-scroll-reveal.is-scroll-reveal-hidden .O47-displace-slider__slide-mask.is-left {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.O47-displace-slider__slide-mask.is-left .slider__slide {
  display: none;
}

.O47-displace-slider__slide-mask.is-left .slider--initialized .slider__slide,
.O47-displace-slider__slide-mask.is-left .slider__slide:last-child {
  display: block;
}

.O47-displace-slider__slide-mask.is-right {
  left: 50%;
  -webkit-transform: translate(34.5rem);
          transform: translate(34.5rem);
}

@media screen and (min-width: 992px) {
  .O47-displace-slider__slide-mask.is-right {
    -webkit-transform: translate(41.5rem);
            transform: translate(41.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .O47-displace-slider__slide-mask.is-right {
    -webkit-transform: translate(50rem);
            transform: translate(50rem);
  }
}
.O47-displace-slider.js-scroll-reveal .O47-displace-slider__slide-mask.is-right {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
}

.O47-displace-slider.js-scroll-reveal.is-scroll-reveal-hidden .O47-displace-slider__slide-mask.is-right {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.O47-displace-slider__slide-mask.is-right .slider__slide {
  display: none;
}

.O47-displace-slider__slide-mask.is-right .slider--initialized .slider__slide,
.O47-displace-slider__slide-mask.is-right .slider__slide:nth-child(2) {
  display: block;
}

.O47-displace-slider__slide-mask__image {
  outline: none;
  overflow: hidden;
  position: relative;
}

.O47-displace-slider__slide-mask__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O47-displace-slider__slide-mask__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O48-related-search-terms {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f5f5f5;
  margin-top: 50px;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O48-related-search-terms__inner {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .O48-related-search-terms__inner {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    float: none;
    margin-left: 11rem;
    margin-right: auto;
    padding: 0;
    width: 74rem;
  }
}
@media screen and (min-width: 992px) {
  .O48-related-search-terms__inner {
    margin-left: 20rem;
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O48-related-search-terms__inner {
    margin-left: 24rem;
    width: 92rem;
  }
}
.O48-related-search-terms__inner__heading {
  font-size: 18px;
  font-size: 2.25rem;
  font-weight: 500;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .O48-related-search-terms__inner__heading {
    font-size: 12px;
    font-size: 1.5rem;
    font-weight: 400;
    opacity: 0.5;
  }
}
.O48-related-search-terms__inner__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .O48-related-search-terms__inner__link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.O48-related-search-terms__inner__link-list__item {
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  padding: 2rem 0;
}

.O48-related-search-terms__inner__link-list__item:first-child {
  border-top: 1px solid #f5f5f5;
}

.O48-related-search-terms__inner__link-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .O48-related-search-terms__inner__link-list__item {
    border: 0;
    font-size: 16px;
    font-size: 2rem;
    font-weight: 400;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .O48-related-search-terms__inner__link-list__item {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .O48-related-search-terms__inner__link-list__item {
    width: 44rem;
  }
}
.O63-sign-up {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
  position: relative;
  text-align: center;
}

.O63-sign-up__heading {
  font-weight: 500;
}

.O63-sign-up__heading--success {
  font-weight: 500;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: visible;
  width: 100%;
}

.O63-sign-up__heading--success.hidden {
  opacity: 0;
  visibility: hidden;
}

.O63-sign-up__inner {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.O63-sign-up__inner__heading {
  font-weight: 500;
}

.O63-sign-up__inner.hidden {
  opacity: 0;
}

.O63-sign-up__inner .body-text-2 {
  padding-bottom: 2rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .O63-sign-up {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  .O63-sign-up.is-tertiary {
    display: block;
    padding: 1.25rem 3rem;
    text-align: left;
  }
  .O63-sign-up.is-tertiary .O63-sign-up__inner__heading {
    font-size: 18px;
    font-size: 2.25rem;
    overflow: hidden;
    padding: 0 0 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .O63-sign-up.is-tertiary .body-text-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    float: left;
    line-height: 2.25rem;
    margin: 0;
    max-height: 4.5rem;
    overflow: hidden;
    padding: 0;
    width: 18.75rem;
  }
  .O63-sign-up.is-tertiary .btn {
    float: right;
    margin-top: 0.5rem;
  }
}
.O63-sign-up.box-shadow {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
}

.O69-form-with-sidecontent {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O69-form-with-sidecontent .marketoForm {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .O69-form-with-sidecontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .O69-form-with-sidecontent__form-area {
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O69-form-with-sidecontent__form-area {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O69-form-with-sidecontent__form-area {
    width: 92rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .O69-form-with-sidecontent__side-content > * {
    float: left;
    margin-right: 6rem;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .O69-form-with-sidecontent__side-content {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O69-form-with-sidecontent__side-content {
    width: 32rem;
  }
}
.O69-form-with-sidecontent__side-content__rich-text-box {
  margin-bottom: 5.25rem;
}

.O69-form-with-sidecontent__side-content__rich-text-box a {
  font-size: 1.75rem;
}

.O69-form-with-sidecontent__side-content__rich-text-box h4 {
  font-size: 2.5rem;
  font-weight: 500;
}

.O70-text-content-block {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O70-text-content-block-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.O70-text-content-block-inner.has-two-texts {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .O70-text-content-block-inner.reverse-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .O70-text-content-block-inner.reverse-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.O70-text-content-block-inner h1,
.O70-text-content-block-inner h2,
.O70-text-content-block-inner h3 {
  font-weight: 500;
  padding-top: 0;
}

.O70-text-content-block-inner ol,
.O70-text-content-block-inner p,
.O70-text-content-block-inner ul {
  color: rgba(0, 0, 0, 0.7019607843);
  opacity: 1;
}

.O70-text-content-block-inner ol li,
.O70-text-content-block-inner ul li {
  padding: 0.5rem;
}

.O70-text-content-block-inner__section {
  max-width: 100%;
  padding-bottom: 6rem;
  width: 43rem;
}

.row > .O70-text-content-block-inner__section {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O70-text-content-block-inner__section {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .O70-text-content-block-inner__section {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .O70-text-content-block-inner__section {
    width: 44rem;
  }
}
.O70-text-content-block-inner__section .O8-block-quote-inner-author-info__name {
  margin-bottom: 1rem;
}

.O70-text-content-block-inner__section .sub1-heading {
  font-size: 20px;
  font-size: 2.5rem;
  line-height: 3.75rem;
}

.O70-text-content-block-inner__section .image-area {
  position: relative;
}

.O70-text-content-block-inner__section .image-area.overlay-dark:before {
  background: rgba(0, 0, 0, 0.3490196078);
}

.O70-text-content-block-inner__section .image-area.overlay-light:before {
  background: rgba(255, 255, 255, 0.3490196078);
}

.O70-text-content-block-inner__section .image-area:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.O70-text-content-block-inner__section .image-area__image:not(.is-wide) {
  position: relative;
}

.O70-text-content-block-inner__section .image-area__image:not(.is-wide):before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.O70-text-content-block-inner__section .image-area__image:not(.is-wide) img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O70-text-content-block-inner__section .image-area__image.is-wide {
  outline: none;
  overflow: hidden;
  position: relative;
}

.O70-text-content-block-inner__section .image-area__image.is-wide:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O70-text-content-block-inner__section .image-area__image.is-wide img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O70-text-content-block-inner__section .image-area__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.O70-text-content-block-inner__section .image-area__cta .btn {
  margin: auto;
  z-index: 1;
}

.O70-text-content-block-inner__section .image-area__text-over-image-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.O70-text-content-block-inner__section .image-area__text-over-image-container.text-to-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.O70-text-content-block-inner__section .image-area__text-over-image-container.text-to-bottom {
  bottom: 0;
  top: unset;
}

.O70-text-content-block-inner__section .image-area__text-over-image-container.text-to-top {
  top: 0;
}

.O70-text-content-block-inner__section .image-area__text-over-image-container > * {
  color: #fff;
}

.O70-text-content-block-inner__section__button-container {
  margin: 0 auto;
  padding-top: 6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .O70-text-content-block-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .O70-text-content-block-inner__section {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .O70-text-content-block-inner {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 97rem;
  }
  .O70-text-content-block-inner__section {
    width: 37rem;
  }
  .O70-text-content-block-inner__section .image-area {
    margin-left: -10rem;
    width: 47rem;
  }
  .O70-text-content-block-inner.reverse-image .image-area {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .O70-text-content-block-inner {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 116rem;
  }
  .O70-text-content-block-inner__section {
    width: 44rem;
  }
  .O70-text-content-block-inner__section .image-area {
    margin-left: -12rem;
    width: 56rem;
  }
  .O70-text-content-block-inner.reverse-image .image-area {
    margin-left: 0;
  }
}
.O70-text-content-block .O11-text-content-block-btn-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.O70-text-content-block .O11-text-content-block-btn-wrap .btn:nth-child(2) {
  margin: 6px 0;
}

.O70-1-text-content-block {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.O70-1-text-content-block .O70-1-text-content-block-inner {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.O70-1-text-content-block .O70-1-text-content-block-inner.O70-1-text-content-block-inner--centered::after {
  content: none;
}

.O70-1-text-content-block .O70-1-text-content-block-inner.O70-1-text-content-block-inner--centered {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.O70-1-text-content-block .O70-1-text-content-block-inner .cta-bottom-text .btn-primary {
  color: #fff;
}

.O70-1-text-content-block .O70-1-text-content-block-inner .is-white {
  background: #fff;
}

.O70-1-text-content-block .O70-1-text-content-block-inner .is-white :not(.btn-primary) {
  color: #000 !important;
}

.O70-1-text-content-block .O70-1-text-content-block-inner:after {
  content: "";
  display: block;
  height: 0;
}

@media screen and (min-width: 768px) {
  .O70-1-text-content-block .O70-1-text-content-block-inner {
    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;
  }
}
.O70-1-text-content-block .O70-1-text-content-block-inner.align-center {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.O70-1-text-content-block .O70-1-text-content-block-inner.align-center:after {
  display: none;
}

.O70-1-text-content-block .O70-1-text-content-block-inner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 3rem 0;
}

.O70-1-text-content-block .O70-1-text-content-block-inner__item__heading {
  font-weight: 500;
  margin: 0 0 3rem;
  padding: 0;
}

.O70-1-text-content-block .O70-1-text-content-block-inner__item .body-text-2 {
  margin: 0 0 3rem;
}

.O70-1-text-content-block .O70-1-text-content-block-inner__item.is-dark-grey a,
.O70-1-text-content-block .O70-1-text-content-block-inner__item.is-darkest-grey a {
  color: #fff;
}

.O70-1-text-content-block .O70-1-text-content-block-inner__item a {
  color: #000;
}

.O70-1-text-content-block .O70-1-text-content-block-inner__item a.btn-primary {
  color: #fff;
}

.O70-1-text-content-block .O70-1-text-content-block-inner a.card-stretched-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.O70-1-text-content-block.is-dark-grey a {
  color: #fff;
}

.O70-1-text-content-block.is-dark-grey .O70-1-text-content-block-inner__item.is-light-grey a,
.O70-1-text-content-block.is-dark-grey .O70-1-text-content-block-inner__item.is-white a {
  color: #000;
}

.O70-1-text-content-block.is-darkest-grey a {
  color: #fff;
}

.O70-1-text-content-block.is-darkest-grey .O70-1-text-content-block-inner__item.is-light-grey a,
.O70-1-text-content-block.is-darkest-grey .O70-1-text-content-block-inner__item.is-white a {
  color: #000;
}

.O70-1-text-content-block.align-items.column-block--three-card-row .cta-bottom-text,
.O70-1-text-content-block.align-items.column-block--two-card-row .cta-bottom-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.O70-1-text-content-block.align-items.column-block--three-card-row .O70-1-card,
.O70-1-text-content-block.align-items.column-block--two-card-row .O70-1-card {
  height: 100%;
}

.O70-1-text-content-block.align-items.column-block--three-card-row .O70-1-card .O70-1-text-content-block-inner__item,
.O70-1-text-content-block.align-items.column-block--three-card-row .O70-1-card .O70-1-text-content-block-inner__item .text-area,
.O70-1-text-content-block.align-items.column-block--two-card-row .O70-1-card .O70-1-text-content-block-inner__item,
.O70-1-text-content-block.align-items.column-block--two-card-row .O70-1-card .O70-1-text-content-block-inner__item .text-area {
  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%;
}

.O70-1-text-content-block.align-items.column-block--three-card-row .middle-items-separator,
.O70-1-text-content-block.align-items.column-block--two-card-row .middle-items-separator {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.O70-1-text-content-block__headline {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
  width: 43rem;
}

.row > .O70-1-text-content-block__headline {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O70-1-text-content-block__headline {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O70-1-text-content-block__headline {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .O70-1-text-content-block__headline {
    width: 92rem;
  }
}
.O70-1-text-content-block .O70-1-card {
  position: relative;
}

.O70-1-text-content-block .O70-1-card:hover .icon--download path:nth-child(2) {
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .O70-1-text-content-block .O70-1-card:hover .icon--download svg {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
.O70-1-text-content-block .O70-1-card:hover .icon--arrow-right svg {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.O70-1-text-content-block .O70-1-card .image-area {
  margin: 0 0 3rem;
  position: relative;
}

.O70-1-text-content-block .O70-1-card .image-area__image {
  position: relative;
}

.O70-1-text-content-block .O70-1-card .image-area__image:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.O70-1-text-content-block .O70-1-card .image-area__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O70-1-text-content-block .O70-1-card.is-light-grey a,
.O70-1-text-content-block .O70-1-card.is-white a {
  color: #000;
}

.O70-1-text-content-block .O70-1-card.is-dark-grey a,
.O70-1-text-content-block .O70-1-card.is-darkest-grey a {
  color: #fff;
}

.O70-3-text-content-block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (min-width: 992px) {
  .O70-3-text-content-block-row .card {
    -ms-flex-negative: unset !important;
        flex-shrink: unset !important;
    margin: 2rem 0;
  }
  .O70-3-text-content-block-row .card .text-area {
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1019607843);
    padding: 3rem !important;
  }
  .O70-3-text-content-block-row .card .text-area .O70-3-text-content-block-row-heading {
    font-size: 4.25rem;
    font-weight: 700;
    line-height: 3.5rem !important;
  }
  .O70-3-text-content-block-row .card .text-area .O70-3-text-content-block-row-subheading {
    font-size: 3.25rem;
    line-height: 3.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .O70-3-text-content-block-row .card {
    -ms-flex-negative: unset !important;
        flex-shrink: unset !important;
    margin: 2rem 0;
  }
  .O70-3-text-content-block-row .card .text-area {
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1019607843);
    padding: 3rem !important;
  }
  .O70-3-text-content-block-row .card .text-area .O70-3-text-content-block-row-heading {
    font-size: 4.25rem;
    font-weight: 700;
    line-height: 3.5rem !important;
  }
  .O70-3-text-content-block-row .card .text-area .O70-3-text-content-block-row-subheading {
    font-size: 3.25rem;
    line-height: 3.5rem !important;
  }
}
.O70-3-text-content-block-row a {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}

.O70-3-text-content-block {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O70-3-text-content-block__heading {
  padding-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner:after {
    content: "";
    display: block;
    height: 0;
    max-width: 100%;
    width: 43rem;
  }
  .row > .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner:after {
    max-width: calc(100% - 1rem);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner:after {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner__item {
    max-width: 100%;
    width: 43rem;
  }
  .row > .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner__item {
    max-width: calc(100% - 1rem);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner__item {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner__item > * {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .O70-1-text-content-block.column-block--standalone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card {
    background-color: #fff;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: none;
    margin: auto;
    padding-bottom: 6rem;
    padding-top: 2rem;
    width: 100%;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item > * {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .card-O70-1-text-content-block-inner__item__heading {
    font-size: 18px;
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item:last-child {
    padding-bottom: 0;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .image-area {
    width: 100%;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .text-area {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
    color: #000;
    margin-top: -7rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
    width: calc(100% - 48px);
    width: 63rem;
    z-index: 2;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .text-area .divider {
    background-color: #f5f5f5;
    height: 1px;
    margin: 2rem 0;
    width: 100%;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .text-area .btn.btn--secondary,
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .text-area a {
    color: #000;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-white .text-area {
    background-color: #fff;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-light-grey .text-area {
    background-color: #f5f5f5;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-darkest-grey .text-area {
    background-color: #2b2b2b;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-dark-grey .text-area {
    background-color: #383838;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-dark-grey .text-area,
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-dark-grey .text-area .btn.btn--secondary,
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-dark-grey .text-area a,
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-darkest-grey .text-area,
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-darkest-grey .text-area .btn.btn--secondary,
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.is-darkest-grey .text-area a {
    color: #fff;
  }
  .O70-1-text-content-block.column-block--standalone.is-white .O70-1-card {
    background-color: #fff;
  }
  .O70-1-text-content-block.column-block--standalone.is-light-grey .O70-1-card {
    background-color: #f5f5f5;
  }
  .O70-1-text-content-block.column-block--standalone.is-darkest-grey .O70-1-card {
    background-color: #2b2b2b;
  }
  .O70-1-text-content-block.column-block--standalone.is-dark-grey .O70-1-card {
    background-color: #383838;
  }
}
@media screen and (min-width: 992px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .image-area {
    width: 87rem;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .text-area {
    margin-left: -17rem;
    margin-top: 0;
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .image-area {
    width: 104rem;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card .O70-1-text-content-block-inner__item .text-area {
    margin-left: -20rem;
    margin-top: 0;
    width: 56rem;
  }
}
@media screen and (min-width: 768px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.no-image .O70-1-text-content-block-inner__item .text-area {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    width: 100%;
    width: 85rem;
  }
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.no-image .O70-1-text-content-block-inner__item .text-area .body-text-2 {
    font-size: 16px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.no-image .O70-1-text-content-block-inner__item .text-area {
    width: 117rem;
  }
}
@media screen and (min-width: 1200px) {
  .O70-1-text-content-block.column-block--standalone .O70-1-text-content-block-inner .O70-1-card.no-image .O70-1-text-content-block-inner__item .text-area {
    width: 140rem;
  }
}
@media screen and (max-width: 767px) {
  .column-block--two-card-row .O70-1-text-content-block-inner:after {
    content: "";
    display: block;
    height: 0;
    max-width: 100%;
    width: 43rem;
  }
  .row > .column-block--two-card-row .O70-1-text-content-block-inner:after {
    max-width: calc(100% - 1rem);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .column-block--two-card-row .O70-1-text-content-block-inner:after {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .column-block--two-card-row .O70-1-text-content-block-inner__item {
    max-width: 100%;
    width: 43rem;
  }
  .row > .column-block--two-card-row .O70-1-text-content-block-inner__item {
    max-width: calc(100% - 1rem);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .column-block--two-card-row .O70-1-text-content-block-inner__item {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .column-block--two-card-row .O70-1-text-content-block-inner__item > * {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .column-block--two-card-row .O70-1-text-content-block-inner {
    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;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 1rem 0;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.is-white .text-area {
    background-color: #fff;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.is-light-grey .text-area {
    background-color: #f5f5f5;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.is-darkest-grey .text-area {
    background-color: #2b2b2b;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.is-dark-grey .text-area {
    background-color: #383838;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card .text-area {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 4rem;
    width: 85rem;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card .text-area .divider {
    background-color: #f5f5f5;
    height: 1px;
    margin: 2rem 0;
    width: 100%;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card .text-area .btn-wrap {
    margin-top: auto;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .text-area {
    margin-left: 16.5rem;
    padding: 3rem 4rem 3rem 16.75rem;
    width: 68.5rem;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .image-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30rem;
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  .column-block--two-card-row .O70-1-text-content-block-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2rem 0;
    width: 57rem;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card .text-area {
    width: 57rem;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .image-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20rem;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .image-area__image {
    position: relative;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .image-area__image:before {
    content: "";
    display: block;
    padding: 100% 0 0;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .text-area {
    margin-left: 10rem;
    padding: 4rem 4rem 4rem 14rem;
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .column-block--two-card-row .O70-1-text-content-block-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2rem 0;
    width: 68rem;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card .text-area {
    width: 68rem;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .image-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24rem;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .image-area__image {
    position: relative;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .image-area__image:before {
    content: "";
    display: block;
    padding: 100% 0 0;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .image-area__image img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .column-block--two-card-row .O70-1-text-content-block-inner .O70-1-card.image .text-area {
    margin-left: 12rem;
    padding: 4rem 4rem 4rem 16rem;
    width: 56rem;
  }
}
@media screen and (min-width: 768px) {
  .column-block--two-card-row.is-white .O70-1-card {
    background-color: #fff;
  }
  .column-block--two-card-row.is-light-grey .O70-1-card {
    background-color: #f5f5f5;
  }
  .column-block--two-card-row.is-darkest-grey .O70-1-card {
    background-color: #2b2b2b;
  }
  .column-block--two-card-row.is-dark-grey .O70-1-card {
    background-color: #383838;
  }
}
.column-block--three-card-row {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.column-block--three-card-row .O70-1-text-content-block-inner:after {
  content: "";
  display: block;
  height: 0;
  max-width: 100%;
  width: 43rem;
}

.row > .column-block--three-card-row .O70-1-text-content-block-inner:after {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .column-block--three-card-row .O70-1-text-content-block-inner:after {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .column-block--three-card-row .O70-1-text-content-block-inner:after {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .column-block--three-card-row .O70-1-text-content-block-inner:after {
    width: 32rem;
  }
}
@media screen and (min-width: 768px) {
  .column-block--three-card-row .O70-1-text-content-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .column-block--three-card-row .O70-1-text-content-block-inner {
    width: 97rem;
  }
}
@media screen and (min-width: 1200px) {
  .column-block--three-card-row .O70-1-text-content-block-inner {
    width: 116rem;
  }
}
.column-block--three-card-row .O70-1-text-content-block-inner__item {
  max-width: 100%;
  width: 43rem;
}

.row > .column-block--three-card-row .O70-1-text-content-block-inner__item {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .column-block--three-card-row .O70-1-text-content-block-inner__item {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .column-block--three-card-row .O70-1-text-content-block-inner__item {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .column-block--three-card-row .O70-1-text-content-block-inner__item {
    width: 32rem;
  }
}
.column-block--three-card-row .O70-1-text-content-block-inner__item > * {
  padding-left: 4rem;
  padding-right: 4rem;
}

.O74-document-list {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 6rem;
  margin-top: 6rem;
  max-width: 43rem;
  position: relative;
  width: 100%;
}

.O74-document-list h2 {
  margin: 0 0 2rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .O74-document-list h2 {
    margin-bottom: 5rem;
  }
}
.O74-document-list__container {
  width: 43rem;
}

.O74-document-list__container__scroller {
  -webkit-overflow-scrolling: touch;
  max-height: 268px;
  overflow-x: hidden;
  overflow-y: auto;
}

.O74-document-list__container__scroller::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 10px;
}

.O74-document-list__container__scroller::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  width: 5px;
}

.O74-document-list__container__scroller::-webkit-scrollbar-thumb {
  background: var(--color-brand-color);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .O74-document-list__container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .O74-document-list {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: none;
  }
  .O74-document-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 600px !important;
  }
  .O74-document-list:after {
    display: none;
  }
  .O74-document-list__container {
    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: 75rem;
    position: relative;
    width: 52rem;
  }
  .O74-document-list__container:before {
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    left: -3rem;
    opacity: 0.05;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .O74-document-list__container__scroller {
    max-height: 550px;
  }
}
@media screen and (min-width: 992px) {
  .O74-document-list__container {
    width: 87rem;
  }
  .O74-document-list__container:before {
    left: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .O74-document-list__container {
    width: 104rem;
  }
  .O74-document-list__container:before {
    left: -4rem;
  }
}
.O74-document-list__categories {
  background-color: #f5f5f5;
  padding: 32px 16px 24px;
}

.O74-document-list__categories .filter,
.O74-document-list__categories .select {
  margin: 0;
}

.O74-document-list__categories .filter__group {
  max-width: none;
  width: 100%;
}

.O74-document-list__categories .filter__list {
  display: none;
}

.O74-document-list__categories .select {
  cursor: pointer;
}

.O74-document-list__categories .select__optgroup .select__option:not(:first-child) {
  padding-left: 32px;
}

.O74-document-list .market-selector .select__panel {
  z-index: 21;
}

.O74-document-list__utility__amount {
  display: none;
}

@media screen and (min-width: 768px) {
  .O74-document-list__categories {
    -webkit-overflow-scrolling: touch;
    background-color: initial;
    max-height: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 30rem;
  }
  .O74-document-list__categories::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
  }
  .O74-document-list__categories::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
    width: 5px;
  }
  .O74-document-list__categories::-webkit-scrollbar-thumb {
    background: var(--color-brand-color);
    border-radius: 10px;
  }
  .O74-document-list__categories .filter__group {
    margin: 0;
  }
  .O74-document-list__categories .icon.icon--small-arrow-down {
    display: none;
  }
  .O74-document-list__categories .select__panel {
    margin-top: 0;
  }
  .O74-document-list__categories .select:before {
    display: none;
  }
  .O74-document-list__categories .select__panel {
    background: none;
    bottom: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: auto;
    max-height: none;
    opacity: 1;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    visibility: visible;
  }
  .O74-document-list__categories .select__elem,
  .O74-document-list__categories .select__label,
  .O74-document-list__categories .select__opener,
  .O74-document-list__categories .select__option[data-value=all] {
    display: none;
  }
  .O74-document-list__categories .select .mktoFormRow .select__option.has-focus,
  .O74-document-list__categories .select .mktoFormRow .select__option.is-selected,
  .O74-document-list__categories .select .select__option.has-focus,
  .O74-document-list__categories .select .select__option.is-selected {
    background: none;
  }
  .O74-document-list__categories .select__optgroup .select__option:not(:first-child) {
    padding-left: 16px;
  }
  .O74-document-list__categories .select__optgroup.is-selected .select__option:first-child {
    font-weight: 500;
  }
  .O74-document-list__categories .select__option {
    color: rgba(0, 0, 0, 0.9019607843);
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 4rem;
    padding: 0;
  }
  .O74-document-list__categories .select__option.is-selected {
    font-weight: 500;
  }
  .O74-document-list .market-selector {
    padding-top: 0;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .O74-document-list__categories .filter__group {
    display: block !important;
  }
  .O74-document-list__categories .select__panel {
    margin-top: 0;
  }
  .O74-document-list__categories {
    width: 27rem;
  }
  .O74-document-list__categories .select__panel {
    margin-top: 0;
  }
  .O74-document-list .market-selector {
    padding-top: 0;
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O74-document-list__categories {
    width: 32rem;
  }
  .O74-document-list__categories .select__panel {
    margin-top: 0;
  }
  .O74-document-list .market-selector {
    padding-top: 0;
    width: 32rem;
  }
}
.O74-document-list__utility__chosen,
.O74-document-list__utility__table {
  display: none;
}

.O74-document-list__utility__search {
  font-size: 14px;
  font-size: 1.75rem;
  max-width: 100%;
  padding-bottom: 10px;
  padding-top: 15px;
  position: relative;
  width: 43rem;
}

.row > .O74-document-list__utility__search {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O74-document-list__utility__search {
    max-width: none;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .O74-document-list__utility__search {
    width: 30rem;
  }
}
@media screen and (min-width: 1200px) {
  .O74-document-list__utility__search {
    width: 36rem;
  }
}
.O74-document-list__utility__search__input {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7019607843);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
  line-height: 1.33;
  outline: 0;
  padding: 1rem 4rem 1rem 0;
  width: 100%;
}

.O74-document-list__utility__search__input__icon {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .O74-document-list__utility {
    display: block;
    margin-bottom: 2rem;
    position: relative;
  }
  .O74-document-list__utility__chosen {
    color: rgba(0, 0, 0, 0.5019607843);
    display: block;
    font-family: Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    font-size: 1.5rem;
    line-height: 1.33;
    margin-bottom: 8px;
    opacity: 1;
  }
  .O74-document-list__utility__chosen--subcategory {
    color: rgba(0, 0, 0, 0.9019607843);
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.33;
    margin: 0;
  }
  .O74-document-list__utility table {
    display: none;
  }
  .O74-document-list__utility__search {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .O74-document-list__utility {
    margin-bottom: 3rem;
  }
  .O74-document-list__utility__chosen {
    display: block;
  }
  .O74-document-list__utility__amount {
    bottom: 0;
    color: rgba(0, 0, 0, 0.3019607843);
    display: block;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.14;
    opacity: 1;
    position: absolute;
    right: 0;
  }
  .O74-document-list__utility__amount span {
    color: #d20014;
    color: var(--color-brand-color);
  }
  .O74-document-list__utility table {
    bottom: 0;
    display: table;
    position: absolute;
    right: 0;
  }
  .O74-document-list__utility table th {
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: -0.1px;
    opacity: 0.9;
    padding: 0 15px;
  }
  .O74-document-list__utility__chosen {
    width: 67rem;
  }
}
@media screen and (min-width: 1200px) {
  .O74-document-list__utility__chosen {
    width: 80rem;
  }
  .O74-document-list__utility table th {
    padding: 0 25px;
  }
}
.O74-document-list__item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  padding: 2rem 0;
}

.O74-document-list__item.is-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .O74-document-list__item {
    cursor: pointer;
  }
}
.O74-document-list__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.O74-document-list__item__info .checkbox-wrap {
  display: none;
}

.O74-document-list__item__info__content {
  padding: 0 16px;
}

.O74-document-list__item__info__headline {
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.43;
  margin: 0 0 1rem;
  word-break: break-word;
}

.O74-document-list__item__info__headline a {
  color: rgba(0, 0, 0, 0.7019607843);
  cursor: pointer;
}

.O74-document-list__item__info__paragraph {
  color: rgba(0, 0, 0, 0.9019607843);
  font-size: 1.75rem;
  line-height: 1.33;
  opacity: 1;
}

.O74-document-list__item__info__image,
.O74-document-list__item__info__nav {
  display: none;
}

.O74-document-list__item__info__image .btn {
  height: 4rem;
  min-width: 6.25rem;
}

.O74-document-list__item__info__nav .btn.is-video {
  background-image: none;
  height: 4rem;
}

.O74-document-list__item__info__type {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #b6b6b6;
  display: none;
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 5px;
  padding: 0 3px;
  text-transform: uppercase;
}

.O74-document-list__container__scroller .O74-document-list__item[data-type=multiple-download],
.O74-document-list__item[data-type=multiple-download] {
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .O74-document-list__item__info__type {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .O74-document-list__item__info__headline {
    display: none;
  }
  .mobile-download-icon {
    display: block;
    margin: auto 2rem auto auto;
  }
  .mobile-headline,
  .mobile-watch-video {
    display: block;
  }
  .mobile-watch-video .btn {
    margin-bottom: auto;
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .O74-document-list__item.is-shown,
  .O74-document-list__item:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
  }
  .O74-document-list__item.is-shown ~ .O74-document-list__item.is-shown {
    border-top: 0;
  }
  .O74-document-list__container__scroller .O74-document-list__item {
    padding-right: 3rem;
  }
  .O74-document-list__item__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .O74-document-list__item__info__headline {
    color: rgba(0, 0, 0, 0.9019607843);
    display: block;
    font-size: 2rem;
    line-height: 1.25;
  }
  .O74-document-list__item__info__headline a {
    color: rgba(0, 0, 0, 0.9019607843);
  }
  .O74-document-list__item__info__image {
    -webkit-box-sizing: initial;
            box-sizing: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 48px;
    width: 100%;
  }
  .O74-document-list__item__info__image img {
    display: block;
    max-width: 48px;
  }
  .O74-document-list__item__info__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 3rem;
  }
  .O74-document-list__item__info__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .O74-document-list__item__info__nav .btn {
    font-size: 1.75rem;
    line-height: 1.14;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item__info__nav {
    display: none;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item__info__image {
    display: block;
    padding-left: 0;
    padding-right: 2rem;
  }
  .O74-document-list__item .mobile-download-icon,
  .O74-document-list__item .mobile-headline,
  .O74-document-list__item .mobile-watch-video {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .O74-document-list__item {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .O74-document-list__item__info .checkbox-wrap {
    -ms-flex-item-align: center;
        align-self: center;
    cursor: pointer;
    display: block;
    margin: 0;
  }
  .O74-document-list__item__info .checkbox-wrap .checkbox-mark {
    display: block;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .O74-document-list__item__info__image {
    display: block;
    padding: 0 0 0 3rem;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item {
    padding-right: 0;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item .O74-document-list__item__info__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item .O74-document-list__item__info__nav table {
    width: 100%;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item .O74-document-list__item__info__nav table tr:after,
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item .O74-document-list__item__info__nav table tr:before {
    content: " ";
    display: table;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item .O74-document-list__item__info__nav table tr:after {
    clear: both;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item .O74-document-list__item__info__nav table td {
    display: block;
    float: left;
    padding: 0;
    text-align: center;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item .O74-document-list__item__info__nav table td .checkbox-wrap {
    display: inline-block;
  }
  .O74-document-list[data-item-type=multiple-download] .O74-document-list__item .O74-document-list__item__info__image,
  .O74-document-list__container__scroller .O74-document-list__item {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .O74-document-list__container__scroller .O74-document-list__item {
    padding-right: 4rem;
  }
}
.O74-document-list__controls {
  display: none;
}

@media screen and (min-width: 992px) {
  .O74-document-list__controls {
    display: none;
    padding-top: 4rem;
    text-align: right;
  }
  .O74-document-list__controls .btn {
    display: none;
    font-size: 1.75rem;
    line-height: 1.14;
  }
  .O74-document-list__controls .btn + .btn {
    margin-left: 4rem;
  }
  .O74-document-list__controls .btn.is-shown {
    display: inline-block;
  }
  .O74-document-list__controls.is-shown {
    display: block;
  }
}
.O74-document-list-filter .O74-document-list__controls {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .O74-document-list-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.O74-document-list-filter .select__panel {
  z-index: 21;
}

@media screen and (min-width: 992px) {
  .O74-document-list-filter__item {
    width: 27rem;
  }
  .O74-document-list-filter__item:first-child {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .O74-document-list-filter__item {
    width: 32rem;
  }
  .O74-document-list-filter__item:first-child {
    margin-right: 4rem;
  }
}
.O74-document-list__item.O74-document-list__item--select-all {
  position: sticky;
  top: 0;
  padding: 2rem 0;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .O74-document-list__item.O74-document-list__item--select-all {
    display: none;
  }
}
.O74-document-list__item.O74-document-list__item--select-all .O74-document-list__item__info__headline {
  margin: 0;
}

.O75-product-faq {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O75-product-faq__headline {
  margin: 0 0 3rem;
  padding: 0;
}

.O75-product-faq__categories {
  width: 100%;
}

.O75-product-faq__categories-headline {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.33;
  margin: 0 0 3rem;
  padding: 0;
}

.O75-product-faq__categories .filter {
  margin: 0 0 2rem;
}

.O75-product-faq__categories .filter__group {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

.O75-product-faq__categories .filter__btn {
  white-space: normal;
}

.O75-product-faq__categories .select {
  margin: 0;
}

.O75-product-faq__categories .select:before {
  height: 7.75rem;
}

.O75-product-faq__categories .select__panel {
  padding-top: 7.75rem;
  top: -2rem;
}

.O75-product-faq__questions {
  display: none;
}

.O75-product-faq__questions.is-active {
  display: block;
}

.O75-product-faq__questions__name {
  display: none;
}

.O75-product-faq__questions__item {
  border-bottom: 1px solid #979797;
}

.O75-product-faq__questions__item__button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.6509803922);
  cursor: pointer;
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.43;
  margin: 0;
  outline: 0;
  padding: 2rem 4rem 2rem 0;
  position: relative;
  text-align: left;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.O75-product-faq__questions__item__button:focus {
  outline: 0;
}

body.has-hover .O75-product-faq__questions__item__button:hover {
  color: rgba(0, 0, 0, 0.9019607843);
}

.O75-product-faq__questions__item__button:after,
.O75-product-faq__questions__item__button:before {
  background-color: #d20014;
  background-color: var(--color-brand-color);
  content: "";
  display: block;
  height: 0.25rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.75rem;
}

.O75-product-faq__questions__item__button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.O75-product-faq__questions__item__button.has-accordion-open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.O75-product-faq__questions__item__content {
  color: rgba(0, 0, 0, 0.6509803922);
  font-size: 1.75rem;
  line-height: 1.43;
  overflow: hidden;
  padding: 0 0 2rem;
}

.O75-product-faq__questions__item__content p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 1;
}

.O75-product-faq__questions__item__content.has-accordion-open {
  max-height: 500px;
}

@media screen and (min-width: 768px) {
  .O75-product-faq__questions__item {
    border-color: rgba(0, 0, 0, 0.0509803922);
  }
}
@media screen and (min-width: 992px) {
  .O75-product-faq__categories {
    -webkit-box-sizing: initial;
            box-sizing: initial;
    padding-right: 3rem;
    width: 27rem;
  }
  .O75-product-faq__categories .filter,
  .O75-product-faq__categories-headline {
    width: 27rem;
  }
  .O75-product-faq__questions {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .O75-product-faq__categories {
    -webkit-box-sizing: initial;
            box-sizing: initial;
    padding-right: 4rem;
    width: 32rem;
  }
  .O75-product-faq__categories .filter,
  .O75-product-faq__categories-headline {
    width: 32rem;
  }
  .O75-product-faq__questions {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .O75-product-faq__headline {
    display: block;
    margin-bottom: 6rem;
    text-align: center;
  }
  .O75-product-faq > .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .O75-product-faq > .flex > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .O75-product-faq__categories-headline {
    padding: 0;
  }
  .O75-product-faq__categories .filter {
    border-right: 1px solid rgba(0, 0, 0, 0.0509803922);
    -webkit-box-sizing: initial;
            box-sizing: initial;
    margin: 0;
  }
  .O75-product-faq__categories .filter__list {
    margin: 0;
  }
  .O75-product-faq__categories .filter__btn {
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.9019607843);
    display: block !important;
    font-size: 14px;
    font-size: 1.75rem;
    line-height: 1;
    margin: 0;
    padding: 1.5rem 0;
    text-align: left;
    width: 100%;
  }
  .O75-product-faq__categories .filter__btn.is-ellipsis {
    display: none !important;
  }
  .O75-product-faq__categories .filter__btn.is-active,
  body.has-hover .O75-product-faq__categories .filter__btn:hover {
    background-color: initial;
    color: #d20014;
    color: var(--color-brand-color);
  }
  .O75-product-faq__questions__name {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 24px;
  }
}
.O78-social-follow {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 37.5rem;
  padding: 9rem 1.875rem;
  width: 43rem;
}

.row > .O78-social-follow {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O78-social-follow {
    max-width: none;
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .O78-social-follow {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O78-social-follow {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .O78-social-follow {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .O78-social-follow {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
}
.O78-social-follow__heading {
  font-size: 24px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
  padding: 0 0 2rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .O78-social-follow__heading {
    font-size: 34px;
    font-size: 4.25rem;
    line-height: 5rem;
  }
}
.O78-social-follow .O78-social-follow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 5rem 0 0;
}

.O78-social-follow .O78-social-follow-list .icon svg {
  height: 3rem;
  width: 3rem;
}

body.has-hover .O78-social-follow .O78-social-follow-list a:hover {
  text-decoration: none;
}

body.has-hover .O78-social-follow .O78-social-follow-list a:hover circle,
body.has-hover .O78-social-follow .O78-social-follow-list a:hover path {
  fill: #9f000f;
  fill: var(--color-hover-color);
}

@media screen and (min-width: 992px) {
  .O78-social-follow .O78-social-follow-list {
    padding: 6rem 0 0;
  }
  .O78-social-follow .O78-social-follow-list .icon svg {
    height: 4rem;
    width: 4rem;
  }
}
.O81-product-hero {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 5rem;
}

.page-wrapper > .O81-product-hero:first-child,
.page-wrapper > div:first-child > .O81-product-hero:first-child,
.page-wrapper > div > div:first-child > .O81-product-hero:first-child {
  margin-top: -8rem;
}

.O81-product-hero__slider {
  display: block;
  min-width: 37.5rem;
  position: relative;
}

@media screen and (min-width: 992px) {
  .O81-product-hero__slider:last-child {
    margin-bottom: 8.75rem;
  }
  .O81-product-hero.no-buttons .O81-product-hero__slider:last-child {
    margin-bottom: 5rem;
  }
  .O81-product-hero.no-buttons .O81-product-hero__slider:last-child:not(.O81-product-hero__slider--initialized) {
    margin-bottom: 0;
  }
}
.O81-product-hero__slider__inner {
  display: block;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
}

.O81-product-hero__slider__inner:after,
.O81-product-hero__slider__inner:before {
  content: " ";
  display: table;
}

.O81-product-hero__slider__inner:after {
  clear: both;
}

.O81-product-hero__slider__inner:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.O81-product-hero__slider__inner img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O81-product-hero__slider__inner.lower-height {
  max-height: 65vh;
}

.O81-product-hero__slider__slide {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.5s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.5s;
  visibility: hidden;
  width: 100%;
}

.O81-product-hero__slider__slide img {
  display: block;
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O81-product-hero__slider__slide.is-product-image {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), color-stop(49.9999%, #e4e4e4), color-stop(50%, #cfcfcf), to(#f4f4f4));
  background: linear-gradient(180deg, #e8e8e8 0, #e4e4e4 49.9999%, #cfcfcf 50%, #f4f4f4);
}

.has-background .O81-product-hero__slider__slide.is-product-image {
  background: none;
}

.O81-product-hero__slider__slide.is-product-image img {
  bottom: 0;
  font-family: "object-fit: contain;";
  height: auto;
  left: 50%;
  margin: auto;
  max-height: 90%;
  max-width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  right: auto;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: auto;
}

@media screen and (min-width: 992px) {
  .O81-product-hero__slider__slide.is-product-image img {
    margin-left: 36.5rem;
    max-width: 50rem;
  }
}
@media screen and (min-width: 1200px) {
  .O81-product-hero__slider__slide.is-product-image img {
    margin-left: 44.5rem;
    max-width: 61rem;
  }
}
.O81-product-hero__slider.O81-product-hero__slider--initialized .O81-product-hero__slider__slide.is-active,
.O81-product-hero__slider:not(.O81-product-hero__slider--initialized) .O81-product-hero__slider__slide:first-child {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .O81-product-hero__slider__inner {
    outline: none;
    overflow: hidden;
    position: relative;
  }
  .O81-product-hero__slider__inner:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .O81-product-hero__slider__inner img {
    font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.O81-product-hero__box {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #d20014;
  background-color: var(--color-brand-color);
  color: #fff;
  display: block;
  margin-bottom: 4rem;
  padding: 4rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .O81-product-hero__box {
    margin-bottom: 13.75rem;
    padding: 6rem;
  }
  .O81-product-hero.no-buttons .O81-product-hero__box {
    margin-bottom: 6rem;
  }
}
.O81-product-hero__slider__inner + .container .O81-product-hero__box {
  margin-top: -8rem;
}

.O81-product-hero__slider:last-child .O81-product-hero__box {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .O81-product-hero__slider:last-child .O81-product-hero__box {
    margin-bottom: 8.75rem;
  }
  .O81-product-hero.no-buttons .O81-product-hero__slider:last-child .O81-product-hero__box {
    margin-bottom: 0;
  }
}
.O81-product-hero__box__category {
  font-size: 1.25rem;
  line-height: 1.33;
  margin: 0 -0.5rem;
}

.O81-product-hero__box__category span {
  display: inline-block;
  padding: 0 0.5rem;
}

.O81-product-hero__box__headline {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.36;
  width: 100%;
}

.O81-product-hero__box__headline-image {
  padding: 1.5rem 0.25rem;
}

.O81-product-hero__box__paragraph {
  font-size: 1.75rem;
  line-height: 1.43;
  margin-bottom: 3rem;
}

.O81-product-hero__box__paragraph p {
  font-size: inherit;
  line-height: inherit;
  opacity: 1;
}

.O81-product-hero__box__budget:after,
.O81-product-hero__box__budget:before {
  content: " ";
  display: table;
}

.O81-product-hero__box__budget:after {
  clear: both;
}

.O81-product-hero__box__budget p {
  float: left;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.43;
  margin: 0 2.25rem 0 0;
  opacity: 1;
}

.O81-product-hero__box__budget .budget-list {
  margin: 0;
  white-space: nowrap;
}

.O81-product-hero__box__budget span {
  color: #6f6f6f;
  font-weight: 600;
}

.O81-product-hero__box__budget span.budget-fill {
  color: #fff;
}

.O81-product-hero__box .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.O81-product-hero__box .flex:not(:first-child) {
  margin-top: 2rem;
}

.O81-product-hero__box .checkbox-wrap .checkbox-mark {
  height: 2.5rem;
  width: 2.5rem;
  border-color: #fff;
  margin: 1px 0 0;
}

.O81-product-hero__box .checkbox-wrap .checkbox-label,
.O81-product-hero__box .checkbox-wrap label {
  font-size: 1.75rem;
  opacity: 1;
  padding-left: 3.5rem;
}

@media screen and (min-width: 768px) {
  .O81-product-hero__box {
    margin-bottom: 13.75rem;
    padding: 6rem;
  }
  .O81-product-hero__slider__inner + .container .O81-product-hero__box {
    margin-top: -11rem;
  }
  .O81-product-hero__box__headline {
    font-size: 4.25rem;
  }
}
@media screen and (min-width: 992px) {
  .O81-product-hero__slider > .container {
    bottom: 0;
    left: 50%;
    margin-left: -61.5rem;
    position: absolute;
    width: 100%;
  }
  .O81-product-hero__slider > .container .O81-product-hero__box {
    background: none;
    margin: 0;
    width: 67rem;
  }
  .O81-product-hero__box--bg {
    background-color: #d20014;
    background-color: var(--color-brand-color);
    display: block;
    height: 100%;
    left: 3rem;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 67rem;
    z-index: 1;
  }
  html.no-mix-blend-mode .O81-product-hero__box--bg {
    background-color: #b50e00;
    background-color: var(--color-brand-multiply);
    opacity: 0.8;
  }
}
@media screen and (min-width: 1200px) {
  .O81-product-hero__slider > .container {
    bottom: 0;
    left: 50%;
    margin-left: -75rem;
    position: absolute;
    width: 100%;
  }
  .O81-product-hero__slider > .container .O81-product-hero__box {
    background: none;
    margin: 0;
    width: 80rem;
  }
  .O81-product-hero__box--bg {
    background-color: #d20014;
    background-color: var(--color-brand-color);
    display: block;
    height: 100%;
    left: 5rem;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 80rem;
    z-index: 1;
  }
  html.no-mix-blend-mode .O81-product-hero__box--bg {
    background-color: #b50e00;
    background-color: var(--color-brand-multiply);
    opacity: 0.8;
  }
}
.O81-product-hero__slider__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -14rem auto 2rem;
  max-width: 100%;
  position: relative;
  width: 43rem !important;
}

.row > .O81-product-hero__slider__thumbnails {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O81-product-hero__slider__thumbnails {
    max-width: none;
    width: 85rem !important;
  }
}
@media screen and (min-width: 992px) {
  .O81-product-hero__slider__thumbnails {
    width: 47rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .O81-product-hero__slider__thumbnails {
    width: 56rem !important;
  }
}
@media screen and (min-width: 768px) {
  .O81-product-hero__slider__thumbnails {
    margin-bottom: 3rem;
    margin-top: -17rem;
  }
}
@media screen and (min-width: 992px) {
  .O81-product-hero__slider__thumbnails {
    bottom: 0 !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: 50% !important;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    -webkit-transform: translate(11.5rem, 50%);
            transform: translate(11.5rem, 50%);
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .O81-product-hero__slider__thumbnails {
    -webkit-transform: translate(14rem, 50%);
            transform: translate(14rem, 50%);
  }
}
.O81-product-hero__slider__thumbnails__item {
  background: no-repeat 50%;
  background-size: cover;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  display: block;
  margin: 0 1.5rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 10rem !important;
}

@media screen and (max-width: 767px) {
  .O81-product-hero__slider__thumbnails__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .O81-product-hero__slider__thumbnails__item {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.O81-product-hero__slider__thumbnails__item:first-child {
  margin-left: 0;
}

.O81-product-hero__slider__thumbnails__item:last-child {
  margin-right: 0;
}

.O81-product-hero__slider__thumbnails__item:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.O81-product-hero__slider__thumbnails.not-static-thumbnails .O81-product-hero__slider__thumbnails__item {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .O81-product-hero__slider__thumbnails.not-static-thumbnails .O81-product-hero__slider__thumbnails__item {
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    height: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    width: 4rem !important;
  }
  .O81-product-hero__slider__thumbnails.not-static-thumbnails .O81-product-hero__slider__thumbnails__item:after {
    background: #fff;
    border-radius: 50%;
    bottom: 0 !important;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    content: "";
    display: block;
    height: 1rem;
    left: 0 !important;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 1rem !important;
  }
}
.O81-product-hero__slider__thumbnails.not-static-thumbnails .O81-product-hero__slider__thumbnails__item.is-active,
body.has-hover .O81-product-hero__slider__thumbnails.not-static-thumbnails .O81-product-hero__slider__thumbnails__item:hover {
  border-bottom-color: #d20014;
  border-bottom-color: var(--color-brand-color);
}

@media screen and (max-width: 991px) {
  .O81-product-hero__slider__thumbnails.not-static-thumbnails .O81-product-hero__slider__thumbnails__item.is-active,
  body.has-hover .O81-product-hero__slider__thumbnails.not-static-thumbnails .O81-product-hero__slider__thumbnails__item:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .O81-product-hero__slider__thumbnails.not-static-thumbnails .O81-product-hero__slider__thumbnails__item.is-active:after,
  body.has-hover .O81-product-hero__slider__thumbnails.not-static-thumbnails .O81-product-hero__slider__thumbnails__item:hover:after {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 2px #fff;
            box-shadow: 0 0 0 2px #fff;
  }
}
.O81-product-hero__slider__thumbnails.static-thumbnails .O81-product-hero__slider__thumbnails__item__item {
  border-bottom: rgba(0, 0, 0, 0);
}

body.has-hover .O81-product-hero__slider__thumbnails.static-thumbnails .O81-product-hero__slider__thumbnails__item__item:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 768px) {
  .O81-product-hero__share {
    padding-right: 3rem;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .O81-product-hero__share {
    padding-right: 3rem;
    width: 70rem;
  }
}
@media screen and (min-width: 1200px) {
  .O81-product-hero__share {
    padding-right: 4rem;
    width: 84rem;
  }
}
.O81-product-hero__share .O27-social-links {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .O81-product-hero__share-container {
    margin-top: 5rem;
    padding-top: 8.75rem;
  }
  .O81-product-hero.no-buttons .O81-product-hero__share-container {
    padding-top: 0;
  }
  .O81-product-hero.no-buttons .O81-product-hero__slider--initialized + .O81-product-hero__share-container {
    padding-top: 3rem;
  }
}
.O81-product-hero__buttons {
  background-color: #9f000f;
  background-color: var(--color-hover-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem -4rem -4rem;
  min-height: 6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .O81-product-hero__buttons {
    left: 0;
    margin: 0;
    min-height: 8.75rem;
    position: absolute;
    right: 0;
    top: 100%;
  }
}
.O81-product-hero__buttons__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  min-height: 8rem;
  padding: 1rem 1.5rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .O81-product-hero__buttons__item {
    min-height: 8.75rem;
    font-size: 2rem;
    line-height: 3rem;
    min-height: 6rem;
    padding: 1.5rem 2rem;
  }
}

.O81-product-hero__buttons__item--primary {
  background-color: var(--color-hero-primary-button);
}

body.has-hover .O81-product-hero__buttons__item--primary:hover {
  background-color: var(--color-hero-primary-button-hover);
  color: #fff;
  text-decoration: none;
}

.O81-product-hero__buttons__item--secondary {
  background-color: var(--color-hero-secondary-button);
}

body.has-hover .O81-product-hero__buttons__item--secondary:hover {
  background-color: var(--color-hero-secondary-button-hover);
  color: #fff;
  text-decoration: none;
}

.O81-product-hero__buttons__item__inner {
  margin: auto;
}

.O81-product-hero__buttons.is-sticky {
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: auto;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  visibility: hidden;
  z-index: 800;
}

.O81-product-hero__buttons.is-sticky.is-visible {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: visible;
}

.O81-product-hero__buttons.is-sticky .O81-product-hero__buttons__item {
  min-height: 8rem;
}

body.has-content-overlay-open .O81-product-hero__buttons.is-sticky {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: hidden;
}

.O81-product-hero__certificates {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 5rem;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .O81-product-hero__certificates {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .O81-product-hero__certificates {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) {
  .O81-product-hero__certificates {
    float: right;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .O81-product-hero__certificates {
    margin-top: 5px;
    overflow: hidden;
    width: auto;
  }
  .O81-product-hero.no-buttons .O81-product-hero__certificates {
    margin-top: 0;
  }
}
.O81-product-hero__certificates:last-child {
  margin-bottom: 0;
}

.O81-product-hero__certificates img,
.O81-product-hero__certificates svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 40px;
}

.O81-product-hero__rating {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O81-product-hero__rating {
    float: left;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .O81-product-hero__rating {
    margin-bottom: 1rem;
    padding-right: 3rem;
    width: auto;
    width: 70rem;
  }
}
@media screen and (min-width: 1200px) {
  .O81-product-hero__rating {
    padding-right: 4rem;
    width: 84rem;
  }
}
.O81-product-hero__rating:last-child {
  margin-bottom: -4rem;
}

@media screen and (min-width: 768px) {
  .O81-product-hero__rating:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .O81-product-hero__rating:last-child {
    margin-bottom: -2rem;
  }
}
.page-wrapper .p-w-r {
  font-size: 14px;
  font-size: 1.75rem;
  margin: 0;
}

.page-wrapper .p-w-r:after,
.page-wrapper .p-w-r:before {
  content: " ";
  display: table;
}

.page-wrapper .p-w-r:after {
  clear: both;
}

.page-wrapper .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 1rem;
}

.page-wrapper .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-stars-reco-reco,
.page-wrapper .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-stars-reco-stars {
  margin: 0 0 3rem;
}

.page-wrapper .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-compact .pr-snippet-stars-reco-reco,
.page-wrapper .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-compact .pr-snippet-stars-reco-stars {
  float: left;
  margin: 0 0.5rem 2rem;
}

.page-wrapper .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-compact .pr-snippet-read-and-write,
.page-wrapper .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-compact .pr-snippet-stars-reco-reco {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.page-wrapper .p-w-r .pr-review-snapshot .pr-faceoff-label,
.page-wrapper .p-w-r .pr-review-snapshot .pr-faceoff-readcomplete,
.page-wrapper .p-w-r .pr-review-snapshot .pr-faceoff-review,
.page-wrapper .p-w-r .pr-review-snapshot .pr-msq-list dd,
.page-wrapper .p-w-r .pr-review-snapshot .pr-msq-list dt,
.page-wrapper .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count,
.page-wrapper .p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-snapshot-tag-def span,
.page-wrapper .p-w-r .pr-review-snapshot .pr-review-snapshot-msqs .pr-snapshot-highlight,
.page-wrapper .p-w-r .pr-review-snapshot .pr-review-snapshot-subratings .pr-snapshot-highlight {
  font-size: 13px;
  font-size: 1.625rem;
}

.page-wrapper .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details,
.page-wrapper .p-w-r .pr-review-display .pr-rd-side-content-block .pr-rd-details {
  font-size: 12px;
  font-size: 1.5rem;
}

.page-wrapper .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
  font-size: 15px;
  font-size: 1.875rem;
}

.page-wrapper .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-label {
  font-size: 16px;
  font-size: 2rem;
}

.page-wrapper .p-w-r .pr-review-snapshot .pr-faceoff-review {
  line-height: 1.6;
}

.page-wrapper .p-w-r .pr-review-snapshot .pr-faceoff-title {
  font-size: 18px;
  font-size: 2.25rem;
}

.page-wrapper .p-w-r .pr-review-snippet-container .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet-read-and-write {
  margin-top: 0;
}

.page-wrapper .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-headline {
  font-size: 28.6px;
}

.page-wrapper .p-w-r .pr-review-snapshot-block .pr-ratings-histogram-bar-container:after {
  font-size: 14px;
}

.page-wrapper .p-w-r .pr-rd-main-header .pr-rd-review-total {
  font-size: 18px;
}

.page-wrapper .p-w-r .pr-rd-review-disclosure.pr-rd-inner-side-content-block {
  font-size: 12.8px;
}

.page-wrapper .p-w-r .pr-qa-display-headline h1 abbr[title] {
  font-size: 29.7px;
}

.page-wrapper .p-w-r .pr-qa-display-searchbar.pr-input-group .pr-qa-display-searchbar-input.pr-form-control {
  font-size: 16px;
}

.page-wrapper .p-w-r .pr-qa-display-sort .pr-qa-sort-group .pr-qa-sort,
.page-wrapper .p-w-r .pr-qa-display-sort .pr-qa-sort-headline {
  font-size: 13.7px;
}

.page-wrapper .p-w-r .pr-qa-display .pr-qa-display-item-details .pr-subscript,
.page-wrapper .p-w-r .pr-qa-display .pr-qa-display-item-details time {
  font-size: 12px;
}

.page-wrapper .p-w-r .pr-review-display .pr-rd-review-tag dt {
  font-size: 14px;
}

.page-wrapper .p-w-r .pr-review-display .pr-rd-review-tag dd {
  font-size: 12.8px;
}

.page-wrapper .p-w-r .pr-qa-display .pr-qa-display-item .pr-qa-display-item-icon {
  font-size: 16px;
}

.page-wrapper .p-w-r .pr-qa-display-answer-link-container .pr-btn-answer .pr-qa-display-text {
  font-size: 14px;
}

.page-wrapper .p-w-r .pr-qa-display-answer-by-container-expert .pr-qa-display-answer-details .pr-qa-display-answer-by {
  font-size: 12px;
}

.page-wrapper .p-w-r .pr-qa-display-answer-by-container-expert .pr-qa-display-answer-details .pr-qa-display-answer-text {
  font-size: 14.9px;
}

.page-wrapper .p-w-r .pr-qa-snippet-container .pr-snippet-qa.pr-snippet-standard {
  margin: 15px 0 0;
}

.page-wrapper .p-w-r .form-group label span,
.page-wrapper .p-w-r .pr-helpful-btn .pr-helpful-count {
  font-size: 14.9px;
}

.page-wrapper .p-w-r .form-group .pr-helper-text {
  font-size: 13.7px;
}

.page-wrapper .p-w-r .pr-qa-display-ask-question .pr-btn-ask-question .pr-qa-display-text {
  font-size: 18px;
}

.page-wrapper .p-w-r .pr-media-modal .modal__body {
  visibility: unset;
}

.page-wrapper .p-w-r .pr-media-modal .modal__body .pr-media-carousel .carousel__footer.theme--dark span {
  font-size: 19.2px;
}

.page-wrapper .p-w-r .pr-media-modal .modal__body .pr-media-carousel .button .icon {
  outline: none;
}

.page-wrapper .p-w-r .pr-media-modal .modal__body .pr-media-carousel .button .icon .pr-caret-icon svg {
  margin-top: 0;
}

.page-wrapper .p-w-r .pr-media-modal .modal__body .pr-media-carousel .button .icon .pr-caret-icon svg .pr-caret-icon__circle {
  display: none;
}

.page-wrapper .p-w-r .pr-media-modal .button__close {
  outline: none;
}

.page-wrapper .p-w-r .pr-media-modal .overlay--dark {
  z-index: -2;
}

.O81-product-hero__modal.modal__inner {
  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: 100%;
  max-width: 1200px;
  min-height: 400px;
  padding-bottom: 10px;
  width: 100% !important;
}

.O81-product-hero__modal * {
  color-adjust: exact !important;
  -webkit-print-color-adjust: exact !important;
}

.O81-product-hero__modal .p-1 {
  padding: 15px;
}

.O81-product-hero__modal .O87-collapsible-table__accordion-target.js-accordion__target {
  display: block;
}

.O81-product-hero__modal h3,
.O81-product-hero__modal strong {
  text-align: left;
  width: 100%;
}

.O81-product-hero__modal .border-top {
  border-top: 1px solid #d3d3d3;
}

.O81-product-hero__modal #pdf-content {
  height: 100%;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

.O81-product-hero__modal #pdf-content .O87-collapsible-table__table-wrap {
  overflow: unset !important;
  width: 100%;
}

.O81-product-hero__modal #pdf-content .O87-collapsible-table__table-wrap .btn .js-table-filter__more,
.O81-product-hero__modal .O87-collapsible-table__accordion-parent *,
.O81-product-hero__modal .O87-collapsible-table__ctas * {
  display: none !important;
}

.O81-product-hero__modal svg {
  height: 40px;
  margin: 5px;
}

.O81-product-hero__modal .modal__body__header {
  height: 50px;
}

.O81-product-hero__modal .flex {
  -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;
}

.O81-product-hero__modal .flex.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.O81-product-hero__modal .w-100 {
  width: 100% !important;
}

.O81-product-hero__modal .w-50 {
  width: 50% !important;
}

.O81-product-hero__modal .container {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

.O81-product-hero__modal tr.O87-collapsible-table__accordion-row {
  display: table-row !important;
}

.O81-product-hero__modal table thead.thead-dark tr td,
.O81-product-hero__modal table thead.thead-dark tr th {
  background-color: #454d55;
  color: #fff;
}

.O81-product-hero__modal table thead.thead-dark tr th {
  font-weight: 700;
}

@media print {
  .O81-product-hero__modal tr.O87-collapsible-table__accordion-row {
    display: table-row !important;
  }
  .O81-product-hero__modal .O87-collapsible-table__filter-btn {
    display: none !important;
  }
  .O81-product-hero__modal .O87-collapsible-table__accordion-target.js-accordion__target {
    display: block;
  }
  .O81-product-hero__modal .js-table-scroll {
    overflow-x: unset !important;
    overflow-y: unset !important;
  }
  .O81-product-hero__modal .O87-collapsible-table__title {
    float: left;
  }
}
.O82-product-tabs__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.O82-product-tabs {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .O82-product-tabs {
    padding-bottom: 0;
  }
  .O82-product-tabs__nav {
    border-bottom: 1px solid #e4e4e4;
  }
}
.O82-product-tabs__nav.is-sticky {
  background: #fff;
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: 1010;
}

.O82-product-tabs__nav > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .O82-product-tabs__nav > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .O82-product-tabs__nav > .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O82-product-tabs__nav > .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.O82-product-tabs__nav > .container:after,
.O82-product-tabs__nav > .container:before {
  bottom: 0;
  content: "";
  display: block;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 8rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .O82-product-tabs__nav > .container:after,
  .O82-product-tabs__nav > .container:before {
    display: none;
  }
}
.O82-product-tabs__nav > .container:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #fff);
  left: 0;
}

.O82-product-tabs__nav > .container.is-in-start:before,
.O82-product-tabs__nav > .container.no-fade-outs:before {
  opacity: 0;
}

.O82-product-tabs__nav > .container:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  right: 0;
}

.O82-product-tabs__nav > .container.is-in-end:after,
.O82-product-tabs__nav > .container.no-fade-outs:after {
  opacity: 0;
}

.O82-product-tabs__nav.is-light-grey > .container:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: linear-gradient(-90deg, rgba(245, 245, 245, 0), #f5f5f5);
}

.O82-product-tabs__nav.is-light-grey > .container:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: linear-gradient(90deg, rgba(245, 245, 245, 0), #f5f5f5);
}

.O82-product-tabs__content {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .O82-product-tabs__content {
    display: none;
  }
  .O82-product-tabs__content.is-active {
    display: block;
  }
}
.O82-product-tabs__content .nav-btn {
  float: right;
  margin-bottom: 2rem;
}

.O82-product-tabs__content .nav-btn path {
  fill: #fff;
}

.O82-product-tabs__list {
  border-top: 1px solid rgba(155, 155, 155, 0.3019607843);
  position: relative;
}

@media screen and (min-width: 768px) {
  .O82-product-tabs__list {
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.O82-product-tabs__list__indicator {
  background: var(--color-brand-color);
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 8rem;
}

@media screen and (max-width: 767px) {
  .O82-product-tabs__list__indicator {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .O82-product-tabs__list__indicator {
    -webkit-transform: translate3d(1.5rem, 0, 0);
            transform: translate3d(1.5rem, 0, 0);
    width: 17rem;
  }
}
@media screen and (min-width: 1200px) {
  .O82-product-tabs__list__indicator {
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
    width: 20rem;
  }
}
.O82-product-tabs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .O82-product-tabs__item {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .O82-product-tabs__item {
    padding: 0 1.5rem;
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .O82-product-tabs__item {
    padding: 0 2rem;
    width: 24rem;
  }
}
.O82-product-tabs__item__inner {
  border-bottom: 1px solid rgba(155, 155, 155, 0.3019607843);
  color: rgba(0, 0, 0, 0.7019607843);
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 2rem 0;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .O82-product-tabs__item__inner {
    border-bottom: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    font-size: 2rem;
    height: 8rem;
    line-height: 1.25;
    padding: 1rem 0.375rem;
  }
}
@media screen and (min-width: 992px) {
  .O82-product-tabs__item__inner {
    font-size: 14px;
    font-size: 1.75rem;
    height: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .O82-product-tabs__item__inner {
    font-size: 16px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .O82-product-tabs__item__inner span {
    margin: auto;
    max-width: 100%;
  }
}
.O82-product-tabs__item__inner .icon {
  margin: 1px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .O82-product-tabs__item__inner .icon {
    display: none;
  }
  .O82-product-tabs__item.is-active .O82-product-tabs__item__inner {
    color: #d20014;
    color: var(--color-brand-color);
    text-decoration: none;
  }
}
body.has-hover .O82-product-tabs__item__inner:hover {
  color: #d20014;
  color: var(--color-brand-color);
  text-decoration: none;
}

body.has-hover .O82-product-tabs__item__inner:hover .icon svg {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.O84-image-gallery {
  padding-top: 6rem;
  padding-bottom: 6rem;
  width: 46.75rem;
  max-width: 100%;
  min-width: 37.5rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .O84-image-gallery {
    width: 96rem;
  }
}
@media screen and (min-width: 992px) {
  .O84-image-gallery {
    width: 123rem;
  }
}
@media screen and (min-width: 1200px) {
  .O84-image-gallery {
    width: 150rem;
  }
}
.O84-image-gallery__slider {
  padding: 0;
}

.O84-image-gallery.slider--initialized .O84-image-gallery__slider {
  padding-bottom: 10.5rem;
}

@media screen and (min-width: 768px) {
  .O84-image-gallery.slider--initialized .O84-image-gallery__slider {
    padding-bottom: 5rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .O84-image-gallery.slider--initialized .O84-image-gallery__slider {
    margin-bottom: 0;
  }
}
.O84-image-gallery .slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .O84-image-gallery .slider__controls {
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: 5rem;
    right: 81rem;
  }
}
.O84-image-gallery__slide {
  position: relative;
}

.O84-image-gallery__slide__image {
  position: relative;
  overflow: hidden;
  outline: none;
  width: 100%;
}

.O84-image-gallery__slide__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O84-image-gallery__slide__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, "Helvetica Neue", sans-serif;
}

@media screen and (min-width: 768px) {
  .O84-image-gallery__slide__image {
    height: 65rem;
  }
  .O84-image-gallery__slide__image:before {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .O84-image-gallery__slide__image {
    height: 82.25rem;
  }
}
.O84-image-gallery__slide__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.has-thumbs-open .O84-image-gallery__slide__image:after {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .O84-image-gallery__slide__caption {
    width: 56.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 5.5rem;
  }
  .has-thumbs-open .O84-image-gallery__slide__caption {
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .O84-image-gallery__slide__caption {
    width: 47rem;
    left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .O84-image-gallery__slide__caption {
    width: 56rem;
    left: 5rem;
  }
}
.O84-image-gallery__slide__caption__inner {
  padding: 0 1.875rem 4rem;
  min-width: 400px;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (min-width: 768px) {
  .O84-image-gallery__slide__caption__inner {
    margin: auto;
    padding: 4rem;
    background: #fff;
  }
}
.has-thumbs-open .O84-image-gallery__slide__caption__inner {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .O84-image-gallery__slide__headline {
    font-weight: 500;
  }
}
.O84-image-gallery__slide__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.O84-image-gallery__slide__btns .btn {
  padding-top: 10px;
}

.O84-image-gallery__thumbnails {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin-top: -3rem;
  padding: 3.5rem;
  width: 43rem;
  max-width: 100%;
  min-width: 37.5rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
}

.O84-image-gallery.slider--initialized .O84-image-gallery__thumbnails {
  display: block;
}

@media screen and (max-width: 374px) {
  .O84-image-gallery__thumbnails {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .O84-image-gallery__thumbnails {
    padding: 4rem 5rem 0;
    width: auto;
    max-width: 85rem;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .O84-image-gallery__thumbnails {
    margin-right: 0;
    padding: 4rem 2rem 0 4rem;
    max-width: 81rem;
  }
}
.O84-image-gallery__thumbnails__trigger {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.O84-image-gallery__thumbnails__trigger:focus {
  outline: 0;
}

.O84-image-gallery__thumbnails__trigger:before,
.O84-image-gallery__thumbnails__trigger:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background-color: #d20014;
  background-color: var(--color-brand-color);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.O84-image-gallery__thumbnails__trigger:after {
  height: 12px;
  width: 2px;
}

.O84-image-gallery__thumbnails__trigger.is-hidden {
  display: none;
}

.O84-image-gallery__thumbnails__inner {
  height: 10rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .O84-image-gallery__thumbnails__inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.O84-image-gallery__thumbnails__inner::-webkit-scrollbar {
  display: none;
}

.O84-image-gallery__thumbnails.is-open-complete .O84-image-gallery__thumbnails__inner {
  overflow-x: hidden;
  overflow-y: auto;
}

.O84-image-gallery__thumbnails .slider__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .O84-image-gallery__thumbnails .slider__thumbnails {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.O84-image-gallery__thumbnails .slider__thumbnails:after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10rem;
  height: 0;
}

@media screen and (min-width: 768px) {
  .O84-image-gallery__thumbnails .slider__thumbnails:after {
    display: none;
  }
}
.O84-image-gallery__thumbnails .slider__thumbnails__item {
  width: 10rem;
  height: 10rem;
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 1.5rem 1.5rem;
  border-bottom: 4px solid transparent;
  -webkit-transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .O84-image-gallery__thumbnails .slider__thumbnails__item {
    margin-left: 0;
    margin-right: 0;
  }
}
body.has-hover .O84-image-gallery__thumbnails .slider__thumbnails__item:hover,
.O84-image-gallery__thumbnails .slider__thumbnails__item.is-active {
  border-bottom-color: #d20014;
  border-bottom-color: var(--color-brand-color);
}

.O84-image-gallery__thumbnails.is-open .O84-image-gallery__thumbnails__trigger {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.O84-image-gallery__thumbnails.is-open .O84-image-gallery__thumbnails__trigger:before,
.O84-image-gallery__thumbnails.is-open .O84-image-gallery__thumbnails__trigger:after {
  -webkit-transform: translateZ(0) rotate(-225deg);
          transform: translateZ(0) rotate(-225deg);
}

.O84-image-gallery__thumbnails.is-open .O84-image-gallery__thumbnails__inner {
  height: auto;
}

.no-results-box {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  display: none;
  float: none;
  margin: 6rem auto;
  opacity: 0;
  padding: 4rem;
  text-align: center;
  -webkit-transform: translate3d(0, 10rem, 0);
          transform: translate3d(0, 10rem, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transition-delay: 0s, 0s, 0.8s;
          transition-delay: 0s, 0s, 0.8s;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .no-results-box {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .no-results-box {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .no-results-box {
    width: 56rem;
  }
}
.has-no-results .no-results-box {
  display: block;
}

.no-results-box__wrapper {
  width: 100%;
}

.no-results-box.is-shown {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  visibility: visible;
}

.no-results-box__title {
  font-size: 24px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.33;
}

.no-results-box__text {
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.has-no-results > .js-product-list,
.has-no-results > .load-more-wrap {
  display: none !important;
}

.O87-collapsible-table {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O87-collapsible-table .picture {
  width: 100%;
}

.O87-collapsible-table .picture.loaded {
  position: relative !important;
}

.O87-collapsible-table.no-padding {
  padding-bottom: 0;
  padding-top: 0;
}

.O87-collapsible-table table {
  border: 0;
  border-collapse: initial;
  color: rgba(0, 0, 0, 0.7019607843);
  max-width: none;
  min-width: 100%;
  overflow: hidden;
}

.O87-collapsible-table table.no-borders {
  min-width: 0;
}

.O87-collapsible-table__title {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__title {
    float: left;
  }
}
.O87-collapsible-table__pim-subtitle {
  padding-bottom: 1.25rem;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__pim-subtitle {
    clear: left;
    float: left;
    padding-top: 2rem;
  }
}
.O87-collapsible-table__sub-title {
  margin-bottom: -2rem;
  padding-bottom: 0;
  padding-top: 4rem;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__sub-title {
    clear: left;
    float: left;
    padding-top: 2rem;
  }
}
.O87-collapsible-table__header {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__header {
    text-align: left;
  }
}
.O87-collapsible-table__header .body-text-1 {
  clear: left;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__header .body-text-1 {
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .O87-collapsible-table__header .body-text-1 {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .O87-collapsible-table__header .body-text-1 {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .O87-collapsible-table__header .body-text-1 {
    float: left;
  }
}
.O87-collapsible-table__header .body-text-1.no-margin {
  margin-bottom: none !important;
}

.O87-collapsible-table__table-container {
  margin-top: 4rem;
  position: relative;
}

.O87-collapsible-table__table-container:first-child {
  margin-top: 0;
}

.js-table-accordion__target > .O87-collapsible-table__table-container {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__table-container + .O87-collapsible-table__sub-title-container {
    padding-top: 4rem;
  }
}
.O87-collapsible-table__table-wrap > table {
  border-bottom: 1px solid #e4e4e4;
  min-width: 100%;
}

.O87-collapsible-table.has-no-results .O87-collapsible-table__table-wrap > table {
  border-bottom-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  .O87-collapsible-table__table-wrap > table > tbody:first-child td,
  .O87-collapsible-table__table-wrap > table > tbody:first-child th {
    border-top: 1px solid #e4e4e4;
  }
}
.O87-collapsible-table__shadow {
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0);
  display: block;
  height: 50px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100vw;
  z-index: 1;
}

.O87-collapsible-table__shadow.is-shown {
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.0509803922);
}

.O87-collapsible-table thead {
  text-align: left;
}

.O87-collapsible-table thead .O87-collapsible-table__row {
  color: rgba(0, 0, 0, 0.5019607843);
}

.O87-collapsible-table thead td,
.O87-collapsible-table thead th {
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 400;
  white-space: nowrap;
}

.O87-collapsible-table thead .O87-collapsible-table__row:first-child td,
.O87-collapsible-table thead .O87-collapsible-table__row:first-child th {
  border-top: 0;
}

.O87-collapsible-table thead .O87-collapsible-table__row:last-child td,
.O87-collapsible-table thead .O87-collapsible-table__row:last-child th {
  padding-bottom: 2rem;
}

thead + tbody > .O87-collapsible-table__row.is-first > td,
thead + tbody > .O87-collapsible-table__row.is-first > th,
thead + tbody > .O87-collapsible-table__row:first-child > td,
thead + tbody > .O87-collapsible-table__row:first-child > th {
  padding-top: 4rem;
}

.O87-collapsible-table__accordion-target tbody:first-child > tr:first-child > td,
.O87-collapsible-table__accordion-target tbody:first-child > tr:first-child > th,
.O87-collapsible-table__accordion-target thead > tr:first-child > td,
.O87-collapsible-table__accordion-target thead > tr:first-child > th,
.O87-collapsible-table__table-accordion tbody:first-child > tr:first-child > td,
.O87-collapsible-table__table-accordion tbody:first-child > tr:first-child > th,
tbody > .O87-collapsible-table__row.is-first > td,
tbody > .O87-collapsible-table__row.is-first > th,
tbody > .O87-collapsible-table__row:first-child > td,
tbody > .O87-collapsible-table__row:first-child > th {
  border-top: 0;
}

.O87-collapsible-table td,
.O87-collapsible-table th {
  background: #fff;
  border: 0;
  border-top: 1px solid #e4e4e4;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 400;
  padding: 1.5rem 2rem;
  text-align: left;
  vertical-align: middle;
}

.O87-collapsible-table td.table-row__empty{
  width: 0;
  min-width: 0;
}

.O87-collapsible-table td.table-row__value{
  min-width: 100px;
}

.O87-collapsible-table td img,
.O87-collapsible-table th img {
  display: block;
}

.O87-collapsible-table td.is-image-col,
.O87-collapsible-table th.is-image-col {
  width: 1%;
}

.O87-collapsible-table td.is-image-col img,
.O87-collapsible-table th.is-image-col img {
  margin: auto;
  max-height: 25rem;
  max-width: 17rem;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table td.is-image-col img,
  .O87-collapsible-table th.is-image-col img {
    max-width: 25rem;
  }
}
@media screen and (max-width: 991px) {
  .O87-collapsible-table td.is-image-col.is-media-dependant-image-col img,
  .O87-collapsible-table th.is-image-col.is-media-dependant-image-col img {
    max-width: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .O87-collapsible-table td.is-image-col.is-media-dependant-image-col img,
  .O87-collapsible-table th.is-image-col.is-media-dependant-image-col img {
    max-width: 7.5rem;
  }
}
.O87-collapsible-table td.has-long-text,
.O87-collapsible-table th.has-long-text {
  min-width: 50rem;
}

.O87-collapsible-table td.text-center,
.O87-collapsible-table th.text-center {
  text-align: center;
}

.O87-collapsible-table th {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  tbody .O87-collapsible-table__row > th {
    white-space: normal;
  }
}
.O87-collapsible-table__row td:first-child,
.O87-collapsible-table__row th:first-child {
  padding-left: 0;
}

.O87-collapsible-table__row td:last-child,
.O87-collapsible-table__row th:last-child {
  padding-right: 0;
}

.O87-collapsible-table__row.is-headline td,
.O87-collapsible-table__row.is-headline th {
  color: #d20014;
  color: var(--color-brand-color);
  font-weight: 500;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.O87-collapsible-table .table-headline {
  border-bottom: 1px solid #e4e4e4;
  border-top: 0;
  color: #000;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.33;
  margin: 0 0 2rem;
  padding: 1rem 0 2rem;
}

.O87-collapsible-table .table-headline + table {
  margin-top: -2rem;
}

.O87-collapsible-table table.no-borders td,
.O87-collapsible-table table.no-borders th {
  border-top: 0;
}

.O87-collapsible-table figure {
  margin: 0 0 3rem;
}

.O87-collapsible-table figure:last-child {
  margin-bottom: 0;
}

.O87-collapsible-table figure figcaption {
  color: rgba(0, 0, 0, 0.5019607843);
  font-style: italic;
  font-weight: 400;
  margin: 1rem 0 0;
}

.O87-collapsible-table .btn {
  display: block;
  font-size: 14px;
  font-size: 1.75rem;
  line-height: 2rem;
  min-width: 31.875rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table .btn {
    clear: both;
    display: inline-block;
    width: auto;
  }
  .O87-collapsible-table__ctas {
    float: right;
  }
}
.O87-collapsible-table__ctas .btn {
  display: block;
  margin-bottom: 2rem;
}

.O87-collapsible-table__ctas .btn:last-child {
  margin-bottom: 0;
}

.O87-collapsible-table__buttons-list {
  margin: 0 0 1rem;
  text-align: right;
}

.O87-collapsible-table__buttons-list:after,
.O87-collapsible-table__buttons-list:before {
  content: " ";
  display: table;
}

.O87-collapsible-table__buttons-list:after {
  clear: both;
}

@media screen and (min-width: 992px) {
  .O87-collapsible-table__buttons-list {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media screen and (min-width: 1200px) {
  .O87-collapsible-table__buttons-list {
    margin-left: -12rem;
    margin-right: -12rem;
  }
}
.O87-collapsible-table__buttons-list .btn {
  margin: 0 0 3rem;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__buttons-list .btn {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .O87-collapsible-table__buttons-list .btn {
    clear: none;
    float: none;
    margin-left: 1.5rem;
  }
}
.O87-collapsible-table__table-notes {
  margin: 4rem 0 0;
}

.O87-collapsible-table__table-notes,
.O87-collapsible-table__table-notes p {
  font-size: 14px;
  font-size: 1.75rem;
}

.O87-collapsible-table .cell-table tr:first-child td,
.O87-collapsible-table .cell-table tr:first-child th {
  border-top: 0;
}

.O87-collapsible-table .cell-table td,
.O87-collapsible-table .cell-table th {
  background: rgba(0, 0, 0, 0);
  border-left: 1px solid #e4e4e4;
}

.O87-collapsible-table .cell-table td:first-child,
.O87-collapsible-table .cell-table th:first-child {
  border-left: 0;
}

.O87-collapsible-table .no-results-box {
  margin-bottom: 0;
}

.O87-collapsible-table__accordion-btn {
  cursor: pointer;
  display: inline-block;
  height: 5.625rem;
  margin: -1.9375rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  width: 5.625rem;
}

@media screen and (max-width: 991px) {
  .O87-collapsible-table__accordion-btn {
    display: none;
  }
}
.O87-collapsible-table__accordion-btn:after,
.O87-collapsible-table__accordion-btn:before {
  background: var(--color-brand-color);
  content: "";
  display: block;
  height: 0.25rem;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 1.75rem;
}

.O87-collapsible-table__accordion-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.O87-collapsible-table__accordion-btn.has-accordion-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.O87-collapsible-table td.O87-collapsible-table__accordion-parent,
.O87-collapsible-table th.O87-collapsible-table__accordion-parent {
  text-align: right;
}

.O87-collapsible-table__accordion-row {
  display: none;
}

.O87-collapsible-table__accordion-row > td,
.O87-collapsible-table__accordion-row > th {
  border-top: 0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .O87-collapsible-table__accordion-row.has-accordion-open--parent {
    display: table-row;
  }
}
.O87-collapsible-table__accordion-target {
  color: rgba(0, 0, 0, 0.7019607843);
  display: none;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.43;
  margin: 0 auto;
  padding: 4rem 0;
}

@media screen and (min-width: 992px) {
  .O87-collapsible-table__accordion-target {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .O87-collapsible-table__accordion-target {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.O87-collapsible-table__accordion-target p {
  color: inherit;
  font-size: inherit;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .O87-collapsible-table__accordion-target table {
    width: 100%;
  }
}
.O87-collapsible-table__accordion-target table td,
.O87-collapsible-table__accordion-target table th {
  font-size: 12px;
  font-size: 1.5rem;
  vertical-align: top;
}

.O87-collapsible-table__accordion-target table th {
  color: rgba(0, 0, 0, 0.9019607843);
  font-weight: 400;
}

.O87-collapsible-table__table-accordion {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 43rem;
}

.row > .O87-collapsible-table__table-accordion {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__table-accordion {
    max-width: none;
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O87-collapsible-table__table-accordion {
    width: 117rem;
  }
}
@media screen and (min-width: 1200px) {
  .O87-collapsible-table__table-accordion {
    width: 140rem;
  }
}
.O87-collapsible-table__table-accordion:after,
.O87-collapsible-table__table-accordion:before {
  content: " ";
  display: table;
}

.O87-collapsible-table__table-accordion:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__table-accordion {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 1rem 0;
  }
}
.O87-collapsible-table__table-container + .O87-collapsible-table__table-accordion {
  margin-top: 4rem;
}

.O87-collapsible-table__table-accordion .btn {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .O87-collapsible-table__table-accordion .btn {
    clear: none;
    float: right;
    margin-bottom: 0;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .O87-collapsible-table__table-accordion .btn {
    min-width: 0;
  }
}
.O87-collapsible-table__table-accordion .btn:last-child {
  margin-bottom: 0;
}

.O87-collapsible-table__table-accordion__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  float: left;
  font-size: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem;
  margin: 0;
  outline: 0;
  padding: 0;
}

.O87-collapsible-table__table-accordion__btn:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .O87-collapsible-table__table-accordion__btn {
    display: none;
  }
}
.O87-collapsible-table__table-accordion__btn.is-close {
  margin-top: 4rem;
}

.O87-collapsible-table__table-accordion__btn.is-close .icon svg {
  -webkit-transform: none;
          transform: none;
}

body.has-hover .O87-collapsible-table .O87-collapsible-table__table-accordion__btn.is-close:hover .icon svg {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}

.O87-collapsible-table .js-table-accordion__target {
  clear: both;
  display: none;
}

.O87-collapsible-table .js-table-accordion__target:after,
.O87-collapsible-table .js-table-accordion__target:before {
  content: " ";
  display: table;
}

.O87-collapsible-table .js-table-accordion__target:after {
  clear: both;
}

body.has-hover .O87-collapsible-table .js-table-accordion__target:hover .icon--small-arrow-up svg {
  -webkit-transform: none;
          transform: none;
}

.O87-collapsible-table .filter {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: -2rem;
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .O87-collapsible-table .filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -3rem;
    margin-right: -3rem;
    width: 103rem;
  }
}
@media screen and (min-width: 1200px) {
  .O87-collapsible-table .filter {
    width: 124rem;
  }
}
@media screen and (min-width: 992px) {
  .O87-collapsible-table .filter__group {
    margin-left: 3rem;
    margin-right: 3rem;
    width: 18.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O87-collapsible-table .filter__group {
    width: 22rem;
  }
}
.O87-collapsible-table .filter .select {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.O87-collapsible-table tr.not-in-filter {
  display: none;
}

.O87-collapsible-table__clear-filter {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #9b9b9b;
  cursor: pointer;
  float: right;
  font-size: 16px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 2rem 0 0;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  z-index: 1;
}

.O87-collapsible-table__clear-filter:focus {
  outline: 0;
}

@media screen and (min-width: 992px) {
  .O87-collapsible-table__clear-filter {
    margin-top: -2.5rem;
  }
}
body.has-hover .O87-collapsible-table__clear-filter:hover {
  color: #383838;
}

@media screen and (max-width: 991px) {
  .O87-collapsible-table .is-load-more-ready tbody tr.is-load-hidden,
  .O87-collapsible-table .js-table-filter__table:not(.is-load-more-ready) tr:nth-child(n+6) {
    display: none;
  }
}
.O87-collapsible-table__filter-btn {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .O87-collapsible-table__filter-btn {
    /* display:none!important; */
  }
}
.O87-collapsible-table__filter-btn .btn {
  display: inline-block;
  line-height: 3rem;
  margin-top: 3rem;
  min-width: 11.25rem;
  width: auto;
}

.O87-collapsible-table__overlay-btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  height: 5.625rem;
  margin: -1.9375rem;
  outline: 0;
  padding: 0;
  width: 5.625rem;
}

.O87-collapsible-table__overlay-btn:focus {
  outline: 0;
}

@media screen and (min-width: 992px) {
  .O87-collapsible-table__overlay-btn {
    display: none;
  }
}
.O87-collapsible-table__overlay-btn .icon svg {
  margin-top: -1px;
}

@media screen and (min-width: 992px) {
  .O87-collapsible-table .content-overlay {
    display: none;
  }
}
.js-table-scroll {
  -webkit-overflow-scrolling: auto;
  overflow-x: auto;
  overflow-y: visible;
}

.js-table-scroll::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 10px;
}

.js-table-scroll::-webkit-scrollbar {
  background-color: initial;
  height: 4px;
}

.js-table-scroll::-webkit-scrollbar-thumb {
  background-color: #d20014;
  background-color: var(--color-brand-color);
  border-radius: 10px;
}

.js-table-scroll.is-scrollable {
  padding-bottom: 1rem;
}

.js-table-scroll.is-scrollable > table {
  border-bottom: 1px solid #e4e4e4;
}

.js-table-scroll.is-scrollable thead td,
.js-table-scroll.is-scrollable thead th {
  background: #f5f5f5;
  border-top: 1px solid #e4e4e4;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.js-table-scroll.is-scrollable thead .O87-collapsible-table__row:last-child > td,
.js-table-scroll.is-scrollable thead .O87-collapsible-table__row:last-child > th {
  padding-bottom: 1.5rem;
}

.js-table-scroll.is-scrollable thead .O87-collapsible-table__row td:first-child,
.js-table-scroll.is-scrollable thead .O87-collapsible-table__row th:first-child {
  background-color: #efefef;
}

.js-table-scroll.is-scrollable thead .O87-collapsible-table__row td:first-child:before,
.js-table-scroll.is-scrollable thead .O87-collapsible-table__row th:first-child:before {
  display: none;
}

.js-table-scroll.is-scrollable .O87-collapsible-table__row > td,
.js-table-scroll.is-scrollable .O87-collapsible-table__row > th {
  vertical-align: middle;
}

.js-table-scroll.is-scrollable .O87-collapsible-table__row > td:first-child,
.js-table-scroll.is-scrollable .O87-collapsible-table__row > th:first-child {
  border-bottom: 1px solid #e4e4e4;
  -webkit-box-shadow: 8px 0 8px 0 rgba(0, 0, 0, 0.0509803922);
          box-shadow: 8px 0 8px 0 rgba(0, 0, 0, 0.0509803922);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 1.875rem;
  max-width: 21rem;
  padding-left: 2rem;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .js-table-scroll.is-scrollable .O87-collapsible-table__row > td:first-child,
  .js-table-scroll.is-scrollable .O87-collapsible-table__row > th:first-child {
    left: 5.5rem;
    max-width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .js-table-scroll.is-scrollable .O87-collapsible-table__row > td:first-child,
  .js-table-scroll.is-scrollable .O87-collapsible-table__row > th:first-child {
    left: 3rem;
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .js-table-scroll.is-scrollable .O87-collapsible-table__row > td:first-child,
  .js-table-scroll.is-scrollable .O87-collapsible-table__row > th:first-child {
    left: 5rem;
    max-width: none;
  }
}
.js-table-scroll.is-scrollable .O87-collapsible-table__row > td:last-child,
.js-table-scroll.is-scrollable .O87-collapsible-table__row > th:last-child {
  padding-right: 2rem;
}

.js-table-scroll.is-scrollable .O87-collapsible-table__row > td.is-image-col,
.js-table-scroll.is-scrollable .O87-collapsible-table__row > th.is-image-col {
  width: auto;
}

.js-table-scroll.is-scrollable .O87-collapsible-table__row.is-first > td,
.js-table-scroll.is-scrollable .O87-collapsible-table__row.is-first > th,
.js-table-scroll.is-scrollable .O87-collapsible-table__row:first-child > td,
.js-table-scroll.is-scrollable .O87-collapsible-table__row:first-child > th {
  border-top: 1px solid #e4e4e4;
  padding-top: 1.5rem;
}

.js-table-scroll.is-scrollable .O87-collapsible-table__row.is-headline > td,
.js-table-scroll.is-scrollable .O87-collapsible-table__row.is-headline > th {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.js-table-scroll.is-scrollable .td-vertical-align {
  margin: auto 0;
  padding-bottom: 1px;
}

.packaging-modal {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .packaging-modal {
    max-width: 75rem;
  }
}
.packaging-modal .modal__close {
  border: 0;
  margin: 2rem 0 0;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .packaging-modal .modal__close {
    margin-right: 4rem;
  }
}
.packaging-modal .modal__close:after,
.packaging-modal .modal__close:before {
  background-color: #d20014;
  background-color: var(--color-brand-color);
}

.packaging-modal__heading {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: left;
}

.packaging-modal .detail-list {
  font-size: 1.5rem;
}

.packaging-modal .detail-list__item {
  border-top: 1px solid #f5f5f5;
  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;
  padding: 2rem;
}

.packaging-modal .detail-list__item__title {
  font-weight: 500;
}

.packaging-modal .detail-list__item__description {
  text-align: left;
  width: 150px;
}

.packaging-modal .detail-list__item__sub-list {
  padding-top: 1rem;
  width: 100%;
}

.packaging-modal .detail-list__item__sub-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0 1rem 2rem;
}

.packaging-modal .detail-list__item__sub-list__item__title {
  font-weight: 500;
}

.packaging-modal .detail-list__item__sub-list__item__description {
  text-align: left;
  width: 150px;
}

.modal-colors {
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal-colors {
    width: 85rem;
  }
  .modal-colors .O88-color-options__section {
    width: 100%;
  }
  .modal-colors .O88-color-options__section__list__item {
    width: 50%;
  }
}
.modal-colors .O88-color-options__headline,
.modal-colors .O88-color-options__section {
  text-align: left;
}

.modal-colors .modal__close {
  border: 0;
  margin: 2rem 0 0;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .modal-colors .modal__close {
    margin-right: 4rem;
  }
}
.modal-colors .modal__close:after,
.modal-colors .modal__close:before {
  background-color: #d20014;
  background-color: var(--color-brand-color);
}

.modal-colors__heading {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: left;
}

.O87-collapsible-table td.is-image-col--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
  width: auto;
}

.O87-collapsible-table td.is-image-col--multiple img {
  height: 30px;
  margin: 0;
}

.is-color-preview {
  width: 32px;
  height: 32px;
}

.no-results-box {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  display: none;
  float: none;
  margin: 6rem auto;
  opacity: 0;
  padding: 4rem;
  text-align: center;
  -webkit-transform: translate3d(0, 10rem, 0);
          transform: translate3d(0, 10rem, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, visibility 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transition-delay: 0s, 0s, 0.8s;
          transition-delay: 0s, 0s, 0.8s;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .no-results-box {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .no-results-box {
    width: 47rem;
  }
}
@media screen and (min-width: 1200px) {
  .no-results-box {
    width: 56rem;
  }
}
.has-no-results .no-results-box {
  display: block;
}

.no-results-box__wrapper {
  width: 100%;
}

.no-results-box.is-shown {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  visibility: visible;
}

.no-results-box__title {
  font-size: 24px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.33;
}

.no-results-box__text {
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.has-no-results > .js-product-list,
.has-no-results > .load-more-wrap {
  display: none !important;
}

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.noUi-target {
  direction: ltr;
  height: 4px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .noUi-target {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 16px);
  }
}
.noUi-base {
  background: rgba(210, 0, 20, 0.2509803922);
  background: rgba(var(--color-brand-color), 0.25);
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.noUi-connect {
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: -1px;
}

.noUi-origin {
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.noUi-handle {
  outline: 0;
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.noUi-horizontal .noUi-handle {
  height: 4rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 2rem;
}

@media screen and (min-width: 992px) {
  .noUi-horizontal .noUi-handle {
    height: 2.25rem;
    width: 1.25rem;
  }
}
.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  height: 34px;
  left: -6px;
  top: -17px;
  width: 28px;
}

.noUi-target {
  background: #fafafa;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
          box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connect {
  background: var(--color-brand-color);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.4509803922);
          box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.4509803922);
  -webkit-transition: background 0.45s;
  transition: background 0.45s;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  background: #fff;
  border: 2px solid #d20014;
  border: 2px solid var(--color-brand-color);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(210, 0, 20, 0.1294117647);
          box-shadow: 0 3px 6px 0 rgba(210, 0, 20, 0.1294117647);
  -webkit-box-shadow: 0 3px 6px 0 rgba(var(--color-brand-color), 0.13);
          box-shadow: 0 3px 6px 0 rgba(var(--color-brand-color), 0.13);
  cursor: default;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  background: #e8e7e6;
  content: "";
  display: block;
  display: none;
  height: 14px;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 1px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  height: 1px;
  left: 6px;
  top: 14px;
  width: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips {
  color: #999;
  position: absolute;
}

.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  background: #ccc;
  position: absolute;
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}

.noUi-pips-horizontal {
  height: 80px;
  left: 0;
  padding: 10px 0;
  top: 100%;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  height: 5px;
  margin-left: -1px;
  width: 2px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  height: 100%;
  left: 100%;
  padding: 0 10px;
  top: 0;
}

.noUi-value-vertical {
  padding-left: 25px;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

.noUi-marker-vertical.noUi-marker {
  height: 2px;
  margin-top: -1px;
  width: 5px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 1.25rem;
  opacity: 0.65;
  padding: 5px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.noUi-vertical .noUi-tooltip {
  right: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  html.has-product-filter-open {
    overflow: hidden;
  }
}
.O89-product-filter {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2001;
}

.O89-product-filter .noUi-base .noUi-connect {
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}

.O89-product-filter .noUi-base .noUi-origin {
  height: 0;
  position: absolute;
  right: -50%;
  top: 50%;
  width: 100%;
}

.O89-product-filter.is-loading .O89-product-filter__multiple-filters__item,
.O89-product-filter.is-loading .O89-product-filter__product-type > .container {
  opacity: 0.5;
  pointer-events: none;
}

.O89-product-filter.is-loading .O89-product-filter__multiple-filters__item,
.O89-product-filter.is-loading .O89-product-filter__multiple-filters__item *,
.O89-product-filter.is-loading .O89-product-filter__product-type > .container,
.O89-product-filter.is-loading .O89-product-filter__product-type > .container * {
  cursor: default;
}

.O89-product-filter.is-loading .js-clear-product-filter {
  cursor: default;
  pointer-events: none;
}

.O89-product-filter__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__main {
    overflow: visible;
    padding-top: 0.5rem;
  }
}
.O89-product-filter.is-hidden {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

@media screen and (min-width: 992px) {
  .O89-product-filter.is-hidden {
    padding-bottom: 6rem;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.O89-product-filter .product-filter-slider {
  padding-left: 5px;
  padding-right: 5px;
}

.O89-product-filter__sort-filter .select {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__sort-filter {
    margin-left: 90rem;
    position: absolute;
    top: 0;
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O89-product-filter__sort-filter {
    margin-left: 108rem;
    position: absolute;
    top: 0;
    width: 32rem;
  }
}
@media screen and (min-width: 768px) {
  .O89-product-filter {
    -webkit-box-shadow: -10px 0 100px -5px rgba(55, 55, 55, 0.5019607843);
            box-shadow: -10px 0 100px -5px rgba(55, 55, 55, 0.5019607843);
  }
  .O89-product-filter .select {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .O89-product-filter {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    overflow: visible;
    position: relative;
    -webkit-transition: none;
    transition: none;
    z-index: 10;
  }
  .O89-product-filter .container {
    margin: 0;
    max-width: auto;
    min-width: auto;
    padding: 0;
  }
}
.O89-product-filter__top-bar-wrap {
  background: #f5f5f5;
  z-index: 1002;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__top-bar-wrap {
    position: relative;
  }
}
.O89-product-filter__top-bar-wrap a,
.O89-product-filter__top-bar-wrap button {
  font-size: 1.75rem;
  text-decoration: underline;
}

.O89-product-filter__top-bar-wrap p {
  font-size: 1.75rem;
  margin: 0;
  padding: 2rem 0;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__top-bar-wrap p {
    padding-top: 0;
  }
}
.O89-product-filter__product-type,
.O89-product-filter__top-bar-wrap {
  background: #f5f5f5;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__product-type,
  .O89-product-filter__top-bar-wrap {
    background: rgba(0, 0, 0, 0);
    padding: 0.5rem 0;
  }
}
.O89-product-filter__top-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(155, 155, 155, 0.3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__top-bar {
    border: 0;
  }
}
.O89-product-filter__top-bar > * {
  font-weight: 500;
}

.O89-product-filter__top-bar button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #d20014;
  color: var(--color-brand-color);
  cursor: pointer;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}

.O89-product-filter__top-bar button:focus {
  outline: 0;
}

body.has-hover .O89-product-filter__top-bar button:hover {
  color: #9f000f;
  color: var(--color-hover-color);
}

.O89-product-filter__product-type {
  padding-top: 4rem;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__product-type {
    padding-top: 0;
  }
}
.O89-product-filter__product-type__headline {
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.14;
  margin: 0 0 2.5rem;
}

.O89-product-filter__product-type__item {
  margin-bottom: 3rem;
}

.O89-product-filter__product-type .checkbox-wrap .checkbox-label,
.O89-product-filter__product-type .checkbox-wrap label {
  font-size: 1.75rem;
  font-weight: 400;
}

.O89-product-filter .O89-product-filter__clear-results {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  width: 100%;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .O89-product-filter .O89-product-filter__clear-results {
    width: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .O89-product-filter .O89-product-filter__clear-results {
    background: rgba(0, 0, 0, 0);
    height: auto;
    width: auto;
    z-index: auto;
  }
}
.O89-product-filter .O89-product-filter__clear-results__clear {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.6509803922);
  font-size: 1.75rem;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: underline;
}

.O89-product-filter .O89-product-filter__clear-results__clear:focus {
  outline: 0;
}

body.has-hover .O89-product-filter .O89-product-filter__clear-results__clear:hover {
  color: #d20014;
  color: var(--color-brand-color);
}

.O89-product-filter .O89-product-filter__clear-results__content {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.O89-product-filter .O89-product-filter__clear-results__content .body-text-2 {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .O89-product-filter .O89-product-filter__clear-results__content .body-text-2 span {
    color: #d20014;
    color: var(--color-brand-color);
    opacity: 1;
  }
}
.O89-product-filter__multiple-filters {
  background: #fff;
  padding: 5rem 0;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__multiple-filters {
    background: rgba(0, 0, 0, 0);
    padding: 4rem 0;
  }
}
.O89-product-filter__multiple-filters__label {
  font-size: 1.75rem;
  font-weight: 500;
  opacity: 0.3;
  padding-bottom: 2rem;
}

.O89-product-filter__multiple-filters__item {
  position: relative;
}

.O89-product-filter__multiple-filters__item:last-child:after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1019607843);
  bottom: 0;
  content: "";
  display: block;
  float: none;
  left: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 33.75rem;
  position: absolute;
  right: 1.875rem;
  width: 43rem;
}

.row > .O89-product-filter__multiple-filters__item:last-child:after {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .O89-product-filter__multiple-filters__item:last-child:after {
    max-width: none;
  }
}
@media screen and (max-width: 374px) {
  .O89-product-filter__multiple-filters__item:last-child:after {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .O89-product-filter__multiple-filters__item:last-child:after {
    left: 0;
    min-width: 0;
    right: 0;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .O89-product-filter__multiple-filters__item:last-child:after {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O89-product-filter__multiple-filters__item:last-child:after {
    width: 32rem;
  }
}
.O89-product-filter__multiple-filters__item__top-bar {
  border-top: 2px solid rgba(0, 0, 0, 0.1019607843);
  color: rgba(0, 0, 0, 0.6509803922);
  cursor: pointer;
  font-size: 1.75rem;
  font-weight: 500;
  padding: 2rem 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.O89-product-filter__multiple-filters__item__top-bar:after,
.O89-product-filter__multiple-filters__item__top-bar:before {
  background-color: #d20014;
  background-color: var(--color-brand-color);
  content: "";
  display: block;
  height: 0.25rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
}

.O89-product-filter__multiple-filters__item__top-bar:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.O89-product-filter__multiple-filters__item__top-bar.is-active:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.O89-product-filter__multiple-filters__item__content {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 24px 40px -24px rgba(55, 55, 55, 0.2);
          box-shadow: inset 0 24px 40px -24px rgba(55, 55, 55, 0.2);
  display: none;
  padding-bottom: 3rem;
  padding-top: 1rem;
}

.O89-product-filter__multiple-filters__item__content.is-active:not(.velocity-animating) {
  overflow: visible;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__multiple-filters__item__content {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: -3rem;
    margin-right: -3rem;
    padding: 0 3rem 2rem;
  }
}
.O89-product-filter__multiple-filters__item__content__sub-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__multiple-filters__item__content__sub-item:first-child {
    padding-top: 1rem;
  }
}
.O89-product-filter__multiple-filters__item__content__sub-item:last-child {
  border: 0;
  padding-bottom: 0;
}

.O89-product-filter__multiple-filters__item__content__sub-item__title {
  color: rgba(0, 0, 0, 0.6509803922);
  font-size: 1.75rem;
  font-weight: 500;
  padding-top: 2rem;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__multiple-filters__item__content__sub-item__title {
    font-size: 1.5rem;
  }
}
.O89-product-filter__multiple-filters__item__content__sub-item__title:first-child {
  padding-top: 0;
}

.O89-product-filter__multiple-filters__item__content__sub-item .select {
  font-size: 12px;
  font-size: 1.5rem;
  margin: 2rem 0 0;
}

.O89-product-filter__multiple-filters__item__content__sub-item .select:first-child {
  margin-top: 0;
}

.O89-product-filter__multiple-filters__item__content__sub-item .select:before {
  left: 0;
  right: 0;
}

.O89-product-filter__multiple-filters__item__content__sub-item__slider {
  padding: 2rem 0;
}

.O89-product-filter__multiple-filters__item__content__sub-item__slider:first-child {
  padding-top: 0;
}

.O89-product-filter__multiple-filters__item__content__sub-item__slider:last-child {
  padding-bottom: 0;
}

.O89-product-filter__multiple-filters__item__content__sub-item__slider .product-filter-slider {
  padding-top: 6rem;
  position: relative;
}

.O89-product-filter__multiple-filters__item__content__sub-item__slider .product-filter-slider:first-child {
  padding-top: 3rem;
}

.O89-product-filter__multiple-filters__item__content__sub-item__slider .product-filter-slider__input-wrap {
  display: none;
}

@media screen and (min-width: 992px) {
  .O89-product-filter__multiple-filters__item__content__sub-item__slider .product-filter-slider__input-wrap {
    -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;
    padding: 3rem 0 0;
  }
}
.O89-product-filter__multiple-filters__item__content__sub-item__slider .product-filter-slider__input-wrap__input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.6509803922);
  font-size: 1.5rem;
  height: 4rem;
  margin: 0;
  outline: 0;
  padding: 0 1rem;
  width: 7rem;
}

.O89-product-filter__multiple-filters__item__content__sub-item__slider .product-filter-slider__input-wrap__input:focus {
  outline: 0;
}

.O89-product-filter-overlay {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  visibility: hidden;
  z-index: 1002;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .O89-product-filter-overlay.is-visible {
    opacity: 0.95;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    visibility: visible;
  }
}
.O90-product-list + .O90-product-list .O90-product-list__item {
  padding-top: 0;
}

.O90-product-list__item {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.O90-product-list__item__content,
.O90-product-list__item__image {
  display: none;
}

.O90-product-list__item__image {
  outline: none;
  overflow: hidden;
  position: relative;
}

.O90-product-list__item__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O90-product-list__item__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O90-product-list + .O90-product-list .O90-product-list__item {
    padding-top: 3rem;
  }
  .O90-product-list__item__component {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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;
  }
  .O90-product-list__item__content {
    display: block;
    margin: auto 0;
    width: 41rem;
  }
  .O90-product-list__item__content__headline {
    font-size: 24px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 2rem;
  }
  .O90-product-list__item__content__text {
    font-size: 14px;
    font-size: 1.75rem;
    line-height: 1.43;
    margin-bottom: 3rem;
  }
  .O90-product-list__item__content__text p {
    font-size: inherit;
    line-height: inherit;
  }
  .O90-product-list__item__image {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41rem;
  }
  .O90-product-list__item__image img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .O90-product-list__item__content__headline {
    font-size: 34px;
    font-size: 4.25rem;
  }
  .O90-product-list__item__content__text {
    font-size: 16px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
  .O90-product-list__item__component {
    margin-left: 10rem;
    width: 97rem;
  }
  .O90-product-list__item__content {
    width: 47rem;
  }
  .O90-product-list__item__image {
    width: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .O90-product-list__item__component {
    margin-left: 12rem;
    width: 116rem;
  }
  .O90-product-list__item__content {
    width: 56rem;
  }
  .O90-product-list__item__image {
    width: 48rem;
  }
}
.O90-1-product-sublist {
  margin-bottom: 6rem;
  margin-top: 6rem;
}

.O90-product-list .O90-1-product-sublist {
  margin-bottom: 0;
  margin-top: 0;
}

.O90-1-product-sublist__button {
  display: none;
}

.O90-1-product-sublist__box + .O90-1-product-sublist__box {
  margin-top: 4rem;
}

.O90-1-product-sublist__box__headline {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.O90-1-product-sublist__box__headline .js-info {
  display: inline-block;
}

.O90-1-product-sublist__category {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: block;
  padding: 2rem 0;
}

.O90-1-product-sublist__category:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.O90-1-product-sublist__category__headline {
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 0;
}

.O90-1-product-sublist__category__headline .icon {
  float: right;
}

.O90-1-product-sublist__category__headline .js-info {
  display: none;
}

.O90-1-product-sublist__category__section {
  display: none;
  list-style: none;
  margin: 0;
  padding: 3rem 0 0;
}

.O90-1-product-sublist__category__section__group {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.O90-1-product-sublist__category__section__group + .O90-1-product-sublist__category__section__group {
  margin-top: 3rem;
}

.O90-1-product-sublist__category__section__item a,
.O90-1-product-sublist__category__section__item p {
  border: none;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.67;
  margin: 0;
  opacity: 1;
  padding: 0;
}

body.has-hover .O90-1-product-sublist__category__section__item a:hover {
  color: #000;
  text-decoration: underline;
}

.O90-1-product-sublist__category__section__item--headline:after,
.O90-1-product-sublist__category__section__item--headline:before,
.O90-1-product-sublist__category__section__item--special:after,
.O90-1-product-sublist__category__section__item--special:before {
  content: " ";
  display: table;
}

.O90-1-product-sublist__category__section__item--headline:after,
.O90-1-product-sublist__category__section__item--special:after {
  clear: both;
}

.O90-1-product-sublist__category__section__item--headline .icon,
.O90-1-product-sublist__category__section__item--special .icon {
  display: none;
}

.O90-1-product-sublist__category__section__item--headline p,
.O90-1-product-sublist__category__section__item--headline > a,
.O90-1-product-sublist__category__section__item--special p,
.O90-1-product-sublist__category__section__item--special > a {
  font-weight: 500;
  opacity: 1;
}

.O90-1-product-sublist__category__section__item ul .O90-1-product-sublist__category__section__item--headline {
  margin-top: 3rem;
}

.O90-1-product-sublist__category__section__item ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 3rem;
}

.O90-1-product-sublist__category__section__item--special ~ .O90-1-product-sublist__category__section__item {
  margin-left: 3rem;
}

.O90-1-product-sublist .js-info {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0 1.5rem;
}

.O90-1-product-sublist .js-info:focus {
  outline: 0;
}

.O90-1-product-sublist .js-info svg {
  height: 1.5rem;
  width: 1.5rem;
}

@media screen and (min-width: 768px) {
  .O90-1-product-sublist {
    position: relative;
  }
  .O90-product-list .O90-1-product-sublist {
    margin-top: 4rem;
  }
  .O90-1-product-sublist:after,
  .O90-1-product-sublist:before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
  }
  .O90-1-product-sublist:before {
    top: 0;
  }
  .O90-1-product-sublist:after {
    bottom: 0;
  }
  .O90-1-product-sublist__button {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.9019607843);
    display: block;
    font-size: 16px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    min-height: 6rem;
    outline: 0;
    padding: 1.5rem 0;
    text-align: left;
    width: 100%;
  }
  .O90-1-product-sublist__button:focus {
    outline: 0;
  }
  .O90-1-product-sublist__accordion {
    overflow: hidden;
    position: relative;
  }
  .O90-1-product-sublist__accordion.js-accordion__target {
    display: none;
  }
  .has-accordion-open--parent .O90-1-product-sublist__accordion {
    -webkit-box-shadow: inset 0 8px 8px 0 rgba(0, 0, 0, 0.0509803922);
            box-shadow: inset 0 8px 8px 0 rgba(0, 0, 0, 0.0509803922);
  }
  .O90-1-product-sublist__box {
    padding: 6rem 0 4rem;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    will-change: opacity, transform;
  }
  .O90-1-product-sublist__accordion.js-accordion__target .O90-1-product-sublist__box {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .O90-1-product-sublist__accordion.has-accordion-open .O90-1-product-sublist__box {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .O90-1-product-sublist__box + .O90-1-product-sublist__box {
    margin-top: 0;
    padding-top: 2rem;
  }
  .O90-1-product-sublist__box__headline {
    display: none;
  }
  .O90-1-product-sublist__category {
    border: 0;
    padding: 0;
  }
  .O90-1-product-sublist__category:last-child {
    border-bottom: 0;
  }
  .O90-1-product-sublist__category + .O90-1-product-sublist__category {
    margin-top: 6rem;
  }
  .O90-1-product-sublist__category__headline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    font-size: 16px;
    font-size: 2rem;
    line-height: 1.25;
    padding: 0 0 1em;
  }
  .O90-1-product-sublist__category__headline .icon {
    display: none;
  }
  .O90-1-product-sublist__category__headline .js-info {
    display: inline-block;
  }
  .O90-1-product-sublist__category__section {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-columns: 41rem 2;
       -moz-columns: 41rem 2;
            columns: 41rem 2;
    display: block;
  }
  .O90-1-product-sublist__category__section:after,
  .O90-1-product-sublist__category__section:before {
    content: " ";
    display: table;
  }
  .O90-1-product-sublist__category__section:after {
    clear: both;
  }
  .O90-1-product-sublist__category__section__group {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .O90-1-product-sublist__category__section {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .O90-1-product-sublist__category__headline {
    padding-bottom: 3rem;
  }
  .O90-1-product-sublist__button {
    margin-left: 10rem;
    width: 97rem;
  }
  .O90-1-product-sublist__box {
    margin-left: 10rem;
    width: 87rem;
  }
  .O90-1-product-sublist__category__section {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-width: 27rem;
       -moz-column-width: 27rem;
            column-width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O90-1-product-sublist__button {
    margin-left: 12rem;
    width: 116rem;
  }
  .O90-1-product-sublist__box {
    margin-left: 12rem;
    width: 104rem;
  }
  .O90-1-product-sublist__category__section {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    -webkit-column-width: 32rem;
       -moz-column-width: 32rem;
            column-width: 32rem;
  }
}
.O91-compare-products-collector {
  background: #ececec;
  left: 0;
  margin-top: -8rem;
  padding-bottom: 4rem;
  position: fixed;
  right: 0;
  top: 100%;
  -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s ease;
  transition: visibility 0s 0s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, visibility 0s 0s;
  transition: transform 0.3s ease, visibility 0s 0s, -webkit-transform 0.3s ease;
  visibility: visible;
  z-index: 999;
}

.O91-compare-products-collector.is-open {
  margin-top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.O91-compare-products-collector.is-open .icon--small-arrow-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.O91-compare-products-collector.is-open .O91-compare-products-collector__top-bar {
  height: 11rem;
}

@media screen and (min-width: 768px) {
  .O91-compare-products-collector.is-open .O91-compare-products-collector__top-bar {
    height: 13.75rem;
  }
}
.O91-compare-products-collector.is-hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  visibility: hidden;
}

.O91-compare-products-collector__warning-msg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #383838;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  height: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 1;
  padding: 0 2rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-54px);
          transform: translateY(-54px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  visibility: visible;
  z-index: 998;
}

.O91-compare-products-collector__warning-msg .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 1rem;
  width: 5rem;
}

.O91-compare-products-collector__warning-msg .icon svg {
  max-height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O91-compare-products-collector__warning-msg {
    font-size: 1.75rem;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  .O91-compare-products-collector__warning-msg {
    padding: 4rem 0;
    -webkit-transform: translateY(-64px);
            transform: translateY(-64px);
  }
}
@media screen and (min-width: 1200px) {
  .O91-compare-products-collector__warning-msg {
    padding: 4rem 0;
  }
}
.O91-compare-products-collector__warning-msg.is-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  visibility: hidden;
}

.O91-compare-products-collector__top-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  height: 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.O91-compare-products-collector__top-bar__amount {
  cursor: pointer;
  font-weight: 500;
}

.O91-compare-products-collector__top-bar__amount span {
  color: #d20014;
  color: var(--color-brand-color);
}

.O91-compare-products-collector__top-bar__tools__clear-btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0 0 0 1rem;
}

.O91-compare-products-collector__top-bar__tools__clear-btn:focus {
  outline: 0;
}

.O91-compare-products-collector__product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 992px) {
  .O91-compare-products-collector__product-list {
    margin-left: 30rem;
    width: 87rem;
  }
}
@media screen and (min-width: 1200px) {
  .O91-compare-products-collector__product-list {
    margin-left: 36rem;
    width: 104rem;
  }
}
.O91-compare-products-collector__product-list__item {
  width: 31.5%;
}

@media screen and (min-width: 768px) {
  .O91-compare-products-collector__product-list__item {
    width: 26.26rem;
  }
}
@media screen and (min-width: 992px) {
  .O91-compare-products-collector__product-list__item {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O91-compare-products-collector__product-list__item {
    width: 32rem;
  }
}
.O91-compare-products-collector__product-list__item:nth-child(2) {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .O91-compare-products-collector__product-list__item:nth-child(2) {
    margin: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .O91-compare-products-collector__product-list__item:nth-child(2) {
    margin: 0 4rem;
  }
}
.O91-compare-products-collector__product-list__item__image {
  background: #f5f5f5;
  position: relative;
}

.O91-compare-products-collector__product-list__item__image .image-area .image-modal-btn {
  height: 3rem;
  width: 3rem;
}

@media screen and (min-width: 768px) {
  .O91-compare-products-collector__product-list__item__image .image-area .image-modal-btn {
    height: 4rem;
    width: 4rem;
  }
}
.O91-compare-products-collector__product-list__item__image .image-area__image {
  outline: none;
  overflow: hidden;
  position: relative;
}

.O91-compare-products-collector__product-list__item__image .image-area__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.O91-compare-products-collector__product-list__item__image .image-area__image img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O91-compare-products-collector__product-list__item__title {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 0;
}

.O95-product-card.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .O95-product-card.card {
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .O95-product-card.card {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O95-product-card.card {
    width: 32rem;
  }
}
.O95-product-card.card.card-with-download .text-area {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.O95-product-card.card.card-with-download .inner-card-content {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.O95-product-card.card.card-with-download:hover .inner-card-content {
  -webkit-box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.O95-product-card.card .is-pointer {
  cursor: pointer;
}

.O95-product-card.card .label-list {
  margin-bottom: 0.5rem;
}

.O95-product-card.card .image-area {
  background-color: #fff !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.O95-product-card.card .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.O95-product-card.card .text-area .label {
  font-size: 1.25rem;
  padding-bottom: 0;
  padding-top: 0;
}

.O95-product-card.card .text-area .card-heading {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding-bottom: 0;
  padding-top: 0;
}

.O95-product-card.card .text-area .product-card-details__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.O95-product-card.card .text-area .product-card-details__item > * {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.O95-product-card.card .text-area .product-card-details__item__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  margin-right: 2rem;
  width: 40%;
}

.O95-product-card.card .text-area .product-card-details__item__value {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
  opacity: 0.65;
  text-align: left;
  width: 60%;
}

.O95-product-card.card .text-area .product-card-details__description {
  display: none;
}

.O95-product-card.card .text-area .btn-wrap {
  margin-top: auto;
}

.js-card-carousel .O95-product-card.card {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.js-card-carousel .O95-product-card.card .text-area {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.js-card-carousel .O95-product-card.card .text-area .card-heading {
  line-height: 1.5;
}

.O95-product-card.card .inner-link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}

.O95-product-card.card .file-download-link {
  background: #fff;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.O95-product-card.card .file-download-link .divider {
  background-color: #f5f5f5;
  height: 1px;
  margin: 2rem 0;
  width: 100%;
}

.O95-product-card .product-card-btn-wrap {
  -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%;
}

.O95-product-card .product-card-btn-wrap .btn {
  margin: 0 !important;
  width: 60%;
}

@media screen and (min-width: 992px) {
  .O95-product-card .product-card-btn-wrap .btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O95-product-card .product-card-btn-wrap .btn {
    font-size: 1.75rem;
  }
}
.O95-product-card .product-card-btn-wrap .checkbox-wrap {
  margin: 0;
  padding: 0;
  text-align: right;
  z-index: 3;
}

.O96-1-product-card-list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .O96-1-product-card-list {
    width: 85rem;
  }
}
@media screen and (min-width: 992px) {
  .O96-1-product-card-list {
    width: 87rem;
  }
}
@media screen and (min-width: 1200px) {
  .O96-1-product-card-list {
    width: 104rem;
  }
}
@media screen and (min-width: 992px) {
  .O96-1-product-card-list {
    float: right;
    padding-top: 10rem;
  }
  .product-category-page.no-sort .O96-1-product-card-list {
    padding-top: 0;
  }
}
.O96-1-product-card-list__results {
  color: rgba(0, 0, 0, 0.3019607843);
  font-weight: 500;
  padding: 0 0 3rem;
  text-align: right;
}

.O96-1-product-card-list__results span {
  color: #d20014;
  color: var(--color-brand-color);
  margin-right: 0.5rem;
  opacity: 1;
}

.is-dark-grey .O96-1-product-card-list__cards .btn__text {
  color: #000;
}

@media screen and (min-width: 768px) {
  .O96-1-product-card-list__cards {
    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;
  }
  .O96-1-product-card-list__cards:after {
    content: "";
    display: block;
    height: 0;
    width: 19rem;
  }
}
.O96-1-product-card-list__cards .is-pointer {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .O96-1-product-card-list__cards:after {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .O96-1-product-card-list__cards:after {
    width: 32rem;
  }
}
.O19-filtered-feed .O96-1-product-card-list__cards {
  margin-bottom: -4rem;
}

@media screen and (min-width: 992px) {
  .O19-filtered-feed .O96-1-product-card-list__cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .O19-filtered-feed .O96-1-product-card-list__cards:after {
    display: none;
  }
  .O19-filtered-feed .O96-1-product-card-list__cards {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O19-filtered-feed .O96-1-product-card-list__cards {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (min-width: 992px) {
  .O19-filtered-feed .O96-1-product-card-list__cards .card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O19-filtered-feed .O96-1-product-card-list__cards .card {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.O96-1-product-card-list .load-more-wrap {
  text-align: center;
  width: 100%;
}

.O96-1-product-card-list__results span.js-total-products-w {
  color: rgba(0, 0, 0, 0.3019607843);
}

.product-category-page .product-category-section__mobile-top-bar__inner__results-amount span.js-total-products-w {
  color: rgba(0, 0, 0, 0.6509803922);
}

.container {
  margin-left: auto;
  margin-right: auto;
  min-width: 37.5rem;
  width: 100%;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

[class*=" col-"],
[class^=col-] {
  float: left;
  position: relative;
}

.container {
  max-width: 46.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.col-1,
.col-2,
.col-3,
.col-xs-1,
.col-xs-2,
.col-xs-3 {
  max-width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 11rem;
}

.col-4,
.col-5,
.col-6,
.col-xs-4,
.col-xs-5,
.col-xs-6 {
  max-width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 22rem;
}

.col-7,
.col-8,
.col-9,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  max-width: 75%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 33rem;
}

.col-10,
.col-11,
.col-12,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 44rem;
}

.container.grid-preview [class*=" col-"]:before,
.container.grid-preview [class^=col-]:before {
  left: 0.5rem;
  right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 96rem;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .col-1,
  .col-sm-1 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 11rem;
  }
  .col-2,
  .col-3,
  .col-sm-2,
  .col-sm-3 {
    width: 22rem;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-4,
  .col-sm-4 {
    width: 33rem;
  }
  .col-5,
  .col-6,
  .col-sm-5,
  .col-sm-6 {
    width: 44rem;
  }
  .col-5,
  .col-6,
  .col-7,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-7,
  .col-sm-7 {
    width: 55rem;
  }
  .col-8,
  .col-9,
  .col-sm-8,
  .col-sm-9 {
    width: 66rem;
  }
  .col-10,
  .col-8,
  .col-9,
  .col-sm-10,
  .col-sm-8,
  .col-sm-9 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-10,
  .col-sm-10 {
    width: 77rem;
  }
  .col-11,
  .col-12,
  .col-sm-11,
  .col-sm-12 {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 88rem;
  }
  .container.grid-preview [class*=" col-"]:before,
  .container.grid-preview [class^=col-]:before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 123rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .col-1,
  .col-md-1 {
    width: 10rem;
  }
  .col-1,
  .col-2,
  .col-md-1,
  .col-md-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-2,
  .col-md-2 {
    width: 20rem;
  }
  .col-3,
  .col-md-3 {
    width: 30rem;
  }
  .col-3,
  .col-4,
  .col-md-3,
  .col-md-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-4,
  .col-md-4 {
    width: 40rem;
  }
  .col-5,
  .col-md-5 {
    width: 50rem;
  }
  .col-5,
  .col-6,
  .col-md-5,
  .col-md-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-6,
  .col-md-6 {
    width: 60rem;
  }
  .col-7,
  .col-md-7 {
    width: 70rem;
  }
  .col-7,
  .col-8,
  .col-md-7,
  .col-md-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-8,
  .col-md-8 {
    width: 80rem;
  }
  .col-9,
  .col-md-9 {
    width: 90rem;
  }
  .col-10,
  .col-9,
  .col-md-10,
  .col-md-9 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-10,
  .col-md-10 {
    width: 100rem;
  }
  .col-11,
  .col-md-11 {
    width: 110rem;
  }
  .col-11,
  .col-12,
  .col-md-11,
  .col-md-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-12,
  .col-md-12 {
    width: 120rem;
  }
  .container.grid-preview [class*=" col-"]:before,
  .container.grid-preview [class^=col-]:before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 150rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .col-1,
  .col-lg-1 {
    width: 12rem;
  }
  .col-1,
  .col-2,
  .col-lg-1,
  .col-lg-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-2,
  .col-lg-2 {
    width: 24rem;
  }
  .col-3,
  .col-lg-3 {
    width: 36rem;
  }
  .col-3,
  .col-4,
  .col-lg-3,
  .col-lg-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-4,
  .col-lg-4 {
    width: 48rem;
  }
  .col-5,
  .col-lg-5 {
    width: 60rem;
  }
  .col-5,
  .col-6,
  .col-lg-5,
  .col-lg-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-6,
  .col-lg-6 {
    width: 72rem;
  }
  .col-7,
  .col-lg-7 {
    width: 84rem;
  }
  .col-7,
  .col-8,
  .col-lg-7,
  .col-lg-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-8,
  .col-lg-8 {
    width: 96rem;
  }
  .col-9,
  .col-lg-9 {
    width: 108rem;
  }
  .col-10,
  .col-9,
  .col-lg-10,
  .col-lg-9 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .col-10,
  .col-lg-10 {
    width: 120rem;
  }
  .col-11,
  .col-lg-11 {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 132rem;
  }
  .col-12,
  .col-lg-12 {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 144rem;
  }
  .container.grid-preview [class*=" col-"]:before,
  .container.grid-preview [class^=col-]:before {
    left: 2rem;
    right: 2rem;
  }
}
.container.grid-preview {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}

.container.grid-preview.is-hidden {
  display: none;
}

.container.grid-preview .row {
  height: 100%;
}

.container.grid-preview [class*=" col-"],
.container.grid-preview [class^=col-] {
  height: 100%;
  min-height: 50px;
}

.container.grid-preview [class*=" col-"]:before,
.container.grid-preview [class^=col-]:before {
  background: rgba(228, 85, 14, 0.1490196078);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.is-shown-xs {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-hidden-xs {
    display: none !important;
  }
  .is-shown-xs {
    display: block !important;
  }
}
.is-shown-sm {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .is-hidden-sm {
    display: none !important;
  }
  .is-shown-sm {
    display: block !important;
  }
}
.is-shown-md {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .is-hidden-md {
    display: none !important;
  }
  .is-shown-md {
    display: block !important;
  }
}
.is-shown-lg {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .is-hidden-lg {
    display: none !important;
  }
  .is-shown-lg {
    display: block !important;
  }
}
.is-shown-desktop {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .is-hidden-desktop {
    display: none !important;
  }
  .is-shown-desktop {
    display: block !important;
  }
}
.O100-flip-card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f5f5f5;
  padding-bottom: 0;
  padding-top: 6rem;
}

.O100-flip-card .row {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.O100-flip-card .row:after,
.O100-flip-card .row:before {
  display: none;
}

.O100-flip-card__item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  float: left;
  margin: 0 0 6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .O100-flip-card__item {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .O100-flip-card__item {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O100-flip-card__item {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .O100-flip-card__item {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .O100-flip-card__item {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .O100-flip-card__item {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .O100-flip-card__item {
    width: 44rem;
  }
}
@media screen and (min-width: 992px) {
  .O100-flip-card__item {
    width: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .O100-flip-card__item {
    width: 48rem;
  }
}
.O100-flip-card__item__title {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 16px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0;
}

.O100-flip-card__item p {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 12px;
  font-size: 1.5rem;
}

.O100-flip-card__item .image-modal-btn {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  right: 1px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 2;
}

.O100-flip-card__item .image-modal-btn:after {
  background: #000;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.O100-flip-card__item__fig {
  margin: 0 0 2rem;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 1;
}

.O100-flip-card__item__fig:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.O100-flip-card__item__fig img {
  font-family: "object-fit: cover;", Avenir, Arial, Helvetica, Helvetica Neue, sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.O100-flip-card__item__fig.is-flipped .O100-flip-card__item__fig__side.side-a {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.O100-flip-card__item__fig.is-flipped .O100-flip-card__item__fig__side.side-b {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.O100-flip-card__item__fig__side {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 2;
}

.no-preserve3d .O100-flip-card__item__fig__side {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.O100-flip-card__item__fig__side.side-b {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  z-index: 1;
}

.O100-flip-card__item__fig__side__copy {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 4rem 2rem;
}

@media screen and (min-width: 375px) {
  .O100-flip-card__item__fig__side__copy {
    padding: 4rem 3rem;
  }
}
.O100-flip-card__item__fig__side__title {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 16px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  margin: 0 0 2rem;
}

@media screen and (min-width: 375px) {
  .O100-flip-card__item__fig__side__title {
    font-size: 18px;
    font-size: 2.25rem;
  }
}
.O100-flip-card__item__fig__side p {
  line-height: 1.43;
}

@media screen and (min-width: 375px) {
  .O100-flip-card__item__fig__side p {
    font-size: 14px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .O100-flip-card__item__fig__side p {
    font-size: 12px;
    font-size: 1.5rem;
  }
}
.O100-flip-card__item__fig img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.O111-color-module-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.O111-color-module-card {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
  width: 100%;
}

.O111-color-module-card.unsetter {
  width: auto;
}

.O111-color-module .select-react {
  max-width: 44rem;
}

.O111-color-module .form-group {
  margin-top: 1.875rem;
}

.O111-color-module .form-group .btn.js-basket,
.O111-color-module .form-group .js-button-order {
  width: 100%;
}

.O111-color-module-error-icon {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px 6px rgba(0, 0, 0, 0.231372549);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px 6px rgba(0, 0, 0, 0.231372549);
  padding: 1.875rem;
  width: 10rem;
}

.O111-color-module-error-icon img,
.O111-color-module-error-icon svg {
  width: 100%;
}

.O111-color-module-error-message {
  width: 133.75rem;
}

.O111-color-module-error-message p {
  font-size: 3.75rem;
}

.O111-color-module-error-icon,
.O111-color-module-error-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.O111-color-module .select {
  max-width: 44rem;
}

@media screen and (min-width: 992px) {
  .O111-color-module--multi .offset-383 {
    margin-left: 35.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .O111-color-module--multi .offset-383 {
    margin-left: 41.25rem;
  }
}
.O111-color-module--multi .js-modal__close {
  display: none;
}

.O111-color-module--multi .is-select {
  pointer-events: none;
}

.O111-color-module--multi .card-list--swipe-stack-cards {
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 992px) {
  .O111-color-module--multi .card-list--swipe-stack-cards .card.details {
    width: 37rem;
  }
  .O111-color-module--multi .card-list--swipe-stack-cards .card.picker {
    width: 76.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .O111-color-module--multi .card-list--swipe-stack-cards .card.details {
    width: 44rem;
  }
  .O111-color-module--multi .card-list--swipe-stack-cards .card.picker {
    width: 92.25rem;
  }
}
.O111-color-module--multi .mobile {
  display: none;
}

.O111-color-module--multi-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-top: -0.875rem;
}

.O111-color-module--multi-colors-color-sample {
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
  height: 14rem;
  margin: 0.875rem;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 14rem;
}

.O111-color-module--multi-colors-color-sample * {
  pointer-events: none;
}

.O111-color-module--multi-colors-color-sample.is-multi .O111-color-module--multi-colors-color-sample-name {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0.625rem;
  margin: 0.625rem;
  position: absolute;
}

.O111-color-module--multi-colors-color-sample.is-multi .O111-color-module--multi-colors-color-sample-code {
  display: none;
}

.O111-color-module--multi-colors-color-sample.is-dark {
  border-color: #fff;
  color: #fff;
}

.O111-color-module--multi-colors-color-sample.is-light {
  border-color: #000;
  color: #000;
}

.O111-color-module--multi-colors-color-sample.is-select {
  border: 1px solid;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2509803922), 0 10px 10px rgba(0, 0, 0, 0.2196078431);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2509803922), 0 10px 10px rgba(0, 0, 0, 0.2196078431);
}

.O111-color-module--multi-colors-color-sample.is-select .check-mark {
  display: block;
}

.O111-color-module--multi-colors-color-sample:not(.is-select) {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px 6px rgba(0, 0, 0, 0.231372549);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px 6px rgba(0, 0, 0, 0.231372549);
}

.O111-color-module--multi-colors-color-sample .check-mark {
  display: none;
  height: 1.875rem;
  left: 0.625rem;
  position: absolute;
  top: 0.625rem;
  width: 1.875rem;
}

.O111-color-module--multi-colors-color-sample .check-mark svg {
  fill: #000;
}

.O111-color-module--multi-colors-color-sample-code {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid;
  border-left: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.375rem;
}

.is-dark .O111-color-module--multi-colors-color-sample-code {
  border-color: #fff;
}

.is-light .O111-color-module--multi-colors-color-sample-code {
  border-color: #000;
}

.O111-color-module--multi-colors-color-sample-code:empty {
  display: none;
}

.O111-color-module--multi-colors-color-sample-name {
  bottom: 0;
  font-weight: bolder;
  left: 0;
  padding: 1.25rem;
  position: absolute;
}

.O111-color-module--multi-colors-color-sample.disabled {
  display: none;
}

.O111-color-module--multi-details {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px 6px rgba(0, 0, 0, 0.231372549);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px 6px rgba(0, 0, 0, 0.231372549);
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.4;
  padding: 1.875rem;
}

.O111-color-module--multi-details:not(.has-value) {
  pointer-events: none;
}

.O111-color-module--multi-details .is-dark .O111-color-module--multi-details-color {
  color: #fff;
}

.O111-color-module--multi-details .is-light .O111-color-module--multi-details-color {
  color: #000;
}

.O111-color-module--multi-details .O111-color-module--multi-details-color {
  background-position: 50%;
  background-size: cover;
  border: 1px solid rgba(153, 153, 153, 0.5333333333);
  min-height: 10rem;
  padding-left: 1.75rem;
  position: relative;
}

.O111-color-module--multi-details-add-to-basket__initializer {
  display: none;
}

.O111-color-module--multi-details-top.is-multi h3 {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0.625rem;
  line-height: 4.25rem;
  padding: 0.625rem;
  position: absolute;
}

.O111-color-module--multi-details-info {
  padding: 2.5rem 0;
}

.O111-color-module--multi-details.has-value {
  opacity: 1;
}

.O111-color-module--multi-details button.btn {
  height: 8rem;
}

.O111-color-module--multi-details-matching-colors {
  margin-bottom: 4rem;
}

.O111-color-module--multi-details-matching-colors h4 {
  padding-top: 0;
}

.O111-color-module--multi-details-matching-colors-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
}

.O111-color-module--multi-details-matching-colors-container > * {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1215686275), 0 1px 2px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1215686275), 0 1px 2px rgba(0, 0, 0, 0.2392156863);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem;
  width: 8rem;
}

.O111-color-module--multi-details-matching-colors-container .is-dark span {
  color: #fff;
}

.O111-color-module--multi-details-matching-colors-container .is-light span {
  color: #000;
}

.O111-color-module--multi-details-info table th {
  font-weight: 100;
  padding-right: 1.875rem;
  text-align: left;
}

.O111-color-module--multi-details-info table td.details-value {
  font-weight: bolder;
}

.O111-color-module--multi-details .quantity__title {
  text-align: left;
}

.O111-color-module--single-color-part-add-to-busket {
  max-width: 47rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .O111-color-module--single-color-part-add-to-busket {
    margin-top: 10.5rem !important;
  }
}
.O111-color-module--single-color-part-add-to-busket .quantity__title {
  text-align: left;
}

.O111-color-module--single-color-part-add-to-busket button.btn {
  height: 8rem;
}

.O111-color-module--single-color-details table th {
  font-weight: 100;
  padding-right: 1.875rem;
  text-align: left;
}

.O111-color-module--single-color-details table td.details-value {
  font-weight: bolder;
}

.O111-color-module--single-color-part {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: 50%;
  background-size: cover;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px 6px rgba(0, 0, 0, 0.231372549);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px 6px rgba(0, 0, 0, 0.231372549);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.875rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .O111-color-module--single-color-part {
    height: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .O111-color-module--single-color-part {
    height: 44rem;
  }
}
.O111-color-module--single-color-part-header.is-multi h3 {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0.625rem;
  margin-left: 0.625rem;
  padding: 0.625rem !important;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .O111-color-module--single > .organism-header {
    margin-bottom: -100px;
    margin-left: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .O111-color-module--single > .organism-header {
    margin-left: 48rem;
  }
}
@media screen and (min-width: 992px) {
  .O111-color-module--single-color-details {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 992px) {
  .O111-color-module--multi {
    position: relative;
  }
  .O111-color-module--multi.is-opened {
    padding-bottom: 31.375rem !important;
  }
  .O111-color-module--multi .offset-383 {
    margin: 0;
  }
  .O111-color-module--multi-details-add-to-basket:not(.initialized) .O111-color-module--multi-details-add-to-basket__form {
    display: none;
  }
  .O111-color-module--multi-details-add-to-basket:not(.initialized) .O111-color-module--multi-details-add-to-basket__initializer {
    display: block;
  }
  .O111-color-module--multi-details-add-to-basket.initialized .O111-color-module--multi-details-add-to-basket__initializer {
    display: none;
  }
  .O111-color-module--multi-details-add-to-basket .quantity__title {
    text-align: left;
  }
  .O111-color-module--multi-details-add-to-basket button.btn {
    font-size: 2.25rem;
    font-weight: 100;
    height: 8.75rem;
    margin-top: 1.875rem;
    width: 100%;
  }
  .O111-color-module--multi.container {
    max-width: 100%;
    padding: 0;
  }
  .O111-color-module--multi.container .card.picker {
    width: 100%;
  }
  .O111-color-module--multi.container .card.picker .O111-color-module--multi-colors {
    margin: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 500px) {
  .O111-color-module--multi.container .card.picker .O111-color-module--multi-colors-color-sample {
    height: 25vw;
    width: 25%;
  }
}
@media screen and (max-width: 992px) and (min-width: 500px) {
  .O111-color-module--multi.container .card.picker .O111-color-module--multi-colors-color-sample {
    height: 20vw;
    width: 20%;
  }
}
@media screen and (max-width: 992px) and (min-width: 600px) {
  .O111-color-module--multi.container .card.picker .O111-color-module--multi-colors-color-sample {
    height: 16.66667vw;
    width: 16.66667%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  .O111-color-module--multi.container .card.picker .O111-color-module--multi-colors-color-sample {
    height: 14.28571vw;
    width: 14.28571%;
  }
}
@media screen and (max-width: 992px) and (min-width: 800px) {
  .O111-color-module--multi.container .card.picker .O111-color-module--multi-colors-color-sample {
    height: 12.5vw;
    height: 11.11111vw;
    width: 12.5%;
    width: 11.11111%;
  }
}
@media screen and (max-width: 992px) {
  .O111-color-module--multi.container .card.picker .O111-color-module--multi-colors-color-sample:empty {
    display: none;
  }
  .O111-color-module--multi .card-list--swipe-stack-cards .card.details {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: -1.125rem;
    width: 100vw;
    z-index: 1001;
  }
  .O111-color-module--multi .card-list--swipe-stack-cards .O111-color-module--multi-details {
    min-height: unset;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .O111-color-module--multi .js-modal__close {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #d20014;
    border: 1px solid var(--color-brand-color);
    border-radius: 50%;
    display: block;
    height: 3.125rem;
    position: absolute;
    right: 4rem;
    top: 14.375rem;
    width: 3.125rem;
  }
  .O111-color-module--multi .js-modal__close:after,
  .O111-color-module--multi .js-modal__close:before {
    background-color: #d20014;
    background-color: var(--color-brand-color);
    bottom: 0;
    content: "";
    display: block;
    height: 0.125rem;
    left: 0.125rem;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0.5rem;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    width: 1.875rem;
  }
  .O111-color-module--multi .js-modal__close:before {
    -webkit-transform: translate3d(1px, calc(50% + 3px), 0) rotate(-45deg);
            transform: translate3d(1px, calc(50% + 3px), 0) rotate(-45deg);
  }
  .O111-color-module--multi .js-modal__close:after {
    -webkit-transform: translate3d(1px, calc(50% - 7.5px), 0) rotate(45deg);
            transform: translate3d(1px, calc(50% - 7.5px), 0) rotate(45deg);
  }
  .O111-color-module--multi-colors {
    margin: -1.875rem;
  }
  .O111-color-module--multi-colors-color-sample {
    height: 11.25rem;
    margin: 0;
    width: 11.25rem;
  }
  .O111-color-module--multi-colors-color-sample.is-select,
  .O111-color-module--multi-colors-color-sample:not(.is-select) {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .O111-color-module--multi .mobile {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1882352941), 0 6px 6px rgba(0, 0, 0, 0.231372549);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1882352941), 0 6px 6px rgba(0, 0, 0, 0.231372549);
    display: none;
    left: 0;
    padding: 1.875rem;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
  .O111-color-module--multi .mobile.sticky {
    position: fixed;
  }
  .O111-color-module--multi .mobile.show {
    display: block;
  }
  .O111-color-module--multi .mobile .js-modal__close {
    right: 0.625rem;
    top: 0.625rem;
  }
  .O111-color-module--multi-details-mobile.is-dark .O111-color-module--multi-details-color {
    color: #fff;
  }
  .O111-color-module--multi-details-mobile .card-list--swipe-stack-cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .O111-color-module--multi-details-mobile .card-list--swipe-stack-cards .O111-color-module--multi-details-color {
    background-position: 50%;
    background-size: cover;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1607843137), 0 1px 1px rgba(0, 0, 0, 0.231372549);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1607843137), 0 1px 1px rgba(0, 0, 0, 0.231372549);
    height: 15rem;
    position: relative;
    width: 15rem;
  }
  .O111-color-module--multi-details-mobile .card-list--swipe-stack-cards .O111-color-module--multi-details-color h5 {
    bottom: 0;
    margin: 0;
    padding: 1.875rem;
    position: absolute;
  }
  .O111-color-module--multi-details-mobile .card-list--swipe-stack-cards .details h4 {
    font-size: 1.875rem;
    padding: 0.625rem 0 0;
  }
  .O111-color-module--multi-details-mobile .card-list--swipe-stack-cards .details.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0;
    margin-left: 1.875rem;
    position: relative;
    width: auto;
    z-index: 0;
  }
  .O111-color-module--multi-details-mobile .card-list--swipe-stack-cards .details .details-more-info {
    color: #d20014;
    color: var(--color-brand-color);
    cursor: pointer;
    font-weight: 400;
    margin-top: auto;
  }
  .O111-color-module--multi-details-mobile .card-list--swipe-stack-cards .details p {
    font-size: 1.75rem;
    margin: 0;
    padding: 0;
  }
  .O111-color-module--multi-details-mobile.is-multi .O111-color-module--multi-details-color h5 {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 1.875rem;
    margin-left: 0.625rem;
    padding: 0.625rem !important;
    position: absolute;
  }
  .O111-color-module--multi-details-mobile button.btn {
    font-size: 2.25rem;
    font-weight: 100;
    height: 8.75rem;
    margin-top: 1.875rem;
    width: 100%;
  }
  .O111-color-module--multi-details-block {
    display: block !important;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}

.rich-text-card .card .text-area {
  margin-left: 0;
  padding: 2rem;
}

.rich-text-card .card .text-area .card-heading {
  padding-top: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .rich-text-card .card .text-area {
    padding: 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .rich-text-card .card .text-area {
    padding: 3rem;
  }
}
.rich-text-card .card .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
  padding-top: 32px;
}

.rich-text-card.is-centered {
  margin: auto;
  width: 100%;
  text-align: center;
}

.privacy-statement-modal .privacy-statement-modal__brandLogo {
  float: left;
  max-width: 130px;
}

.privacy-statement-modal .privacy-statement-modal__brandLogo svg {
  display: block;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.privacy-statement-modal .privacy-statement-modal__btn {
  float: right;
}

.privacy-statement-modal .privacy-statement-modal__text {
  margin-left: 30px;
  padding-top: 30px;
}

.privacy-statement-modal .privacy-statement-modal__text a {
  text-decoration: underline;
}

.product-category-page .product-category-options {
  max-width: 100%;
  width: 43rem;
}

.row > .product-category-page .product-category-options {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .product-category-page .product-category-options {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .product-category-page .product-category-options {
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-category-page .product-category-options {
    width: 32rem;
  }
}
@media screen and (min-width: 992px) {
  .product-category-page .product-category-options {
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .product-category-page .product-category-options {
    float: left;
  }
}
.product-category-page .O3-hero {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .product-category-page .O3-hero {
    background: #f5f5f5;
  }
}
.page-wrapper > .product-category-page:first-child > .product-category-section:first-child,
.page-wrapper > .product-category-page:first-child > script:first-child + .product-category-section,
.page-wrapper > div > .product-category-page:first-child > .product-category-section:first-child,
.page-wrapper > div > .product-category-page:first-child > script:first-child + .product-category-section {
  padding-top: 6rem;
}

.product-category-page .product-category-section {
  padding-bottom: 6rem;
}

.product-category-page .product-category-section .is-white {
  background-color: #fff;
}

.product-category-page .product-category-section__mobile-top-bar {
  background: #f5f5f5;
  padding: 3rem 0;
  position: relative;
  z-index: 99;
}

.product-category-page .product-category-section__mobile-top-bar__inner {
  -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;
}

.product-category-page .product-category-section__mobile-top-bar__inner__toggle-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(151, 151, 151, 0.3019607843);
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.6509803922);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}

.product-category-page .product-category-section__mobile-top-bar__inner__toggle-btn .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.product-category-page .product-category-section__mobile-top-bar__inner__results-amount {
  color: rgba(0, 0, 0, 0.6509803922);
  font-weight: 500;
}

.product-category-page .product-category-section__mobile-top-bar__inner__results-amount span {
  color: var(--color-brand-color);
  margin-right: 0.5rem;
}

.info-modal {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.0784313725);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  padding: 4rem 2rem 2rem;
  position: relative;
  text-align: left;
  width: 43rem;
}

.row > .info-modal {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .info-modal {
    max-width: none;
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .info-modal {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .info-modal {
    width: 44rem;
  }
}
@media screen and (min-width: 768px) {
  .info-modal {
    padding: 5rem 3rem 3rem;
  }
}
.info-modal__image {
  display: block;
  margin-bottom: 2rem;
}

.info-modal__headline {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  padding: 0;
}

.info-modal__text {
  font-size: 1.75rem;
  line-height: 1.43;
  opacity: 0.65;
}

.info-modal__link {
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
  color: rgba(0, 0, 0, 0.9019607843);
  display: block;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 1.25rem;
  padding-top: 2rem;
}

.info-modal .modal__close {
  border: none;
  margin: 0;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .info-modal .modal__close {
    right: 1rem;
    top: 1rem;
  }
}
.info-modal .modal__close:after,
.info-modal .modal__close:before {
  background-color: #d20014;
  background-color: var(--color-brand-color);
}

.dynamic-map {
  font-family: Avenir;
  position: relative;
}

.dynamic-map .select-react {
  margin: unset;
}

@media screen and (max-width: 767px) {
  .dynamic-map {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0784313725);
    padding: 0 2rem 2rem;
  }
  .dynamic-map__wrap > .dynamic-map {
    position: static;
  }
}
.dynamic-map__wrap {
  padding-bottom: 6rem;
  padding-top: 6rem;
  position: relative;
}

.dynamic-map .loader {
  left: 50%;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.dynamic-map .btn--secondary {
  display: none;
}

.dynamic-map.is-loading {
  pointer-events: none;
}

.dynamic-map.is-loading:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.dynamic-map.is-search {
  min-height: 87.5rem;
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .dynamic-map.is-search {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-map.is-search {
    width: 92rem;
  }
}
@media screen and (min-width: 768px) {
  .dynamic-map.is-search {
    min-height: auto;
  }
}
.dynamic-map.is-search .btn--secondary {
  display: inline-block;
}

.dynamic-map.is-search .dynamic-map__filter,
.dynamic-map.is-search .dynamic-map__search-result__data,
.dynamic-map.is-search .dynamic-map__title {
  display: none;
}

@media screen and (min-width: 992px) {
  .dynamic-map.is-search .dynamic-map__search-result__data {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-map.is-search .dynamic-map__search-result__data {
    width: 92rem;
  }
}
.dynamic-map.is-search .dynamic-map__search-result__list-area {
  max-height: none;
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .dynamic-map.is-search .dynamic-map__search-result__list-area {
    height: 300px;
    margin-left: 20px;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dynamic-map.is-search .dynamic-map__search-result__list-area {
    margin-left: 0;
  }
}
.dynamic-map.is-search .dynamic-map__search-result__list {
  height: 340px;
  margin-bottom: 10px;
  max-height: 100%;
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .dynamic-map.is-search .dynamic-map__search-result__list {
    height: 400px;
  }
}
.dynamic-map.is-search .dynamic-map__search-result__list__item {
  padding-left: 0;
}

.dynamic-map.is-search .dynamic-map__search-result__list__item__info-icon {
  display: none;
}

@media screen and (min-width: 992px) {
  .dynamic-map.is-search .dynamic-map__search-result__list {
    margin-top: 4rem;
  }
}
.dynamic-map.is-search .dynamic-map__search-result__wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .dynamic-map.is-search .dynamic-map__search-result__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 56.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-map.is-search .dynamic-map__search-result__wrapper {
    height: 59.25rem;
  }
}
.dynamic-map.is-search .dynamic-map__search-result__sidebar__title {
  display: block;
  font-weight: 500;
  line-height: 1.33;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .dynamic-map.is-search .dynamic-map__search-result__sidebar__title {
    padding: 3rem 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dynamic-map.is-search .dynamic-map__search-result__sidebar__title {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .dynamic-map.is-search .dynamic-map__search-result__sidebar {
    width: 52rem;
  }
  .dynamic-map.is-search .dynamic-map__search-result__map {
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-map.is-search .dynamic-map__search-result__map {
    width: 37rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-map.is-search .dynamic-map__search-result__map {
    width: 44rem;
  }
}
@media screen and (min-width: 768px) {
  .dynamic-map.is-search .dynamic-map__search-result__map {
    margin-left: 0;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dynamic-map.is-search .dynamic-map__search-result__map-wrapper {
    height: 100%;
  }
}
.dynamic-map__filter {
  margin: 0 0 4rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .dynamic-map__filter {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
  }
}
.dynamic-map__filter .filter {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  width: 100%;
}

.dynamic-map__filter .filter .select {
  margin: 0;
}

.dynamic-map__filter .filter__group {
  margin-bottom: 2rem;
}

.dynamic-map__filter .filter__group:last-child {
  margin-right: 0;
}

.dynamic-map__filter__search {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7019607843);
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.33;
  margin: 0;
  max-width: 100%;
  outline: 0;
  padding: 1rem 4rem 1rem 0;
  width: 43rem;
  width: 100%;
}

.dynamic-map__filter__search:focus {
  outline: 0;
}

.row > .dynamic-map__filter__search {
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 768px) {
  .dynamic-map__filter__search {
    max-width: none;
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-map__filter__search {
    width: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-map__filter__search {
    width: 48rem;
  }
}
.dynamic-map__filter__search__wrapper {
  margin: 0 0 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .dynamic-map__filter__search__wrapper {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-map__filter__search__wrapper {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-map__filter__search__wrapper {
    margin-right: 4rem;
  }
}
.dynamic-map__filter__search__wrapper__icon {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dynamic-map__search-result__sidebar__title {
  display: none;
  font-size: 18px;
}

.dynamic-map__search-result__data {
  color: #000;
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33;
  opacity: 0.4;
  width: 100%;
}

.dynamic-map__search-result__data__text {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dynamic-map__search-result__data__text.is-hidden {
  opacity: 0;
}

.dynamic-map__search-result__wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column-reverse;
  margin-top: 19px;
}

@media screen and (min-width: 768px) {
  .dynamic-map__search-result__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: 550px;
  }
}
.dynamic-map__search-result__list {
  height: 216px;
  list-style-type: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .dynamic-map__search-result__list {
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-map__search-result__list {
    width: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-map__search-result__list {
    width: 48rem;
  }
}
@media screen and (max-width: 767px) {
  .dynamic-map__search-result__list {
    margin-right: -2rem;
  }
}
@media screen and (min-width: 768px) {
  .dynamic-map__search-result__list {
    height: 550px;
  }
}
.dynamic-map__search-result__list-area {
  position: relative;
}

.dynamic-map__search-result__list-wrapper {
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dynamic-map__search-result__list-wrapper .dynamic-map__search-result__list {
    height: 48rem;
  }
}
.dynamic-map__search-result__list::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 10px;
}

.dynamic-map__search-result__list::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  width: 5px;
}

.dynamic-map__search-result__list::-webkit-scrollbar-thumb {
  background: var(--color-brand-color);
  border-radius: 10px;
}

.dynamic-map__search-result__list .title {
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 14px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.43;
  margin: 0 0 1rem;
  opacity: 1;
  padding: 0;
}

.dynamic-map__search-result__list,
.dynamic-map__search-result__list p {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.33;
  opacity: 1;
}

.dynamic-map__search-result__list p {
  margin: 0 0 1em;
}

.dynamic-map__search-result__list a,
body.has-hover .dynamic-map__search-result__list a:hover {
  color: rgba(0, 0, 0, 0.5019607843);
}

.dynamic-map__search-result__list span {
  opacity: 0.7;
}

.dynamic-map__search-result__list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 3rem;
  padding: 2rem 1rem 0.5rem;
  -webkit-transition: background-color 0.3s cubic-bezier(1, 0, 0, 1);
  transition: background-color 0.3s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 767px) {
  .dynamic-map__search-result__list__item {
    margin-right: 2rem;
    padding-left: 0;
  }
}
.dynamic-map__search-result__list__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
}

.dynamic-map__search-result__list__item__info-icon {
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(56, 56, 56, 0);
          box-shadow: inset 0 0 0 1px rgba(56, 56, 56, 0);
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.dynamic-map__search-result__list__item__info-icon:after,
.dynamic-map__search-result__list__item__info-icon:before {
  background: #383838;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 1rem;
}

.dynamic-map__search-result__list__item__info-icon:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.dynamic-map__search-result__list__item__info-icon:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.dynamic-map__search-result__list__item__info-icon svg {
  display: block;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.dynamic-map__search-result__list__item__info-icon path {
  fill: rgba(0, 0, 0, 0.5019607843);
}

.dynamic-map__search-result__list__item.is-active .dynamic-map__search-result__list__item__info-icon {
  -webkit-box-shadow: inset 0 0 0 1px #383838;
          box-shadow: inset 0 0 0 1px #383838;
}

.dynamic-map__search-result__list__item.is-active .dynamic-map__search-result__list__item__info-icon:after,
.dynamic-map__search-result__list__item.is-active .dynamic-map__search-result__list__item__info-icon:before {
  opacity: 1;
}

.dynamic-map__search-result__list__item.is-active .dynamic-map__search-result__list__item__info-icon svg {
  opacity: 0;
}

body.has-hover .dynamic-map__search-result__list__item.is-active .dynamic-map__search-result__list__item__info-icon:hover {
  -webkit-box-shadow: inset 0 0 0 1px var(--color-brand-color);
          box-shadow: inset 0 0 0 1px var(--color-brand-color);
}

body.has-hover .dynamic-map__search-result__list__item.is-active .dynamic-map__search-result__list__item__info-icon:hover:after,
body.has-hover .dynamic-map__search-result__list__item.is-active .dynamic-map__search-result__list__item__info-icon:hover:before {
  background-color: var(--color-brand-color);
}

.dynamic-map__search-result__list__item .additional {
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dynamic-map__search-result__list__item .actions {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2rem;
  text-align: right;
}

.dynamic-map__search-result__list__item.is-active {
  background-color: rgba(216, 216, 216, 0.1019607843);
}

.dynamic-map__search-result__map {
  margin-bottom: 2rem;
  min-height: 30rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .dynamic-map__search-result__map {
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-map__search-result__map {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-map__search-result__map {
    width: 92rem;
  }
}
@media screen and (min-width: 768px) {
  .dynamic-map__search-result__map {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .dynamic-map__search-result__map {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .dynamic-map__search-result__map {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .dynamic-map__search-result__map {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (min-width: 768px) {
  .dynamic-map__search-result__map {
    margin-bottom: 0;
    min-height: 68.75rem;
  }
}
.dynamic-map__search-result__map-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dynamic-map__search-result__map-wrapper {
    height: 48rem;
  }
}
.dynamic-map__search-result__map__marker-information {
  background-color: #383838;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  margin: 0;
  min-width: 25rem;
  padding: 2rem 4rem;
  pointer-events: all;
  position: relative;
  text-align: center;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}

@media screen and (min-width: 992px) {
  .dynamic-map__search-result__map__marker-information__phone-icon {
    display: none;
  }
}
.dynamic-map__search-result__map__marker-information:after {
  border: solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  width: 0;
}

.dynamic-map__search-result__map__marker-information .name {
  color: #fff;
  font-size: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  margin: 0 0 1rem;
  opacity: 1;
  padding: 0;
}

.dynamic-map__search-result__map__marker-information .icon {
  margin: 0 5px;
}

.site-lapinus .dynamic-map__search-result__map__marker-information .icon circle,
.site-lapinus .dynamic-map__search-result__map__marker-information .icon path,
.site-lapinus .dynamic-map__search-result__map__marker-information .icon polygon,
.site-lapinus .dynamic-map__search-result__map__marker-information .icon rect,
.site-lapinus .dynamic-map__search-result__map__marker-information .icon use,
.site-rockpanel .dynamic-map__search-result__map__marker-information .icon circle,
.site-rockpanel .dynamic-map__search-result__map__marker-information .icon path,
.site-rockpanel .dynamic-map__search-result__map__marker-information .icon polygon,
.site-rockpanel .dynamic-map__search-result__map__marker-information .icon rect,
.site-rockpanel .dynamic-map__search-result__map__marker-information .icon use {
  fill: #fff;
}

.dynamic-map__search-result__map__marker-information .icon svg {
  height: 32px;
  width: 32px;
}

.dynamic-map .select__label {
  display: inline-block !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: block !important;
}

.gm-ui-hover-effect {
  display: none !important;
}

.gm-style .gm-style-iw-t:after {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gm-style .gm-style-iw-a {
  width: 0 !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background-color: initial;
}

.gm-style .gm-style-iw-c {
  background-color: initial !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-bottom: 0 !important;
  padding-left: 1.5rem !important;
  padding-top: 0 !important;
}

.gm-style-iw-c:focus-visible {
  outline: none;
}

.gm-style-iw {
  left: 50% !important;
  margin-top: 5px;
  text-align: center;
  top: 100% !important;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.gm-style-iw > * {
  max-height: none !important;
  max-width: none !important;
}

.gm-style-iw + div,
.gm-style-iw + div + img {
  display: none;
}

.gm-style-iw + button {
  display: block !important;
}

@media (max-width: 768px) {
  .chart-wrapper {
    height: 250px;
  }
}
.chart {
  width: min(600px, 100%);
}
.chart-table {
  font-size: 14px;
  margin-bottom: 20px;
}
.chart-table td {
  max-width: 230px;
  vertical-align: middle;
}
.chart-table td:nth-child(2) {
  font-size: 12px;
  padding-left: 8px;
}
.chart-table td:not(:nth-child(2)) {
  text-align: center;
  font-size: 14px;
}
.chart-table tr:not(:last-child) {
  border-bottom: 1px solid #eee;
}

@keyframes icon-arrow-down-down {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
            transform: translate3d(0, 0, 0) rotate(90deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, 150%, 0) rotate(90deg);
            transform: translate3d(0, 150%, 0) rotate(90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translate3d(0, -150%, 0) rotate(90deg);
            transform: translate3d(0, -150%, 0) rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
            transform: translate3d(0, 0, 0) rotate(90deg);
    opacity: 1;
  }
}
@keyframes icon-arrow-down-up {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
            transform: translate3d(0, 0, 0) rotate(90deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, -150%, 0) rotate(90deg);
            transform: translate3d(0, -150%, 0) rotate(90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translate3d(0, 150%, 0) rotate(90deg);
            transform: translate3d(0, 150%, 0) rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
            transform: translate3d(0, 0, 0) rotate(90deg);
    opacity: 1;
  }
}
@keyframes icon-arrow-up-down {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
            transform: translate3d(0, 0, 0) rotate(-90deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, 150%, 0) rotate(-90deg);
            transform: translate3d(0, 150%, 0) rotate(-90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translate3d(0, -150%, 0) rotate(-90deg);
            transform: translate3d(0, -150%, 0) rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
            transform: translate3d(0, 0, 0) rotate(-90deg);
    opacity: 1;
  }
}
@keyframes icon-arrow-up-up {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
            transform: translate3d(0, 0, 0) rotate(-90deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, -150%, 0) rotate(-90deg);
            transform: translate3d(0, -150%, 0) rotate(-90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translate3d(0, 150%, 0) rotate(-90deg);
            transform: translate3d(0, 150%, 0) rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
            transform: translate3d(0, 0, 0) rotate(-90deg);
    opacity: 1;
  }
}
.go-to-top,
.search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: block;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  cursor: pointer;
  overflow: visible;
}

.go-to-top:focus,
.search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn:focus {
  outline: 0;
}

.go-to-top:before,
.search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.go-to-top .icon,
.search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn .icon {
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.go-to-top .icon svg,
.search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn .icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-animation: icon-arrow-up-down 0.2s ease-out;
          animation: icon-arrow-up-down 0.2s ease-out;
}

.go-to-top .icon path,
.search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn .icon path {
  fill: rgba(56, 56, 56, 0.6);
}

body.has-hover .go-to-top:hover:before,
body.has-hover .search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn:hover:before {
  -webkit-transform: scale(1.3) translateZ(0);
          transform: scale(1.3) translateZ(0);
}

body.has-hover .go-to-top:hover .icon svg,
body.has-hover .search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn:hover .icon svg {
  -webkit-transform: rotate(-90deg) translateZ(0);
          transform: rotate(-90deg) translateZ(0);
  -webkit-animation: icon-arrow-up-up 0.2s ease-out;
          animation: icon-arrow-up-up 0.2s ease-out;
}

.go-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s;
}

.go-to-top.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}

.search-results-new-page__no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: 23.25rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__no-results {
    height: 22.75rem;
  }
}
.search-results-new-page__no-results__text {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.33;
  color: var(--color-brand-color);
  text-align: center;
  opacity: 1;
}

.search-results-new-page__no-results__text:last-child {
  margin-bottom: auto;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__no-results__text {
    font-size: 24px;
    font-size: 3rem;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.search-results-new-page__rich-text-box {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.search-results-new-page__rich-text-box__content {
  color: rgba(0, 0, 0, 0.7);
  line-height: 3rem;
}

.search-results-new-page__rich-text-box.as-module {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__rich-text-box.as-module {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .search-results-new-page__rich-text-box.as-module {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-new-page__rich-text-box.as-module {
    width: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .search-results-new-page__rich-text-box.as-module.is-wide {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .search-results-new-page__rich-text-box.as-module.is-wide {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-new-page__rich-text-box.as-module.is-wide {
    width: 92rem;
  }
}
@media screen and (min-width: 768px) {
  .search-results-new-page__rich-text-box.as-module .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.search-results-new-page__results-list {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 -5px 11px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -5px 11px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) {
  .search-results-new-page__results-list {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.search-results-new-page__results-list__header {
  position: relative;
  background: #fff;
}

.search-results-new-page__results-list__header.is-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
  -webkit-box-shadow: 0 -5px 11px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -5px 11px 0 rgba(0, 0, 0, 0.08);
}

.search-results-new-page__results-list__header__inner {
  padding: 3rem 2rem 3rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__results-list__header__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .search-results-new-page__results-list__header__inner {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-new-page__results-list__header__inner {
    width: 92rem;
  }
}
.search-results-new-page__results-list__header__inner__number {
  font-size: 48px;
  font-size: 6rem;
  display: none;
  padding: 0 3rem 0 0;
  color: var(--color-brand-color);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3.5px;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__results-list__header__inner__number {
    display: inline-block;
  }
}
.search-results-new-page__results-list__header__inner__search-query {
  font-size: 20px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__results-list__header__inner__search-query {
    font-size: 14px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.43;
  }
}
.search-results-new-page__results-list__header__to-list-btn-wrap {
  position: relative;
}

.search-results-page__results-list__header.is-sticky .search-results-new-page__results-list__header__to-list-btn-wrap {
  position: static;
}

.search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn {
  position: absolute;
  right: 0;
  top: -3rem;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn {
    top: -2rem;
  }
}
.search-results-page__results-list__header.is-sticky .search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn {
  right: 2rem;
}

.search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn .icon svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: icon-arrow-down-up 0.2s ease-out;
          animation: icon-arrow-down-up 0.2s ease-out;
}

.search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn .icon path {
  fill: var(--color-brand-color);
}

body.has-hover .search-results-new-page__results-list__header__to-list-btn-wrap__to-list-btn:hover .icon svg {
  -webkit-transform: rotate(90deg) translateZ(0);
          transform: rotate(90deg) translateZ(0);
  -webkit-animation: icon-arrow-down-down 0.2s ease-out;
          animation: icon-arrow-down-down 0.2s ease-out;
}

.search-results-new-page__results-list__header:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #f5f5f5;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-results-new-page__results-list__list__item {
  display: block;
  color: #000;
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #f5f5f5;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__results-list__list__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search-results-new-page__results-list__list__item__headline {
  font-size: 18px;
  font-size: 2.25rem;
  padding-right: 2rem;
  margin: 0 0 2rem;
  font-weight: 500;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

.search-results-new-page__results-list__list__item__texts {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__results-list__list__item__texts {
    width: 63rem;
  }
}
@media screen and (min-width: 992px) {
  .search-results-new-page__results-list__list__item__texts {
    width: 57rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-new-page__results-list__list__item__texts {
    width: 68rem;
  }
}
.search-results-new-page__results-list__list__item__texts .body-text-2 {
  margin-bottom: 8px;
}

.search-results-new-page__results-list__list__item__texts .search-item-link {
  font-size: 12px;
  font-size: 1.5rem;
  word-wrap: break-word;
  width: 100%;
  color: #000;
  opacity: 0.5;
}

.search-results-new-page__results-list__list__item .label {
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__results-list__list__item .label {
    margin-left: 0;
  }
}
.search-results-new-page__results-list__list__item .label__text {
  display: none;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__results-list__list__item .label__text {
    display: inline;
  }
}
.search-results-new-page__results-list__list__item.is-brand .label {
  color: var(--color-brand-color);
}

.search-results-new-page__results-list__list__item.is-brand .icon svg,
.search-results-new-page__results-list__list__item.is-brand .icon path,
.search-results-new-page__results-list__list__item.is-brand .icon use,
.search-results-new-page__results-list__list__item.is-brand .icon circle,
.search-results-new-page__results-list__list__item.is-brand .icon rect,
.search-results-new-page__results-list__list__item.is-brand .icon polygon {
  fill: var(--color-brand-color);
}

.search-results-new-page__results-list__list__item.is-rockwool .label {
  color: #d20014;
}

.search-results-new-page__results-list__list__item.is-rockwool .icon svg,
.search-results-new-page__results-list__list__item.is-rockwool .icon path,
.search-results-new-page__results-list__list__item.is-rockwool .icon use,
.search-results-new-page__results-list__list__item.is-rockwool .icon circle,
.search-results-new-page__results-list__list__item.is-rockwool .icon rect,
.search-results-new-page__results-list__list__item.is-rockwool .icon polygon {
  fill: #d20014;
}

.search-results-new-page__results-list__list__item.is-grodan .label {
  color: #093;
}

.search-results-new-page__results-list__list__item.is-grodan .icon svg,
.search-results-new-page__results-list__list__item.is-grodan .icon path,
.search-results-new-page__results-list__list__item.is-grodan .icon use,
.search-results-new-page__results-list__list__item.is-grodan .icon circle,
.search-results-new-page__results-list__list__item.is-grodan .icon rect,
.search-results-new-page__results-list__list__item.is-grodan .icon polygon {
  fill: #093;
}

.search-results-new-page__results-list__list__item.is-lapinus .label {
  color: #002d72;
}

.search-results-new-page__results-list__list__item.is-lapinus .icon svg,
.search-results-new-page__results-list__list__item.is-lapinus .icon path,
.search-results-new-page__results-list__list__item.is-lapinus .icon use,
.search-results-new-page__results-list__list__item.is-lapinus .icon circle,
.search-results-new-page__results-list__list__item.is-lapinus .icon rect,
.search-results-new-page__results-list__list__item.is-lapinus .icon polygon {
  fill: #002d72;
}

.search-results-new-page__results-list__list__item.is-rockfon .label {
  color: #00638e;
}

.search-results-new-page__results-list__list__item.is-rockfon .icon svg,
.search-results-new-page__results-list__list__item.is-rockfon .icon path,
.search-results-new-page__results-list__list__item.is-rockfon .icon use,
.search-results-new-page__results-list__list__item.is-rockfon .icon circle,
.search-results-new-page__results-list__list__item.is-rockfon .icon rect,
.search-results-new-page__results-list__list__item.is-rockfon .icon polygon {
  fill: #00638e;
}

.search-results-new-page__results-list__list__item.is-rockpanel .label {
  color: #253355;
}

.search-results-new-page__results-list__list__item.is-rockpanel .icon svg,
.search-results-new-page__results-list__list__item.is-rockpanel .icon path,
.search-results-new-page__results-list__list__item.is-rockpanel .icon use,
.search-results-new-page__results-list__list__item.is-rockpanel .icon circle,
.search-results-new-page__results-list__list__item.is-rockpanel .icon rect,
.search-results-new-page__results-list__list__item.is-rockpanel .icon polygon {
  fill: #253355;
}

body.has-hover a.search-results-new-page__results-list__list__item:hover {
  color: #000;
  text-decoration: none;
}

.search-results-new-page__results-list__list.no-more-items .search-results-new-page__results-list__list__item:last-child {
  padding-bottom: 6rem;
  border-bottom: 0;
}

.search-results-new-page__results-list__list__btn-wrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .search-results-new-page__results-list__list {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-new-page__results-list__list {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 92rem;
  }
}
.search-results-new-page__form + .search-results-page__results-list .search-results-page__results-list__header__to-list-btn-wrap {
  display: none;
}

.search-results-page .search-form {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 0 3rem;
  position: relative;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .search-results-page .search-form {
    width: 41rem;
  }
}
@media screen and (min-width: 992px) {
  .search-results-page .search-form {
    width: 77rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-page .search-form {
    width: 92rem;
  }
}
@media screen and (min-width: 768px) and (max-width: desktop-1px) {
  .search-results-page .search-form {
    padding: 0 0 1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5rem;
    z-index: 1100;
  }
}
@media screen and (min-width: 992px) {
  .search-results-page .search-form {
    padding: 0 0 5rem;
  }
}
.search-results-page .search-form__form {
  font-size: 16px;
  font-size: 2rem;
  padding: 0 5rem 0 2rem;
  height: 6.25rem;
  padding-left: 2rem;
  position: relative;
  line-height: 6.25rem;
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .search-results-page .search-form__form {
    height: 5rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .search-results-page .search-form__form {
    font-size: 24px;
    font-size: 3rem;
    height: 6.125rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    top: 0;
    line-height: 3.5rem;
    background: none;
    border-bottom: 1px solid #fff;
  }
}
.search-results-page .search-form__btn {
  padding-right: 2rem;
}

@media screen and (max-width: 991px) {
  .search-results-page .search-form__btn {
    height: 6.25rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .search-results-page .search-form__btn {
    height: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .search-results-page .search-form__btn {
    height: 3.5rem;
  }
}
.search-results-page .search-form__btn svg {
  margin-top: -0.75rem;
}

.search-results-page .search-form__reset {
  margin: 0;
  height: 100%;
  width: 5rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.search-results-page .search-form__input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-results-page .search-form__input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.search-results-page .search-form__input input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-results-page .search-form__input input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-results-page .search-form__input input::placeholder {
  color: #fff;
  opacity: 1;
}

.search-results-page .search-form__list {
  width: 100%;
  padding-top: 1rem;
  position: absolute;
  left: 0;
  top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .search-results-page .search-form__list {
    top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .search-results-page .search-form__list {
    top: 6.125rem;
  }
}
.page-wrapper > .search-results-new-page:first-child > .container:not(.search-results-new-page__no-results):before,
.page-wrapper > div:first-child > .search-results-new-page:first-child > .container:not(.search-results-new-page__no-results):before,
.page-wrapper > div > div:first-child > .search-results-new-page:first-child > .container:not(.search-results-new-page__no-results):before {
  content: "";
  display: block;
  height: 41rem;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background: var(--color-brand-color);
}

@media screen and (min-width: 768px) {
  .page-wrapper > .search-results-new-page:first-child > .container:not(.search-results-new-page__no-results):before,
  .page-wrapper > div:first-child > .search-results-new-page:first-child > .container:not(.search-results-new-page__no-results):before,
  .page-wrapper > div > div:first-child > .search-results-new-page:first-child > .container:not(.search-results-new-page__no-results):before {
    height: 30.75rem;
  }
}
@media screen and (min-width: 992px) {
  .page-wrapper > .search-results-new-page:first-child > .container:not(.search-results-new-page__no-results):before,
  .page-wrapper > div:first-child > .search-results-new-page:first-child > .container:not(.search-results-new-page__no-results):before,
  .page-wrapper > div > div:first-child > .search-results-new-page:first-child > .container:not(.search-results-new-page__no-results):before {
    height: 32rem;
  }
}
.search-results-new-page__top-results {
  position: relative;
  margin: 0;
  padding: 0 0 3rem;
}

.search-results-new-page__top-results:before,
.search-results-new-page__top-results:after {
  content: " ";
  display: table;
}

.search-results-new-page__top-results:after {
  clear: both;
}

.search-results-new-page__top-results.is-rockfon {
  padding: 3rem 0 3rem;
}

.search-results-new-page__top-results__primary,
.search-results-new-page__top-results__secondary,
.search-results-new-page__top-results__tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
}

.search-results-new-page__top-results__primary > *,
.search-results-new-page__top-results__secondary > *,
.search-results-new-page__top-results__tertiary > * {
  width: 100%;
}

.search-results-new-page__top-results .btn {
  line-height: 2.25rem;
}

@media screen and (min-width: 768px) {
  .search-results-new-page__top-results__primary {
    width: 85rem;
    min-height: 56.25rem;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .search-results-new-page__top-results__primary {
    width: 77rem;
    min-height: 0;
    height: 59.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-new-page__top-results__primary {
    width: 92rem;
    min-height: 0;
    height: 59.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-results-new-page__top-results__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .search-results-new-page__top-results__secondary {
    width: 41rem;
    min-height: 43.375rem;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .search-results-new-page__top-results__secondary {
    width: 37rem;
    float: right;
    min-height: 0;
    height: 43.375rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-new-page__top-results__secondary {
    width: 44rem;
    float: right;
    min-height: 0;
    height: 43.375rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .search-results-new-page__top-results__tertiary {
    width: 41rem;
    min-height: 43.375rem;
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .search-results-new-page__top-results__tertiary {
    width: 37rem;
    min-height: 0;
    height: 12.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-new-page__top-results__tertiary {
    width: 44rem;
    min-height: 0;
    height: 12.875rem;
  }
}
.search-results-new-page.is-rockfon {
  background: #f5f5f5;
}

.page-404 {
  padding-bottom: 9rem;
  padding-top: 9rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-404 {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
}
.page-404 h1 {
  color: var(--color-brand-color);
  font-size: 100px;
  font-size: 12.5rem;
  font-weight: 500;
  letter-spacing: -0.5rem;
  line-height: 1;
  margin: 0 0 2rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .page-404 h1 {
    font-size: 120px;
    font-size: 15rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404 h1 {
    font-size: 160px;
    font-size: 20rem;
    letter-spacing: -1rem;
  }
}
.page-404 p {
  font-size: 18px;
  font-size: 2.25rem;
  line-height: 1.33;
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .page-404 p {
    font-size: 20px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404 p {
    font-size: 24px;
    font-size: 3rem;
  }
}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.overflow-y-visible {
  overflow-x: hidden !important;
  overflow-y: initial !important;
}

.tabs__content {
  scroll-margin: 160px;
}

.counter-reverse::after {
  content: attr(data-preffix) !important;
}

.counter-reverse::before {
  content: attr(data-suffix) !important;
}

.swiper-wrapper {
  overflow: initial !important;
}

.swiper-pagination-bullet-active {
  background-color: transparent;
}

.card-list--two-card-row--displaced > div {
  margin-bottom: 32px;
  width: calc(50% - 16px);
}

.card-list--two-card-row--displaced > div:nth-child(2n) {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}

.add-active__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.collapse__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.collapse__content--mobile {
  max-height: none;
}

.slider__controls {
  z-index: 2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7px;
}

.swiper-initialized .slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider__controls svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  color: var(--color-brand-color);
}

.swiper-teasers-pagination {
  position: static;
  width: auto !important;
}

.O1-1-header.has-search-open {
  -webkit-transform: none !important;
          transform: none !important;
}

.O1-1-header__bg.is-open {
  -webkit-transform: none !important;
          transform: none !important;
}

.O1-1-header__teasers .swiper-teasers-pagination {
  padding-bottom: 2px;
}

.O3-3-home-page-hero-slider .O3-3-home-page-hero-slider__container .swiper-slide {
  display: block;
}

.swiper-main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0 !important;
  z-index: 2;
  cursor: pointer;
}

.swiper-main-pagination::before {
  content: "";
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.9;
}

.swiper-main-pagination[data-overlay=dark]::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2b2b2b), color-stop(25%, #2b2b2b), to(rgba(43, 43, 43, 0)));
  background-image: linear-gradient(0deg, #2b2b2b, #2b2b2b 25%, rgba(43, 43, 43, 0));
}

.swiper-main-pagination[data-overlay=light]::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(25%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, #ffffff, #ffffff 25%, rgba(255, 255, 255, 0));
}

.swiper-main-bullet {
  font-size: 16px;
  letter-spacing: -0.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.5;
  font-weight: 400;
  margin: 16px;
  width: 160px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.swiper-main-pagination[data-overlay=light] .swiper-main-bullet {
  color: #2b2b2b;
}

.swiper-main-pagination[data-overlay=dark] .swiper-main-bullet {
  color: #fff;
}

.swiper-main-bullet:hover {
  opacity: 1;
}

.swiper-main-bullet::before,
.swiper-main-bullet::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
}

.swiper-main-bullet::before {
  background-color: #2b2b2b;
  width: 100%;
  opacity: 0.3;
}

.swiper-main-bullet::after {
  background-color: var(--color-brand-color);
}

.swiper-main-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
}

.swiper-main-bullet.swiper-pagination-bullet-active::after {
  -webkit-animation: slider-main 10s linear;
          animation: slider-main 10s linear;
}

.collapse.shown .O75-product-faq__questions__item__button::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.collapse.shown .icon--small-arrow-down svg {
  -webkit-transform: rotate(-180deg) translateZ(0);
          transform: rotate(-180deg) translateZ(0);
}

.collapse.shown .collapse__btn:hover .icon--small-arrow-down svg {
  -webkit-transform: rotate(-180deg) translate3d(0, 3px, 0);
          transform: rotate(-180deg) translate3d(0, 3px, 0);
}

.O45-visual-accordion__item.has-accordion-open .O45-visual-accordion__item__content {
  height: auto !important;
}

.O47-displace-slider__slider {
  z-index: 10;
}

.O47-displace-slider__slide-mask {
  position: absolute;
}

.O47-displace-slider__slider.js-carousel--mask * {
  pointer-events: auto;
}

.O2-footer__group__list,
.O2-footer__links {
  display: block;
}

.O2-footer__links.collapse__content {
  max-height: none;
}

.O22-stats .counter::before {
  content: attr(data-preffix);
}

.O22-stats .counter::after {
  content: attr(data-suffix);
}

.O90-1-product-sublist__category__section {
  display: block;
}

.O90-1-product-sublist__category__section {
  padding: 0;
}

.O90-1-product-sublist__category__section__group {
  padding-top: 3rem;
}

.O81-product-hero__slider {
  overflow: visible;
}

.O81-product-hero__slider .swiper-pagination-bullet-active {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-color: var(--color-brand-color);
}

.O81-product-hero__slider .swiper-wrapper {
  height: 600px;
}

.O81-product-hero__slider:not(.has-background) .swiper-wrapper ~ .container {
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.O81-product-hero__slider .O81-product-hero__box {
  pointer-events: auto;
}

.O81-product-hero__slider__slide {
  visibility: visible;
}

.O81-product-hero__slider__thumbnails {
  z-index: 10;
}

.article-image .slider__controls {
  top: auto;
  bottom: 25px;
}

.js-accordion-clickable-row {
  cursor: pointer;
}

.O87-collapsible-table__accordion-row {
  display: table-row;
}

.O87-collapsible-table__accordion-target {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.O87-collapsible-table__accordion-target-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cards-mobile-slider .swiper-cards-pagination {
  width: auto;
}

.cards-mobile-slider-1 .slider__controls {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cards-mobile-slider-1 .swiper-cards-pagination {
  width: auto;
}

.modal__close {
  z-index: 9999 !important;
}

.select__container.is-disabled {
  pointer-events: none;
}

.select-category-out,
.select-product-out {
  display: none !important;
}

.O74-document-list__categories .select__option.is-hidden {
  display: none;
}

.slider-thumbs {
  padding-bottom: 40px;
}

.slider-thumbs .slider__controls {
  bottom: 0;
}

.slider-thumbs .O84-image-gallery__thumbnails {
  display: block;
  z-index: 5;
}

.slider-thumbs .O84-image-gallery__thumbnails__inner {
  height: auto;
  max-height: 10rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .select__optgroup.is-selected .select__option:first-child {
    font-weight: 500;
  }
}
@media (max-width: 1199px) {
  .swiper-main-pagination {
    width: auto !important;
    padding: 6px 16px;
    margin-bottom: 24px;
    background-color: rgba(43, 43, 43, 0.8);
    gap: 10px;
    border-radius: 1.5rem;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .swiper-main-pagination::before {
    display: none;
  }
  .swiper-main-bullet {
    width: 12px;
    height: 12px;
    height: 1.5rem;
    width: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5019607843);
    border-radius: 50%;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
  }
  .swiper-main-bullet::after {
    display: none;
  }
  .swiper-main-bullet.swiper-pagination-bullet-active figure {
    background-color: #fff;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-animation: time 5s steps(360, start) normal both;
            animation: time 5s steps(360, start) normal both;
    -webkit-animation-duration: 11s;
            animation-duration: 11s;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2b2b2b), color-stop(0, #fff));
    background: linear-gradient(90deg, #2b2b2b 50%, #fff 0);
    border-radius: 50%;
  }
  .swiper-main-bullet.swiper-pagination-bullet-active span {
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    width: 50%;
    -webkit-animation: mask 11s steps(180, start) infinite;
            animation: mask 11s steps(180, start) infinite;
  }
  .swiper-main-bullet span {
    display: none;
  }
  .card-list--two-card-row--displaced > div {
    margin-bottom: 24px;
    width: calc(50% - 12px);
  }
  .card-list--two-card-row--displaced > div:nth-child(2n) {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
@media (max-width: 991px) {
  .swiper-slide[class*=reveal] {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .O2-footer__links.collapse__content {
    max-height: 0;
  }
  .cards-mobile-slider,
  .js-card-carousel,
  .cards-mobile-slider-1 {
    overflow: visible;
  }
  .cards-mobile-slider .swiper-slide {
    width: 372px !important;
  }
  .O81-product-hero__slider .swiper-wrapper ~ .container {
    position: relative;
  }
  .slider-thumbs .slider__controls {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .slider-thumbs .swiper-image-pagination {
    width: auto;
  }
}
@media (max-width: 767px) {
  .cards-mobile-slider .swiper-slide {
    width: 183px !important;
  }
  .collapse__content.collapse__content--has-inner-mobile {
    max-height: none !important;
  }
  .collapse__content--mobile {
    max-height: 0;
  }
  .card-list--two-card-row--displaced > div {
    margin-bottom: 0;
    width: 100%;
  }
  .card-list--two-card-row--displaced > div + div {
    margin-top: 8px;
  }
  .card-list--two-card-row--displaced > div:nth-child(2n) {
    -webkit-transform: none;
            transform: none;
  }
  .O111-color-module--multi-colors {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-thumbs {
    padding-bottom: 100px;
  }
  .slider-thumbs .slider__controls {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-thumbs .O84-image-gallery__thumbnails {
    bottom: 20px;
  }
}
@-webkit-keyframes slider-main {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes slider-main {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.product-certificates {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}
@media (max-width: 767px) {
  .product-certificates {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
}
.product-certificates__view {
  aspect-ratio: 16/9;
}
.product-certificates__view img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.product-certificates__label {
  color: #000;
  margin-top: 10px;
}
.product-certificates__label:empty {
  display: none;
}

/* End */
/* /local/modules/novox.filestorage/install/assets/css/style.css?1707472994439 */
/* /local/templates/rockfon/dist/assets/styles/rockfon.css?1757580317898068 */
