@-webkit-keyframes animationDiagonalImageShow {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@keyframes animationDiagonalImageShow {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@-webkit-keyframes animationDiagonalImageShowBack {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }
}

@keyframes animationDiagonalImageShowBack {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }
}

@-webkit-keyframes mask-play {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@keyframes mask-play {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@-webkit-keyframes mask-revert {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }
}

@keyframes mask-revert {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }
}

/*! normalize for this project */
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:focus {
  outline: 0
}

a,
body,
button,
html,
input {
  -webkit-tap-highlight-color: transparent
}

body {
  min-height: 100%;
  overflow-y: scroll
}

table {
  width: 100%
}

td,
th {
  vertical-align: top
}

iframe {
  border: 0;
  display: block
}

img {
  vertical-align: middle
}

svg {
  display: inline-block;
  vertical-align: middle
}

select {
  max-width: 100%
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
body,
html {
  width: 100%
}

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

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

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

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

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

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

b,
strong {
  font-weight: 500
}

dfn {
  font-style: italic
}

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

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

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

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

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0;
  margin: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none
}

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

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

input {
  line-height: normal
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td,
th {
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0
}

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  min-height: 100%
}

html {
  font-family: var(--theme-font-family-primary);
  font-size: 10px;
  color: var(--theme-color-text);
  background-color: var(--theme-color-page-bg);
  min-height: 100%
}

html.no--scroll {
  overflow-y: hidden !important
}

html[dir=rtl] [dir=ltr] {
  text-align: right
}

body {
  line-height: var(--theme-font-line-height-body);
  font-weight: var(--theme-body-font-weight);
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-break: normal
}

@media only screen and (max-width:63.96875em) {
  body {
    font-size: var(--theme-font-size-body-mobile)
  }
}

@media only screen and (min-width:64em) {
  body {
    font-size: var(--theme-font-size-body)
  }
}

body:not(:has(.c-acquisition)) {
  padding-top: 10rem
}

button {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase
}

fieldset {
  border: 0
}

h1 {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h1);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h1-letter-spacing)
}

@media screen and (min-width:480px) {
  h1 {
    font-size: calc(32px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  h1 {
    font-size: 60px
  }
}

h2 {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h2);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h2-letter-spacing)
}

@media screen and (min-width:480px) {
  h2 {
    font-size: calc(32px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  h2 {
    font-size: 40px
  }
}

h3 {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

h4 {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

h5 {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h5);
  line-height: var(--theme-font-line-height-h5);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

h6 {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h6);
  line-height: var(--theme-font-line-height-h6);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

textarea {
  resize: none
}

a {
  color: var(--theme-color-link);
  cursor: pointer;
  text-overflow: ellipsis;
  -webkit-text-decoration: var(--theme-link-decoration);
  text-decoration: var(--theme-link-decoration);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: border, color, background-color
}

a svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

a svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) a:focus,
html:not(.is-touch) a:hover {
  color: var(--theme-color-link-hover)
}

p {
  margin-bottom: 1em;
  font-size: var(--theme-font-size-body);
  font-weight: var(--theme-body-font-weight)
}

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

[dir=rtl] p {
  font-size: var(--theme-font-size-body-large)
}

b,
strong {
  font-weight: 600
}

.o-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  max-width: 1440px;
  width: 100%
}

@media (min-width:480px) {
  .o-container {
    padding-right: 50px;
    padding-left: 50px
  }
}

.o-grid {
  box-sizing: border-box;
  width: calc(100% + 10px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

@media (min-width:480px) {
  .o-grid {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px
  }
}

.o-grid.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.o-col.reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.o-col {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex
}

@media (min-width:480px) {
  .o-col {
    padding-right: 10px;
    padding-left: 10px
  }
}

.o-col-0 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  max-width: 0%
}

@media (min-width:480px) {
  .o-col-0 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-0 {
  position: relative;
  right: 0
}

.u-pull-0 {
  position: relative;
  left: 0
}

.u-pre-0 {
  position: relative;
  margin-left: 0
}

.u-post-0 {
  position: relative;
  margin-right: 0
}

.o-col-1 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%
}

@media (min-width:480px) {
  .o-col-1 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-1 {
  position: relative;
  right: -8.33333%
}

.u-pull-1 {
  position: relative;
  left: -8.33333%
}

.u-pre-1 {
  position: relative;
  margin-left: 8.33333%
}

.u-post-1 {
  position: relative;
  margin-right: 8.33333%
}

.o-col-2 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%
}

@media (min-width:480px) {
  .o-col-2 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-2 {
  position: relative;
  right: -16.66667%
}

.u-pull-2 {
  position: relative;
  left: -16.66667%
}

.u-pre-2 {
  position: relative;
  margin-left: 16.66667%
}

.u-post-2 {
  position: relative;
  margin-right: 16.66667%
}

.o-col-3 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%
}

@media (min-width:480px) {
  .o-col-3 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-3 {
  position: relative;
  right: -25%
}

.u-pull-3 {
  position: relative;
  left: -25%
}

.u-pre-3 {
  position: relative;
  margin-left: 25%
}

.u-post-3 {
  position: relative;
  margin-right: 25%
}

.o-col-4 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%
}

@media (min-width:480px) {
  .o-col-4 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-4 {
  position: relative;
  right: -33.33333%
}

.u-pull-4 {
  position: relative;
  left: -33.33333%
}

.u-pre-4 {
  position: relative;
  margin-left: 33.33333%
}

.u-post-4 {
  position: relative;
  margin-right: 33.33333%
}

.o-col-5 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%
}

@media (min-width:480px) {
  .o-col-5 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-5 {
  position: relative;
  right: -41.66667%
}

.u-pull-5 {
  position: relative;
  left: -41.66667%
}

.u-pre-5 {
  position: relative;
  margin-left: 41.66667%
}

.u-post-5 {
  position: relative;
  margin-right: 41.66667%
}

.o-col-6 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%
}

@media (min-width:480px) {
  .o-col-6 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-6 {
  position: relative;
  right: -50%
}

.u-pull-6 {
  position: relative;
  left: -50%
}

.u-pre-6 {
  position: relative;
  margin-left: 50%
}

.u-post-6 {
  position: relative;
  margin-right: 50%
}

.o-col-7 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%
}

@media (min-width:480px) {
  .o-col-7 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-7 {
  position: relative;
  right: -58.33333%
}

.u-pull-7 {
  position: relative;
  left: -58.33333%
}

.u-pre-7 {
  position: relative;
  margin-left: 58.33333%
}

.u-post-7 {
  position: relative;
  margin-right: 58.33333%
}

.o-col-8 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%
}

@media (min-width:480px) {
  .o-col-8 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-8 {
  position: relative;
  right: -66.66667%
}

.u-pull-8 {
  position: relative;
  left: -66.66667%
}

.u-pre-8 {
  position: relative;
  margin-left: 66.66667%
}

.u-post-8 {
  position: relative;
  margin-right: 66.66667%
}

.o-col-9 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%
}

@media (min-width:480px) {
  .o-col-9 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-9 {
  position: relative;
  right: -75%
}

.u-pull-9 {
  position: relative;
  left: -75%
}

.u-pre-9 {
  position: relative;
  margin-left: 75%
}

.u-post-9 {
  position: relative;
  margin-right: 75%
}

.o-col-10 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%
}

@media (min-width:480px) {
  .o-col-10 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-10 {
  position: relative;
  right: -83.33333%
}

.u-pull-10 {
  position: relative;
  left: -83.33333%
}

.u-pre-10 {
  position: relative;
  margin-left: 83.33333%
}

.u-post-10 {
  position: relative;
  margin-right: 83.33333%
}

.o-col-11 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%
}

@media (min-width:480px) {
  .o-col-11 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-11 {
  position: relative;
  right: -91.66667%
}

.u-pull-11 {
  position: relative;
  left: -91.66667%
}

.u-pre-11 {
  position: relative;
  margin-left: 91.66667%
}

.u-post-11 {
  position: relative;
  margin-right: 91.66667%
}

.o-col-12 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%
}

@media (min-width:480px) {
  .o-col-12 {
    padding-right: 10px;
    padding-left: 10px
  }
}

.u-push-12 {
  position: relative;
  right: -100%
}

.u-pull-12 {
  position: relative;
  left: -100%
}

.u-pre-12 {
  position: relative;
  margin-left: 100%
}

.u-post-12 {
  position: relative;
  margin-right: 100%
}

.o-col {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%
}

@media only screen and (min-width:480px) {
  .o-col--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: auto;
    flex-basis: auto
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .o-col-0--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    max-width: 0%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-0--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-0--sm {
    position: relative;
    right: 0
  }

  .u-pull-0--sm {
    position: relative;
    left: 0
  }

  .u-pre-0--sm {
    position: relative;
    margin-left: 0
  }

  .u-post-0--sm {
    position: relative;
    margin-right: 0
  }

  .o-col-1--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-1--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-1--sm {
    position: relative;
    right: -8.33333%
  }

  .u-pull-1--sm {
    position: relative;
    left: -8.33333%
  }

  .u-pre-1--sm {
    position: relative;
    margin-left: 8.33333%
  }

  .u-post-1--sm {
    position: relative;
    margin-right: 8.33333%
  }

  .o-col-2--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-2--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-2--sm {
    position: relative;
    right: -16.66667%
  }

  .u-pull-2--sm {
    position: relative;
    left: -16.66667%
  }

  .u-pre-2--sm {
    position: relative;
    margin-left: 16.66667%
  }

  .u-post-2--sm {
    position: relative;
    margin-right: 16.66667%
  }

  .o-col-3--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-3--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-3--sm {
    position: relative;
    right: -25%
  }

  .u-pull-3--sm {
    position: relative;
    left: -25%
  }

  .u-pre-3--sm {
    position: relative;
    margin-left: 25%
  }

  .u-post-3--sm {
    position: relative;
    margin-right: 25%
  }

  .o-col-4--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-4--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-4--sm {
    position: relative;
    right: -33.33333%
  }

  .u-pull-4--sm {
    position: relative;
    left: -33.33333%
  }

  .u-pre-4--sm {
    position: relative;
    margin-left: 33.33333%
  }

  .u-post-4--sm {
    position: relative;
    margin-right: 33.33333%
  }

  .o-col-5--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-5--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-5--sm {
    position: relative;
    right: -41.66667%
  }

  .u-pull-5--sm {
    position: relative;
    left: -41.66667%
  }

  .u-pre-5--sm {
    position: relative;
    margin-left: 41.66667%
  }

  .u-post-5--sm {
    position: relative;
    margin-right: 41.66667%
  }

  .o-col-6--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-6--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-6--sm {
    position: relative;
    right: -50%
  }

  .u-pull-6--sm {
    position: relative;
    left: -50%
  }

  .u-pre-6--sm {
    position: relative;
    margin-left: 50%
  }

  .u-post-6--sm {
    position: relative;
    margin-right: 50%
  }

  .o-col-7--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-7--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-7--sm {
    position: relative;
    right: -58.33333%
  }

  .u-pull-7--sm {
    position: relative;
    left: -58.33333%
  }

  .u-pre-7--sm {
    position: relative;
    margin-left: 58.33333%
  }

  .u-post-7--sm {
    position: relative;
    margin-right: 58.33333%
  }

  .o-col-8--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-8--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-8--sm {
    position: relative;
    right: -66.66667%
  }

  .u-pull-8--sm {
    position: relative;
    left: -66.66667%
  }

  .u-pre-8--sm {
    position: relative;
    margin-left: 66.66667%
  }

  .u-post-8--sm {
    position: relative;
    margin-right: 66.66667%
  }

  .o-col-9--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-9--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-9--sm {
    position: relative;
    right: -75%
  }

  .u-pull-9--sm {
    position: relative;
    left: -75%
  }

  .u-pre-9--sm {
    position: relative;
    margin-left: 75%
  }

  .u-post-9--sm {
    position: relative;
    margin-right: 75%
  }

  .o-col-10--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-10--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-10--sm {
    position: relative;
    right: -83.33333%
  }

  .u-pull-10--sm {
    position: relative;
    left: -83.33333%
  }

  .u-pre-10--sm {
    position: relative;
    margin-left: 83.33333%
  }

  .u-post-10--sm {
    position: relative;
    margin-right: 83.33333%
  }

  .o-col-11--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-11--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-11--sm {
    position: relative;
    right: -91.66667%
  }

  .u-pull-11--sm {
    position: relative;
    left: -91.66667%
  }

  .u-pre-11--sm {
    position: relative;
    margin-left: 91.66667%
  }

  .u-post-11--sm {
    position: relative;
    margin-right: 91.66667%
  }

  .o-col-12--sm {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media only screen and (min-width:480px) and (min-width:480px) {
  .o-col-12--sm {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:480px) {
  .u-push-12--sm {
    position: relative;
    right: -100%
  }

  .u-pull-12--sm {
    position: relative;
    left: -100%
  }

  .u-pre-12--sm {
    position: relative;
    margin-left: 100%
  }

  .u-post-12--sm {
    position: relative;
    margin-right: 100%
  }

  .o-col--sm {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%
  }
}

@media only screen and (min-width:768px) {
  .o-col--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: auto;
    flex-basis: auto
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .o-col-0--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    max-width: 0%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-0--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-0--md {
    position: relative;
    right: 0
  }

  .u-pull-0--md {
    position: relative;
    left: 0
  }

  .u-pre-0--md {
    position: relative;
    margin-left: 0
  }

  .u-post-0--md {
    position: relative;
    margin-right: 0
  }

  .o-col-1--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-1--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-1--md {
    position: relative;
    right: -8.33333%
  }

  .u-pull-1--md {
    position: relative;
    left: -8.33333%
  }

  .u-pre-1--md {
    position: relative;
    margin-left: 8.33333%
  }

  .u-post-1--md {
    position: relative;
    margin-right: 8.33333%
  }

  .o-col-2--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-2--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-2--md {
    position: relative;
    right: -16.66667%
  }

  .u-pull-2--md {
    position: relative;
    left: -16.66667%
  }

  .u-pre-2--md {
    position: relative;
    margin-left: 16.66667%
  }

  .u-post-2--md {
    position: relative;
    margin-right: 16.66667%
  }

  .o-col-3--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-3--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-3--md {
    position: relative;
    right: -25%
  }

  .u-pull-3--md {
    position: relative;
    left: -25%
  }

  .u-pre-3--md {
    position: relative;
    margin-left: 25%
  }

  .u-post-3--md {
    position: relative;
    margin-right: 25%
  }

  .o-col-4--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-4--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-4--md {
    position: relative;
    right: -33.33333%
  }

  .u-pull-4--md {
    position: relative;
    left: -33.33333%
  }

  .u-pre-4--md {
    position: relative;
    margin-left: 33.33333%
  }

  .u-post-4--md {
    position: relative;
    margin-right: 33.33333%
  }

  .o-col-5--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-5--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-5--md {
    position: relative;
    right: -41.66667%
  }

  .u-pull-5--md {
    position: relative;
    left: -41.66667%
  }

  .u-pre-5--md {
    position: relative;
    margin-left: 41.66667%
  }

  .u-post-5--md {
    position: relative;
    margin-right: 41.66667%
  }

  .o-col-6--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-6--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-6--md {
    position: relative;
    right: -50%
  }

  .u-pull-6--md {
    position: relative;
    left: -50%
  }

  .u-pre-6--md {
    position: relative;
    margin-left: 50%
  }

  .u-post-6--md {
    position: relative;
    margin-right: 50%
  }

  .o-col-7--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-7--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-7--md {
    position: relative;
    right: -58.33333%
  }

  .u-pull-7--md {
    position: relative;
    left: -58.33333%
  }

  .u-pre-7--md {
    position: relative;
    margin-left: 58.33333%
  }

  .u-post-7--md {
    position: relative;
    margin-right: 58.33333%
  }

  .o-col-8--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-8--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-8--md {
    position: relative;
    right: -66.66667%
  }

  .u-pull-8--md {
    position: relative;
    left: -66.66667%
  }

  .u-pre-8--md {
    position: relative;
    margin-left: 66.66667%
  }

  .u-post-8--md {
    position: relative;
    margin-right: 66.66667%
  }

  .o-col-9--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-9--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-9--md {
    position: relative;
    right: -75%
  }

  .u-pull-9--md {
    position: relative;
    left: -75%
  }

  .u-pre-9--md {
    position: relative;
    margin-left: 75%
  }

  .u-post-9--md {
    position: relative;
    margin-right: 75%
  }

  .o-col-10--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-10--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-10--md {
    position: relative;
    right: -83.33333%
  }

  .u-pull-10--md {
    position: relative;
    left: -83.33333%
  }

  .u-pre-10--md {
    position: relative;
    margin-left: 83.33333%
  }

  .u-post-10--md {
    position: relative;
    margin-right: 83.33333%
  }

  .o-col-11--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-11--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-11--md {
    position: relative;
    right: -91.66667%
  }

  .u-pull-11--md {
    position: relative;
    left: -91.66667%
  }

  .u-pre-11--md {
    position: relative;
    margin-left: 91.66667%
  }

  .u-post-11--md {
    position: relative;
    margin-right: 91.66667%
  }

  .o-col-12--md {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media only screen and (min-width:768px) and (min-width:480px) {
  .o-col-12--md {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:768px) {
  .u-push-12--md {
    position: relative;
    right: -100%
  }

  .u-pull-12--md {
    position: relative;
    left: -100%
  }

  .u-pre-12--md {
    position: relative;
    margin-left: 100%
  }

  .u-post-12--md {
    position: relative;
    margin-right: 100%
  }

  .o-col--md {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%
  }
}

@media only screen and (min-width:1024px) {
  .o-col--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: auto;
    flex-basis: auto
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .o-col-0--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    max-width: 0%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-0--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-0--lg {
    position: relative;
    right: 0
  }

  .u-pull-0--lg {
    position: relative;
    left: 0
  }

  .u-pre-0--lg {
    position: relative;
    margin-left: 0
  }

  .u-post-0--lg {
    position: relative;
    margin-right: 0
  }

  .o-col-1--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-1--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-1--lg {
    position: relative;
    right: -8.33333%
  }

  .u-pull-1--lg {
    position: relative;
    left: -8.33333%
  }

  .u-pre-1--lg {
    position: relative;
    margin-left: 8.33333%
  }

  .u-post-1--lg {
    position: relative;
    margin-right: 8.33333%
  }

  .o-col-2--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-2--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-2--lg {
    position: relative;
    right: -16.66667%
  }

  .u-pull-2--lg {
    position: relative;
    left: -16.66667%
  }

  .u-pre-2--lg {
    position: relative;
    margin-left: 16.66667%
  }

  .u-post-2--lg {
    position: relative;
    margin-right: 16.66667%
  }

  .o-col-3--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-3--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-3--lg {
    position: relative;
    right: -25%
  }

  .u-pull-3--lg {
    position: relative;
    left: -25%
  }

  .u-pre-3--lg {
    position: relative;
    margin-left: 25%
  }

  .u-post-3--lg {
    position: relative;
    margin-right: 25%
  }

  .o-col-4--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-4--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-4--lg {
    position: relative;
    right: -33.33333%
  }

  .u-pull-4--lg {
    position: relative;
    left: -33.33333%
  }

  .u-pre-4--lg {
    position: relative;
    margin-left: 33.33333%
  }

  .u-post-4--lg {
    position: relative;
    margin-right: 33.33333%
  }

  .o-col-5--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-5--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-5--lg {
    position: relative;
    right: -41.66667%
  }

  .u-pull-5--lg {
    position: relative;
    left: -41.66667%
  }

  .u-pre-5--lg {
    position: relative;
    margin-left: 41.66667%
  }

  .u-post-5--lg {
    position: relative;
    margin-right: 41.66667%
  }

  .o-col-6--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-6--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-6--lg {
    position: relative;
    right: -50%
  }

  .u-pull-6--lg {
    position: relative;
    left: -50%
  }

  .u-pre-6--lg {
    position: relative;
    margin-left: 50%
  }

  .u-post-6--lg {
    position: relative;
    margin-right: 50%
  }

  .o-col-7--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-7--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-7--lg {
    position: relative;
    right: -58.33333%
  }

  .u-pull-7--lg {
    position: relative;
    left: -58.33333%
  }

  .u-pre-7--lg {
    position: relative;
    margin-left: 58.33333%
  }

  .u-post-7--lg {
    position: relative;
    margin-right: 58.33333%
  }

  .o-col-8--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-8--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-8--lg {
    position: relative;
    right: -66.66667%
  }

  .u-pull-8--lg {
    position: relative;
    left: -66.66667%
  }

  .u-pre-8--lg {
    position: relative;
    margin-left: 66.66667%
  }

  .u-post-8--lg {
    position: relative;
    margin-right: 66.66667%
  }

  .o-col-9--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-9--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-9--lg {
    position: relative;
    right: -75%
  }

  .u-pull-9--lg {
    position: relative;
    left: -75%
  }

  .u-pre-9--lg {
    position: relative;
    margin-left: 75%
  }

  .u-post-9--lg {
    position: relative;
    margin-right: 75%
  }

  .o-col-10--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-10--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-10--lg {
    position: relative;
    right: -83.33333%
  }

  .u-pull-10--lg {
    position: relative;
    left: -83.33333%
  }

  .u-pre-10--lg {
    position: relative;
    margin-left: 83.33333%
  }

  .u-post-10--lg {
    position: relative;
    margin-right: 83.33333%
  }

  .o-col-11--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-11--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-11--lg {
    position: relative;
    right: -91.66667%
  }

  .u-pull-11--lg {
    position: relative;
    left: -91.66667%
  }

  .u-pre-11--lg {
    position: relative;
    margin-left: 91.66667%
  }

  .u-post-11--lg {
    position: relative;
    margin-right: 91.66667%
  }

  .o-col-12--lg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .o-col-12--lg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1024px) {
  .u-push-12--lg {
    position: relative;
    right: -100%
  }

  .u-pull-12--lg {
    position: relative;
    left: -100%
  }

  .u-pre-12--lg {
    position: relative;
    margin-left: 100%
  }

  .u-post-12--lg {
    position: relative;
    margin-right: 100%
  }

  .o-col--lg {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%
  }
}

@media only screen and (min-width:1240px) {
  .o-col--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: auto;
    flex-basis: auto
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .o-col-0--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    max-width: 0%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-0--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-0--xlg {
    position: relative;
    right: 0
  }

  .u-pull-0--xlg {
    position: relative;
    left: 0
  }

  .u-pre-0--xlg {
    position: relative;
    margin-left: 0
  }

  .u-post-0--xlg {
    position: relative;
    margin-right: 0
  }

  .o-col-1--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-1--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-1--xlg {
    position: relative;
    right: -8.33333%
  }

  .u-pull-1--xlg {
    position: relative;
    left: -8.33333%
  }

  .u-pre-1--xlg {
    position: relative;
    margin-left: 8.33333%
  }

  .u-post-1--xlg {
    position: relative;
    margin-right: 8.33333%
  }

  .o-col-2--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-2--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-2--xlg {
    position: relative;
    right: -16.66667%
  }

  .u-pull-2--xlg {
    position: relative;
    left: -16.66667%
  }

  .u-pre-2--xlg {
    position: relative;
    margin-left: 16.66667%
  }

  .u-post-2--xlg {
    position: relative;
    margin-right: 16.66667%
  }

  .o-col-3--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-3--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-3--xlg {
    position: relative;
    right: -25%
  }

  .u-pull-3--xlg {
    position: relative;
    left: -25%
  }

  .u-pre-3--xlg {
    position: relative;
    margin-left: 25%
  }

  .u-post-3--xlg {
    position: relative;
    margin-right: 25%
  }

  .o-col-4--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-4--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-4--xlg {
    position: relative;
    right: -33.33333%
  }

  .u-pull-4--xlg {
    position: relative;
    left: -33.33333%
  }

  .u-pre-4--xlg {
    position: relative;
    margin-left: 33.33333%
  }

  .u-post-4--xlg {
    position: relative;
    margin-right: 33.33333%
  }

  .o-col-5--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-5--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-5--xlg {
    position: relative;
    right: -41.66667%
  }

  .u-pull-5--xlg {
    position: relative;
    left: -41.66667%
  }

  .u-pre-5--xlg {
    position: relative;
    margin-left: 41.66667%
  }

  .u-post-5--xlg {
    position: relative;
    margin-right: 41.66667%
  }

  .o-col-6--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-6--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-6--xlg {
    position: relative;
    right: -50%
  }

  .u-pull-6--xlg {
    position: relative;
    left: -50%
  }

  .u-pre-6--xlg {
    position: relative;
    margin-left: 50%
  }

  .u-post-6--xlg {
    position: relative;
    margin-right: 50%
  }

  .o-col-7--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-7--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-7--xlg {
    position: relative;
    right: -58.33333%
  }

  .u-pull-7--xlg {
    position: relative;
    left: -58.33333%
  }

  .u-pre-7--xlg {
    position: relative;
    margin-left: 58.33333%
  }

  .u-post-7--xlg {
    position: relative;
    margin-right: 58.33333%
  }

  .o-col-8--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-8--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-8--xlg {
    position: relative;
    right: -66.66667%
  }

  .u-pull-8--xlg {
    position: relative;
    left: -66.66667%
  }

  .u-pre-8--xlg {
    position: relative;
    margin-left: 66.66667%
  }

  .u-post-8--xlg {
    position: relative;
    margin-right: 66.66667%
  }

  .o-col-9--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-9--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-9--xlg {
    position: relative;
    right: -75%
  }

  .u-pull-9--xlg {
    position: relative;
    left: -75%
  }

  .u-pre-9--xlg {
    position: relative;
    margin-left: 75%
  }

  .u-post-9--xlg {
    position: relative;
    margin-right: 75%
  }

  .o-col-10--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-10--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-10--xlg {
    position: relative;
    right: -83.33333%
  }

  .u-pull-10--xlg {
    position: relative;
    left: -83.33333%
  }

  .u-pre-10--xlg {
    position: relative;
    margin-left: 83.33333%
  }

  .u-post-10--xlg {
    position: relative;
    margin-right: 83.33333%
  }

  .o-col-11--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-11--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-11--xlg {
    position: relative;
    right: -91.66667%
  }

  .u-pull-11--xlg {
    position: relative;
    left: -91.66667%
  }

  .u-pre-11--xlg {
    position: relative;
    margin-left: 91.66667%
  }

  .u-post-11--xlg {
    position: relative;
    margin-right: 91.66667%
  }

  .o-col-12--xlg {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media only screen and (min-width:1240px) and (min-width:480px) {
  .o-col-12--xlg {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width:1240px) {
  .u-push-12--xlg {
    position: relative;
    right: -100%
  }

  .u-pull-12--xlg {
    position: relative;
    left: -100%
  }

  .u-pre-12--xlg {
    position: relative;
    margin-left: 100%
  }

  .u-post-12--xlg {
    position: relative;
    margin-right: 100%
  }

  .o-col--xlg {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%
  }
}

.o-background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center
}

.o-background-image--top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-position: center top
}

.o-background-image--bottom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-position: center bottom
}

.o-background-image--left {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-position: left center
}

.o-background-image--right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-position: right center
}

.o-background-image--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center
}

.o-background-image--overlay:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .2
}

.o-background-image--gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center
}

.o-background-image--gradient:after {
  background-image: linear-gradient(rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .075) 65%, rgba(0, 0, 0, .0375) 75.5%, rgba(0, 0, 0, .0185) 82.85%, rgba(0, 0, 0, .0095) 88%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.c-accordion {
  margin-bottom: 2rem
}

@media only screen and (min-width:64em) {
  .c-accordion.accordion--tabs-on-dekstop {
    display: -webkit-flex;
    display: flex
  }
}

.accordion__detail {
  margin-bottom: 2px;
  overflow: hidden;
  transition: height .2s ease-out
}

.accordion__detail:last-child {
  margin-bottom: 0
}

.accordion__item-summary {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  list-style: none;
  background-color: #8ba2b1;
  cursor: pointer;
  transition: .2s ease-out .1s;
  transition-property: border-radius;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0
}

[open] .accordion__item-summary {
  border-radius: 5px 5px 0 0;
  transition: .2s ease-out;
  transition-property: border-radius
}

[open] .accordion__item-summary svg {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}

.accordion__item-summary::-webkit-details-marker {
  display: none
}

.accordion__item-summary svg {
  z-index: 1;
  transition: .2s ease-out
}

.accordion__item-summary svg path {
  fill: currentColor
}

.accordion__item--is-active .accordion__item-summary svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.accordion--secondary .accordion__item-summary {
  background: 0 0;
  color: #5a6c78;
  border-bottom: 1px solid #c5d0d8
}

.accordion--secondary .accordion__item-summary::before {
  display: none
}

.accordion--secondary .accordion__item-summary svg {
  height: 1rem;
  width: 1.8rem
}

@media only screen and (min-width:64em) {
  .accordion--tabs-on-dekstop .accordion__item-summary {
    display: none
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .accordion--tabs-on-dekstop .accordion__item-summary {
    display: block
  }
}

.accordion__item-content {
  padding: 20px 0;
  border-radius: 0 0 5px 5px
}

@media only screen and (min-width:64em) {
  .accordion--tabs-on-dekstop .accordion__item-content {
    padding: 0 0 0 2rem;
    background: 0 0
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .accordion--tabs-on-dekstop .accordion__item-content {
    padding: 20px 0;
    border-radius: 0 0 5px 5px
  }
}

.accordion__tab-list {
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  list-style: none
}

@media only screen and (max-width:63.96875em) {
  .accordion__tab-list {
    display: none
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .accordion__tab-list {
    display: none
  }
}

.accordion__tab-item {
  margin-bottom: 2px
}

.accordion__tab-button {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #8ba2b1;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: .2s ease-out .1s;
  transition-property: background
}

.accordion__tab-button.accordion__tab-button--is-active {
  background: #f3f5f7
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .accordion__tab-contents {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

.c-acquisition {
  background-color: #fcd82b;
  margin-top: 6rem;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center
}

.c-acquisition p {
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 700
}

.c-acquisition .acquisition__logo {
  height: 20px
}

@media only screen and (min-width:64em) {
  .c-acquisition {
    margin-top: 10rem
  }
}

.add-bulletin__header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:48em) {
  .add-bulletin__header {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

@media only screen and (max-width:47.96875em) {
  .add-bulletin__title {
    margin-bottom: 20px
  }
}

.add-bulletin__switch {
  position: relative;
  width: 13rem;
  height: 4rem;
  background-color: transparent;
  border-radius: 25px;
  cursor: pointer;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.add-bulletin__switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.add-bulletin__switch-label {
  position: relative;
  display: block;
  width: 100%;
  height: inherit;
  font-size: var(--theme-font-size-body);
  font-weight: 700;
  text-transform: uppercase;
  background: var(--theme-color-switch-bg);
  border-radius: inherit;
  transition: inherit
}

.add-bulletin__switch-label:after,
.add-bulletin__switch-label:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: inherit
}

.add-bulletin__switch-label:before {
  content: attr(data-inactive);
  right: 15px;
  color: #fff
}

.add-bulletin__switch-label:after {
  content: attr(data-active);
  left: 15px;
  color: #fff;
  opacity: 0
}

.add-bulletin__switch-input:checked~.add-bulletin__switch-label {
  background: var(--theme-color-switch-active-bg);
  transition: inherit
}

.add-bulletin__switch-input:checked~.add-bulletin__switch-label:before {
  opacity: 0;
  transition: inherit
}

.add-bulletin__switch-input:checked~.add-bulletin__switch-label:after {
  opacity: 1;
  transition: inherit
}

.add-bulletin__switch-handle {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  transition: inherit
}

.add-bulletin__switch-input:checked~.add-bulletin__switch-handle {
  left: calc(100% - 30px);
  transition: inherit
}

.add-bulletin__legend {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 20px
}

.add-bulletin__fieldset {
  margin-top: 60px
}

.add-bulletin__input {
  margin: 30px 0;
  padding: 0
}

.add-bulletin__checkbox-wrapper {
  margin-bottom: 30px
}

.add-bulletin__checkbox-wrapper label:last-of-type {
  margin-bottom: 0
}

@media only screen and (min-width:48em) {
  .add-bulletin__checkbox-wrapper {
    margin-bottom: 50px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 60px
  }
}

@media only screen and (max-width:47.96875em) {
  .add-bulletin__checkbox-column:not(:last-of-type) {
    margin-bottom: 30px
  }
}

.add-bulletin__country-selector-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

@media only screen and (min-width:48em) {
  .add-bulletin__country-selector-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 60px
  }
}

.add-bulletin__country-selector-wrapper .accordion__item-summary {
  font-size: var(--theme-font-size-body);
  color: #5a6c78;
  padding-left: 20px;
  padding-right: 20px
}

.add-bulletin__checkbox-column {
  -webkit-flex: 1;
  flex: 1
}

.add-bulletin__checkbox-column .form__spacing-item {
  padding-left: 0
}

.add-bulletin__country-checkbox-wrapper {
  position: absolute;
  height: 200px;
  width: 100%;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px;
  z-index: 2;
  box-shadow: inset 0 -40px 40px -40px rgba(0, 0, 0, .5)
}

.add-bulletin__country-selector-left {
  position: relative
}

@media only screen and (max-width:47.96875em) {
  .add-bulletin__country-selector-left {
    -webkit-order: 2;
    order: 2
  }
}

.add-bulletin__country-selector-left .accordion__item-summary {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px #c5d0d8 solid
}

.add-bulletin__country-selector-left .accordion__item-content {
  padding: 0
}

@media only screen and (max-width:47.96875em) {
  .add-bulletin__country-selector-right {
    margin-bottom: 30px
  }
}

.add-bulletin__textarea .textarea__input {
  text-transform: none
}

.add-bulletin__subtitle {
  color: var(--theme-color-form-label);
  font-weight: var(--theme-form-label-weight);
  text-transform: var(--theme-form-label-transform);
  font-size: var(--theme-form-label-font-size)
}

.add-bulletin__subtitle.is--centered {
  display: block;
  text-align: center
}

.add-bulletin__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:48em) {
  .add-bulletin__footer {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.add-bulletin__buttons-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: 100%
}

@media only screen and (max-width:47.96875em) {
  .add-bulletin__buttons-wrapper {
    -webkit-align-items: center;
    align-items: center;
    gap: 25px
  }
}

.add-bulletin__edit-wrapper {
  display: -webkit-flex;
  display: flex
}

.add-bulletin__edit-wrapper.hyva {
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 10px 0 30px 0
}

@media only screen and (max-width:47.96875em) {
  .add-bulletin__edit-wrapper.hyva {
    width: 100%
  }
}

.add-bulletin__file-upload-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px
}

.add-bulletin__file-upload-wrapper .form__item,
.add-bulletin__file-upload-wrapper .input__input {
  margin: 0
}

.add-bulletin__file-upload-wrapper .form__item::before,
.add-bulletin__file-upload-wrapper .input__input::before {
  display: none
}

.add-bulletin__file-upload-wrapper .add-bulletin__file-upload-button,
.add-bulletin__file-upload-wrapper .c-button {
  position: absolute
}

.upload-notification-wrapper {
  margin: 30px 0
}

.upload-notification-wrapper .form__item,
.upload-notification-wrapper .input__input {
  margin: 0
}

.upload-notification-wrapper .form__item::before,
.upload-notification-wrapper .input__input::before {
  display: none
}

.add-bulletin__edit-wrapper-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.edit-bulletin__file-upload-wrapper,
.file-upload-wrapper {
  display: -webkit-flex;
  display: flex;
  background: #fff;
  border: 1px solid #dce3e7;
  margin-bottom: 5px
}

.edit-bulletin__file-upload-wrapper,
.file-upload-container {
  position: relative
}

.edit-bulletin__file-upload-wrapper:before,
.file-upload-container:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  background-image: url(https://resource.ohmvehicles.com/svg/pdf.svg);
  background-repeat: no-repeat;
  object-fit: contain
}

.file-upload-wrapper {
  position: relative
}

.pdf-icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  background-repeat: no-repeat;
  object-fit: contain
}

.upload-notification-wrapper .form__item,
.upload-notification-wrapper .input__input {
  margin: 0
}

.upload-notification-wrapper .form__item::before,
.upload-notification-wrapper .input__input::before {
  display: none
}

.add-bulletin__file-name,
.file-name {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 25px;
  height: var(--theme-button-min-height-desktop);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width:47.96875em) {

  .add-bulletin__file-name,
  .file-name {
    -webkit-order: -1;
    order: -1;
    margin: 0 auto
  }
}

.add-bulletin__file-name,
.file-name {
  margin-left: 0;
  padding-left: 65px;
  color: #273238
}

.add-bulletin__footer-button,
.footer-button,
.hyva .add-bulletin__footer-button {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

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

  .add-bulletin__footer-button,
  .footer-button,
  .hyva .add-bulletin__footer-button {
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 224px
  }
}

@media only screen and (max-width:47.96875em) {

  .add-bulletin__footer-button,
  .footer-button,
  .hyva .add-bulletin__footer-button {
    margin: 10px auto
  }
}

.c-button--grey.add-bulletin__footer-button .button__label {
  pointer-events: none !important
}

@media only screen and (max-width:47.96875em) {
  .footer-button {
    width: auto;
    margin: 10px auto;
    padding: 20px !important
  }

  .footer-button .button__label {
    display: none !important
  }

  .footer-button .button__icon {
    margin-left: 0 !important
  }
}

.add-bulletin__delete-button {
  -webkit-align-self: flex-end;
  align-self: flex-end
}

@media only screen and (max-width:47.96875em) {
  .add-bulletin__delete-button {
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 20px
  }
}

.c-add-row {
  margin-bottom: 3rem;
  padding-bottom: 4rem;
  position: relative
}

.add-row__container {
  position: relative
}

.add-row__remove-button {
  position: absolute;
  right: -4rem;
  bottom: 4rem;
  height: 3rem;
  width: 3rem;
  font-size: 3rem;
  background: #273238;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 0
}

.add-row__remove-button::before {
  content: '\00d7'
}

.add-row__add-button {
  padding-left: 4rem !important;
  position: absolute !important;
  right: 0;
  bottom: 0
}

.add-row__add-button::before {
  content: '+';
  font-size: 2.5rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.c-anniversary {
  position: fixed;
  top: 0;
  z-index: 98;
  height: 100%;
  width: 100%;
  background: #fcd82b;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  left: -99999px;
  visibility: hidden;
  transition: left 0s linear .5s, visibility 0s linear .5s, opacity .5s cubic-bezier(.455, .03, .515, .955) 0s, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 0s;
  transition: left 0s linear .5s, visibility 0s linear .5s, opacity .5s cubic-bezier(.455, .03, .515, .955) 0s, transform .5s cubic-bezier(.455, .03, .515, .955) 0s;
  transition: left 0s linear .5s, visibility 0s linear .5s, opacity .5s cubic-bezier(.455, .03, .515, .955) 0s, transform .5s cubic-bezier(.455, .03, .515, .955) 0s, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 0s
}

.anniversary--is-visible .c-anniversary {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
  transition: left 0s linear 0s, visibility 0s linear 0s, opacity .5s cubic-bezier(.455, .03, .515, .955) 0s, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 0s;
  transition: left 0s linear 0s, visibility 0s linear 0s, opacity .5s cubic-bezier(.455, .03, .515, .955) 0s, transform .5s cubic-bezier(.455, .03, .515, .955) 0s;
  transition: left 0s linear 0s, visibility 0s linear 0s, opacity .5s cubic-bezier(.455, .03, .515, .955) 0s, transform .5s cubic-bezier(.455, .03, .515, .955) 0s, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 0s
}

.anniversary--is-visible {
  overflow: hidden
}

.anniversary__logo {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  z-index: 10;
  cursor: pointer
}

@media only screen and (min-width:48em) {
  .anniversary__logo {
    left: 2rem
  }
}

.anniversary__logo svg {
  height: 31px;
  width: 54px
}

@media screen and (min-width:480px) {
  .anniversary__logo svg {
    height: calc(31px + 13 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .anniversary__logo svg {
    height: 44px
  }
}

@media screen and (min-width:480px) {
  .anniversary__logo svg {
    width: calc(54px + 22 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .anniversary__logo svg {
    width: 76px
  }
}

.anniversary__container {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 430px;
  overflow: visible;
  overflow-y: auto;
  position: relative;
  z-index: 2
}

@media only screen and (min-width:48em) {
  .anniversary__container {
    -webkit-justify-content: center;
    justify-content: center
  }
}

.anniversary__content {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem
}

@media only screen and (max-width:47.96875em) {
  .anniversary__content {
    padding-top: 8rem
  }
}

.anniversary__brand {
  margin-bottom: 30px
}

@media screen and (min-width:480px) {
  .anniversary__brand {
    margin-bottom: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .anniversary__brand {
    margin-bottom: 50px
  }
}

.anniversary__brand svg {
  height: 98px;
  width: 156px
}

@media screen and (min-width:480px) {
  .anniversary__brand svg {
    height: calc(98px + 129 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .anniversary__brand svg {
    height: 227px
  }
}

@media screen and (min-width:480px) {
  .anniversary__brand svg {
    width: calc(156px + 207 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .anniversary__brand svg {
    width: 363px
  }
}

.anniversary--epileptic .anniversary__brand {
  -webkit-animation-name: epileptic;
  animation-name: epileptic;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4
}

.anniversary__title {
  font-size: 16px;
  font-weight: 700;
  color: #273238;
  margin-bottom: 1rem
}

@media screen and (min-width:480px) {
  .anniversary__title {
    font-size: calc(16px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .anniversary__title {
    font-size: 18px
  }
}

.anniversary__body p {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
  color: #273238
}

@media screen and (min-width:480px) {
  .anniversary__body p {
    font-size: calc(14px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .anniversary__body p {
    font-size: 16px
  }
}

@media screen and (min-width:480px) {
  .anniversary__body p {
    margin-bottom: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .anniversary__body p {
    margin-bottom: 50px
  }
}

.anniversary__actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column
}

.anniversary__button+.anniversary__button:not(.anniversary__closebutton) {
  margin-top: 2.5rem;
  margin-top: 25px
}

@media screen and (min-width:480px) {
  .anniversary__button+.anniversary__button:not(.anniversary__closebutton) {
    margin-top: calc(25px + 71 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .anniversary__button+.anniversary__button:not(.anniversary__closebutton) {
    margin-top: 96px
  }
}

.anniversary__closebutton {
  position: absolute;
  right: 1rem;
  top: 1rem;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  transition: -webkit-transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), -webkit-transform .2s cubic-bezier(.455, .03, .515, .955)
}

html:not(.is-touch) .anniversary__closebutton:focus,
html:not(.is-touch) .anniversary__closebutton:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@media only screen and (min-width:48em) {
  .anniversary__closebutton {
    right: 2rem;
    top: 2rem
  }
}

.aniversary__confetti {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1
}

.aniversary__confetti::after,
.aniversary__confetti::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 100%;
  -webkit-animation-name: confetti;
  animation-name: confetti;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.aniversary__confetti::before {
  background-image: url(https://resource.ohmvehicles.com/svg/confetti--1.svg)
}

.aniversary__confetti::after {
  background-image: url(https://resource.ohmvehicles.com/svg/confetti--2.svg);
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@-webkit-keyframes confetti {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0
  }
}

@keyframes confetti {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0
  }
}

@-webkit-keyframes epileptic {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
  }

  25% {
    -webkit-transform: scale(.75) rotate(-30deg);
    transform: scale(.75) rotate(-30deg);
    opacity: .5
  }

  50% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
  }

  75% {
    -webkit-transform: scale(.75) rotate(30deg);
    transform: scale(.75) rotate(30deg);
    opacity: .5
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
  }
}

@keyframes epileptic {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
  }

  25% {
    -webkit-transform: scale(.75) rotate(-30deg);
    transform: scale(.75) rotate(-30deg);
    opacity: .5
  }

  50% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
  }

  75% {
    -webkit-transform: scale(.75) rotate(30deg);
    transform: scale(.75) rotate(30deg);
    opacity: .5
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
  }
}

.c-back-button button {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: var(--theme-color-back-button)
}

.c-back-button button .button__icon {
  margin: 0 10px 0 0
}

.c-blockquote {
  z-index: 0;
  background-color: var(--theme-color-blockquote-bg)
}

.blockquote__quote {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h2);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h2-letter-spacing);
  color: var(--theme-color-blockquote-text)
}

@media screen and (min-width:480px) {
  .blockquote__quote {
    font-size: calc(32px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .blockquote__quote {
    font-size: 40px
  }
}

.blockquote__quote::before {
  content: '\201C'
}

.blockquote__quote::after {
  content: '\201D'
}

@media only screen and (min-width:48em) {
  .blockquote__quote {
    display: block;
    min-height: 92px
  }
}

.blockquote__footer {
  position: relative;
  width: calc(100% - 5rem);
  margin-left: 5rem;
  padding: 20px;
  padding-top: 50px
}

@media screen and (min-width:480px) {
  .blockquote__footer {
    padding: calc(20px + 10 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .blockquote__footer {
    padding: 30px
  }
}

@media screen and (min-width:480px) {
  .blockquote__footer {
    padding-top: calc(50px + 30 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .blockquote__footer {
    padding-top: 80px
  }
}

.blockquote__footer::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: calc(100% + 10rem);
  width: 100%;
  background: #fcd82b;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, .16)
}

.blockquote__metadata,
.blockquote__name {
  display: block;
  font-size: var(--theme-blockquote-footer-text-size);
  font-weight: var(--theme-blockquote-footer-weight);
  line-height: 1.3
}

.blockquote__name {
  color: var(--theme-color-blockquote-name)
}

.blockquote__metadata {
  color: var(--theme-color-blockquote-metadata)
}

.c-breadcrumb {
  overflow: auto
}

@media only screen and (max-width:47.96875em) {
  .c-breadcrumb {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 35px;
    padding-right: 35px
  }
}

.breadcrumb__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 0
}

.breadcrumb__list-item {
  position: relative;
  padding-right: 30px;
  overflow: hidden
}

[dir=rtl] .breadcrumb__list-item {
  padding-right: 0;
  padding-left: 30px
}

.breadcrumb__list-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\203A';
  color: var(--theme-color-breadcrumb-text-light)
}

[dir=rtl] .breadcrumb__list-item:not(:last-child)::after {
  right: inherit;
  left: 0
}

.c-display .breadcrumb__list-item:not(:last-child)::after,
.c-product-header .breadcrumb__list-item:not(:last-child)::after,
.content-block__components .breadcrumb__list-item:not(:last-child)::after,
.hero--no-image .breadcrumb__list-item:not(:last-child)::after {
  color: var(--theme-color-breadcrumb-arrow)
}

@media only screen and (max-width:47.96875em) {
  .breadcrumb__list-item {
    padding-left: 15px;
    padding-right: 0
  }

  .breadcrumb__list-item:not(:last-child)::after {
    width: 15px;
    right: auto;
    left: 0;
    text-align: left;
    content: '\2039'
  }

  .breadcrumb__list-item:not(:nth-last-child(2)) {
    display: none
  }
}

.breadcrumb__item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--theme-color-breadcrumb-text-light);
  text-decoration: none
}

.c-display .breadcrumb__item,
.c-product-header .breadcrumb__item,
.content-block__components .breadcrumb__item,
.hero--no-image .breadcrumb__item {
  color: var(--theme-color-breadcrumb-text)
}

.breadcrumb__item--current {
  color: var(--theme-color-breadcrumb-text-light);
  pointer-events: none
}

.c-display .breadcrumb__item--current,
.c-product-header .breadcrumb__item--current,
.content-block__components .breadcrumb__item--current,
.hero--no-image .breadcrumb__item--current {
  color: var(--theme-color-breadcrumb-text-active)
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
    transform: translate3d(0, 0, 0) rotateY(0);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(90deg);
    transform: translate3d(20px, 0, 0) rotateY(90deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(90deg);
    transform: translate3d(20px, 0, 0) rotateY(90deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
    transform: translate3d(0, 0, 0) rotateY(180deg);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(270deg);
    transform: translate3d(-20px, 0, 0) rotateY(270deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(270deg);
    transform: translate3d(-20px, 0, 0) rotateY(270deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(360deg);
    transform: translate3d(0, 0, 0) rotateY(360deg);
    opacity: 1
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
    transform: translate3d(0, 0, 0) rotateY(0);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(90deg);
    transform: translate3d(20px, 0, 0) rotateY(90deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(90deg);
    transform: translate3d(20px, 0, 0) rotateY(90deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
    transform: translate3d(0, 0, 0) rotateY(180deg);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(270deg);
    transform: translate3d(-20px, 0, 0) rotateY(270deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(270deg);
    transform: translate3d(-20px, 0, 0) rotateY(270deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(360deg);
    transform: translate3d(0, 0, 0) rotateY(360deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateInverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
    transform: translate3d(0, 0, 0) rotateY(180deg);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(90deg);
    transform: translate3d(-20px, 0, 0) rotateY(90deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(90deg);
    transform: translate3d(-20px, 0, 0) rotateY(90deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
    transform: translate3d(0, 0, 0) rotateY(0);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(270deg);
    transform: translate3d(20px, 0, 0) rotateY(270deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(270deg);
    transform: translate3d(20px, 0, 0) rotateY(270deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
    transform: translate3d(0, 0, 0) rotateY(180deg);
    opacity: 1
  }
}

@keyframes rotateInverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
    transform: translate3d(0, 0, 0) rotateY(180deg);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(90deg);
    transform: translate3d(-20px, 0, 0) rotateY(90deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(90deg);
    transform: translate3d(-20px, 0, 0) rotateY(90deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
    transform: translate3d(0, 0, 0) rotateY(0);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(270deg);
    transform: translate3d(20px, 0, 0) rotateY(270deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(270deg);
    transform: translate3d(20px, 0, 0) rotateY(270deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
    transform: translate3d(0, 0, 0) rotateY(180deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0);
    transform: translate3d(0, 0, 0) rotateX(0);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(90deg);
    transform: translate3d(0, 20px, 0) rotateX(90deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(90deg);
    transform: translate3d(0, 20px, 0) rotateX(90deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(270deg);
    transform: translate3d(0, -20px, 0) rotateX(270deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(270deg);
    transform: translate3d(0, -20px, 0) rotateX(270deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(360deg);
    transform: translate3d(0, 0, 0) rotateX(360deg);
    opacity: 1
  }
}

@keyframes rotateDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0);
    transform: translate3d(0, 0, 0) rotateX(0);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(90deg);
    transform: translate3d(0, 20px, 0) rotateX(90deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(90deg);
    transform: translate3d(0, 20px, 0) rotateX(90deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(270deg);
    transform: translate3d(0, -20px, 0) rotateX(270deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(270deg);
    transform: translate3d(0, -20px, 0) rotateX(270deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(360deg);
    transform: translate3d(0, 0, 0) rotateX(360deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateDownInverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(180deg);
    transform: translate3d(0, 20px, 0) rotateX(180deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(180deg);
    transform: translate3d(0, 20px, 0) rotateX(180deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(180deg);
    transform: translate3d(0, -20px, 0) rotateX(180deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(180deg);
    transform: translate3d(0, -20px, 0) rotateX(180deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 1
  }
}

@keyframes rotateDownInverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(180deg);
    transform: translate3d(0, 20px, 0) rotateX(180deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(180deg);
    transform: translate3d(0, 20px, 0) rotateX(180deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(180deg);
    transform: translate3d(0, -20px, 0) rotateX(180deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(180deg);
    transform: translate3d(0, -20px, 0) rotateX(180deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 1
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
  }

  51% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
  }

  51% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.c-button {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color
}

@media only screen and (min-width:64em) {
  .c-button {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button .button__label {
  display: inline-block
}

.c-cubes .c-button .button__label {
  text-align: left
}

.c-button .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button .button__slash+.button__icon {
  margin: 0
}

.c-button .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button:focus,
html:not(.is-touch) .c-button:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button:focus .button__icon,
html:not(.is-touch) .c-button:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button:focus .button__icon,
[dir=ltr] .c-button:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button:focus.animatedown .button__icon,
[dir=ltr] .c-button:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button:focus .button__icon,
[dir=rtl] .c-button:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button:focus.animatedown .button__icon,
[dir=rtl] .c-button:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--secondary {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background-color: var(--theme-color-button-secondary-bg);
  color: var(--theme-color-button-secondary-text)
}

@media only screen and (min-width:64em) {
  .c-button--secondary {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--secondary.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--secondary .button__label {
  display: inline-block
}

.c-cubes .c-button--secondary .button__label {
  text-align: left
}

.c-button--secondary .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--secondary .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--secondary .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--secondary .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--secondary .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--secondary .button__slash+.button__icon {
  margin: 0
}

.c-button--secondary .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--secondary .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--secondary .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--secondary svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--secondary svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--secondary .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--secondary .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--secondary:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--secondary:focus,
html:not(.is-touch) .c-button--secondary:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--secondary:focus .button__icon,
html:not(.is-touch) .c-button--secondary:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--secondary:focus .button__icon,
[dir=ltr] .c-button--secondary:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--secondary:focus.animatedown .button__icon,
[dir=ltr] .c-button--secondary:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--secondary .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--secondary .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--secondary:focus .button__icon,
[dir=rtl] .c-button--secondary:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--secondary:focus.animatedown .button__icon,
[dir=rtl] .c-button--secondary:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--secondary svg {
  fill: currentColor
}

html:not(.is-touch) .c-button--secondary:focus,
html:not(.is-touch) .c-button--secondary:hover {
  color: var(--theme-color-button-secondary-text);
  background-color: var(--theme-color-button-secondary-bg-hover)
}

.c-button--tertiary {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background-color: var(--theme-color-button-tertiary-bg);
  color: var(--theme-color-button-tertiary-text)
}

@media only screen and (min-width:64em) {
  .c-button--tertiary {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--tertiary.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--tertiary .button__label {
  display: inline-block
}

.c-cubes .c-button--tertiary .button__label {
  text-align: left
}

.c-button--tertiary .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--tertiary .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--tertiary .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--tertiary .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--tertiary .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--tertiary .button__slash+.button__icon {
  margin: 0
}

.c-button--tertiary .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--tertiary .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--tertiary .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--tertiary svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--tertiary svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--tertiary .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--tertiary .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--tertiary:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--tertiary:focus,
html:not(.is-touch) .c-button--tertiary:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--tertiary:focus .button__icon,
html:not(.is-touch) .c-button--tertiary:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--tertiary:focus .button__icon,
[dir=ltr] .c-button--tertiary:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--tertiary:focus.animatedown .button__icon,
[dir=ltr] .c-button--tertiary:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--tertiary .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--tertiary .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--tertiary:focus .button__icon,
[dir=rtl] .c-button--tertiary:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--tertiary:focus.animatedown .button__icon,
[dir=rtl] .c-button--tertiary:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--tertiary svg {
  fill: currentColor
}

.c-button--tertiary svg path {
  fill: currentColor
}

html:not(.is-touch) .c-button--tertiary:focus,
html:not(.is-touch) .c-button--tertiary:hover {
  color: var(--theme-color-button-tertiary-text);
  background-color: var(--theme-color-button-tertiary-bg-hover)
}

.c-button--red {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background-color: #e33439;
  color: #fff
}

@media only screen and (min-width:64em) {
  .c-button--red {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--red.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--red .button__label {
  display: inline-block
}

.c-cubes .c-button--red .button__label {
  text-align: left
}

.c-button--red .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--red .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--red .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--red .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--red .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--red .button__slash+.button__icon {
  margin: 0
}

.c-button--red .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--red .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--red .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--red svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--red svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--red .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--red .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--red:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--red:focus,
html:not(.is-touch) .c-button--red:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--red:focus .button__icon,
html:not(.is-touch) .c-button--red:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--red:focus .button__icon,
[dir=ltr] .c-button--red:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--red:focus.animatedown .button__icon,
[dir=ltr] .c-button--red:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--red .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--red .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--red:focus .button__icon,
[dir=rtl] .c-button--red:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--red:focus.animatedown .button__icon,
[dir=rtl] .c-button--red:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--red svg {
  fill: #fff
}

.c-button--red svg path {
  fill: #fff
}

html:not(.is-touch) .c-button--red:focus,
html:not(.is-touch) .c-button--red:hover {
  background-color: #c81c21
}

.c-button--grey {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background-color: #5a6c78;
  color: #fff
}

@media only screen and (min-width:64em) {
  .c-button--grey {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--grey.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--grey .button__label {
  display: inline-block
}

.c-cubes .c-button--grey .button__label {
  text-align: left
}

.c-button--grey .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--grey .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--grey .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--grey .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--grey .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--grey .button__slash+.button__icon {
  margin: 0
}

.c-button--grey .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--grey .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--grey .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--grey svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--grey svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--grey .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--grey .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--grey:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--grey:focus,
html:not(.is-touch) .c-button--grey:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--grey:focus .button__icon,
html:not(.is-touch) .c-button--grey:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--grey:focus .button__icon,
[dir=ltr] .c-button--grey:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--grey:focus.animatedown .button__icon,
[dir=ltr] .c-button--grey:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--grey .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--grey .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--grey:focus .button__icon,
[dir=rtl] .c-button--grey:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--grey:focus.animatedown .button__icon,
[dir=rtl] .c-button--grey:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--grey svg {
  fill: #fff
}

.c-button--grey svg path {
  fill: #fff
}

html:not(.is-touch) .c-button--grey:focus,
html:not(.is-touch) .c-button--grey:hover {
  background-color: #44525b
}

.c-button--ghost {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background: 0 0;
  color: var(--theme-color-button-primary-bg);
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color
}

@media only screen and (min-width:64em) {
  .c-button--ghost {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--ghost.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--ghost .button__label {
  display: inline-block
}

.c-cubes .c-button--ghost .button__label {
  text-align: left
}

.c-button--ghost .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--ghost .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--ghost .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost .button__slash+.button__icon {
  margin: 0
}

.c-button--ghost .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--ghost .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--ghost .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--ghost svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--ghost .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--ghost:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--ghost:focus,
html:not(.is-touch) .c-button--ghost:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--ghost:focus .button__icon,
html:not(.is-touch) .c-button--ghost:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--ghost:focus .button__icon,
[dir=ltr] .c-button--ghost:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--ghost:focus.animatedown .button__icon,
[dir=ltr] .c-button--ghost:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--ghost .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost:focus .button__icon,
[dir=rtl] .c-button--ghost:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--ghost:focus.animatedown .button__icon,
[dir=rtl] .c-button--ghost:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--ghost .button__icon,
.c-button--ghost svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost .button__icon path,
.c-button--ghost svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost .button__slash+.button__icon {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost .button__slash+.button__icon path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost:focus,
html:not(.is-touch) .c-button--ghost:hover {
  background: 0 0;
  color: var(--theme-color-button-primary-bg-hover)
}

.c-button--ghost-secondary {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background: 0 0;
  color: var(--theme-color-button-primary-bg);
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color;
  color: var(--theme-color-button-secondary-bg)
}

@media only screen and (min-width:64em) {
  .c-button--ghost-secondary {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--ghost-secondary.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--ghost-secondary .button__label {
  display: inline-block
}

.c-cubes .c-button--ghost-secondary .button__label {
  text-align: left
}

.c-button--ghost-secondary .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--ghost-secondary .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--ghost-secondary .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-secondary .button__slash+.button__icon {
  margin: 0
}

.c-button--ghost-secondary .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--ghost-secondary .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--ghost-secondary .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--ghost-secondary svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-secondary svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-secondary .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--ghost-secondary .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--ghost-secondary:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--ghost-secondary:focus,
html:not(.is-touch) .c-button--ghost-secondary:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--ghost-secondary:focus .button__icon,
html:not(.is-touch) .c-button--ghost-secondary:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--ghost-secondary:focus .button__icon,
[dir=ltr] .c-button--ghost-secondary:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--ghost-secondary:focus.animatedown .button__icon,
[dir=ltr] .c-button--ghost-secondary:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--ghost-secondary .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-secondary .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-secondary:focus .button__icon,
[dir=rtl] .c-button--ghost-secondary:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--ghost-secondary:focus.animatedown .button__icon,
[dir=rtl] .c-button--ghost-secondary:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--ghost-secondary .button__icon,
.c-button--ghost-secondary svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__icon path,
.c-button--ghost-secondary svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-secondary .button__slash+.button__icon {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost-secondary .button__slash+.button__icon path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-secondary:focus,
html:not(.is-touch) .c-button--ghost-secondary:hover {
  background: 0 0;
  color: var(--theme-color-button-primary-bg-hover)
}

.c-button--ghost-secondary .button__icon,
.c-button--ghost-secondary svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__icon path,
.c-button--ghost-secondary svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-secondary .button__slash+.button__icon {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost-secondary .button__slash+.button__icon path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-secondary:focus,
html:not(.is-touch) .c-button--ghost-secondary:hover {
  color: var(--theme-color-button-secondary-bg-hover)
}

.c-button--ghost-tertiary {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background: 0 0;
  color: var(--theme-color-button-primary-bg);
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color;
  color: var(--theme-color-button-tertiary-bg)
}

@media only screen and (min-width:64em) {
  .c-button--ghost-tertiary {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--ghost-tertiary.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--ghost-tertiary .button__label {
  display: inline-block
}

.c-cubes .c-button--ghost-tertiary .button__label {
  text-align: left
}

.c-button--ghost-tertiary .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--ghost-tertiary .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--ghost-tertiary .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-tertiary .button__slash+.button__icon {
  margin: 0
}

.c-button--ghost-tertiary .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--ghost-tertiary .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--ghost-tertiary .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--ghost-tertiary svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-tertiary svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-tertiary .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--ghost-tertiary .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--ghost-tertiary:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--ghost-tertiary:focus,
html:not(.is-touch) .c-button--ghost-tertiary:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--ghost-tertiary:focus .button__icon,
html:not(.is-touch) .c-button--ghost-tertiary:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--ghost-tertiary:focus .button__icon,
[dir=ltr] .c-button--ghost-tertiary:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--ghost-tertiary:focus.animatedown .button__icon,
[dir=ltr] .c-button--ghost-tertiary:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--ghost-tertiary .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-tertiary .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-tertiary:focus .button__icon,
[dir=rtl] .c-button--ghost-tertiary:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--ghost-tertiary:focus.animatedown .button__icon,
[dir=rtl] .c-button--ghost-tertiary:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--ghost-tertiary .button__icon,
.c-button--ghost-tertiary svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__icon path,
.c-button--ghost-tertiary svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-tertiary .button__slash+.button__icon {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost-tertiary .button__slash+.button__icon path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-tertiary:focus,
html:not(.is-touch) .c-button--ghost-tertiary:hover {
  background: 0 0;
  color: var(--theme-color-button-primary-bg-hover)
}

.c-button--ghost-tertiary .button__icon,
.c-button--ghost-tertiary svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__icon path,
.c-button--ghost-tertiary svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-tertiary .button__slash+.button__icon {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost-tertiary .button__slash+.button__icon path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-tertiary:focus,
html:not(.is-touch) .c-button--ghost-tertiary:hover {
  color: var(--theme-color-button-tertiary-bg-hover)
}

.c-button--ghost-green {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background: 0 0;
  color: var(--theme-color-button-primary-bg);
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color;
  color: #4dc247
}

@media only screen and (min-width:64em) {
  .c-button--ghost-green {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--ghost-green.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--ghost-green .button__label {
  display: inline-block
}

.c-cubes .c-button--ghost-green .button__label {
  text-align: left
}

.c-button--ghost-green .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--ghost-green .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--ghost-green .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-green .button__slash+.button__icon {
  margin: 0
}

.c-button--ghost-green .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--ghost-green .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--ghost-green .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--ghost-green svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-green svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-green .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--ghost-green .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--ghost-green:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--ghost-green:focus,
html:not(.is-touch) .c-button--ghost-green:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--ghost-green:focus .button__icon,
html:not(.is-touch) .c-button--ghost-green:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--ghost-green:focus .button__icon,
[dir=ltr] .c-button--ghost-green:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--ghost-green:focus.animatedown .button__icon,
[dir=ltr] .c-button--ghost-green:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--ghost-green .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-green .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-green:focus .button__icon,
[dir=rtl] .c-button--ghost-green:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--ghost-green:focus.animatedown .button__icon,
[dir=rtl] .c-button--ghost-green:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--ghost-green .button__icon,
.c-button--ghost-green svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green .button__icon path,
.c-button--ghost-green svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-green .button__slash+.button__icon {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost-green .button__slash+.button__icon path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-green:focus,
html:not(.is-touch) .c-button--ghost-green:hover {
  background: 0 0;
  color: var(--theme-color-button-primary-bg-hover)
}

.c-button--ghost-green svg {
  fill: #4dc247;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green svg path {
  fill: #4dc247;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green .button__slash {
  fill: #4dc247;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green .button__slash path {
  fill: #4dc247;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-green .button__slash+.button__icon {
  fill: #4dc247;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost-green .button__slash+.button__icon path {
  fill: #4dc247;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-green:focus,
html:not(.is-touch) .c-button--ghost-green:hover {
  color: #3ba135
}

html:not(.is-touch) .c-button--ghost-green:focus svg,
html:not(.is-touch) .c-button--ghost-green:hover svg {
  fill: #3ba135;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-green:focus svg path,
html:not(.is-touch) .c-button--ghost-green:hover svg path {
  fill: #3ba135;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-white {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background: 0 0;
  color: var(--theme-color-button-primary-bg);
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color;
  color: #fff
}

@media only screen and (min-width:64em) {
  .c-button--ghost-white {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--ghost-white.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--ghost-white .button__label {
  display: inline-block
}

.c-cubes .c-button--ghost-white .button__label {
  text-align: left
}

.c-button--ghost-white .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--ghost-white .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--ghost-white .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-white .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-white .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-white .button__slash+.button__icon {
  margin: 0
}

.c-button--ghost-white .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--ghost-white .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--ghost-white .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--ghost-white svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-white svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-white .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--ghost-white .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--ghost-white:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--ghost-white:focus,
html:not(.is-touch) .c-button--ghost-white:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--ghost-white:focus .button__icon,
html:not(.is-touch) .c-button--ghost-white:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--ghost-white:focus .button__icon,
[dir=ltr] .c-button--ghost-white:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--ghost-white:focus.animatedown .button__icon,
[dir=ltr] .c-button--ghost-white:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--ghost-white .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-white .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-white:focus .button__icon,
[dir=rtl] .c-button--ghost-white:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--ghost-white:focus.animatedown .button__icon,
[dir=rtl] .c-button--ghost-white:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--ghost-white .button__icon,
.c-button--ghost-white svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-white .button__icon path,
.c-button--ghost-white svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-white .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-white .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-white .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-white .button__slash+.button__icon {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost-white .button__slash+.button__icon path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-white:focus,
html:not(.is-touch) .c-button--ghost-white:hover {
  background: 0 0;
  color: var(--theme-color-button-primary-bg-hover)
}

.c-button--ghost-white svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-white svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-white:focus,
html:not(.is-touch) .c-button--ghost-white:hover {
  color: #e6e6e6
}

.c-button--ghost-black {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background: 0 0;
  color: var(--theme-color-button-primary-bg);
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color;
  color: var(--theme-color-button-ghost--black)
}

@media only screen and (min-width:64em) {
  .c-button--ghost-black {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--ghost-black.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--ghost-black .button__label {
  display: inline-block
}

.c-cubes .c-button--ghost-black .button__label {
  text-align: left
}

.c-button--ghost-black .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--ghost-black .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--ghost-black .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-black .button__slash+.button__icon {
  margin: 0
}

.c-button--ghost-black .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--ghost-black .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--ghost-black .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--ghost-black svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-black svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--ghost-black .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--ghost-black .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--ghost-black:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--ghost-black:focus,
html:not(.is-touch) .c-button--ghost-black:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--ghost-black:focus .button__icon,
html:not(.is-touch) .c-button--ghost-black:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--ghost-black:focus .button__icon,
[dir=ltr] .c-button--ghost-black:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--ghost-black:focus.animatedown .button__icon,
[dir=ltr] .c-button--ghost-black:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--ghost-black .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-black .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--ghost-black:focus .button__icon,
[dir=rtl] .c-button--ghost-black:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--ghost-black:focus.animatedown .button__icon,
[dir=rtl] .c-button--ghost-black:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--ghost-black .button__icon,
.c-button--ghost-black svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__icon path,
.c-button--ghost-black svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--ghost-black .button__slash+.button__icon {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost-black .button__slash+.button__icon path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-black:focus,
html:not(.is-touch) .c-button--ghost-black:hover {
  background: 0 0;
  color: var(--theme-color-button-primary-bg-hover)
}

.c-button--ghost-black .button__icon,
.c-button--ghost-black svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__icon path,
.c-button--ghost-black svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--ghost-black .button__slash+.button__icon {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--ghost-black .button__slash+.button__icon path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--ghost-black:focus,
html:not(.is-touch) .c-button--ghost-black:hover {
  color: var(--theme-color-button-ghost--black)
}

.c-button--outline {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background: 0 0;
  color: var(--theme-color-button-outline);
  box-shadow: 0 0 0 var(--theme-button-border-width) var(--theme-color-button-outline) inset;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, box-shadow
}

@media only screen and (min-width:64em) {
  .c-button--outline {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--outline.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--outline .button__label {
  display: inline-block
}

.c-cubes .c-button--outline .button__label {
  text-align: left
}

.c-button--outline .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--outline .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--outline .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--outline .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--outline .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--outline .button__slash+.button__icon {
  margin: 0
}

.c-button--outline .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--outline .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--outline .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--outline svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--outline svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--outline .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--outline .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--outline:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--outline:focus,
html:not(.is-touch) .c-button--outline:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--outline:focus .button__icon,
html:not(.is-touch) .c-button--outline:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--outline:focus .button__icon,
[dir=ltr] .c-button--outline:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--outline:focus.animatedown .button__icon,
[dir=ltr] .c-button--outline:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--outline .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--outline .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--outline:focus .button__icon,
[dir=rtl] .c-button--outline:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--outline:focus.animatedown .button__icon,
[dir=rtl] .c-button--outline:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--outline svg {
  fill: var(--theme-color-button-outline);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--outline svg path {
  fill: var(--theme-color-button-outline);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--outline .button__slash {
  fill: var(--theme-color-button-outline);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--outline .button__slash path {
  fill: var(--theme-color-button-outline);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--outline .button__slash+.button__icon {
  fill: var(--theme-color-button-outline);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  margin: 0
}

.c-button--outline .button__slash+.button__icon path {
  fill: var(--theme-color-button-outline);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--outline:focus,
html:not(.is-touch) .c-button--outline:hover {
  background: 0 0;
  color: var(--theme-color-button-outline-hover);
  box-shadow: 0 0 0 var(--theme-button-border-width) var(--theme-color-button-outline-hover) inset
}

html:not(.is-touch) .c-button--outline:focus svg,
html:not(.is-touch) .c-button--outline:hover svg {
  fill: var(--theme-color-button-outline-hover);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--outline:focus svg path,
html:not(.is-touch) .c-button--outline:hover svg path {
  fill: var(--theme-color-button-outline-hover);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--icon-only {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  color: var(--theme-color-button-primary-text);
  -webkit-justify-content: center;
  justify-content: center;
  width: var(--theme-button-icon-width-mobile);
  height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding-icon-only)
}

@media only screen and (min-width:64em) {
  .c-button--icon-only {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--icon-only.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--icon-only .button__label {
  display: inline-block
}

.c-cubes .c-button--icon-only .button__label {
  text-align: left
}

.c-button--icon-only .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--icon-only .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--icon-only .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--icon-only .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--icon-only .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--icon-only .button__slash+.button__icon {
  margin: 0
}

.c-button--icon-only .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--icon-only .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--icon-only .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--icon-only svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--icon-only svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--icon-only .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--icon-only .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--icon-only:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--icon-only:focus,
html:not(.is-touch) .c-button--icon-only:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--icon-only:focus .button__icon,
html:not(.is-touch) .c-button--icon-only:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--icon-only:focus .button__icon,
[dir=ltr] .c-button--icon-only:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--icon-only:focus.animatedown .button__icon,
[dir=ltr] .c-button--icon-only:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--icon-only .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--icon-only .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--icon-only:focus .button__icon,
[dir=rtl] .c-button--icon-only:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--icon-only:focus.animatedown .button__icon,
[dir=rtl] .c-button--icon-only:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

@media only screen and (min-width:64em) {
  .c-button--icon-only {
    width: var(--theme-button-icon-width-desktop);
    height: var(--theme-button-min-height-desktop)
  }
}

.c-button--icon-only .button__icon {
  margin: 0;
  z-index: 2
}

.c-button--icon-only .button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.c-button--icon-only svg {
  pointer-events: none
}

html:not(.is-touch) .c-button--icon-only:focus,
html:not(.is-touch) .c-button--icon-only:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--icon-only:focus svg,
html:not(.is-touch) .c-button--icon-only:hover svg {
  pointer-events: none
}

.c-button--icon-only-grey {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  color: var(--theme-color-button-primary-text);
  -webkit-justify-content: center;
  justify-content: center;
  width: var(--theme-button-icon-width-mobile);
  height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding-icon-only);
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  color: var(--theme-color-button-icon-grey-text);
  background-color: var(--theme-color-button-icon-grey-bg);
  transition-property: background-color, color
}

@media only screen and (min-width:64em) {
  .c-button--icon-only-grey {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--icon-only-grey.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--icon-only-grey .button__label {
  display: inline-block
}

.c-cubes .c-button--icon-only-grey .button__label {
  text-align: left
}

.c-button--icon-only-grey .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--icon-only-grey .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--icon-only-grey .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--icon-only-grey .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--icon-only-grey .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--icon-only-grey .button__slash+.button__icon {
  margin: 0
}

.c-button--icon-only-grey .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--icon-only-grey .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--icon-only-grey .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--icon-only-grey svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--icon-only-grey svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--icon-only-grey .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--icon-only-grey .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--icon-only-grey:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--icon-only-grey:focus,
html:not(.is-touch) .c-button--icon-only-grey:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--icon-only-grey:focus .button__icon,
html:not(.is-touch) .c-button--icon-only-grey:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--icon-only-grey:focus .button__icon,
[dir=ltr] .c-button--icon-only-grey:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--icon-only-grey:focus.animatedown .button__icon,
[dir=ltr] .c-button--icon-only-grey:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--icon-only-grey .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--icon-only-grey .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--icon-only-grey:focus .button__icon,
[dir=rtl] .c-button--icon-only-grey:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--icon-only-grey:focus.animatedown .button__icon,
[dir=rtl] .c-button--icon-only-grey:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

@media only screen and (min-width:64em) {
  .c-button--icon-only-grey {
    width: var(--theme-button-icon-width-desktop);
    height: var(--theme-button-min-height-desktop)
  }
}

.c-button--icon-only-grey .button__icon {
  margin: 0;
  z-index: 2
}

.c-button--icon-only-grey .button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.c-button--icon-only-grey svg {
  pointer-events: none
}

html:not(.is-touch) .c-button--icon-only-grey:focus,
html:not(.is-touch) .c-button--icon-only-grey:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--icon-only-grey:focus svg,
html:not(.is-touch) .c-button--icon-only-grey:hover svg {
  pointer-events: none
}

.c-button--icon-only-grey path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--icon-only-grey .button__skew {
  background: var(--theme-color-button-icon-grey-bg);
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

.c-button--icon-only-grey .button__skew span:before {
  background: var(--theme-color-button-icon-grey-bg)
}

html:not(.is-touch) .c-button--icon-only-grey:focus,
html:not(.is-touch) .c-button--icon-only-grey:hover {
  color: var(--theme-color-button-icon-grey-text);
  background: var(--theme-color-button-icon-grey-bg-hover)
}

html:not(.is-touch) .c-button--icon-only-grey:focus .button__skew,
html:not(.is-touch) .c-button--icon-only-grey:hover .button__skew {
  background: var(--theme-color-button-icon-grey-bg-hover);
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

html:not(.is-touch) .c-button--icon-only-grey:focus .button__skew span:before,
html:not(.is-touch) .c-button--icon-only-grey:hover .button__skew span:before {
  background: var(--theme-color-button-icon-grey-bg-hover)
}

.button--icon {
  padding-right: 40px;
  position: relative
}

.button--icon .button__icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

html:not(.is-touch) .button--icon:focus .button__icon,
html:not(.is-touch) .button--icon:hover .button__icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

.c-button--close {
  color: var(--theme-color-close-button);
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.c-button--close .button__label {
  font-weight: 700;
  margin-right: 10px
}

[dir=rtl] .c-button--close .button__label {
  margin-right: 0;
  margin-left: 10px
}

.c-button--close .button__icon {
  display: inline-block;
  position: relative;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.c-button--close svg {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--close svg path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .c-button--close:focus,
html:not(.is-touch) .c-button--close:hover {
  color: var(--theme-color-close-button)
}

html:not(.is-touch) .c-button--close:focus .button__icon,
html:not(.is-touch) .c-button--close:hover .button__icon {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.c-button--filter {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background: #fff;
  color: var(--theme-color-text);
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  max-height: 10px
}

@media only screen and (min-width:64em) {
  .c-button--filter {
    min-height: var(--theme-button-min-height-desktop)
  }
}

.c-button--filter.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

.c-button--filter .button__label {
  display: inline-block
}

.c-cubes .c-button--filter .button__label {
  text-align: left
}

.c-button--filter .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.c-button--filter .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

.c-button--filter .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--filter .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-button--filter .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

.c-button--filter .button__slash+.button__icon {
  margin: 0
}

.c-button--filter .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.c-button--filter .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

.c-button--filter .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

.c-button--filter svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--filter svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

.c-button--filter .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

.c-button--filter .svg--icons-whatsapp path {
  fill: #4dc247
}

.c-button--filter:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) .c-button--filter:focus,
html:not(.is-touch) .c-button--filter:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .c-button--filter:focus .button__icon,
html:not(.is-touch) .c-button--filter:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] .c-button--filter:focus .button__icon,
[dir=ltr] .c-button--filter:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] .c-button--filter:focus.animatedown .button__icon,
[dir=ltr] .c-button--filter:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] .c-button--filter .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--filter .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] .c-button--filter:focus .button__icon,
[dir=rtl] .c-button--filter:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] .c-button--filter:focus.animatedown .button__icon,
[dir=rtl] .c-button--filter:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

.c-button--filter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: opacity
}

.c-button--filter .button__icon {
  color: #fff;
  background-color: #c5d0d8;
  border-radius: 50%
}

.c-button--filter .button__icon svg {
  width: 18px;
  height: 18px
}

.c-button--filter.category-color-green::before {
  background: #4eac5b
}

.c-button--filter.category-color-yellow::before {
  background: #f6c043
}

.c-button--filter.category-color-blue::before {
  background: #79dcec
}

.c-button--filter.category-color-orange::before {
  background: #fd7d53
}

html:not(.is-touch) .c-button--filter:focus,
html:not(.is-touch) .c-button--filter:hover {
  background: #fff;
  color: var(--theme-color-button-primary-bg-hover)
}

.c-card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.c-card::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
  opacity: 0;
  transition: opacity .3s
}

html:not(.is-touch) .c-card:focus,
html:not(.is-touch) .c-card:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

html:not(.is-touch) .c-card:focus::before,
html:not(.is-touch) .c-card:hover::before {
  opacity: 1
}

.card__title {
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--theme-color-card-title);
  background: var(--theme-color-card-title-bg);
  padding: 2.7rem 2rem;
  height: 7.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: -.8px;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.card__title.card__title--red {
  color: var(--theme-color-card-title-highlight);
  background: var(--theme-color-card-title-highlight-bg)
}

.card__title.card__title--white {
  background: var(--theme-color-card-title-light-bg);
  border: 1px solid var(--theme-color-card-border)
}

.card__title.card__title--grey {
  background: var(--theme-color-card-title-grey-bg)
}

.card__image {
  background: var(--theme-color-card-bg);
  border-left: 1px solid var(--theme-color-card-border);
  border-bottom: 1px solid var(--theme-color-card-border);
  border-right: 1px solid var(--theme-color-card-border)
}

.card__content {
  position: relative;
  padding: 2.5rem 2rem;
  background: var(--theme-color-card-bg)
}

.card__description {
  display: block;
  color: var(--theme-color-card-text);
  margin-bottom: 2rem
}

.card__ribbon+.card__description {
  padding-right: 5rem
}

.card__ribbon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1.2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  height: 9rem;
  width: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1rem .5rem
}

.card__ribbon.card__ribbon--edgeline {
  color: var(--theme-color-card-title-highlight);
  background: var(--theme-color-card-title-highlight-bg)
}

.card__ribbon.card__ribbon--edgeline svg path {
  fill: currentColor
}

.card__list {
  list-style: none
}

.product-overview__container-list .card__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.list-check__icon path {
  fill: var(--theme-color-card-title-highlight-bg)
}

.cards-filter__radio .radio__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.cards-filter__radio .radio__label {
  white-space: nowrap;
  padding: 0;
  font-weight: var(--theme-button-font-weight);
  color: var(--theme-color-cards-filter-link);
  transition: color .2s ease;
  margin-right: 20px
}

[dir=rtl] .cards-filter__radio .radio__label:first-of-type {
  margin-left: 2rem
}

.cards-filter__radio .radio__label::after {
  display: none
}

.cards-filter__radio .radio__label::before {
  content: '';
  height: 2px;
  width: 100%;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  border-radius: 0
}

html:not(.is-touch) .cards-filter__radio .radio__label:focus,
html:not(.is-touch) .cards-filter__radio .radio__label:hover {
  color: var(--theme-color-cards-filter-link-hover)
}

.cards-filter__radio .radio__input:checked+.radio__label {
  color: var(--theme-color-cards-filter-link-active)
}

html:not(.is-touch) .cards-filter__radio .radio__input:checked+.radio__label:focus,
html:not(.is-touch) .cards-filter__radio .radio__input:checked+.radio__label:hover {
  color: var(--theme-color-cards-filter-link-active)
}

.has--scroll .cards-filter__radio {
  overflow: auto
}

.c-carousel {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  direction: ltr
}

.carousel__track {
  position: relative;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: -webkit-transform .3s cubic-bezier(.455, .03, .515, .955);
  transition: transform .3s cubic-bezier(.455, .03, .515, .955);
  transition: transform .3s cubic-bezier(.455, .03, .515, .955), -webkit-transform .3s cubic-bezier(.455, .03, .515, .955)
}

.is--during-drag .carousel__track {
  transition: none
}

.carousel__item {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%
}

.is-autowidth .carousel__item {
  width: auto
}

.carousel__item>* {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.carousel__item * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.carousel__item figure {
  height: 100%;
  text-align: center
}

.carousel__item img {
  pointer-events: none;
  width: auto !important
}

.carousel__item-video-button-wrapper {
  position: relative;
  overflow: hidden
}

.carousel__video-corner {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1
}

.carousel__video-corner svg {
  position: absolute;
  bottom: 2rem;
  right: 2rem
}

.carousel__video-corner svg path {
  fill: #fff
}

.carousel__video-corner::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 12rem;
  width: 12rem;
  background: #e33439;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: background .3s ease-in
}

html:not(.is-touch) .carousel__video-corner:focus::before,
html:not(.is-touch) .carousel__video-corner:hover::before {
  background: #c81c21
}

.carousel__navigation-prenext,
.carousel__navigation-prev {
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.carousel__navigation-prenext.is--disabled,
.carousel__navigation-prev.is--disabled {
  opacity: .5;
  pointer-events: none
}

.carousel__dots {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: var(--theme-carousel-alignment);
  justify-content: var(--theme-carousel-alignment);
  margin-top: 4.5rem
}

.carousel__dots>li:not(:last-child) {
  margin-right: .5rem
}

.carousel__dots>li>a {
  transition: background .2s cubic-bezier(.455, .03, .515, .955);
  text-indent: -9999px;
  width: var(--theme-carousel-dots-width);
  height: var(--theme-carousel-dots-height);
  display: block;
  background: var(--theme-color-carousel-dots)
}

.carousel__dots>li>a.is--active {
  color: var(--theme-color-text-dark);
  pointer-events: none;
  background: var(--theme-color-carousel-active)
}

.c-cart-totals {
  width: 100%;
  color: var(--theme-color-text);
  text-transform: uppercase
}

.cart-totals__subtotals {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px
}

.cart-totals__label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%
}

.cart-totals__label+.cart-totals__label {
  margin-top: 10px
}

.cart-totals__value {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: 700;
  margin-left: auto
}

.cart-totals__value--free {
  color: var(--theme-color-cart-text-cta);
  text-transform: var(--theme-cart-text-transform)
}

.cart-totals__value--vat {
  font-weight: var(--theme-vat-font-weight)
}

.cart-totals__totals {
  padding-top: 20px;
  border-top: .1rem solid var(--theme-color-cart-divider)
}

.cart-totals__totals span {
  margin-left: 5px;
  margin-right: auto;
  font-size: 1.2rem
}

.c-checkout-form {
  margin-top: 60px;
  margin-bottom: 40px
}

@media only screen and (min-width:64em) {
  .c-checkout-form {
    margin-top: 100px
  }
}

.checkout-form__section {
  margin-top: 60px
}

@media only screen and (min-width:64em) {
  .checkout-form__section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.checkout-form__section .form__item {
  margin-top: auto
}

.checkout-form__section .c-payment-method {
  padding: 10px 20px
}

.checkout-form__section+.checkout-form__section {
  margin-top: 40px
}

.checkout-form__section--hide {
  display: none
}

.checkout-form__section--hide .c-payment-method {
  padding: 10px 20px
}

.checkout-form__section--hide+.checkout-form__section {
  margin-top: 40px
}

.checkout-form__legend {
  width: 100%
}

.checkout-form__address-checkbox {
  padding-top: 20px
}

.checkout-form__button {
  height: var(--theme-input-height);
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center
}

.checkout-form__modal {
  color: var(--theme-color-text)
}

.collapsible-list__content {
  position: relative;
  max-height: 270px;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  list-style-type: disc;
  list-style-position: inside
}

.collapsible-list__button {
  display: none
}

.collapsible-list__button.is--animating {
  pointer-events: none
}

.collapsible-list__button.has--button {
  display: block
}

.c-contact {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15);
  position: relative
}

@media only screen and (max-width:47.96875em) {
  .c-contact {
    margin-left: -35px;
    margin-right: -35px
  }
}

@media only screen and (min-width:48em) {
  .c-contact {
    margin-top: 10rem;
    margin-bottom: 10rem
  }
}

.contact__top {
  background: #273238;
  padding: 5rem
}

.contact__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h1);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h1-letter-spacing);
  font-size: 42px;
  font-weight: 800;
  display: block;
  color: #8ba2b1;
  margin-bottom: 2rem
}

@media screen and (min-width:480px) {
  .contact__title {
    font-size: calc(32px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .contact__title {
    font-size: 60px
  }
}

@media screen and (min-width:480px) {
  .contact__title {
    font-size: calc(42px + 18 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .contact__title {
    font-size: 60px
  }
}

.contact__subtitle {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  display: block;
  color: #fcd82b
}

.contact__bottom {
  display: -webkit-flex;
  display: flex;
  background: #fff
}

@media only screen and (max-width:47.96875em) {
  .contact__bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 2rem 3.5rem 3.5rem
  }
}

@media only screen and (min-width:48em) {
  .contact__bottom {
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 2rem 3.5rem
  }
}

.contact__person {
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  color: #e33439;
  -webkit-align-items: center;
  align-items: center
}

.contact__person img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 10px
}

[dir=rtl] .contact__person img {
  margin-right: 0;
  margin-left: 10px
}

@media only screen and (max-width:47.96875em) {
  .contact__person {
    margin-bottom: 2rem
  }
}

.contact__button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

@media only screen and (max-width:47.96875em) {
  .contact__button .c-button {
    width: 100%
  }
}

@media only screen and (min-width:48em) {
  .contact__button {
    margin-left: auto
  }

  [dir=rtl] .contact__button {
    margin-right: auto;
    margin-left: inherit
  }
}

@media only screen and (max-width:47.96875em) {
  .contact__background-image {
    display: none
  }
}

@media only screen and (min-width:48em) {
  .contact__background-image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: calc(100% + 200px);
    width: calc(100% + 200px)
  }
}

.c-content-block {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: .8s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden
}

@media screen and (min-width:480px) {
  .c-content-block {
    padding-top: calc(25px + 25 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-content-block {
    padding-top: 50px
  }
}

@media screen and (min-width:480px) {
  .c-content-block {
    padding-bottom: calc(25px + 25 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-content-block {
    padding-bottom: 50px
  }
}

.c-content-block.is--out-view {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0)
}

.content-block__title {
  margin-bottom: 30px;
  text-transform: none
}

@media screen and (min-width:480px) {
  .content-block__title {
    margin-bottom: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .content-block__title {
    margin-bottom: 50px
  }
}

.content-block__components {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:63.96875em) {
  .content-block__components {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .content-block__components>*+* {
    margin-top: 4rem
  }
}

@media only screen and (min-width:64em) {
  .content-block__components {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .content-block__components>* {
    width: calc(50% - 35px)
  }

  .content-block__components>:only-child {
    width: 100%
  }
}

.c-countdown {
  background: #fcd82b;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative
}

@media screen and (min-width:480px) {
  .c-countdown {
    padding-top: calc(40px + 90 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-countdown {
    padding-top: 130px
  }
}

@media screen and (min-width:480px) {
  .c-countdown {
    padding-bottom: calc(40px + 90 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-countdown {
    padding-bottom: 130px
  }
}

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

  .countdown__content,
  .countdown__countdown {
    width: 50%
  }
}

@media only screen and (min-width:48em) {
  .countdown__content {
    padding-right: 5rem
  }
}

@media only screen and (min-width:64em) {
  .countdown__content {
    padding-right: 10rem
  }
}

.countdown__countdown {
  position: relative
}

@media only screen and (min-width:48em) {
  .countdown__countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
}

.countdown__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h1);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h1-letter-spacing);
  font-weight: 800;
  color: #fff;
  margin-bottom: 2rem
}

@media screen and (min-width:480px) {
  .countdown__title {
    font-size: calc(32px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .countdown__title {
    font-size: 60px
  }
}

.countdown__description {
  font-size: 18px;
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1
}

@media screen and (min-width:480px) {
  .countdown__description {
    font-size: calc(18px + 22 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .countdown__description {
    font-size: 40px
  }
}

@media only screen and (max-width:47.96875em) {
  .countdown__description {
    margin-bottom: 0
  }
}

@media only screen and (min-width:48em) {
  .countdown__description {
    letter-spacing: -1.7px;
    margin-bottom: 4rem
  }
}

.countdown__button {
  margin-bottom: 10px
}

@media screen and (min-width:480px) {
  .countdown__button {
    margin-bottom: calc(10px + 30 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .countdown__button {
    margin-bottom: 40px
  }
}

.countdown__info {
  display: block;
  color: #000;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 14px
}

@media screen and (min-width:480px) {
  .countdown__info {
    font-size: calc(14px + 10 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .countdown__info {
    font-size: 24px
  }
}

.countdown__daysleft-number {
  color: #fff;
  font-size: 200px;
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .4s cubic-bezier(.455, .03, .515, .955)
}

@media screen and (min-width:480px) {
  .countdown__daysleft-number {
    font-size: calc(200px + 250 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .countdown__daysleft-number {
    font-size: 450px
  }
}

.is--inview .countdown__daysleft-number {
  opacity: 1
}

@media only screen and (max-width:47.96875em) {
  .countdown__daysleft-number {
    overflow: hidden;
    line-height: 1.2
  }
}

.countdown__daysleft-number span {
  display: block;
  position: relative
}

.countdown__daysleft-number span.countdown__daysleft-number--animated {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: -webkit-transform 1.5s cubic-bezier(.26, .53, .41, .78);
  transition: transform 1.5s cubic-bezier(.26, .53, .41, .78);
  transition: transform 1.5s cubic-bezier(.26, .53, .41, .78), -webkit-transform 1.5s cubic-bezier(.26, .53, .41, .78)
}

@media only screen and (max-width:47.96875em) {
  .countdown__daysleft-number span.countdown__daysleft-number--animated {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0)
  }
}

@media only screen and (min-width:48em) {
  .countdown__daysleft-number span.countdown__daysleft-number--animated {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.is--inview .countdown__daysleft-number span.countdown__daysleft-number--animated {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.countdown__daysleft-number span.countdown__daysleft-number--animated::after,
.countdown__daysleft-number span.countdown__daysleft-number--animated::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity .5s cubic-bezier(.455, .03, .515, .955) 1s
}

.is--inview .countdown__daysleft-number span.countdown__daysleft-number--animated::after,
.is--inview .countdown__daysleft-number span.countdown__daysleft-number--animated::before {
  opacity: 0
}

.countdown__daysleft-number span.countdown__daysleft-number--animated::before {
  content: attr(data-prev-value-1)
}

@media only screen and (max-width:47.96875em) {
  .countdown__daysleft-number span.countdown__daysleft-number--animated::before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@media only screen and (min-width:48em) {
  .countdown__daysleft-number span.countdown__daysleft-number--animated::before {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }
}

.countdown__daysleft-number span.countdown__daysleft-number--animated::after {
  content: attr(data-prev-value-2)
}

@media only screen and (max-width:47.96875em) {
  .countdown__daysleft-number span.countdown__daysleft-number--animated::after {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0)
  }
}

@media only screen and (min-width:48em) {
  .countdown__daysleft-number span.countdown__daysleft-number--animated::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.countdown__daysleft-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase
}

@media screen and (min-width:480px) {
  .countdown__daysleft-label {
    font-size: calc(18px + 22 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .countdown__daysleft-label {
    font-size: 40px
  }
}

.c-cubes {
  overflow: hidden
}

.cubes__row {
  display: -webkit-flex;
  display: flex;
  opacity: 1;
  transition: .8s cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (max-width:47.96875em) {
  .cubes__row {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:48em) {
  .cubes__row:nth-child(odd) .cubes__content {
    -webkit-order: 1;
    order: 1
  }

  .cubes__row:nth-child(odd) .cubes__image {
    -webkit-order: 2;
    order: 2
  }

  .cubes--inverse .cubes__row:nth-child(odd) .cubes__content {
    -webkit-order: 2;
    order: 2
  }

  .cubes--inverse .cubes__row:nth-child(odd) .cubes__image {
    -webkit-order: 1;
    order: 1
  }

  .cubes__row:nth-child(even) .cubes__content {
    -webkit-order: 2;
    order: 2
  }

  .cubes__row:nth-child(even) .cubes__image {
    -webkit-order: 1;
    order: 1
  }

  .cubes--inverse .cubes__row:nth-child(even) .cubes__content {
    -webkit-order: 1;
    order: 1
  }

  .cubes--inverse .cubes__row:nth-child(even) .cubes__image {
    -webkit-order: 2;
    order: 2
  }

  .cubes__row.is--out-view {
    opacity: 0
  }

  .cubes__row.is--out-view:nth-child(odd) .cubes__inner {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  .cubes__row.is--out-view:nth-child(even) .cubes__inner {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  .cubes--inverse .cubes__row.is--out-view:nth-child(odd) .cubes__inner {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  .cubes--inverse .cubes__row.is--out-view:nth-child(even) .cubes__inner {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }
}

@media only screen and (max-width:47.96875em) {

  .cubes__content,
  .cubes__image {
    width: 100%
  }
}

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

  .cubes__content,
  .cubes__image {
    width: 50%;
    position: relative
  }
}

.cubes__image {
  overflow: hidden
}

@media only screen and (max-width:47.96875em) {
  .cubes__image {
    -webkit-order: 2;
    order: 2
  }

  .cubes__image figure {
    display: block
  }

  .cubes__image figure.no-mask {
    display: none
  }
}

@media only screen and (min-width:48em) {
  .cubes__image figure {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover
  }

  .cubes__image figure img {
    transition: .4s cubic-bezier(.455, .03, .515, .955)
  }

  .cubes__image:after {
    content: '';
    display: block;
    padding-bottom: 70%
  }
}

@media (min-width:1025px) {
  .cubes__image figure.no-mask img {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  @supports (mask-position:0% 0) {
    .cubes__image figure.has-mask {
      -webkit-mask: url(https://resource.ohmvehicles.com/diagonal-mask-inversed.png);
      mask: url(https://resource.ohmvehicles.com/diagonal-mask-inversed.png);
      -webkit-mask-size: cover;
      mask-size: cover;
      -webkit-animation-name: animationDiagonalImageShowBack;
      animation-name: animationDiagonalImageShowBack;
      -webkit-animation-duration: .4s;
      animation-duration: .4s;
      -webkit-animation-timing-function: steps(59);
      animation-timing-function: steps(59);
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards
    }
  }

  @supports not (mask-position:0% 0) {
    .cubes__image figure.has-mask {
      opacity: 0;
      transition: opacity .4s cubic-bezier(.455, .03, .515, .955)
    }
  }

  .cubes__image figure.has-mask img {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  .cubes__image.hover .no-mask img,
  .cubes__image:hover .no-mask img {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  @supports (mask-position:0% 0) {

    .cubes__image.hover .has-mask,
    .cubes__image:hover .has-mask {
      -webkit-animation-name: animationDiagonalImageShow;
      animation-name: animationDiagonalImageShow;
      -webkit-animation-duration: .4s;
      animation-duration: .4s;
      -webkit-animation-timing-function: steps(59);
      animation-timing-function: steps(59);
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards
    }
  }

  @supports not (mask-position:0% 0) {

    .cubes__image.hover .has-mask,
    .cubes__image:hover .has-mask {
      opacity: 1
    }
  }

  .cubes__image.hover .has-mask img,
  .cubes__image:hover .has-mask img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .4s cubic-bezier(.455, .03, .515, .955)
  }
}

.cubes__content {
  background: var(--theme-color-cube-bg);
  position: relative
}

.cubes__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(to right, #dce3e7, #f3f5f7)
}

@media only screen and (max-width:47.96875em) {
  .cubes__content {
    -webkit-order: 1;
    order: 1
  }
}

@media only screen and (min-width:48em) {
  .cubes__content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
  }
}

.cubes__inner {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .8s cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (max-width:47.96875em) {
  .cubes__inner {
    padding: 5rem 3.5rem
  }
}

@media only screen and (min-width:48em) {
  .cubes__inner {
    max-width: 600px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 70px;
    padding-left: 70px
  }
}

@media only screen and (min-width:48em) and (min-width:768px) {
  .cubes__inner {
    padding-top: calc(70px + 30 * (100vw - 768px)/ 472)
  }
}

@media only screen and (min-width:48em) and (min-width:1240px) {
  .cubes__inner {
    padding-top: 100px
  }
}

@media only screen and (min-width:48em) and (min-width:768px) {
  .cubes__inner {
    padding-bottom: calc(70px + 30 * (100vw - 768px)/ 472)
  }
}

@media only screen and (min-width:48em) and (min-width:1240px) {
  .cubes__inner {
    padding-bottom: 100px
  }
}

@media only screen and (min-width:48em) and (min-width:768px) {
  .cubes__inner {
    padding-right: calc(70px + 30 * (100vw - 768px)/ 472)
  }
}

@media only screen and (min-width:48em) and (min-width:1240px) {
  .cubes__inner {
    padding-right: 100px
  }
}

@media only screen and (min-width:48em) and (min-width:768px) {
  .cubes__inner {
    padding-left: calc(70px + 30 * (100vw - 768px)/ 472)
  }
}

@media only screen and (min-width:48em) and (min-width:1240px) {
  .cubes__inner {
    padding-left: 100px
  }
}

.cubes__title {
  margin-bottom: 2rem
}

.cubes__action {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.c-custom-links {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

@media only screen and (min-width:48em) {
  .c-custom-links {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.c-custom-links-card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: var(--theme-border-radius);
  overflow: hidden;
  -webkit-flex: 1;
  flex: 1;
  background-color: var(--theme-color-product-card-bg)
}

.custom-links-card__header {
  padding: 20px;
  background-color: var(--theme-color-order-card-header-bg)
}

.custom-links-card__title {
  font-weight: 700;
  color: var(--theme-color-text-dark);
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  width: 100%
}

.custom-links-card__links {
  width: 100%;
  min-height: 100%;
  padding: 20px;
  background-color: var(--theme-color-product-card-bg);
  list-style: none
}

.custom-links-card__link {
  min-width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color
}

.custom-links-card__link svg {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  width: auto;
  height: auto
}

html:not(.is-touch) .custom-links-card__link:focus svg,
html:not(.is-touch) .custom-links-card__link:hover svg {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

.custom-links-card__link:last-child {
  margin-bottom: 0
}

.c-disclaimer {
  position: relative;
  background: var(--theme-color-disclaimer-bg);
  color: var(--theme-color-disclaimer-text);
  padding-left: 3.5rem;
  padding-right: 3.5rem
}

@media only screen and (min-width:30em) {
  .c-disclaimer {
    padding-left: 5rem;
    padding-right: 5rem
  }
}

@media only screen and (min-width:48em) {
  .c-disclaimer {
    padding-left: 0;
    padding-right: 0;
    height: 80px
  }
}

.disclaimer__content {
  height: inherit;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:48em) {
  .disclaimer__content {
    height: inherit;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
  }
}

.disclaimer__logo {
  position: relative;
  height: 100%;
  background: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 2rem;
  margin-left: 1.5rem
}

[dir=rtl] .disclaimer__logo {
  margin-left: 5rem
}

@media only screen and (max-width:47.96875em) {
  [dir=rtl] .disclaimer__logo {
    margin-left: 2rem;
    position: absolute;
    left: 1rem
  }
}

.disclaimer__logo::after {
  content: '';
  border-right: 1px solid var(--theme-color-disclaimer-text);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
  height: 100%;
  width: 100px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0
}

[dir=rtl] .disclaimer__logo::after {
  right: inherit;
  left: 0;
  border-right: 0;
  border-left: 1px solid var(--theme-color-disclaimer-text);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg)
}

.disclaimer__logo svg {
  fill: var(--theme-color-disclaimer-text);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  transition: none;
  width: 80px;
  height: 40px
}

.disclaimer__logo svg path {
  fill: var(--theme-color-disclaimer-text);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.disclaimer__logo svg path {
  transition: none
}

@media only screen and (max-width:47.96875em) {
  .disclaimer__logo {
    height: 56px;
    width: 80px;
    padding: 0;
    margin: 0
  }

  .disclaimer__logo::after {
    display: none
  }
}

@media only screen and (max-width:47.96875em) {
  [dir=rtl] .disclaimer__nav {
    display: block;
    margin-left: 0;
    margin-top: 6rem
  }
}

@media only screen and (min-width:48em) {
  .disclaimer__nav {
    margin-left: 7rem
  }

  [dir=rtl] .disclaimer__nav {
    margin-right: 7rem;
    margin-left: 0
  }
}

.disclaimer__nav-list {
  list-style: none;
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:47.96875em) {
  .disclaimer__nav-list {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 2rem 0
  }
}

@media only screen and (min-width:48em) {
  .disclaimer__nav-list {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    height: 100%
  }
}

@media only screen and (min-width:48em) {
  .disclaimer__nav-list-item {
    padding: 0 2rem
  }
}

.disclaimer__nav-list-link {
  color: var(--theme-color-disclaimer-text)
}

html:not(.is-touch) .disclaimer__nav-list-link:focus,
html:not(.is-touch) .disclaimer__nav-list-link:hover {
  color: var(--theme-color-disclaimer-text-hover)
}

.disclaimer__nav-list-label {
  display: block;
  font-size: var(--theme-color-disclaimer-font-size);
  text-transform: var(--theme-color-disclaimer-font-transform);
  line-height: 1.8;
  transition: color .3s cubic-bezier(.455, .03, .515, .955)
}

a:hover .disclaimer__nav-list-label {
  color: var(--theme-color-disclaimer-text-hover)
}

[dir=rtl] .disclaimer__nav-list-label {
  font-size: 1.3rem
}

.disclaimer__anniversary svg path {
  fill: var(--theme-color-disclaimer-text)
}

@media only screen and (max-width:47.96875em) {
  .disclaimer__anniversary {
    position: absolute;
    right: 2rem;
    top: 1.5rem
  }

  .disclaimer__anniversary svg {
    height: 4rem;
    width: 6.2rem
  }
}

@media only screen and (min-width:48em) {
  .disclaimer__anniversary {
    margin-left: auto;
    margin-right: 2rem
  }

  .disclaimer__anniversary svg {
    height: 5rem;
    width: 8rem
  }
}

.c-display {
  position: relative;
  background-color: #f3f5f7
}

@media only screen and (min-width:90em) {
  .c-display {
    background-color: #fff
  }
}

.c-display::after {
  content: '';
  height: 100%;
  width: 100vw;
  background-color: #f3f5f7;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0)
}

[dir=rtl] .c-display::after {
  left: 0
}

@media only screen and (min-width:90em) {
  .c-display::after {
    background-color: #fff
  }
}

@media only screen and (min-width:48em) {
  .c-display {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
    width: calc(100% + 100px) !important
  }

  .c-display::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f3f5f7;
    -webkit-transform: skewX(-30deg) translate3d(-50%, 0, 0);
    transform: skewX(-30deg) translate3d(-50%, 0, 0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }
}

@media only screen and (min-width:48em) and (min-width:90em) {
  .c-display::before {
    background-color: #fff
  }

  .u-background--grey .c-display::before {
    background-color: #f3f5f7
  }
}

.display__content {
  padding: 5rem 0 2.5rem;
  position: relative;
  z-index: 2;
  max-width: 800px
}

@media only screen and (min-width:64em) {
  .display__content {
    padding: 7.5rem 0 5rem
  }

  [dir=rtl] .display__content {
    right: 50%
  }
}

@media only screen and (min-width:77.5em) {
  .display__content {
    padding: 10rem 0 5rem
  }
}

@media only screen and (min-width:90em) {
  .display__content {
    padding-right: 5rem;
    width: 50%
  }
}

.display--is-header .display__content {
  padding-top: 70px;
  padding-bottom: 0
}

@media screen and (min-width:480px) {
  .display--is-header .display__content {
    padding-top: calc(70px + 80 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .display--is-header .display__content {
    padding-top: 150px
  }
}

.display__tag {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase
}

@media screen and (min-width:480px) {
  .display__tag {
    font-size: calc(32px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .display__tag {
    font-size: 40px
  }
}

.display__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h1);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h1-letter-spacing);
  display: block;
  margin-bottom: 2rem
}

@media screen and (min-width:480px) {
  .display__title {
    font-size: calc(32px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .display__title {
    font-size: 60px
  }
}

@media only screen and (min-width:48em) {
  .display__title {
    width: 120%
  }
}

@media only screen and (min-width:64em) {
  .display__title {
    width: 110%
  }
}

.display__body {
  margin-bottom: 3rem
}

.display__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  display: none
}

@media only screen and (min-width:90em) {
  .display__image {
    display: block
  }
}

.display__breadcrumb {
  position: absolute;
  top: 30px;
  z-index: 4
}

@media screen and (min-width:480px) {
  .display__breadcrumb {
    top: calc(30px + 10 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .display__breadcrumb {
    top: 40px
  }
}

.display__actions {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:47.96875em) {
  .display__actions {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

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

  .display__cta,
  .display__more-info {
    margin-left: 5rem
  }
}

.c-display-carousel {
  position: relative;
  background: #fff;
  display: -webkit-flex;
  display: flex
}

@media only screen and (min-width:90em) {
  .c-display-carousel {
    min-height: calc(100vw / 3)
  }
}

.c-display-carousel::after {
  content: '';
  height: 100%;
  width: 100vw;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0)
}

[dir=rtl] .c-display-carousel::after {
  right: 50%;
  left: inherit;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0)
}

@media only screen and (min-width:48em) {
  .c-display-carousel {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
    width: calc(100% + 100px) !important
  }

  .c-display-carousel::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: skewX(-30deg) translate3d(-50%, 0, 0);
    transform: skewX(-30deg) translate3d(-50%, 0, 0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
  }

  [dir=rtl] .c-display-carousel::before {
    right: 0;
    left: inherit;
    -webkit-transform: skewX(-30deg) translate3d(50%, 0, 0);
    transform: skewX(-30deg) translate3d(50%, 0, 0);
    -webkit-transform-origin: right top;
    transform-origin: right top
  }
}

.c-display-carousel--inverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.c-display-carousel--inverse::after {
  right: 50%;
  left: inherit;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0)
}

@media only screen and (min-width:48em) {
  .c-display-carousel--inverse::before {
    right: 0;
    left: inherit;
    -webkit-transform: skewX(-30deg) translate3d(50%, 0, 0);
    transform: skewX(-30deg) translate3d(50%, 0, 0);
    -webkit-transform-origin: right top;
    transform-origin: right top
  }
}

.display-carousel__navigation {
  margin-bottom: 2rem
}

@media only screen and (min-width:90em) {
  .display-carousel__navigation {
    margin-bottom: 4rem
  }
}

.display-carousel__navigation-list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row
}

@media only screen and (max-width:63.96875em) {
  .display-carousel__navigation-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .display-carousel__navigation-list {
    width: 170%
  }
}

@media only screen and (min-width:64em) {
  .display-carousel__navigation-list {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.display-carousel__navigation-item {
  margin-bottom: 1rem;
  margin-right: 1rem;
  position: relative;
  padding-right: 1rem
}

.display-carousel__navigation-item::after {
  content: '';
  height: 100%;
  width: 1px;
  display: block;
  background: #c5d0d8;
  position: absolute;
  right: .5rem;
  top: 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: skewX(-30deg) translate3d(0, -50%, 0);
  transform: skewX(-30deg) translate3d(0, -50%, 0)
}

.display-carousel__navigation-item:last-child:after {
  display: none
}

@media only screen and (min-width:64em) {
  .display-carousel__navigation-item {
    padding-right: 2rem
  }

  .display-carousel__navigation-item::after {
    right: 1rem
  }
}

@media only screen and (min-width:90em) {
  .display-carousel__navigation-item {
    padding-right: 3rem
  }

  .display-carousel__navigation-item::after {
    right: 1.5rem
  }
}

.display-carousel__navigation-button {
  transition: color .2s cubic-bezier(.455, .03, .515, .955)
}

html:not(.is-touch) .display-carousel__navigation-button:focus,
html:not(.is-touch) .display-carousel__navigation-button:hover {
  color: var(--theme-color-dc-button-hover)
}

.display-carousel__navigation-button.is--active {
  color: var(--theme-color-dc-button-active);
  font-weight: 500
}

@media only screen and (min-width:64em) {
  .display-carousel__navigation-button {
    white-space: nowrap
  }
}

.display-carousel__content {
  position: relative;
  z-index: 2;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center
}

@media only screen and (max-width:47.96875em) {
  .display-carousel__content {
    width: 100%;
    padding: 5rem 2rem 5rem 0
  }
}

@media only screen and (min-width:48em) {
  .display-carousel__content {
    width: 50%;
    padding: 5rem 2rem 7rem 0
  }

  .c-display-carousel--inverse .display-carousel__content {
    padding: 5rem 0 7rem 2rem
  }
}

@media only screen and (min-width:64em) {
  .display-carousel__content {
    padding: 7.5rem 3.5rem 10rem 0
  }

  .c-display-carousel--inverse .display-carousel__content {
    padding: 7.5rem 0 10rem 3.5rem
  }
}

@media only screen and (min-width:77.5em) {
  .display-carousel__content {
    padding: 10rem 5rem 12rem 0
  }

  .display-carousel__content .c-display-carousel--inverse {
    padding: 10rem 0 12rem 5rem
  }
}

.display--is-header .display-carousel__content {
  padding-top: 70px
}

@media screen and (min-width:480px) {
  .display--is-header .display-carousel__content {
    padding-top: calc(70px + 80 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .display--is-header .display-carousel__content {
    padding-top: 150px
  }
}

.display-carousel__body-container {
  position: relative;
  transition: height .2s cubic-bezier(.455, .03, .515, .955)
}

.display-carousel__body {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955)
}

.display-carousel__body.is--active {
  opacity: 1;
  pointer-events: auto
}

@media only screen and (min-width:77.5em) {
  .display-carousel__body {
    padding-right: 10rem
  }

  [dir=rtl] .display-carousel__body {
    padding-right: 0;
    padding-left: 10rem
  }
}

.display-carousel__image-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  overflow: hidden
}

@media only screen and (max-width:47.96875em) {
  .display-carousel__image-container {
    display: none
  }
}

.c-display-carousel--inverse .display-carousel__image-container {
  right: 50%;
  left: inherit
}

[dir=rtl] .display-carousel__image-container {
  right: 50%;
  left: inherit
}

.display-carousel__image {
  position: absolute;
  height: 100%;
  width: 100%
}

@supports (mask-position:0% 0) {
  .display-carousel__image {
    z-index: 3
  }
}

@supports not (mask-position:0% 0) {
  .display-carousel__image {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.455, .03, .515, .955)
  }
}

@supports (mask-position:0% 0) {
  .display-carousel__image.is--active {
    z-index: 5;
    -webkit-mask: url(https://resource.ohmvehicles.com/diagonal-mask-inversed.png);
    mask: url(https://resource.ohmvehicles.com/diagonal-mask-inversed.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-animation-name: animationDiagonalImageShow;
    animation-name: animationDiagonalImageShow;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: steps(59);
    animation-timing-function: steps(59);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
}

@supports not (mask-position:0% 0) {
  .display-carousel__image.is--active {
    opacity: 1
  }
}

@supports (mask-position:0% 0) {
  .display-carousel__image.is--in-between {
    z-index: 4
  }
}

.display-carousel__breadcrumb {
  position: absolute;
  top: 30px;
  z-index: 10
}

@media screen and (min-width:480px) {
  .display-carousel__breadcrumb {
    top: calc(30px + 10 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .display-carousel__breadcrumb {
    top: 40px
  }
}

.display-carousel__tag {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase
}

.display-carousel__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h1);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h1-letter-spacing);
  display: block;
  margin-bottom: 2rem
}

@media screen and (min-width:480px) {
  .display-carousel__title {
    font-size: calc(32px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .display-carousel__title {
    font-size: 60px
  }
}

@media only screen and (min-width:48em) {
  .display-carousel__title {
    width: 120%
  }
}

@media only screen and (min-width:64em) {
  .display-carousel__title {
    width: 110%
  }
}

.c-download {
  position: relative;
  z-index: 2
}

.download__title {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: var(--theme-color-text-dark);
  margin-bottom: 2rem
}

.download__body {
  color: var(--theme-color-text);
  margin-bottom: 3rem
}

@media only screen and (min-width:48em) {
  .download__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.download__file {
  text-decoration: none;
  padding: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: 100%;
  background-color: var(--theme-color-download-file-bg);
  border-radius: var(--theme-border-radius)
}

.download__file:not(:last-child) {
  margin-bottom: 10px
}

html:not(.is-touch) .download__file:focus .download__file-name,
html:not(.is-touch) .download__file:hover .download__file-name {
  color: var(--theme-color-download-file-hover)
}

.download__file-icon {
  width: 75px;
  height: 75px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--theme-color-download-file-img-bg)
}

@media only screen and (max-width:29.96875em) {
  .download__file-icon {
    width: 50px;
    height: 50px
  }
}

.download__file-icon svg {
  width: 65%;
  height: 65%
}

.download__file-name {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-color-download-file-text);
  transition: color .2s cubic-bezier(.455, .03, .515, .955)
}

.download__file-data {
  display: block;
  color: var(--theme-color-download-file-data)
}

.download__file-download {
  display: none;
  color: var(--theme-color-download-file-download)
}

.download__file-cta-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  padding-right: 10px
}

.download__file-cta-wrapper svg {
  width: auto;
  height: auto
}

.download__file-cta-icon {
  display: block;
  line-height: 0
}

@media only screen and (max-width:29.96875em) {
  .download__file-cta-icon--slash {
    display: none
  }
}

.c-download-center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.c-download-center .c-form {
  margin-top: 0;
  padding-bottom: 0
}

.c-download-center .modal__container {
  width: 100%
}

@media only screen and (min-width:48em) {
  .c-download-center .modal__container {
    width: 75%
  }
}

@media only screen and (min-width:64em) {
  .c-download-center .modal__container {
    width: 50%
  }
}

@media only screen and (min-width:77.5em) {
  .c-download-center .modal__container {
    width: 40%
  }
}

.download-center__notifications-manager-button {
  margin: 30px auto 40px 0;
  width: -webkit-fit-content;
  width: fit-content
}

.download-center__title {
  font-size: 24px;
  margin-bottom: 20px
}

@media screen and (min-width:480px) {
  .download-center__title {
    font-size: calc(24px + 16 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .download-center__title {
    font-size: 40px
  }
}

@media only screen and (min-width:64em) {
  .download-center__title {
    margin-bottom: 30px
  }
}

.download-center__form.c-form {
  margin-top: 0;
  padding-bottom: 0
}

.download-center__form {
  margin-bottom: 20px
}

.download-center__form.c-form {
  margin-top: 0;
  padding-bottom: 0
}

.download-center__form:not(.download-center__form--order-status) label,
.download-center__form:not(.variant--notifications) .download-center__form label {
  display: none
}

.download-center__form-search-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  position: relative
}

@media only screen and (min-width:64em) {
  .download-center__form-search-row {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }

  .download-center__form-search-row .download-center__form-search-input {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    width: 75%
  }

  .download-center__form-search-row .download-center__form-search-select {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 25%
  }
}

.download-center__form-search-row .form__item {
  margin-bottom: 10px
}

@media only screen and (min-width:64em) {
  .download-center__form-search-row .form__item {
    margin-bottom: 0
  }

  .download-center__form--order-status .download-center__form-search-row .form__item {
    width: calc(50% - 20px - 39px)
  }

  .download-center__form-search-row .form__item:not(:last-child) {
    margin-right: 20px
  }
}

.download-center__form-search-row .download-center__form-search-input--error {
  border: 1px solid #e33439;
  border-right-width: 1px !important
}

.download-center__form-search-row .download-center__form-search--error-message {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  margin-bottom: -30px;
  color: #e33439;
  font-size: 1.4rem;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955)
}

.download-center__form-search-row--error {
  margin-bottom: 40px;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.download-center__form-search-row--error .download-center__form-search--error-message {
  display: block;
  opacity: 1
}

.download-center__form-submit {
  width: var(--theme-input-height);
  height: var(--theme-input-height)
}

.download-center__form-select-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 20px
}

.download-center__form-select-row .form__item {
  margin-bottom: 10px;
  -webkit-flex: 1;
  flex: 1
}

@media only screen and (min-width:64em) {
  .download-center__form-select-row .form__item {
    -webkit-flex-basis: calc(33% - (20px / 2));
    flex-basis: calc(33% - (20px / 2));
    margin-bottom: 20px
  }

  .download-center__form-select-row .form__item:not(:last-child) {
    margin-right: 20px
  }
}

.download-center__form-select-row label {
  display: block;
  color: var(--theme-color-form-label);
  font-weight: var(--theme-form-label-weight)
}

@media only screen and (min-width:64em) {
  .download-center__form-select-row {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.download-center__results {
  padding-top: 20px;
  margin-bottom: 60px
}

.download-center__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px
}

.download-center__header .download-center__header-title {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  font-size: 1.6rem;
  color: var(--theme-color-form-label)
}

.download-center__header-interact {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: var(--theme-color-link);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  text-decoration: none;
  text-transform: uppercase
}

.download-center__header-interact svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.4rem
}

.download-center__header-interact svg path {
  fill: var(--theme-color-headings-light)
}

@media only screen and (min-width:48em) {
  .download-center__modal-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.download-center__modal-container ol,
.download-center__modal-container ul {
  margin: 0 0 1em 1.5rem
}

.download-center__results-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (min-width:64em) {
  .download-center__results-grid {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

@media only screen and (min-width:48em) {
  .download-center__results-grid--my-products {
    margin-left: -10px;
    margin-right: -10px
  }
}

.download-center__results-grid--my-products .c-my-product-card {
  width: 100%;
  margin-bottom: 20px
}

@media only screen and (min-width:48em) {
  .download-center__results-grid--my-products .c-my-product-card {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px
  }
}

@media only screen and (min-width:90em) {
  .download-center__results-grid--my-products .c-my-product-card {
    width: calc(33.33% - 20px)
  }
}

.download-center__results-grid--parts-by-serial {
  display: block
}

.download-center__quick-filter {
  -webkit-align-self: self-start;
  -ms-grid-row-align: self-start;
  align-self: self-start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 30px;
  border-radius: var(--theme-border-radius);
  overflow: hidden
}

@media only screen and (min-width:48em) {
  .download-center__quick-filter {
    -webkit-flex-basis: calc(50% - (20px / 2));
    flex-basis: calc(50% - (20px / 2))
  }
}

@media only screen and (min-width:64em) {
  .download-center__quick-filter {
    -webkit-flex-basis: calc(33% - (20px / 2) - 1px);
    flex-basis: calc(33% - (20px / 2) - 1px);
    margin-right: 20px
  }

  .download-center__quick-filter:nth-child(3n) {
    margin-right: 0
  }
}

.download-center__quick-filter-title {
  background-color: var(--theme-color-quick-filter-title-bg);
  padding: 15px;
  font-size: 1.6rem;
  font-weight: var(--theme-form-label-weight);
  text-align: left;
  color: var(--theme-color-quick-filter-title-text);
  -webkit-flex-grow: 1;
  flex-grow: 1
}

.download-center__quick-filter-toggle {
  color: var(--theme-color-headings);
  background-color: var(--theme-color-quick-filter-toggle-bg);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: background-color, color;
  position: relative;
  z-index: 2
}

html:not(.is-touch) .download-center__quick-filter-toggle:hover {
  background-color: var(--theme-color-quick-filter-toggle-bg-hover)
}

html:not(.is-touch) .download-center__quick-filter-toggle:hover .download-center__quick-filter-toggle-icon {
  background-color: var(--theme-color-quick-filter-toggle-bg-hover)
}

.download-center__quick-filter-toggle.toggle--is-active .download-center__quick-filter-toggle-label {
  color: var(--theme-color-quick-filter-toggle-text-active)
}

.download-center__quick-filter-toggle.toggle--is-active svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.download-center__quick-filter-toggle-label {
  padding: 15px;
  color: var(--theme-color-quick-filter-toggle-text)
}

.download-center__quick-filter-toggle-icon {
  padding: 15px;
  background-color: var(--theme-color-quick-filter-toggle-icon-bg);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: background-color, color
}

.download-center__quick-filter-toggle-icon svg {
  width: 11px;
  height: 16px;
  position: relative;
  z-index: 2;
  transition: -webkit-transform .3s cubic-bezier(.455, .03, .515, .955);
  transition: transform .3s cubic-bezier(.455, .03, .515, .955);
  transition: transform .3s cubic-bezier(.455, .03, .515, .955), -webkit-transform .3s cubic-bezier(.455, .03, .515, .955)
}

.download-center__quick-filter-buttons {
  list-style: none;
  color: var(--theme-color-quick-filter-buttons-text);
  background-color: var(--theme-color-quick-filter-buttons-bg);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .3s cubic-bezier(.455, .03, .515, .955), opacity 0s ease .3s
}

.download-center__quick-filter-toggle.toggle--is-active+.download-center__quick-filter-buttons {
  opacity: 1;
  max-height: 250px;
  transition: max-height .3s cubic-bezier(.455, .03, .515, .955)
}

.download-center__quick-filter-buttons-item:first-child {
  margin-top: 10px
}

.download-center__quick-filter-buttons-item:last-child {
  margin-bottom: 10px
}

.download-center__quick-filter-button {
  padding: 10px 15px;
  color: var(--theme-color-quick-filter-buttons-text);
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  transition: color .2s cubic-bezier(.455, .03, .515, .955)
}

html:not(.is-touch) .download-center__quick-filter-button:hover {
  color: var(--theme-color-quick-filter-buttons-text-hover)
}

.download-center__quick-filter-button svg {
  margin-left: 10px
}

.download-center__image {
  display: block;
  padding-top: 56.25%
}

.download-center__image .image__image {
  position: absolute;
  inset: 0;
  object-fit: cover
}

.download-center__no-results-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px
}

.download-center__no-results-buttons .c-button {
  color: var(--theme-color-link);
  min-height: -webkit-fit-content;
  min-height: fit-content;
  padding: 0;
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size)
}

.download-center__no-results-buttons .c-button svg {
  width: auto;
  height: auto
}

.download-center__no-results-buttons .c-button .button__icon path {
  fill: var(--theme-color-headings-light)
}

.download-center__no-results {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 50px 20px;
  background-color: #fff;
  z-index: 2
}

.download-center__no-results .download-center__no-results-title {
  margin-bottom: 10px
}

.download-center__no-results .download-center__no-results-text {
  margin-bottom: 40px
}

.download-center__no-results .download-center__no-results-list {
  margin: auto 30px;
  margin-bottom: 40px
}

.download-center__no-results .download-center__no-results-list li {
  list-style-type: square
}

.download-center__no-results svg {
  width: 150px;
  height: 195px
}

.download-center__result-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none
}

.download-center__result-wrapper+.download-center__result-wrapper {
  margin-top: 10px
}

.download-center__result {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: var(--theme-border-radius)
}

@media only screen and (min-width:48em) {
  .download-center__result {
    padding: 15px
  }
}

.download-center__result-image {
  margin-bottom: 10px;
  border-radius: var(--theme-border-radius-xsmall);
  overflow: hidden
}

@media only screen and (min-width:48em) {
  .download-center__result-image {
    margin-bottom: 0;
    margin-right: 10px;
    width: 150px
  }
}

.download-center__result-icon svg {
  width: 4.8rem;
  height: 4.8rem
}

@media only screen and (min-width:48em) {
  .download-center__result-icon {
    padding: .5rem
  }
}

.download-center__result-flag {
  width: 4rem
}

.download-center__result-flag svg {
  width: 4rem
}

@media only screen and (max-width:63.96875em) {
  .download-center__result-flag {
    margin-right: 10px
  }
}

.download-center__result-content {
  display: block;
  margin-left: 5px;
  overflow: hidden;
  -webkit-flex: 1;
  flex: 1
}

@media only screen and (min-width:48em) {
  .download-center__result-content {
    margin-left: 20px
  }
}

.download-center__result-props {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media only screen and (min-width:48em) {
  .download-center__result-props {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
  }
}

.download-center__result-inactive {
  margin: 5px 0;
  padding: 5px 10px;
  background-color: var(--theme-color-link);
  color: #fff;
  font-size: 1.2rem;
  font-weight: var(--theme-form-label-weight);
  text-transform: var(--theme-text-transform-headings)
}

@media only screen and (min-width:48em) {
  .download-center__result-inactive {
    margin-left: 20px;
    margin-right: 20px
  }
}

.download-center__result-title {
  width: 90%;
  color: var(--theme-color-headings);
  font-weight: var(--theme-button-font-weight);
  text-transform: var(--theme-text-transform-headings);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none
}

@media only screen and (min-width:30em) {
  .download-center__result-title {
    width: 100%
  }
}

@media only screen and (min-width:48em) {
  .download-center__result-values {
    padding-right: 10px
  }
}

.download-center__result-value {
  color: var(--theme-color-headings2);
  text-transform: var(--theme-text-transform-headings);
  margin-right: 10px
}

@media only screen and (max-width:29.96875em) {
  .download-center__result-value:last-child {
    display: none
  }
}

.download-center__result-value--project {
  text-transform: none;
  color: var(--theme-color-headings);
  font-weight: 700;
  margin-right: 0
}

@media only screen and (max-width:47.96875em) {
  .download-center__result-value--project {
    display: block
  }
}

@media only screen and (min-width:48em) {
  .download-center__result-value--project {
    margin-right: 20px
  }
}

.download-center__result-value--location {
  color: var(--theme-color-headings2)
}

@media only screen and (max-width:47.96875em) {
  .download-center__result-value--location {
    display: none
  }
}

.download-center__result-buttons {
  display: none;
  margin-left: auto
}

@media only screen and (min-width:48em) {
  .download-center__result-buttons {
    display: -webkit-flex;
    display: flex
  }
}

@media only screen and (min-width:77.5em) {
  .download-center__result-buttons {
    margin-right: -15px
  }
}

.download-center__result-buttons--library {
  display: block
}

.download-center__result-buttons--customer-profile {
  display: -webkit-flex;
  display: flex;
  margin-right: 0
}

.download-center__results-button-download {
  margin-left: 10px
}

.download-center__results-button-link--mobile {
  margin-right: -15px
}

.download-center__results-button-link--mobile path,
.download-center__results-button-link--mobile svg {
  fill: #fff
}

@media only screen and (min-width:77.5em) {
  .download-center__results-button-link--mobile {
    display: none
  }
}

.download-center__results-button-link--desktop {
  display: none
}

@media only screen and (min-width:77.5em) {
  .download-center__results-button-link--desktop {
    display: -webkit-flex;
    display: flex;
    padding: .7rem 2.5rem
  }

  .download-center__results-button-link--desktop path,
  .download-center__results-button-link--desktop svg {
    fill: #fff
  }
}

.download-center__result-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0
}

.download-center__result-link svg {
  width: 65px;
  height: 75px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

@media only screen and (min-width:64em) {
  .download-center__result-link svg {
    width: 100px
  }
}

.download-center__result-link-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 10px 10px 10px 20px
}

.download-center__result-link-content h3 {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: var(--theme-color-link)
}

.download-center__result-link-content span {
  color: var(--theme-color-headings2)
}

.download-center__product-link {
  color: var(--theme-color-headings2);
  font-weight: 400;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.download-center__product-link svg path {
  fill: currentColor
}

.download-center__parts-by-serial-quick-links {
  margin-top: 20px
}

.download-center__parts-by-serial-quick-links .quick-links__link--full .quick-links__button {
  max-width: 150px
}

.edit-profile__header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px
}

@media only screen and (min-width:48em) {
  .edit-profile__header {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.edit-profile__title {
  margin-bottom: 20px
}

.edit-profile__switch {
  position: relative;
  width: 13rem;
  height: 4rem;
  background-color: transparent;
  border-radius: 25px;
  cursor: pointer;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.edit-profile__switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.edit-profile__switch-label {
  position: relative;
  display: block;
  width: 100%;
  height: inherit;
  font-size: var(--theme-font-size-body);
  font-weight: 700;
  text-transform: uppercase;
  background: var(--theme-color-switch-bg);
  border-radius: inherit;
  transition: inherit
}

.edit-profile__switch-label:after,
.edit-profile__switch-label:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: inherit
}

.edit-profile__switch-label:before {
  content: attr(data-inactive);
  right: 15px;
  color: #fff
}

.edit-profile__switch-label:after {
  content: attr(data-active);
  left: 15px;
  color: #fff;
  opacity: 0
}

.edit-profile__switch-input:checked~.edit-profile__switch-label {
  background: var(--theme-color-switch-active-bg);
  transition: inherit
}

.edit-profile__switch-input:checked~.edit-profile__switch-label:before {
  opacity: 0;
  transition: inherit
}

.edit-profile__switch-input:checked~.edit-profile__switch-label:after {
  opacity: 1;
  transition: inherit
}

.edit-profile__switch-handle {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  transition: inherit
}

.edit-profile__switch-input:checked~.edit-profile__switch-handle {
  left: calc(100% - 30px);
  transition: inherit
}

.edit-profile__form {
  margin-top: 0 !important
}

.edit-profile__legend {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 20px
}

@media only screen and (min-width:48em) {
  .edit-profile__fieldset {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .edit-profile__fieldset .form__width--sm {
    width: calc(33% - 20px)
  }

  .edit-profile__fieldset .form__width--md {
    width: calc(40% - 20px)
  }

  .edit-profile__fieldset .form__width--lg {
    width: calc(50% - 20px)
  }

  .edit-profile__fieldset .form__width--xlg {
    width: calc(60% - 20px)
  }

  .edit-profile__fieldset .form__width--xxlg {
    width: calc(66% - 20px)
  }
}

.edit-profile__fieldset+.edit-profile__fieldset {
  margin-top: 30px
}

.edit-profile__input {
  padding: 10px 0 !important
}

.edit-profile__reset {
  margin-top: 10px !important;
  padding: 10px 0 !important;
  width: 100%
}

@media only screen and (max-width:47.96875em) {
  .edit-profile__reset {
    max-width: -webkit-fit-content;
    max-width: fit-content
  }
}

@media only screen and (min-width:48em) {
  .edit-profile__reset {
    margin-top: auto !important
  }
}

.edit-profile__reset-button {
  width: 100%;
  height: var(--theme-input-height);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-color: transparent;
  color: var(--theme-color-link);
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size);
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (max-width:47.96875em) {
  .edit-profile__reset-button {
    height: auto
  }
}

html:not(.is-touch) .edit-profile__reset-button:focus,
html:not(.is-touch) .edit-profile__reset-button:hover {
  color: var(--theme-color-link-hover)
}

.edit-profile__order-status-toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.edit-profile__switch-order-status {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px
}

.edit-profile__discount {
  gap: 10px;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex
}

@media screen and (min-width:480px) {
  .edit-profile__discount {
    gap: calc(10px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .edit-profile__discount {
    gap: 50px
  }
}

.edit-profile__subtitle {
  color: var(--theme-color-form-label);
  font-weight: var(--theme-form-label-weight);
  text-transform: var(--theme-form-label-transform);
  font-size: var(--theme-form-label-font-size)
}

.edit-profile__subtitle.is--centered {
  display: block;
  text-align: center
}

.edit-profile__discount-subtitle {
  white-space: nowrap;
  height: 30px
}

@media only screen and (max-width:63.96875em) {
  .edit-profile__discount-subtitle {
    font-size: 1.2rem
  }
}

.edit-profile__discount-spacer {
  height: 30px
}

.edit-profile__discount-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 30px (110px)[5];
  grid-template-rows: 30px repeat(5, 110px);
  -webkit-align-items: center;
  align-items: center
}

.edit-profile__discount-column .c-checkbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0
}

.edit-profile__discount-percentage-columns {
  gap: 10px;
  display: -webkit-flex;
  display: flex;
  position: relative
}

@media screen and (min-width:480px) {
  .edit-profile__discount-percentage-columns {
    gap: calc(10px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .edit-profile__discount-percentage-columns {
    gap: 50px
  }
}

.edit-profile__discount-column .form__item-tooltip {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 2.5px 20px;
  font-size: 12px;
  line-height: 1;
  color: var(--theme-color-form-error)
}

@media only screen and (max-width:47.96875em) {
  .edit-profile__discount-column .form__item-tooltip {
    padding: 2.5px 10px;
    bottom: 2.5px
  }
}

@media only screen and (max-width:47.96875em) {
  .edit-profile__discount-column .input__input {
    padding-left: 10px;
    padding-right: 10px
  }

  .edit-profile__discount-column .input__input:invalid+.form__item-tooltip {
    display: block;
    -webkit-animation: tooltipFadeOut 1s ease 1 forwards;
    animation: tooltipFadeOut 1s ease 1 forwards
  }
}

.edit-profile__discount-column .input__input:invalid {
  border-color: var(--theme-color-form-error);
  outline: 0
}

.edit-profile__discount-column .input__input:invalid+.form__item-tooltip {
  display: block;
  -webkit-animation: tooltipFadeOut 1s ease 1 forwards;
  animation: tooltipFadeOut 1s ease 1 forwards
}

@-webkit-keyframes tooltipFadeOut {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes tooltipFadeOut {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.edit-profile__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 20px
}

@media only screen and (min-width:48em) {
  .edit-profile__footer {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.edit-profile__footer-button {
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%
}

@media only screen and (min-width:48em) {
  .edit-profile__footer-button {
    width: -webkit-fit-content;
    width: fit-content
  }
}

.edit-profile__footer-button+.edit-profile__footer-button {
  margin-top: 20px
}

@media only screen and (min-width:48em) {
  .edit-profile__footer-button+.edit-profile__footer-button {
    margin-top: 0;
    margin-left: 20px
  }
}

.edit-profile__footer-button--delete {
  background-color: transparent;
  color: var(--theme-color-link)
}

.c-filter-buttons {
  display: -webkit-flex;
  display: flex;
  position: relative
}

@media only screen and (min-width:64em) {
  .c-filter-buttons {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .c-filter-buttons::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #8ba2b1;
    position: absolute;
    left: 0;
    bottom: -12.5px
  }
}

@media only screen and (min-width:64em) and (min-width:480px) {
  .c-filter-buttons::after {
    bottom: calc(-12.5px + -12.5 * (100vw - 480px)/ 760)
  }
}

@media only screen and (min-width:64em) and (min-width:1240px) {
  .c-filter-buttons::after {
    bottom: -25px
  }
}

@media only screen and (min-width:64em) {
  .filter-buttons__title-col {
    width: calc(33% - 25px)
  }
}

@media only screen and (min-width:77.5em) {
  .filter-buttons__title-col {
    width: calc(25% - 25px)
  }
}

.filter-buttons__button-container {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:63.96875em) {
  .filter-buttons__button-container {
    -webkit-align-items: center;
    align-items: center;
    padding-right: 2rem;
    width: 100%
  }
}

@media only screen and (min-width:64em) {
  .filter-buttons__button-container {
    width: calc(67% - 25px)
  }
}

@media only screen and (min-width:77.5em) {
  .filter-buttons__button-container {
    width: calc(75% - 25px)
  }
}

.filter-buttons__button-scroll-container {
  display: -webkit-flex;
  display: flex;
  width: 100%
}

@media only screen and (max-width:63.96875em) {
  .filter-buttons__button-scroll-container {
    overflow: auto
  }
}

@media only screen and (min-width:64em) {
  .filter-buttons__button-scroll-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.filter-buttons__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

@media only screen and (max-width:63.96875em) {
  .filter-buttons__title {
    display: none
  }
}

.filter-buttons__button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  color: #5a6c78;
  border: 1px solid #dce3e7;
  height: 7.4rem
}

html:not(.is-touch) .filter-buttons__button:focus,
html:not(.is-touch) .filter-buttons__button:hover {
  color: #000;
  border-color: #000
}

@media only screen and (max-width:63.96875em) {
  .filter-buttons__button:not(:last-child) {
    margin-right: 1rem
  }
}

@media only screen and (min-width:64em) {
  .filter-buttons__button {
    width: calc(50% - 25px);
    margin-bottom: 2rem;
    margin-right: 50px
  }

  .filter-buttons__button:nth-child(2n+2) {
    margin-right: 0
  }
}

@media only screen and (min-width:77.5em) {
  .filter-buttons__button {
    width: calc(100% / 3 - 33px);
    margin-right: 49px
  }

  .filter-buttons__button:nth-child(2n+2) {
    margin-right: 49px
  }

  .filter-buttons__button:nth-child(3n+3) {
    margin-right: 0
  }
}

.filter-buttons__button-image {
  width: 7.2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

@media only screen and (max-width:63.96875em) {
  .filter-buttons__button-image {
    display: none
  }
}

.filter-buttons__button-title {
  padding: 0 2rem;
  display: block;
  text-transform: uppercase;
  font-weight: 700
}

@media only screen and (max-width:63.96875em) {
  .filter-buttons__button-title {
    white-space: nowrap
  }
}

.filter-buttons__arrow-right {
  display: none
}

@media only screen and (max-width:63.96875em) {
  .filter-buttons__arrow-right {
    display: block;
    position: absolute;
    right: 0
  }
}

.c-filters {
  display: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px
}

@media only screen and (min-width:64em) {
  .c-filters {
    display: -webkit-flex;
    display: flex;
    width: 100%
  }
}

.filters__option {
  background-color: var(--theme-color-filter-button-bg);
  border: .1rem solid var(--theme-color-filter-button-border);
  color: var(--theme-color-filter-button-text);
  display: block;
  font-weight: var(--theme-filter-button-weight);
  margin: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--theme-filter-border-radius)
}

html:not(.is-touch) .filters__option:focus,
html:not(.is-touch) .filters__option:hover {
  border-color: var(--theme-color-filter-button-border-hover);
  cursor: pointer
}

.filters__option--active {
  border-color: var(--theme-color-filter-button-border-active);
  color: var(--theme-color-filter-button-text-active)
}

.c-footer {
  background: var(--theme-color-footer-bg);
  padding: 5rem 0 2rem;
  color: var(--theme-color-footer-text)
}

@media only screen and (min-width:64em) {
  .c-footer {
    padding-bottom: 5rem
  }
}

.footer__container {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:47.96875em) {
  .footer__container {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .footer__container {
    margin-bottom: 1.5rem;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .footer__container .footer__col {
    width: 50%
  }
}

@media only screen and (min-width:64em) {
  .footer__container {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .footer__container .footer__col:nth-child(1) {
    width: 30%
  }

  .footer__container .footer__col:nth-child(2) {
    width: 40%
  }

  .footer__container .footer__col:nth-child(3) {
    width: 30%
  }
}

.footer__phone {
  color: var(--theme-color-footer-cta);
  font-size: var(--theme-footer-text-size);
  text-transform: var(--theme-footer-text-transform);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: var(--theme-footer-text-spacing)
}

@media only screen and (max-width:47.96875em) {
  .footer__phone {
    margin-bottom: 4.5rem
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .footer__phone {
    margin-bottom: 2.5rem
  }
}

@media only screen and (min-width:64em) {
  .footer__phone {
    margin-bottom: 4rem
  }
}

html:not(.is-touch) .footer__phone:focus,
html:not(.is-touch) .footer__phone:hover {
  color: var(--theme-color-footer-nav-link-hover)
}

.footer__phone-number {
  direction: ltr
}

.footer__phone-icon {
  margin-right: 10px;
  display: none
}

.footer__phone-label {
  font-weight: 700;
  margin-right: 8px
}

[dir=rtl] .footer__phone-label {
  margin-left: 8px
}

.footer__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (max-width:47.96875em) {
  .footer__nav {
    margin-bottom: 3rem
  }
}

.footer__nav-link {
  display: block;
  font-size: var(--theme-footer-text-size);
  text-transform: var(--theme-footer-text-transform);
  text-decoration: none;
  color: var(--theme-color-footer-nav-link);
  letter-spacing: var(--theme-footer-text-spacing);
  padding: .5rem 0
}

html:not(.is-touch) .footer__nav-link:focus,
html:not(.is-touch) .footer__nav-link:hover {
  color: var(--theme-color-footer-nav-link-hover)
}

[dir=rtl] .footer__nav-link {
  font-size: 1.6rem
}

@media only screen and (min-width:48em) {
  .footer__nav-link:not(:last-child) {
    margin-bottom: 1rem
  }
}

.footer__nav-note {
  margin-top: 30px;
  text-transform: var(--theme-footer-text-transform)
}

.footer__nav:first-of-type .footer__nav-note {
  margin-top: 0
}

.footer__nav--bold,
.footer__title {
  font-size: var(--theme-footer-text-size);
  font-weight: var(--theme-footer-title-weight);
  color: var(--theme-color-footer-text);
  margin-bottom: 3rem;
  display: block;
  text-transform: var(--theme-footer-text-transform)
}

@media only screen and (max-width:47.96875em) {

  .footer__nav--bold,
  .footer__title {
    margin-bottom: 1rem
  }
}

.footer__socials {
  margin-bottom: 4rem
}

@media only screen and (max-width:47.96875em) {
  .footer__socials {
    margin-top: 3rem
  }
}

.footer__newsletter-form {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 4rem
}

@media only screen and (max-width:47.96875em) {
  .footer__newsletter-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    margin-bottom: 2rem
  }

  .footer__newsletter-form input[type=email] {
    margin-bottom: 1rem
  }

  .footer__newsletter-form button {
    margin-left: 0
  }
}

@media only screen and (min-width:64em) {
  .footer__newsletter-form {
    margin-right: 6rem
  }
}

.footer__newsletter-form input[type=email] {
  height: 5rem;
  border: 0;
  border-bottom: 1px solid var(--theme-color-footer-input);
  background: 0 0;
  color: var(--theme-color-footer-input);
  text-transform: var(--theme-footer-text-transform);
  font-size: var(--theme-footer-text-size);
  -webkit-flex-grow: 1;
  flex-grow: 1
}

.footer__newsletter-form input[type=email]::-webkit-input-placeholder {
  color: var(--theme-color-footer-input)
}

.footer__newsletter-form input[type=email]:-ms-input-placeholder {
  color: var(--theme-color-footer-input)
}

.footer__newsletter-form input[type=email]::placeholder {
  color: var(--theme-color-footer-input)
}

.footer__newsletter-form button {
  height: 5rem;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 5rem;
  min-height: 5rem;
  margin-left: 1rem;
  -webkit-justify-content: center;
  justify-content: center
}

label {
  display: block;
  color: var(--theme-color-form-label);
  font-weight: var(--theme-form-label-weight);
  text-transform: var(--theme-form-label-transform);
  margin-bottom: 1rem;
  font-size: var(--theme-form-label-font-size)
}

.form__item {
  margin-bottom: var(--theme-form-item-margin)
}

.form__spacing {
  margin: 0 -20px
}

.form__spacing-item {
  padding: 10px 20px;
  margin: 0
}

@media only screen and (min-width:64em) {
  .form__width--sm {
    width: 33%
  }
}

@media only screen and (min-width:64em) {
  .form__width--md {
    width: 40%
  }
}

@media only screen and (min-width:64em) {
  .form__width--lg {
    width: 50%
  }
}

@media only screen and (min-width:64em) {
  .form__width--xlg {
    width: 60%
  }
}

@media only screen and (min-width:64em) {
  .form__width--xxlg {
    width: 66%
  }
}

.form__width--full {
  width: 100%
}

.form__legend {
  padding: 10px 20px;
  width: 100%
}

.form__item-error {
  display: none;
  margin-top: 5px;
  box-shadow: 0 0 0 1px var(--theme-color-form-error) inset;
  background-color: var(--theme-color-form-error-20);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px
}

.form__item--error .form__item-error {
  display: inline-block
}

.c-input {
  position: relative
}

.FormTextbox__Input,
.input__input {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: var(--theme-color-input-border-radius);
  border: 1px solid var(--theme-color-input-border);
  font-size: var(--theme-form-input-font-size);
  background-color: var(--theme-color-input-bg);
  line-height: var(--theme-font-line-height-body);
  text-transform: var(--theme-form-input-transform);
  color: var(--theme-color-input-text);
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.FormTextbox__Input::-webkit-input-placeholder,
.input__input::-webkit-input-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.FormTextbox__Input::-moz-placeholder,
.input__input::-moz-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.FormTextbox__Input:-ms-input-placeholder,
.input__input:-ms-input-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.FormTextbox__Input[disabled],
.FormTextbox__Input[readonly],
.input__input[disabled],
.input__input[readonly] {
  cursor: default;
  opacity: .5
}

.FormTextbox__Input.flatpickr-input[readonly],
.input__input.flatpickr-input[readonly] {
  opacity: 1
}

.FormTextbox__Input::-ms-expand,
.input__input::-ms-expand {
  display: none
}

.form__item--error .FormTextbox__Input,
.form__item--error .input__input,
.show-invalid .FormTextbox__Input:invalid,
.show-invalid .input__input:invalid,
.show-invalid input:invalid+.FormTextbox__Input,
.show-invalid input:invalid+.input__input {
  border-color: var(--theme-color-form-error)
}

.FormTextbox__Input:hover,
.input__input:hover {
  border: 1px solid var(--theme-color-input-border-hover)
}

.FormTextbox__Input:focus,
.input__input:focus {
  border: 1px solid var(--theme-color-input-border-hover);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15)
}

.input--file .input__input {
  cursor: pointer;
  padding-left: 20px
}

.input--file .input__input::before {
  position: absolute;
  text-align: center;
  width: 20px;
  left: 0;
  content: '\21EA'
}

.input--file .input__upload-button {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none
}

.input--file .input__button-variant {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 21px 10px;
  background-color: #5a6c78;
  border: 0;
  color: #fff
}

.input--file .input__button-variant .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .2s ease-in-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

html:not(.is-touch) .input--file .input__button-variant:focus,
html:not(.is-touch) .input--file .input__button-variant:hover {
  border: 0;
  background-color: #44525b
}

html:not(.is-touch) .input--file .input__button-variant:focus .button__icon,
html:not(.is-touch) .input--file .input__button-variant:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: rotate;
  animation-name: rotate
}

@media only screen and (min-width:48em) {
  .input--file .input__button-variant {
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 224px
  }
}

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.checkbox__input:checked+label::before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.checkbox__input:checked+label .svg--icons-check {
  opacity: 1;
  -webkit-transform: scale(.65);
  transform: scale(.65)
}

.checkbox__input[disabled]+label {
  cursor: default
}

.checkbox__input[disabled]+label::after,
.checkbox__input[disabled]+label::before {
  opacity: .5
}

.checkbox__label,
.checkbox__label-toggle {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: calc(var(--theme-checkbox-size) + 10px);
  font-weight: var(--theme-form-input-weight);
  text-transform: var(--theme-form-input-transform);
  font-size: var(--theme-font-size-body)
}

[dir=rtl] .checkbox__label,
[dir=rtl] .checkbox__label-toggle {
  padding-right: calc(var(--theme-checkbox-size) + 10px);
  padding-left: 0
}

.checkbox__label-toggle::after,
.checkbox__label-toggle::before,
.checkbox__label::after,
.checkbox__label::before {
  position: absolute;
  content: '';
  border-radius: 0;
  top: 3px;
  left: 0;
  width: var(--theme-checkbox-size);
  height: var(--theme-checkbox-size);
  cursor: pointer
}

[dir=rtl] .checkbox__label-toggle::after,
[dir=rtl] .checkbox__label-toggle::before,
[dir=rtl] .checkbox__label::after,
[dir=rtl] .checkbox__label::before {
  left: inherit;
  right: 0
}

.checkbox__label-toggle::before,
.checkbox__label::before {
  background: var(--theme-color-checkbox);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.checkbox__label-toggle::after,
.checkbox__label::after {
  border: var(--theme-checkbox-border-width) solid var(--theme-color-checkbox);
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.form__item--error .checkbox__label-toggle::after,
.form__item--error .checkbox__label::after,
.show-invalid .checkbox__input:invalid+.checkbox__label-toggle::after,
.show-invalid .checkbox__input:invalid+.checkbox__label::after {
  border: var(--theme-checkbox-border-width) solid var(--theme-color-form-error)
}

.checkbox__label .svg--icons-check,
.checkbox__label-toggle .svg--icons-check {
  position: absolute;
  inset: 0;
  width: var(--theme-checkbox-size);
  height: var(--theme-checkbox-size);
  margin-top: 3px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity
}

.checkbox--horizontal .checkbox__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.checkbox--horizontal .checkbox__label {
  margin-right: 20px
}

.checkbox--cookie .checkbox__label-toggle::after,
.checkbox--cookie .checkbox__label-toggle::before,
.checkbox--cookie .checkbox__label::after,
.checkbox--cookie .checkbox__label::before {
  top: 0
}

.checkbox--cookie .checkbox__label-toggle::before,
.checkbox--cookie .checkbox__label::before {
  border-radius: 50%;
  z-index: 2;
  background-color: transparent;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: var(--theme-checkbox-size-large);
  height: var(--theme-checkbox-size-large);
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform
}

.checkbox--cookie .checkbox__label-toggle::after,
.checkbox--cookie .checkbox__label::after {
  border-radius: 50%;
  border-width: 2px;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: opacity;
  width: var(--theme-checkbox-size-large);
  height: var(--theme-checkbox-size-large)
}

.form__item--error .checkbox--cookie .checkbox__label-toggle::after,
.form__item--error .checkbox--cookie .checkbox__label::after,
.show-invalid .checkbox__input:invalid+.checkbox--cookie .checkbox__label-toggle::after,
.show-invalid .checkbox__input:invalid+.checkbox--cookie .checkbox__label::after {
  border-width: 2px
}

.checkbox--cookie .checkbox__label {
  padding-left: calc(var(--theme-checkbox-size-large) * 2 + 25px)
}

.checkbox--cookie .checkbox__label::before {
  background-image: url(https://resource.ohmvehicles.com/svg/check.svg)
}

.checkbox--cookie .checkbox__label svg {
  display: none
}

.checkbox--cookie .checkbox__label-toggle {
  padding-left: 0;
  position: absolute;
  left: calc(var(--theme-checkbox-size-large) + 5px)
}

.checkbox--cookie .checkbox__label-toggle::before {
  background-color: var(--theme-color-checkbox-cta);
  background-image: url(https://resource.ohmvehicles.com/svg/cross.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center
}

.checkbox--cookie .checkbox__label-toggle::after {
  opacity: 0
}

.checkbox--cookie .checkbox__input:not([disabled])+.checkbox__label::after,
.checkbox--cookie .checkbox__input:not([disabled])+.checkbox__label::before {
  opacity: .5
}

.checkbox--cookie .checkbox__input:not([disabled]):checked+.checkbox__label::before {
  background-color: var(--theme-color-checkbox-cta);
  background-image: url(https://resource.ohmvehicles.com/svg/check.svg);
  opacity: 1
}

.checkbox--cookie .checkbox__input:not([disabled]):checked+.checkbox__label::after {
  opacity: 0
}

.checkbox--cookie .checkbox__input:not([disabled]):checked+.checkbox__label .checkbox__label-toggle::before {
  opacity: .5;
  background-color: transparent
}

.checkbox--cookie .checkbox__input:not([disabled]):checked+.checkbox__label .checkbox__label-toggle::after {
  opacity: .5
}

.FormChoice__Input--Radio,
.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.FormChoice__Input--Radio:checked+label::before,
.radio__input:checked+label::before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.FormChoice__Input--Radio+label,
.radio__label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: calc(var(--theme-radio-size) + 10px);
  font-weight: var(--theme-form-input-weight);
  text-transform: var(--theme-form-input-transform);
  font-size: var(--theme-font-size-body)
}

.FormChoice__Input--Radio+label::after,
.FormChoice__Input--Radio+label::before,
.radio__label::after,
.radio__label::before {
  position: absolute;
  content: '';
  border-radius: var(--theme-radio-size);
  top: 3px;
  left: 0;
  width: var(--theme-radio-size);
  height: var(--theme-radio-size);
  cursor: pointer
}

.FormChoice__Input--Radio+label::before,
.radio__label::before {
  background: var(--theme-color-radio);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: border, -webkit-transform;
  transition-property: border, transform;
  transition-property: border, transform, -webkit-transform
}

.FormChoice__Input--Radio+label::after,
.radio__label::after {
  border: var(--theme-radio-border-width) solid var(--theme-color-radio);
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.form__item--error .FormChoice__Input--Radio+label::after,
.form__item--error .radio__label::after,
.show-invalid .radio__input:invalid+.FormChoice__Input--Radio+label::after,
.show-invalid .radio__input:invalid+.radio__label::after {
  border: var(--theme-radio-border-width) solid var(--theme-color-form-error)
}

.radio--horizontal .radio__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.radio--horizontal .radio__label {
  margin-right: 20px
}

.select__wrapper {
  position: relative
}

.select__label {
  cursor: pointer;
  display: block
}

.FormSelection select,
.select__input {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  font-size: var(--theme-form-input-font-size);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 80px;
  border-radius: var(--theme-color-input-border-radius);
  border: 1px solid var(--theme-color-input-border);
  background-color: var(--theme-color-input-bg);
  line-height: var(--theme-font-line-height-body);
  color: var(--theme-color-input-text);
  text-transform: var(--theme-form-input-transform);
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.FormSelection select::-ms-expand,
.select__input::-ms-expand {
  display: none
}

.form__item--error .FormSelection select,
.form__item--error .select__input,
.show-invalid .FormSelection select:invalid,
.show-invalid .select__input:invalid {
  border-color: var(--theme-color-form-error)
}

.FormSelection select:hover,
.select__input:hover {
  border: 1px solid var(--theme-color-input-border-hover)
}

.FormSelection select:focus,
.select__input:focus {
  border: 1px solid var(--theme-color-input-border-hover);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15)
}

.select__arrow,
.select__close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 7.6rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.select__arrow--darkest-grey .svg--icons-chevron-down path,
.select__arrow--darkest-grey .svg--icons-close path,
.select__close--darkest-grey .svg--icons-chevron-down path,
.select__close--darkest-grey .svg--icons-close path {
  fill: #273238
}

.select__arrow--dark-grey .svg--icons-chevron-down path,
.select__arrow--dark-grey .svg--icons-close path,
.select__close--dark-grey .svg--icons-chevron-down path,
.select__close--dark-grey .svg--icons-close path {
  fill: #5a6c78
}

.select__arrow--red .svg--icons-chevron-down path,
.select__arrow--red .svg--icons-close path,
.select__close--red .svg--icons-chevron-down path,
.select__close--red .svg--icons-close path {
  fill: #e33439
}

.select__arrow {
  display: none
}

.select__arrow.is--active {
  display: -webkit-flex;
  display: flex;
  pointer-events: none
}

.select__arrow svg {
  width: 2rem;
  height: 2rem
}

.select__wrapper--selected-option .select__arrow {
  display: none
}

.select__close {
  display: none
}

.select__close.is--active,
.select__wrapper--selected-option .select__close {
  display: -webkit-flex;
  display: flex
}

.select__close svg {
  width: 3rem;
  height: 3rem
}

.c-textarea {
  position: relative
}

.textarea__label {
  display: block
}

.textarea__input {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: var(--theme-form-textarea-height);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: var(--theme-color-input-border-radius);
  border: 1px solid var(--theme-color-input-border);
  background-color: var(--theme-color-input-bg);
  font-size: var(--theme-form-input-font-size);
  line-height: var(--theme-font-line-height-body);
  color: var(--theme-color-input-text);
  text-transform: var(--theme-form-input-transform);
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.textarea__input::-webkit-input-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.textarea__input::-moz-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.textarea__input:-ms-input-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.textarea__input[disabled] {
  cursor: default;
  opacity: .5
}

.textarea__input::-ms-expand {
  display: none
}

.form__item--error .textarea__input {
  box-shadow: 0 0 0 1px var(--theme-color-form-error) inset
}

.textarea__input:hover {
  border: 1px solid var(--theme-color-input-border-hover)
}

.textarea__input:focus {
  border: 1px solid var(--theme-color-input-border-hover);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15)
}

.show-invalid .textarea__input:invalid {
  border-color: var(--theme-color-form-error)
}

.c-input {
  position: relative
}

.input__range-input-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.input__range-input-wrapper .input__range-output {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px
}

.input__range-input-wrapper .input__range-output>span {
  width: calc(50% - 10px);
  padding: 10px;
  border: 2px solid var(--theme-color-input-range-border);
  text-align: center;
  color: var(--theme-color-input-range-output);
  font-weight: var(--theme-form-label-weight)
}

.input__range-input-wrapper .input__range-values {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.input__range-input-wrapper .input__range-values>span {
  font-size: var(--theme-form-input-range-font-size);
  font-weight: var(--theme-form-input-range-font-weight);
  color: var(--theme-color-input-range-value);
  padding: 0 5px
}

.input__range-sliders {
  position: relative;
  height: 25px;
  width: 100%
}

.input__range-fake-slider {
  position: relative;
  z-index: 1;
  height: 2px;
  margin: 0 1.5rem
}

.input__range-fake-track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-bottom: 2px dashed var(--theme-color-input-range-border)
}

.input__range-fake-bar {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--theme-color-input-range-bar)
}

.input__range-fake-thumb {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color-input-range-thumb);
  border-radius: 50%;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955)
}

.input__range-fake-thumb--left {
  left: 0;
  -webkit-transform: translate(-15px, -9px);
  transform: translate(-15px, -9px)
}

.input__range-fake-thumb--right {
  right: 0;
  -webkit-transform: translate(15px, -9px);
  transform: translate(15px, -9px)
}

.input__range-fake-thumb--hover {
  cursor: pointer;
  background-color: var(--theme-color-input-range-thumb-hover)
}

.input__range-slider {
  position: absolute;
  height: 2px;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  opacity: 0;
  z-index: 2
}

.input__range-slider:focus {
  outline: 0
}

.input__range-slider::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 0 none;
  cursor: pointer;
  background-color: var(--theme-color-input-range-thumb)
}

.input__range-slider::-moz-range-thumb {
  pointer-events: all;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 0 none;
  cursor: pointer;
  background-color: var(--theme-color-input-range-thumb)
}

.input__range-slider::-ms-thumb {
  pointer-events: all;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 0 none;
  cursor: pointer;
  background-color: var(--theme-color-input-range-thumb)
}

.c-form {
  padding-bottom: 25px;
  margin-top: 5rem
}

@media screen and (min-width:480px) {
  .c-form {
    padding-bottom: calc(25px + 25 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-form {
    padding-bottom: 50px
  }
}

.c-form hr {
  border: 1px solid var(--theme-color-divider-dark)
}

.form__title {
  margin-bottom: 2rem
}

.form__description {
  color: var(--theme-color-form-description)
}

.form__item-container {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:47.96875em) {
  .form__item-container {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:48em) {
  .form__item-container {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.form__legend {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  padding-top: 2rem;
  padding-bottom: 2rem
}

.form__legend--label {
  display: block;
  color: var(--theme-color-form-label);
  font-weight: var(--theme-form-label-weight);
  text-transform: var(--theme-form-label-transform);
  margin-bottom: 1rem;
  font-size: var(--theme-form-label-font-size)
}

.form__hidden {
  position: absolute
}

@media only screen and (max-width:47.96875em) {
  .form__small {
    width: 100%
  }
}

@media only screen and (min-width:48em) {
  .form__small {
    width: calc(50% - 20px)
  }
}

.form__large {
  width: 100%
}

.form__submit {
  padding-right: 6rem;
  padding-left: 6rem
}

@media only screen and (min-width:48em) {
  .form--my-account {
    padding-right: 12.5%;
    position: relative;
    margin-bottom: 60px
  }

  .form--my-account::after {
    content: '';
    display: block;
    position: absolute;
    right: -7.14286%;
    top: 0;
    bottom: 100px;
    border-right: 1px solid var(--theme-color-divider-dark)
  }
}

.form--my-account__title {
  margin-bottom: 10px
}

.form--my-account__description {
  margin-bottom: 20px
}

.form--password-reset .form__item.has--error .form__item-error {
  display: block;
  border: var(--theme-color-form-error)
}

.form--password-reset .form__item--error .input__input {
  border: var(--theme-color-input-border)
}

.form--password-reset .form__item-error {
  display: none
}

.c-googlemaps:not(.has--loaded-api) .googlemaps__container,
.c-googlemaps:not(.has--loaded-api) .googlemaps__toggle {
  display: none
}

.c-googlemaps:not(.has--loaded-api) .region__location-list-item,
.c-googlemaps:not(.has--loaded-api) .region__title {
  pointer-events: auto;
  display: block
}

@media only screen and (max-width:47.96875em) {
  .googlemaps__container {
    height: 45rem
  }
}

@media only screen and (min-width:48em) {
  .googlemaps__container {
    height: 50rem
  }
}

@media only screen and (min-width:64em) {
  .googlemaps__container {
    height: 57.5rem
  }
}

.googlemaps__container .cluster {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700
}

.googlemaps--list-view .googlemaps__container {
  display: none
}

.googlemaps__title {
  margin-bottom: 3rem
}

.googlemaps__toggle {
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

@media only screen and (max-width:47.96875em) {
  .googlemaps__toggle {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

.googlemaps__toggleselect {
  margin: 0 5rem 0 0;
  width: 100%
}

[dir=rtl] .googlemaps__toggleselect {
  margin: 0 0 0 5rem
}

@media only screen and (max-width:47.96875em) {
  .googlemaps__toggleselect {
    max-width: none;
    margin-right: 0
  }

  [dir=rtl] .googlemaps__toggleselect {
    margin-left: 0
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .googlemaps__toggleselect {
    max-width: 40rem
  }
}

@media only screen and (min-width:64em) {
  .googlemaps__toggleselect {
    max-width: 55rem
  }
}

.googlemaps__togglebuttons {
  padding-bottom: 20px
}

@media only screen and (max-width:47.96875em) {
  .googlemaps__togglebuttons {
    margin-top: 20px
  }
}

.googlemaps__togglebutton {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: var(--theme-color-maps-toggle-btn);
  padding: 10px 1px;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color
}

.googlemaps__togglebutton::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: var(--theme-color-maps-toggle-btn--active);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.googlemaps__togglebutton.is-active {
  font-weight: 700;
  color: var(--theme-color-maps-toggle-btn--active);
  pointer-events: none
}

.googlemaps__togglebutton.is-active::after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.googlemaps__togglebutton:not(:last-child) {
  margin-right: 2rem
}

.googlemaps__region-lists {
  list-style: none
}

.c-region {
  display: none
}

.c-region.region--is-active {
  display: block
}

.region__title {
  margin: 4rem 0 2rem;
  display: none
}

.googlemaps--list-view .region__title {
  display: block
}

.region__location-list {
  list-style: none;
  position: relative
}

.region__location-list-item {
  background: var(--theme-color-maps-location-list-item);
  margin-bottom: 1rem;
  width: 100%;
  pointer-events: none;
  display: none
}

.googlemaps--list-view .region__location-list-item,
.region__location-list-item.location--is-visible {
  pointer-events: auto;
  display: block
}

.region__location-list-item.kennis .location__body a {
  color: var(--theme-color-maps-location-label-link)
}

.region__location-list-item.kennis .location__action-icon {
  background: var(--theme-color-maps-location-icon-bg-blue)
}

.region__location-list-item.kennis .location__action-icon path,
.region__location-list-item.kennis .location__action-icon svg {
  fill: var(--theme-color-maps-location-icon-svg)
}

.region__location-list-item.kennis .location__action--maps .location__action-icon {
  background: 0 0
}

.region__location-list-item.kennis .location__action-label a {
  color: var(--theme-color-maps-location-label-link)
}

html:not(.is-touch) .region__location-list-item.kennis .location__action-label:focus,
html:not(.is-touch) .region__location-list-item.kennis .location__action-label:hover {
  color: #002754
}

.region__location-list-item.kennis .location__action-label-link {
  color: var(--theme-color-maps-location-label-link)
}

.region__location-list-item.kennis .location__title {
  color: var(--theme-color-maps-location-title-blue)
}

.googlemaps__zoomcontrol-container {
  padding: 10px
}

.googlemaps__zoomcontrol {
  display: -webkit-flex;
  display: flex
}

.googlemaps__zoomcontrol-btn {
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  cursor: pointer
}

.googlemaps__zoomcontrol-btn--in {
  margin-left: 2px;
  background-color: var(--theme-color-zoomin-btn);
  background-image: url(https://resource.ohmvehicles.com/svg/plus--white.svg);
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955)
}

.googlemaps__zoomcontrol-btn--in:hover {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.googlemaps__zoomcontrol-btn--out {
  background-color: var(--theme-color-zoomout-btn);
  background-image: url(https://resource.ohmvehicles.com/svg/min--white.svg)
}

.c-location {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:47.96875em) {
  .c-location {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:48em) {
  .c-location {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .location__image {
    width: 40%
  }
}

@media only screen and (min-width:64em) {
  .location__image {
    width: 50%
  }
}

.location__content {
  padding: 20px
}

@media screen and (min-width:480px) {
  .location__content {
    padding: calc(20px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .location__content {
    padding: 60px
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .location__content {
    width: 60%
  }
}

@media only screen and (min-width:64em) {
  .location__content {
    width: 50%
  }
}

.location__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: var(--theme-color-maps-location-title);
  margin-bottom: 1rem
}

.location__body {
  margin-bottom: 3rem;
  color: var(--theme-color-maps-location-body)
}

.location__action {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem
}

.location__action-icon {
  background: var(--theme-color-maps-location-icon-bg);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

@media screen and (min-width:480px) {
  .location__action-icon {
    height: calc(40px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .location__action-icon {
    height: 60px
  }
}

@media screen and (min-width:480px) {
  .location__action-icon {
    width: calc(40px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .location__action-icon {
    width: 60px
  }
}

.location__action--maps .location__action-icon {
  background: 0 0
}

.location__action-icon path,
.location__action-icon svg {
  fill: var(--theme-color-maps-location-icon)
}

.location__action-label {
  margin-left: 2rem;
  text-transform: uppercase
}

.location__action-label span {
  display: block;
  font-weight: 700;
  color: var(--theme-color-maps-location-label);
  font-size: 14px
}

@media screen and (min-width:480px) {
  .location__action-label span {
    font-size: calc(14px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .location__action-label span {
    font-size: 16px
  }
}

.location__action-label a {
  text-decoration: none
}

.location__action-label-link {
  direction: ltr;
  display: -webkit-flex;
  display: flex
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

.header__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-padding-start: 15rem;
  padding-inline-start: 15rem;
  height: 6rem;
  background-color: #fff;
  transition: height .3s cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (min-width:64em) {
  .header__wrapper {
    height: 10rem
  }
}

.header__wrapper .header__logo-switch-temporary {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.header__wrapper .header__logo-switch-temporary svg {
  width: -webkit-fit-content;
  width: fit-content;
  height: 80% !important;
  translate: 100px
}

@media only screen and (min-width:64em) {
  .header__wrapper .header__logo-switch-temporary svg {
    translate: 50px
  }
}

@media only screen and (min-width:48em) {
  .is--small .header__wrapper {
    height: 6rem;
    transition: height .3s cubic-bezier(.455, .03, .515, .955) 1s
  }
}

.header__logo--temporary {
  padding-inline: 0 !important;
  height: 100%
}

.header__logo--temporary .header__logo-switch {
  height: 100%
}

.header__logo--temporary .header__logo-switch-temporary {
  height: 100%
}

.header__logo--temporary .svg--brand-logo-hyva-brasil-30-years {
  position: relative;
  left: -8.25rem
}

@media only screen and (min-width:64em) {
  .header__logo--temporary .svg--brand-logo-hyva-brasil-30-years {
    left: -5.75rem
  }
}

@media only screen and (min-width:90em) {
  .header__logo--temporary .svg--brand-logo-hyva-brasil-30-years {
    left: -3.25rem
  }
}

.header__logo--temporary::after {
  width: 0 !important
}

.header__logo {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  padding-inline: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  background-color: var(--theme-color-header-logo-bg);
  overflow: visible;
  z-index: 2
}

.header__logo.header__logo--wrapper {
  padding-inline: 0
}

@media only screen and (min-width:48em) {
  .header__logo {
    padding-inline: 50px
  }

  .header__logo.header__logo--wrapper {
    padding-inline: 0
  }
}

.header__logo::after {
  position: absolute;
  content: '';
  top: 0;
  inset-inline-end: 0;
  display: block;
  width: 10rem;
  height: 100%;
  background-color: #fcd82b;
  z-index: -1;
  -webkit-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right
}

[dir=rtl] .header__logo::after {
  -webkit-transform: skew(25deg, 0deg);
  transform: skew(25deg, 0deg)
}

.header__logo svg {
  width: var(--theme-header-logo-width);
  height: var(--theme-header-logo-height)
}

@media only screen and (min-width:48em) {
  .header__logo svg {
    width: var(--theme-header-logo-width-portrait);
    height: var(--theme-header-logo-height-portrait)
  }

  .is--small .header__logo svg {
    width: var(--theme-header-logo-width-small);
    height: var(--theme-header-logo-height-small)
  }
}

@media only screen and (min-width:77.5em) {
  .header__logo svg {
    width: var(--theme-header-logo-width-desktop);
    height: var(--theme-header-logo-height-desktop)
  }
}

.header__navigation {
  display: none
}

@media only screen and (min-width:77.5em) {
  .header__navigation {
    display: block;
    -webkit-margin-start: 60px;
    margin-inline-start: 60px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
  }
}

.header__navigation-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  list-style: none
}

.header__navigation-list-item+.header__navigation-list-item {
  -webkit-margin-start: 25px;
  margin-inline-start: 25px
}

.header__navigation-link {
  color: var(--theme-color-navigation-link);
  font-weight: var(--theme-button-font-weight);
  text-transform: uppercase;
  white-space: nowrap;
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

html:not(.is-touch) .header__navigation-link:focus,
html:not(.is-touch) .header__navigation-link:hover {
  color: var(--theme-color-navigation-link-hover)
}

@media only screen and (min-width:48em) {
  .is--small .header__navigation-link {
    font-size: 1.4rem;
    transition: .3s cubic-bezier(.455, .03, .515, .955)
  }
}

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

  .is--small .header__language-label,
  .is--small .header__login-label,
  .is--small .header__menu-label,
  .is--small .header__navigation-list-item,
  .is--small .header__phone-label {
    font-size: 1.4rem;
    transition: .3s cubic-bezier(.455, .03, .515, .955)
  }
}

.header__phone {
  color: var(--theme-color-navigation-link);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px
}

@media only screen and (min-width:48em) {
  .header__phone {
    -webkit-margin-end: 0;
    margin-inline-end: 0
  }
}

.header__phone svg {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px
}

.header__language,
.header__phone,
.header__shopping {
  position: relative
}

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

  .header__language,
  .header__phone,
  .header__shopping {
    -webkit-margin-start: 40px;
    margin-inline-start: 40px
  }
}

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

  .header__language::before,
  .header__phone::before,
  .header__shopping::before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    inset-inline-start: -25px;
    width: .2rem;
    height: 6rem;
    background-color: #dce3e7;
    -webkit-transform: translate3d(0, -50%, 0) rotate(25deg);
    transform: translate3d(0, -50%, 0) rotate(25deg)
  }

  [dir=rtl] .header__language::before,
  [dir=rtl] .header__phone::before,
  [dir=rtl] .header__shopping::before {
    -webkit-transform: translate3d(0, -50%, 0) rotate(-25deg);
    transform: translate3d(0, -50%, 0) rotate(-25deg)
  }

  .is--small .header__language::before,
  .is--small .header__phone::before,
  .is--small .header__shopping::before {
    height: 4rem
  }
}

html:not(.is-touch) .header__language:focus,
html:not(.is-touch) .header__language:hover,
html:not(.is-touch) .header__phone:focus,
html:not(.is-touch) .header__phone:hover,
html:not(.is-touch) .header__shopping:focus,
html:not(.is-touch) .header__shopping:hover {
  color: var(--theme-color-navigation-link-hover)
}

svg {
  width: 2.4rem;
  height: 2.4rem
}

@media only screen and (min-width:48em) {
  .is--small svg {
    width: 1.8rem;
    height: 1.8rem
  }
}

.header__phone-icon {
  line-height: 0
}

.header__phone-icon--whatsapp svg {
  fill: #4dc247
}

.header__language,
.header__notifications,
.header__shopping {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: var(--theme-color-navigation-link)
}

.header__language .svg--icons-chevron-down,
.header__notifications .svg--icons-chevron-down,
.header__shopping .svg--icons-chevron-down {
  display: none;
  width: 1.8rem;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px
}

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

  .header__language .svg--icons-chevron-down,
  .header__notifications .svg--icons-chevron-down,
  .header__shopping .svg--icons-chevron-down {
    display: block
  }
}

.header__language .svg--icons-chevron-down path,
.header__notifications .svg--icons-chevron-down path,
.header__shopping .svg--icons-chevron-down path {
  fill: #c5d0d8
}

.header__language-label,
.header__login-label,
.header__menu-label,
.header__phone-label {
  font-weight: var(--theme-button-font-weight);
  white-space: nowrap
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .header__language-label {
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis
  }
}

.header__language {
  display: none
}

@media only screen and (min-width:48em) {
  .header__language {
    color: var(--theme-color-navigation-link);
    display: -webkit-flex;
    display: flex;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px
  }
}

.header__phone-label {
  display: none;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  text-overflow: ellipsis;
  overflow: hidden
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .header__phone-label {
    -webkit-margin-end: 0;
    margin-inline-end: 0
  }
}

@media only screen and (min-width:30em) {
  .header__phone-label {
    font-size: 12px;
    display: -webkit-flex;
    display: flex
  }
}

@media only screen and (min-width:30em) and (min-width:480px) {
  .header__phone-label {
    font-size: calc(12px + 6 * (100vw - 480px)/ 760)
  }
}

@media only screen and (min-width:30em) and (min-width:1240px) {
  .header__phone-label {
    font-size: 18px
  }
}

@media only screen and (max-width:63.96875em) {
  .header__shopping {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
  }
}

@media only screen and (min-width:64em) {
  .header__shopping {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px
  }
}

@media only screen and (min-width:77.5em) {
  .header__shopping {
    -webkit-margin-end: 30px;
    margin-inline-end: 30px
  }
}

.header__shopping svg * {
  transition: fill .2s
}

html:not(.is-touch) .header__shopping:focus,
html:not(.is-touch) .header__shopping:hover {
  color: var(--theme-color-button-primary-bg) !important
}

.header__notifications {
  -webkit-padding-end: 30px;
  padding-inline-end: 30px;
  background-color: #5a6c78
}

.header__notifications-bell {
  position: relative
}

.header__notifications-bell svg path {
  stroke: #fff
}

.header__notifications-bell svg circle {
  fill: #fff
}

.header__notifications-alert,
.header__shopping-counter {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 2.4rem;
  min-height: 2.4rem;
  border-radius: 50%;
  background-color: var(--theme-color-counter);
  color: #fff;
  font-size: 1.4rem;
  font-weight: var(--theme-button-font-weight);
  opacity: 0;
  overflow: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.header__notifications-alert {
  min-width: 1rem;
  min-height: 1rem;
  background-color: var(--theme-color-notifications-counter);
  position: absolute;
  top: 0;
  right: 0
}

.header__notifications-alert--show,
.header__shopping-counter--show {
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.header__login {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  min-width: 6.4rem;
  color: #fff;
  background-color: #5a6c78;
  z-index: 2;
  text-transform: uppercase
}

html:not(.is-touch) .header__login:focus,
html:not(.is-touch) .header__login:hover {
  color: #fff
}

@media only screen and (min-width:48em) {
  .header__login {
    -webkit-padding-start: 0;
    padding-inline-start: 0
  }
}

@media only screen and (min-width:64em) {
  .header__login {
    padding-inline: 20px;
    min-width: 10rem;
    margin-left: 10px
  }
}

@media only screen and (min-width:77.5em) {
  .header__login::before {
    position: absolute;
    content: '';
    top: 0;
    inset-inline-start: 0;
    display: block;
    width: 10rem;
    height: 100%;
    background-color: #5a6c78;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: -1
  }
}

@media only screen and (min-width:77.5em) {
  [dir=rtl] .header__login::before {
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
    -webkit-transform-origin: top right;
    transform-origin: top right
  }
}

.header__login svg {
  width: 2.4rem;
  height: 2.4rem
}

@media only screen and (min-width:48em) {
  .is--small .header__login svg {
    width: 1.8rem;
    height: 1.8rem
  }
}

@media only screen and (min-width:64em) {
  .header__login svg {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
  }
}

@media only screen and (min-width:77.5em) {
  .header__login svg::before {
    position: absolute;
    content: '';
    top: 0;
    inset-inline-start: 0;
    display: block;
    width: 10rem;
    height: 100%;
    background-color: #5a6c78;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: -1
  }
}

@media only screen and (min-width:77.5em) {
  [dir=rtl] .header__login svg::before {
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
    -webkit-transform-origin: top right;
    transform-origin: top right
  }
}

.header__login svg circle {
  stroke: #fff
}

.header__login svg.svg--icons-bell {
  -webkit-margin-end: 0;
  margin-inline-end: 0
}

.header__login-label {
  display: none;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  max-width: 10rem;
  text-overflow: ellipsis;
  overflow: hidden
}

@media only screen and (min-width:64em) {
  .header__login-label {
    display: block;
    margin: 0
  }
}

.header__menu {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-inline: 20px;
  height: 100%;
  min-width: 6.4rem;
  background-color: var(--theme-color-menu-button-bg);
  color: var(--theme-color-menu-button-text)
}

@media only screen and (min-width:30em) {
  .header__menu {
    min-width: 7.5rem
  }
}

@media only screen and (min-width:48em) {
  .header__menu {
    min-width: 10rem
  }
}

.header__menu .header__menu-hamburger {
  width: var(--theme-header-hamburger-width);
  height: var(--theme-header-hamburger-width);
  line-height: 0
}

.header__menu .header__menu-hamburger svg {
  max-width: 100%;
  max-height: 100%
}

@media only screen and (min-width:30em) {
  .header__menu .header__menu-hamburger {
    display: none
  }
}

.header__menu-label {
  display: none
}

@media only screen and (min-width:30em) {
  .header__menu-label {
    display: block
  }
}

.header__search-toggle {
  display: none;
  padding: 10px;
  margin-right: 30px
}

@media only screen and (min-width:77.5em) {
  .header__search-toggle {
    display: block
  }
}

.header__search-toggle svg * {
  transition: fill .2s
}

html:not(.is-touch) .header__search-toggle:focus,
html:not(.is-touch) .header__search-toggle:hover {
  color: var(--theme-color-button-primary-bg)
}

.header__search-bar {
  background-color: var(--theme-color-header-search-bar);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  padding-left: 40px;
  padding-top: 20px;
  transition: opacity .3s ease, visibility 0s ease .3s
}

.header__search-bar.is--active {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease
}

.c-header.is--small .header__search-bar {
  padding-top: 8px
}

@media only screen and (max-width:77.46875em) {
  .header__search-bar {
    display: none
  }
}

.header__search-bar .c-search-bar {
  width: 500px
}

.header__search-bar .search-bar__submit {
  color: var(--theme-color-text)
}

.header__search-bar .c-button.c-button--icon.search-bar__submit svg path {
  fill: var(--theme-color-text) !important
}

.header__search-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 30px;
  padding: 10px;
  color: var(--theme-color-header-search-bar-text)
}

.header__search-close svg * {
  transition: fill .2s
}

html:not(.is-touch) .header__search-close:focus,
html:not(.is-touch) .header__search-close:hover {
  color: var(--theme-color-button-primary-bg)
}

.c-hero {
  position: relative
}

@media only screen and (max-width:47.96875em) {
  .c-hero {
    height: 30rem
  }
}

@media only screen and (min-width:48em) {
  .c-hero {
    height: 40rem
  }
}

@media only screen and (max-width:47.96875em) {
  .c-hero.hero--medium {
    max-height: 40rem
  }
}

@media only screen and (min-width:48em) {
  .c-hero.hero--medium {
    height: 50rem
  }
}

.c-hero.hero--large {
  height: 100vh
}

@media only screen and (max-width:47.96875em) {
  .c-hero.hero--large {
    max-height: 56.8rem
  }
}

@media only screen and (min-width:48em) {
  .c-hero.hero--large {
    max-height: 85rem
  }
}

@media only screen and (min-width:77.5em) {
  .c-hero.hero--large {
    max-height: 85rem
  }
}

.c-hero.hero--no-image {
  height: auto;
  padding-top: 120px;
  padding-bottom: 0
}

@media screen and (min-width:480px) {
  .c-hero.hero--no-image {
    padding-top: calc(120px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-hero.hero--no-image {
    padding-top: 140px
  }
}

.hero__content {
  position: relative;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  align-items: center
}

.hero__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h1);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h1-letter-spacing);
  font-size: 42px;
  font-weight: 800;
  font-weight: var(--theme-font-weight-headings);
  color: var(--theme-color-hero-title);
  background-color: var(--theme-color-hero-title-bg)
}

@media screen and (min-width:480px) {
  .hero__title {
    font-size: calc(32px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .hero__title {
    font-size: 60px
  }
}

@media screen and (min-width:480px) {
  .hero__title {
    font-size: calc(42px + 18 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .hero__title {
    font-size: 60px
  }
}

.hero--no-image .hero__title {
  color: var(--theme-color-hero-title-no-image);
  font-weight: var(--theme-font-weight-headings)
}

.hero__title+.hero__body {
  margin-top: 2.5rem
}

@media only screen and (min-width:48em) {
  .hero__body {
    width: 70%
  }
}

.hero__breadcrumb {
  position: absolute;
  width: 100%;
  left: 0;
  top: 4rem;
  z-index: 10
}

.hero__quicknav {
  margin-bottom: 5rem
}

@media only screen and (max-width:47.96875em) {
  .hero__quicknav {
    display: none
  }
}

.hero__scrollto {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5rem;
  z-index: 10
}

.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1
}

.hero__media figure {
  z-index: 0
}

@media only screen and (max-width:47.96875em) {
  .hero__media figure {
    z-index: 1
  }
}

.hero__media video {
  position: absolute !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
  transform: translate3d(-50%, -50%, 0) !important
}

.hero__media video.is--hidden {
  display: none
}

@media only screen and (max-width:47.96875em) {
  .hero__media video {
    display: none
  }
}

.hero__media::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(110deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 50%)
}

@media only screen and (max-width:47.96875em) {
  .hero__media::after {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 70%)
  }
}

.hero__ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: 0;
  width: 100%;
  max-width: 1440px;
  padding-right: 10%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 9
}

.hero__back-button {
  display: none
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.c-image {
  position: relative
}

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

.c-image [js-hook-objectfit-img] {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none
}

.has--object-fit-polyfill .c-image [js-hook-objectfit-img] {
  opacity: 0
}

[js-hook-objectfit-container] {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.image__caption {
  margin-top: 10px;
  font-size: var(--theme-font-size-caption);
  font-weight: var(--theme-font-weight-caption);
  text-transform: var(--theme-text-transform-caption)
}

.c-intro {
  position: relative;
  padding-bottom: 0
}

.c-intro::after {
  content: '';
  width: 200vw;
  position: absolute;
  background: #fff;
  height: 23.5vw;
  max-height: 225px;
  left: -100%;
  z-index: 0;
  bottom: 0;
  top: auto
}

@media only screen and (min-width:30em) {
  .c-intro::after {
    height: 24.5vw
  }
}

@media only screen and (min-width:48em) {
  .c-intro::after {
    height: 225px
  }
}

.intro__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  position: relative;
  margin-bottom: 40px
}

@media only screen and (min-width:48em) {
  .intro__content {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.intro__title {
  margin-bottom: 20px
}

@media only screen and (min-width:48em) {
  .intro__title {
    margin-right: 40px;
    min-width: 190px
  }
}

@media only screen and (min-width:64em) {
  .intro__title {
    min-width: 210px
  }
}

@media only screen and (min-width:77.5em) {
  .intro__title {
    min-width: 250px
  }
}

.intro__text {
  color: var(--theme-color-intro-text)
}

.intro__video {
  max-width: 750px;
  margin: 0 auto;
  z-index: 1;
  position: relative
}

.c-language-select {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--theme-color-language-select-bg);
  opacity: 0;
  transition: .4s cubic-bezier(.455, .03, .515, .955), 0s linear .4s, 0s linear .4s;
  transition-property: opacity, left, visibility;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.c-language-select.is--active {
  left: 0;
  opacity: 1;
  transition: .4s cubic-bezier(.455, .03, .515, .955), 0s;
  transition-property: opacity, left;
  visibility: visible
}

.language-select__top {
  position: relative;
  width: 100%;
  background: var(--theme-color-language-select-header)
}

.language-select__top>.o-container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

@media only screen and (max-width:47.96875em) {
  .language-select__top {
    height: 70px
  }
}

@media only screen and (min-width:48em) {
  .language-select__top {
    height: 100px
  }
}

.language-select__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: var(--theme-color-language-select-header-text);
  display: block;
  padding-right: 20px
}

@media only screen and (max-width:47.96875em) {
  .language-select__title {
    font-size: 20px
  }
}

@media only screen and (max-width:47.96875em) and (min-width:480px) {
  .language-select__title {
    font-size: calc(20px + 10 * (100vw - 480px)/ 760)
  }
}

@media only screen and (max-width:47.96875em) and (min-width:1240px) {
  .language-select__title {
    font-size: 30px
  }
}

.language-select__close {
  margin-left: auto;
  color: var(--theme-color-language-select-header-text)
}

@media only screen and (max-width:29.96875em) {
  .language-select__close {
    margin-right: -10px
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .language-select__close {
    margin-right: -30px
  }
}

html:not(.is-touch) .language-select__close:focus,
html:not(.is-touch) .language-select__close:hover {
  color: var(--theme-color-language-select-header-text)
}

[dir=rtl] .language-select__close {
  margin-right: auto;
  margin-left: initial
}

@media only screen and (max-width:47.96875em) {
  .language-select__close .button__label {
    display: none
  }
}

.language-select__nav {
  position: relative;
  display: block;
  width: 100%;
  overflow-y: auto
}

@media only screen and (max-width:47.96875em) {
  .language-select__nav {
    height: calc(100vh - 70px)
  }
}

@media only screen and (min-width:48em) {
  .language-select__nav {
    height: calc(100vh - 100px)
  }
}

.language-select__list {
  width: 100%;
  list-style: none;
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:47.96875em) {
  .language-select__list {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:48em) {
  .language-select__list {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.language-select__region {
  border-top: 1px solid var(--theme-color-divider);
  margin-bottom: 3rem
}

@media only screen and (min-width:48em) {
  .language-select__region {
    display: block;
    width: calc(50% - 20px)
  }
}

@media only screen and (min-width:77.5em) {
  .language-select__region {
    display: block;
    width: calc(25% - 30px);
    margin-bottom: 0
  }
}

.language-select__region-title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: var(--theme-color-language-select-title);
  display: block;
  margin-top: 2.2rem;
  font-weight: 600
}

.language-select__countries {
  list-style: none
}

.language-select__country {
  position: relative
}

.language-select__link {
  display: block;
  color: var(--theme-color-language-select-link);
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding: .5rem 0
}

.language-select__link.has--active-multilang,
.language-select__link.is--active {
  color: var(--theme-color-button-primary-bg)
}

html:not(.is-touch) .language-select__link:focus,
html:not(.is-touch) .language-select__link:hover {
  color: var(--theme-color-language-select-link-hover)
}

.language-select__multi-list {
  position: absolute;
  display: block;
  z-index: 1;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background: #273238;
  list-style: none;
  padding: 2rem 1.5rem;
  min-width: 17.5rem;
  pointer-events: none;
  opacity: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.has--active-multilang+.language-select__multi-list {
  pointer-events: auto;
  opacity: 1
}

.language-select__multi-list::before {
  content: '';
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 10px;
  background: #273238;
  -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
  transform: rotate(45deg) translate3d(0, -50%, 0)
}

.language-select__multi-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative
}

.language-select__multi-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  display: block;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  transition: 150ms -webkit-transform cubic-bezier(.455, .03, .515, .955);
  transition: 150ms transform cubic-bezier(.455, .03, .515, .955);
  transition: 150ms transform cubic-bezier(.455, .03, .515, .955), 150ms -webkit-transform cubic-bezier(.455, .03, .515, .955)
}

html:not(.is-touch) .language-select__multi-link:focus::after,
html:not(.is-touch) .language-select__multi-link:hover::after {
  -webkit-transform: scaleX(.5);
  transform: scaleX(.5)
}

.language-select__global {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--theme-color-language-select-link);
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none
}

[dir=rtl] .language-select__global {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:47.96875em) {
  .language-select__global {
    margin: 4rem 0
  }
}

@media only screen and (min-width:48em) {
  .language-select__global {
    margin: 4.6rem 0 2.7rem
  }
}

html:not(.is-touch) .language-select__global:focus,
html:not(.is-touch) .language-select__global:hover {
  color: var(--theme-color-language-select-link-hover)
}

.language-select__global-lang {
  color: var(--theme-color-language-select-link-dark)
}

.c-list-arrow {
  list-style: none;
  margin-bottom: 2rem
}

.list-arrow__item:not(:last-child) {
  border-bottom: 1px solid var(--theme-color-divider)
}

.list-arrow__link {
  color: var(--theme-color-list-arrow);
  padding: 2rem 0 3.5rem;
  display: block
}

html:not(.is-touch) .list-arrow__link:focus,
html:not(.is-touch) .list-arrow__link:hover {
  color: var(--theme-color-list-arrow-hover)
}

[dir=ltr] .list-arrow__link:focus .list-arrow__icon,
[dir=ltr] .list-arrow__link:hover .list-arrow__icon {
  -webkit-transform: translate3d(8px, 0, 0);
  transform: translate3d(8px, 0, 0)
}

[dir=rtl] .list-arrow__link:focus .list-arrow__icon,
[dir=rtl] .list-arrow__link:hover .list-arrow__icon {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(180deg);
  transform: translate3d(-8px, 0, 0) rotate(180deg)
}

@media only screen and (max-width:47.96875em) {
  .list-arrow__link {
    padding: 1rem 0;
    position: relative
  }

  html:not(.is-touch) .list-arrow__link:focus .list-arrow__icon,
  html:not(.is-touch) .list-arrow__link:hover .list-arrow__icon {
    -webkit-transform: translate3d(8px, -50%, 0);
    transform: translate3d(8px, -50%, 0)
  }
}

.list-arrow__image {
  display: none
}

.list-arrow__metadata {
  display: block;
  color: var(--theme-color-list-arrow-light);
  font-size: 1.2rem;
  text-transform: uppercase
}

.list-arrow__metadata2 {
  color: var(--theme-color-list-arrow-light)
}

.list-arrow__label-wrapper {
  display: -webkit-flex;
  display: flex
}

.list-arrow__label {
  display: inline-block;
  margin-right: 2rem
}

[dir=rtl] .list-arrow__label {
  margin-right: 0;
  margin-left: 2rem
}

@media only screen and (max-width:47.96875em) {
  .list-arrow__label {
    padding-right: 4rem
  }

  [dir=rtl] .list-arrow__label {
    padding-right: 0;
    padding-left: 4rem
  }
}

.list-arrow__icon {
  display: inline-block;
  transition: -webkit-transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), -webkit-transform .2s cubic-bezier(.455, .03, .515, .955)
}

[dir=rtl] .list-arrow__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width:47.96875em) {
  .list-arrow__icon {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  [dir=rtl] .list-arrow__icon {
    right: inherit;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
    transform: translate3d(0, -50%, 0) rotate(180deg)
  }
}

.c-list-check {
  list-style: none
}

.c-list-check>li {
  margin: 8px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.list-check__icon {
  padding: 0 8px 0 5px
}

[dir=rtl] .list-check__icon {
  padding: 0 5px 0 8px
}

.list-check__label {
  color: #000;
  font-size: 1.4rem
}

.c-list-download {
  list-style: none
}

.c-list-download>li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.c-list-download>li:not(:last-child) {
  margin-bottom: 2.5rem
}

.list-download__link {
  color: #000;
  text-transform: uppercase;
  font-weight: 700
}

html:not(.is-touch) .list-download__link:focus,
html:not(.is-touch) .list-download__link:hover {
  color: #e33439
}

html:not(.is-touch) .list-download__link:focus .list-download__icon svg,
html:not(.is-touch) .list-download__link:hover .list-download__icon svg {
  fill: #e33439;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .list-download__link:focus .list-download__icon svg path,
html:not(.is-touch) .list-download__link:hover .list-download__icon svg path {
  fill: #e33439;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.list-download__icon {
  margin-right: 8px
}

.c-metadata-list {
  margin-bottom: 20px;
  list-style: none
}

@media screen and (min-width:480px) {
  .c-metadata-list {
    margin-bottom: calc(20px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-metadata-list {
    margin-bottom: 40px
  }
}

.metadata-list__listitem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row
}

.metadata-list__listitem span {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h5);
  line-height: var(--theme-font-line-height-h5);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  text-transform: uppercase;
  color: #273238
}

.metadata-list__listitem span:first-child {
  width: 30%
}

.metadata-list__listitem span:last-child {
  width: 70%
}

@media only screen and (max-width:47.96875em) {
  .metadata-list__listitem span:first-child {
    width: 35%
  }

  .metadata-list__listitem span:last-child {
    width: 65%
  }
}

.c-list-slashed {
  list-style: none
}

.list-slashed__listitem {
  position: relative;
  display: inline-block
}

[dir=ltr] .list-slashed__listitem:not(:last-child) {
  padding-right: 4rem
}

[dir=ltr] .list-slashed__listitem:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  height: 50px;
  width: 2px;
  display: block;
  background: #000;
  -webkit-transform: translate3d(0, -50%, 0) rotate(30deg);
  transform: translate3d(0, -50%, 0) rotate(30deg)
}

.list-slashed--white [dir=ltr] .list-slashed__listitem:not(:last-child)::after {
  background: #c5d0d8
}

.list-slashed--pagination [dir=ltr] .list-slashed__listitem:not(:last-child)::after {
  background: #8ba2b1
}

.header__navigation [dir=ltr] .list-slashed__listitem:not(:last-child)::after {
  height: 40px
}

[dir=rtl] .list-slashed__listitem:not(:last-child) {
  padding-left: 4rem
}

[dir=rtl] .list-slashed__listitem:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 19px;
  height: 50px;
  width: 2px;
  display: block;
  background: #000;
  -webkit-transform: translate3d(0, -50%, 0) rotate(30deg);
  transform: translate3d(0, -50%, 0) rotate(30deg)
}

.list-slashed--white [dir=rtl] .list-slashed__listitem:not(:last-child)::after {
  background: #c5d0d8
}

.list-slashed--pagination [dir=rtl] .list-slashed__listitem:not(:last-child)::after {
  background: #8ba2b1
}

.header__navigation [dir=rtl] .list-slashed__listitem:not(:last-child)::after {
  height: 40px
}

.list-slashed__link {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase
}

.list-slashed__link svg {
  fill: #000;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.list-slashed__link svg path {
  fill: #000;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.header__navigation .list-slashed__link svg {
  fill: #e33439;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.header__navigation .list-slashed__link svg path {
  fill: #e33439;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .list-slashed__link:focus,
html:not(.is-touch) .list-slashed__link:hover {
  color: #e33439
}

html:not(.is-touch) .list-slashed__link:focus svg,
html:not(.is-touch) .list-slashed__link:hover svg {
  fill: #e33439;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .list-slashed__link:focus svg path,
html:not(.is-touch) .list-slashed__link:hover svg path {
  fill: #e33439;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.list-slashed--white .list-slashed__link {
  color: #fff;
  font-weight: 500
}

.list-slashed--white .list-slashed__link svg {
  fill: #fff;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.list-slashed--white .list-slashed__link svg path {
  fill: #fff;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .list-slashed--white .list-slashed__link:focus,
html:not(.is-touch) .list-slashed--white .list-slashed__link:hover {
  color: #e33439
}

html:not(.is-touch) .list-slashed--white .list-slashed__link:focus svg,
html:not(.is-touch) .list-slashed--white .list-slashed__link:hover svg {
  fill: #e33439;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .list-slashed--white .list-slashed__link:focus svg path,
html:not(.is-touch) .list-slashed--white .list-slashed__link:hover svg path {
  fill: #e33439;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.list-slashed--pagination .list-slashed__link {
  color: #8ba2b1;
  padding: 1rem .5rem
}

.list-slashed--pagination .is--active .list-slashed__link {
  color: #273238;
  pointer-events: none
}

.list-slashed__link-icon {
  margin-right: 2rem
}

[dir=rtl] .list-slashed__link-icon {
  margin-right: 0;
  margin-left: 2rem
}

.c-social-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:47.96875em) {
  .c-social-list {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:48em) {
  .c-social-list {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
  }
}

.social-list__title {
  font-size: var(--theme-list-social-title-size);
  color: var(--theme-color-list-social-title);
  text-transform: var(--theme-list-social-title-transform)
}

@media only screen and (max-width:47.96875em) {
  .social-list__title {
    display: block;
    margin-bottom: 1.25rem
  }
}

@media only screen and (min-width:48em) {
  .social-list__title {
    display: inline-block;
    margin-right: 1.5rem
  }

  [dir=rtl] .social-list__title {
    margin-right: 0;
    margin-left: 1.5rem
  }
}

.social-list__list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.social-list__item {
  margin-right: 5px
}

.social-list__link {
  opacity: .2;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.social-list__link svg {
  fill: var(--theme-color-list-social-icon);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.social-list__link svg path {
  fill: var(--theme-color-list-social-icon);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.social-list__link:focus,
.social-list__link:hover {
  opacity: 1
}

.c-loader {
  position: fixed;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: var(--theme-color-page-bg-80);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955), visibility .2s cubic-bezier(.455, .03, .515, .955) .2s
}

.c-loader.has--active-fail,
.c-loader.has--active-loader,
.c-loader.has--active-success {
  visibility: visible;
  opacity: 1;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955)
}

.loader__fail,
.loader__load,
.loader__success {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -100%, 0) scale(0);
  transform: translate3d(-50%, -100%, 0) scale(0);
  transition: -webkit-transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), -webkit-transform .2s cubic-bezier(.455, .03, .515, .955)
}

.has--active-loader .loader__load {
  -webkit-transform: translate3d(-50%, -100%, 0) scale(1);
  transform: translate3d(-50%, -100%, 0) scale(1)
}

.has--active-success .loader__success {
  -webkit-transform: translate3d(-50%, -100%, 0) scale(1);
  transform: translate3d(-50%, -100%, 0) scale(1)
}

.has--active-fail .loader__fail {
  -webkit-transform: translate3d(-50%, -100%, 0) scale(1);
  transform: translate3d(-50%, -100%, 0) scale(1)
}

.loader__icon-load {
  display: block;
  border-radius: 50%;
  border-style: solid;
  border-top-color: var(--theme-color-loader);
  border-right-color: var(--theme-color-loader);
  border-bottom-color: var(--theme-color-loader);
  border-left-color: transparent;
  border-width: 6px;
  width: 65px;
  height: 65px;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

@media screen and (min-width:480px) {
  .loader__icon-load {
    border-width: calc(6px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .loader__icon-load {
    border-width: 8px
  }
}

@media screen and (min-width:480px) {
  .loader__icon-load {
    width: calc(65px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .loader__icon-load {
    width: 100px
  }
}

@media screen and (min-width:480px) {
  .loader__icon-load {
    height: calc(65px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .loader__icon-load {
    height: 100px
  }
}

.loader__icon-success svg {
  width: 65px;
  height: 65px
}

@media screen and (min-width:480px) {
  .loader__icon-success svg {
    width: calc(65px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .loader__icon-success svg {
    width: 100px
  }
}

@media screen and (min-width:480px) {
  .loader__icon-success svg {
    height: calc(65px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .loader__icon-success svg {
    height: 100px
  }
}

.loader__icon-success svg path {
  fill: var(--theme-color-loader)
}

.loader__icon-fail svg {
  width: 65px;
  height: 65px
}

@media screen and (min-width:480px) {
  .loader__icon-fail svg {
    width: calc(65px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .loader__icon-fail svg {
    width: 100px
  }
}

@media screen and (min-width:480px) {
  .loader__icon-fail svg {
    height: calc(65px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .loader__icon-fail svg {
    height: 100px
  }
}

.loader__icon-fail svg path {
  fill: var(--theme-color-form-error)
}

.loader__msg {
  display: block;
  margin-top: 10rem;
  font-size: 18px;
  font-weight: 600;
  max-width: 50rem;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), -webkit-transform .2s cubic-bezier(.455, .03, .515, .955)
}

@media screen and (min-width:480px) {
  .loader__msg {
    font-size: calc(18px + 6 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .loader__msg {
    font-size: 24px
  }
}

.has--active-fail .loader__msg,
.has--active-success .loader__msg {
  -webkit-transform: scale(1);
  transform: scale(1)
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.c-milestones {
  background: #fcd82b
}

@media only screen and (max-width:63.96875em) {
  .c-milestones {
    padding-top: 3rem
  }

  .c-milestones::before {
    content: '';
    height: 100vh;
    width: 100%;
    background: #fcd82b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
  }
}

@media only screen and (min-width:64em) {
  .c-milestones {
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
  }
}

.milestones__navigation {
  z-index: 2;
  top: 0;
  left: 0;
  width: 10rem;
  height: 100%
}

.milestones__navigation::before {
  content: '';
  height: 2px;
  width: 10px;
  display: block;
  background: #273238;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

@media only screen and (max-width:63.96875em) {
  .milestones__navigation {
    position: fixed
  }
}

@media only screen and (min-width:64em) {
  .milestones__navigation {
    position: absolute
  }

  .milestones__navigation::before {
    width: 25px
  }
}

.milestones__navigation-list {
  position: absolute;
  top: 50%;
  left: 0;
  transition: -webkit-transform .4s cubic-bezier(.455, .03, .515, .955);
  transition: transform .4s cubic-bezier(.455, .03, .515, .955);
  transition: transform .4s cubic-bezier(.455, .03, .515, .955), -webkit-transform .4s cubic-bezier(.455, .03, .515, .955)
}

.milestones__navigation-list.milestones__navigation-list--active-index-0 {
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-1 {
  -webkit-transform: translate3d(0, -6rem, 0);
  transform: translate3d(0, -6rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-2 {
  -webkit-transform: translate3d(0, -10rem, 0);
  transform: translate3d(0, -10rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-3 {
  -webkit-transform: translate3d(0, -14rem, 0);
  transform: translate3d(0, -14rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-4 {
  -webkit-transform: translate3d(0, -18rem, 0);
  transform: translate3d(0, -18rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-5 {
  -webkit-transform: translate3d(0, -22rem, 0);
  transform: translate3d(0, -22rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-6 {
  -webkit-transform: translate3d(0, -26rem, 0);
  transform: translate3d(0, -26rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-7 {
  -webkit-transform: translate3d(0, -30rem, 0);
  transform: translate3d(0, -30rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-8 {
  -webkit-transform: translate3d(0, -34rem, 0);
  transform: translate3d(0, -34rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-9 {
  -webkit-transform: translate3d(0, -38rem, 0);
  transform: translate3d(0, -38rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-10 {
  -webkit-transform: translate3d(0, -42rem, 0);
  transform: translate3d(0, -42rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-11 {
  -webkit-transform: translate3d(0, -46rem, 0);
  transform: translate3d(0, -46rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-12 {
  -webkit-transform: translate3d(0, -50rem, 0);
  transform: translate3d(0, -50rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-13 {
  -webkit-transform: translate3d(0, -54rem, 0);
  transform: translate3d(0, -54rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-14 {
  -webkit-transform: translate3d(0, -58rem, 0);
  transform: translate3d(0, -58rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-15 {
  -webkit-transform: translate3d(0, -62rem, 0);
  transform: translate3d(0, -62rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-16 {
  -webkit-transform: translate3d(0, -66rem, 0);
  transform: translate3d(0, -66rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-17 {
  -webkit-transform: translate3d(0, -70rem, 0);
  transform: translate3d(0, -70rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-18 {
  -webkit-transform: translate3d(0, -74rem, 0);
  transform: translate3d(0, -74rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-19 {
  -webkit-transform: translate3d(0, -78rem, 0);
  transform: translate3d(0, -78rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-20 {
  -webkit-transform: translate3d(0, -82rem, 0);
  transform: translate3d(0, -82rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-21 {
  -webkit-transform: translate3d(0, -86rem, 0);
  transform: translate3d(0, -86rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-22 {
  -webkit-transform: translate3d(0, -90rem, 0);
  transform: translate3d(0, -90rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-23 {
  -webkit-transform: translate3d(0, -94rem, 0);
  transform: translate3d(0, -94rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-24 {
  -webkit-transform: translate3d(0, -98rem, 0);
  transform: translate3d(0, -98rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-25 {
  -webkit-transform: translate3d(0, -102rem, 0);
  transform: translate3d(0, -102rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-26 {
  -webkit-transform: translate3d(0, -106rem, 0);
  transform: translate3d(0, -106rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-27 {
  -webkit-transform: translate3d(0, -110rem, 0);
  transform: translate3d(0, -110rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-28 {
  -webkit-transform: translate3d(0, -114rem, 0);
  transform: translate3d(0, -114rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-29 {
  -webkit-transform: translate3d(0, -118rem, 0);
  transform: translate3d(0, -118rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-30 {
  -webkit-transform: translate3d(0, -122rem, 0);
  transform: translate3d(0, -122rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-31 {
  -webkit-transform: translate3d(0, -126rem, 0);
  transform: translate3d(0, -126rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-32 {
  -webkit-transform: translate3d(0, -130rem, 0);
  transform: translate3d(0, -130rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-33 {
  -webkit-transform: translate3d(0, -134rem, 0);
  transform: translate3d(0, -134rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-34 {
  -webkit-transform: translate3d(0, -138rem, 0);
  transform: translate3d(0, -138rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-35 {
  -webkit-transform: translate3d(0, -142rem, 0);
  transform: translate3d(0, -142rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-36 {
  -webkit-transform: translate3d(0, -146rem, 0);
  transform: translate3d(0, -146rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-37 {
  -webkit-transform: translate3d(0, -150rem, 0);
  transform: translate3d(0, -150rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-38 {
  -webkit-transform: translate3d(0, -154rem, 0);
  transform: translate3d(0, -154rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-39 {
  -webkit-transform: translate3d(0, -158rem, 0);
  transform: translate3d(0, -158rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-40 {
  -webkit-transform: translate3d(0, -162rem, 0);
  transform: translate3d(0, -162rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-41 {
  -webkit-transform: translate3d(0, -166rem, 0);
  transform: translate3d(0, -166rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-42 {
  -webkit-transform: translate3d(0, -170rem, 0);
  transform: translate3d(0, -170rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-43 {
  -webkit-transform: translate3d(0, -174rem, 0);
  transform: translate3d(0, -174rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-44 {
  -webkit-transform: translate3d(0, -178rem, 0);
  transform: translate3d(0, -178rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-45 {
  -webkit-transform: translate3d(0, -182rem, 0);
  transform: translate3d(0, -182rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-46 {
  -webkit-transform: translate3d(0, -186rem, 0);
  transform: translate3d(0, -186rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-47 {
  -webkit-transform: translate3d(0, -190rem, 0);
  transform: translate3d(0, -190rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-48 {
  -webkit-transform: translate3d(0, -194rem, 0);
  transform: translate3d(0, -194rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-49 {
  -webkit-transform: translate3d(0, -198rem, 0);
  transform: translate3d(0, -198rem, 0)
}

.milestones__navigation-list.milestones__navigation-list--active-index-50 {
  -webkit-transform: translate3d(0, -202rem, 0);
  transform: translate3d(0, -202rem, 0)
}

.milestones__navigation-item {
  opacity: 0;
  transition: .4s cubic-bezier(.455, .03, .515, .955);
  list-style: none
}

.milestones__navigation-item.milestones__navigation-item--is-active,
.milestones__navigation-item.milestones__navigation-item--is-next,
.milestones__navigation-item.milestones__navigation-item--is-prev {
  opacity: 1
}

.milestones__navigation-item.milestones__navigation-item--is-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@media only screen and (max-width:63.96875em) {
  .milestones__navigation-item {
    margin-left: 1.8rem
  }
}

@media only screen and (min-width:64em) {
  .milestones__navigation-item {
    margin-left: 5rem
  }
}

.milestones__navigation-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #273238;
  font-size: 1.6rem;
  height: 4rem
}

.milestones__navigation-link span {
  display: block
}

@media only screen and (max-width:63.96875em) {
  .milestones__navigation-link {
    font-size: 1.2rem
  }
}

@media only screen and (min-width:64em) {
  .milestones__navigation-link {
    font-size: 1.6rem
  }
}

@media only screen and (max-width:63.96875em) {
  .milestones__arrows {
    display: none
  }
}

@media only screen and (min-width:64em) {
  .milestones__arrows {
    position: absolute;
    height: 100%;
    width: 10rem;
    right: 0;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
  }

  .milestones__arrows button {
    opacity: .4;
    transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
    margin: 1rem 0
  }

  .milestones__arrows button.is-disabled {
    opacity: 0;
    pointer-events: none
  }

  .milestones__arrows button:hover {
    opacity: 1
  }
}

@media only screen and (max-width:63.96875em) {
  .milestones__slidecontainer {
    padding-left: 6rem;
    padding-right: 3rem
  }
}

@media only screen and (min-width:64em) {
  .milestones__slidecontainer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
  }
}

@media only screen and (max-width:63.96875em) {
  .milestones__slide {
    padding: 3rem 0
  }
}

@media only screen and (min-width:64em) {
  .milestones__slide {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: .5s cubic-bezier(.455, .03, .515, .955);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
  }
}

.milestones__slide::before {
  content: attr(data-year);
  font-size: 64px;
  color: #e33439;
  font-weight: 700;
  line-height: 1
}

@media screen and (min-width:480px) {
  .milestones__slide::before {
    font-size: calc(64px + 60 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .milestones__slide::before {
    font-size: 124px
  }
}

@media only screen and (max-width:63.96875em) {
  .milestones__slide::before {
    margin-bottom: 2rem;
    display: block
  }
}

@media only screen and (min-width:64em) {
  .milestones__slide::before {
    position: absolute;
    top: 0;
    left: 55%;
    display: block;
    transition: -webkit-transform .5s cubic-bezier(1, .02, 1, .61) .5s;
    transition: transform .5s cubic-bezier(1, .02, 1, .61) .5s;
    transition: transform .5s cubic-bezier(1, .02, 1, .61) .5s, -webkit-transform .5s cubic-bezier(1, .02, 1, .61) .5s
  }
}

@media only screen and (min-width:64em) {
  .milestones__slide.slide--is-prev {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0
  }

  .milestones__slide.slide--is-prev::before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@media only screen and (min-width:64em) {
  .milestones__slide.slide--is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }

  .milestones__slide.slide--is-active::before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@media only screen and (min-width:64em) {
  .milestones__slide.slide--is-next {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0
  }

  .milestones__slide.slide--is-next::before {
    -webkit-transform: translate3d(0, 20vh, 0);
    transform: translate3d(0, 20vh, 0)
  }
}

.milestones__slide-wrapper {
  width: 100%;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:63.96875em) {
  .milestones__slide-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:64em) {
  .milestones__slide-wrapper {
    width: calc(100% - 200px);
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (max-width:63.96875em) {

  .milestones__slide-content,
  .milestones__slide-image {
    width: 100%
  }
}

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

  .milestones__slide-content,
  .milestones__slide-image {
    width: 50%;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center
  }

  .milestones__slide-content:only-child,
  .milestones__slide-image:only-child {
    width: 100%
  }
}

@media only screen and (max-width:63.96875em) {
  .milestones__slide-image {
    margin-bottom: 2rem
  }
}

.milestones__slide-content {
  padding: 10px
}

@media screen and (min-width:480px) {
  .milestones__slide-content {
    padding: calc(10px + 50 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .milestones__slide-content {
    padding: 60px
  }
}

@media only screen and (min-width:64em) {
  .milestones__slide-content {
    transition: -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) .166s;
    transition: transform .5s cubic-bezier(.455, .03, .515, .955) .166s;
    transition: transform .5s cubic-bezier(.455, .03, .515, .955) .166s, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) .166s
  }

  .slide--is-next .milestones__slide-content {
    -webkit-transform: translate3d(0, 40vh, 0);
    transform: translate3d(0, 40vh, 0)
  }
}

.milestones__slide-title {
  font-size: 24px;
  margin-bottom: 2rem;
  text-transform: none
}

@media screen and (min-width:480px) {
  .milestones__slide-title {
    font-size: calc(24px + 16 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .milestones__slide-title {
    font-size: 40px
  }
}

.milestones__slide-body * {
  color: #000
}

.milestones__slide-body p {
  font-size: 1.4rem
}

.is--modal-open body {
  overflow: hidden
}

.c-modal {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 9999;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
  transition: .4s cubic-bezier(.455, .03, .515, .955), 0s linear .4s, 0s linear .4s;
  transition-property: opacity, left, visibility;
  -webkit-overflow-scrolling: touch;
  visibility: hidden
}

.modal--is-showing {
  left: 0;
  opacity: 1;
  transition: .4s cubic-bezier(.455, .03, .515, .955), 0s;
  transition-property: opacity, left;
  visibility: visible
}

.modal--is-showing .modal__content {
  opacity: 1;
  transition: .4s cubic-bezier(.455, .03, .515, .955) .1s, .4s cubic-bezier(.455, .03, .515, .955);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.modal--is-showing .modal__background {
  left: 0;
  transition: .4s cubic-bezier(.455, .03, .515, .955), 0s;
  transition-property: opacity, left
}

.modal__button-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--theme-color-modal-close-icon)
}

.modal__button-close .svg--icons-close {
  display: block;
  height: var(--theme-modal-close-icon-size);
  width: auto
}

.modal__container {
  margin: auto;
  z-index: 1
}

@media only screen and (min-width:30em) {
  .modal__container {
    padding: 20px
  }
}

.modal__content {
  background-color: #fff;
  height: auto;
  padding: 20px;
  max-width: 1600px;
  min-height: 100vh;
  opacity: 0;
  position: relative;
  transition: .4s cubic-bezier(.455, .03, .515, .955), .4s cubic-bezier(.455, .03, .515, .955);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  width: 100%;
  z-index: 1
}

@media only screen and (min-width:30em) {
  .modal__content {
    min-height: auto
  }
}

@media only screen and (min-width:48em) {
  .modal__content {
    margin: 0 auto;
    padding: 40px
  }
}

.modal-size--sm .modal__content {
  max-width: 50rem
}

.modal__content p:last-of-type {
  margin-bottom: 0
}

.modal__background {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 0;
  cursor: pointer;
  transition: 0s linear .4s;
  transition-property: left
}

.my-account__page {
  background-color: var(--theme-color-my-account-page-bg)
}

.c-my-account-header {
  position: relative;
  height: 10rem;
  width: 100%
}

@media only screen and (min-width:64em) {
  .c-my-account-header {
    height: 20rem
  }
}

.my-account-header__content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  z-index: 2
}

.my-account-header__title {
  color: #fff
}

.my-account-header__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.c-my-account-usp {
  padding-bottom: 25px;
  margin-top: 5rem
}

@media screen and (min-width:480px) {
  .c-my-account-usp {
    padding-bottom: calc(25px + 25 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-my-account-usp {
    padding-bottom: 50px
  }
}

.c-my-account-usp ul {
  list-style-type: none
}

.c-my-account-usp ul li {
  position: relative;
  display: -webkit-flex;
  display: flex
}

.c-my-account-usp ul svg {
  width: 1.8rem;
  margin-right: 10px
}

.my-account-usp__title {
  margin-bottom: 10px
}

.my-dashboard__section .c-order-line {
  margin: 0;
  padding: 0;
  border: 0
}

.my-dashboard__outline {
  border-top: 1px solid #c5d0d8;
  margin-top: 60px;
  padding-top: 60px
}

.my-dashboard__buttons {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.my-dashboard__buttons .c-button {
  min-height: 0;
  height: auto
}

.my-dashboard__text {
  margin-top: 40px;
  margin-bottom: 40px
}

.my-dashboard__text * {
  display: inline
}

.my-dashboard__text-toggle {
  display: inline-block;
  color: var(--theme-color-button-primary-bg);
  text-transform: none
}

html:not(.is-touch) .my-dashboard__text-toggle:focus,
html:not(.is-touch) .my-dashboard__text-toggle:hover {
  color: var(--theme-color-button-primary-bg-hover)
}

.toggle--is-active .my-dashboard__text-toggle-label {
  display: none
}

.my-dashboard__text-toggle-label-active {
  display: none
}

.toggle--is-active .my-dashboard__text-toggle-label-active {
  display: block
}

.my-dashboard__text-collapsed {
  display: none;
  margin-top: 20px
}

.my-dashboard__text-collapsed * {
  display: revert
}

.toggle--is-active+.my-dashboard__text-collapsed {
  display: block
}

@media only screen and (min-width:48em) {
  .my-dashboard__heading {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

@media only screen and (min-width:48em) {
  .my-dashboard__heading .c-button {
    min-height: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0
  }
}

@media only screen and (min-width:77.5em) {
  .my-dashboard__my-products {
    display: -webkit-flex;
    display: flex
  }
}

@media only screen and (min-width:77.5em) {
  .my-dashboard__my-products-info {
    width: 45%;
    padding-right: 40px
  }
}

.my-dashboard__my-products-products-wrapper {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px
}

@media only screen and (max-width:29.96875em) {
  .my-dashboard__my-products-products-wrapper {
    width: calc(100% + 35px + 10px)
  }
}

@media only screen and (min-width:30em) {
  .my-dashboard__my-products-products-wrapper {
    width: calc(100% + 50px + 10px)
  }
}

@media only screen and (min-width:77.5em) {
  .my-dashboard__my-products-products-wrapper {
    width: calc(55% + 50px + 10px);
    margin-right: -60px;
    margin-top: 0
  }
}

@media only screen and (min-width:90em) {
  .my-dashboard__my-products-products-wrapper {
    width: calc(55% + ((100vw - 1440px)/ 2) + 30px);
    margin-right: calc((100vw - 1440px)/ -2 + -60px)
  }
}

.my-dashboard__my-products-products-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, var(--theme-color-my-account-page-bg-0) 0, var(--theme-color-my-account-page-bg) 100%);
  pointer-events: none
}

@media only screen and (min-width:90em) {
  .my-dashboard__my-products-products-wrapper::after {
    width: 80px
  }
}

.my-dashboard__my-products-products {
  overflow-x: auto;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 25px
}

.my-dashboard__my-products-products .c-my-product-card {
  width: 290px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 10px
}

@media only screen and (max-width:29.96875em) {
  .my-dashboard__my-products-products .c-my-product-card:last-child {
    margin-right: 35px
  }
}

@media only screen and (min-width:30em) {
  .my-dashboard__my-products-products .c-my-product-card:last-child {
    margin-right: 50px
  }
}

.my-orders__link {
  color: var(--theme-color-my-order-link);
  text-transform: uppercase;
  font-weight: var(--theme-button-font-weight)
}

html:not(.is-touch) .my-orders__link:focus,
html:not(.is-touch) .my-orders__link:hover {
  color: var(--theme-color-my-order-link-hover)
}

.c-my-product-card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: var(--theme-border-radius);
  overflow: hidden;
  color: var(--theme-color-text-dark)
}

.c-my-product-card .form__item {
  margin-bottom: 0
}

.c-my-product-card .input__label {
  display: none
}

.c-my-product-card .input__input {
  padding: 0;
  border: 0
}

.c-my-product-card .input__input::-webkit-input-placeholder {
  color: var(--theme-color-my-product-card-input-placeholder)
}

.c-my-product-card .input__input::-moz-placeholder {
  color: var(--theme-color-my-product-card-input-placeholder)
}

.c-my-product-card .input__input:-ms-input-placeholder {
  color: var(--theme-color-my-product-card-input-placeholder)
}

.c-my-product-card .input__input:focus {
  box-shadow: none
}

.my-product-card__header {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  font-weight: var(--theme-button-font-weight);
  text-transform: uppercase;
  color: var(--theme-color-my-product-card-header-text);
  background-color: var(--theme-color-my-product-card-header-bg);
  transition: .4s cubic-bezier(.455, .03, .515, .955)
}

.my-product-card__header.is--active,
.my-product-card__header.is--updated {
  color: var(--theme-color-my-product-card-header-text-active);
  background-color: var(--theme-color-my-product-card-header-bg-active)
}

.my-product-card__header.is--active .my-product-card__header-icon-default,
.my-product-card__header.is--updated .my-product-card__header-icon-default {
  opacity: 0
}

.my-product-card__header.is--active .my-product-card__header-icon-active,
.my-product-card__header.is--updated .my-product-card__header-icon-active {
  opacity: 1
}

.my-product-card__header.is--active .my-product-card__header-text-default,
.my-product-card__header.is--updated .my-product-card__header-text-default {
  display: none
}

.my-product-card__header.is--active .my-product-card__header-text-active,
.my-product-card__header.is--updated .my-product-card__header-text-active {
  display: -webkit-flex;
  display: flex
}

.my-product-card__header.is--updated .my-product-card__header-button {
  display: none
}

.my-product-card__header.is--updated .my-product-card__header-text-updated {
  display: block
}

.my-product-card__header-content {
  padding: 16px 24px;
  min-height: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.my-product-card__header-button {
  padding: 16px 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  transition: background-color .4s
}

html:not(.is-touch) .my-product-card__header:not(.is--active) .my-product-card__header-button:focus,
html:not(.is-touch) .my-product-card__header:not(.is--active) .my-product-card__header-button:hover {
  background-color: var(--theme-color-my-product-card-header-bg-hover)
}

.my-product-card__remove-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 20px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-color-my-product-card-popup-text);
  background-color: var(--theme-color-my-product-card-popup-bg)
}

.my-product-card__remove-popup p {
  display: block;
  font-weight: 700
}

.my-product-card__remove-popup.is--active {
  display: -webkit-flex;
  display: flex
}

.my-product-card__remove-popup .c-button {
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 16px
}

.my-product-card__header-icon {
  width: 24px;
  height: 24px;
  position: relative
}

.my-product-card__header-icon+.my-product-card__header-text {
  margin-left: 10px
}

.my-product-card__header-icon-active,
.my-product-card__header-icon-default {
  width: inherit;
  height: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s cubic-bezier(.455, .03, .515, .955)
}

.my-product-card__header-icon-active {
  opacity: 0
}

.my-product-card__header-text-active,
.my-product-card__header-text-updated {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  width: 100%
}

.my-product-card__header-text-active svg,
.my-product-card__header-text-updated svg {
  margin-right: 10px
}

.my-product-card__message {
  padding: 10px 24px;
  background-color: var(--theme-color-form-error-20);
  font-size: 1.2rem;
  line-height: 1.2
}

.my-product-card__content {
  padding: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1;
  flex: 1;
  background-color: var(--theme-color-product-card-bg)
}

.my-product-card__image {
  width: 60px;
  margin-right: 16px
}

.my-product-card__info {
  -webkit-flex: 1;
  flex: 1;
  width: calc(100% - 60px - 16px)
}

.my-product-card__title {
  margin-bottom: 24px;
  font-size: var(--theme-font-size-h4);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  width: 100%
}

.my-product-card__title+.my-product-card__note {
  margin-top: -10px
}

.my-product-card__label {
  display: block;
  font-weight: 400;
  text-transform: none;
  color: var(--theme-color-product-card-text-light)
}

.my-product-card__note {
  margin-bottom: 16px;
  font-size: 1.4rem
}

.my-product-card__price {
  font-weight: 700;
  margin-bottom: 16px
}

.my-product-card__serial {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid var(--theme-color-my-product-card-divider);
  padding-top: 16px;
  font-weight: 700
}

.my-product-card__license-plate {
  margin-top: 10px;
  width: 100%;
  font-weight: 700
}

.my-product-card__links {
  width: 100%;
  list-style: none;
  margin: auto 0 0
}

.my-product-card__links li:first-child {
  border-top: 1px solid var(--theme-color-my-product-card-divider);
  margin-top: 16px;
  padding-top: 16px
}

.my-product-card__links li:not(:last-child) {
  margin-bottom: 16px
}

.my-product-card__link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: var(--theme-color-my-product-card-link);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}

.my-product-card__link svg {
  margin-left: 10px;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px)
}

.my-product-card__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background-color: var(--theme-color-product-card-bg)
}

.my-product-card__footer-label {
  padding: 16px 0;
  margin: 0 24px;
  color: var(--theme-color-order-card-header-text-light);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-flex: 1;
  flex: 1;
  display: block;
  border-top: 1px solid var(--theme-color-my-product-card-divider)
}

.my-product-card__footer.is--active .my-product-card__footer-label {
  color: var(--theme-color-button-primary-bg)
}

.my-product-card__add {
  width: 60px;
  min-height: revert;
  height: 60px
}

.my-product-card__footer.is--active .my-product-card__add {
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text)
}

.my-product-card__footer.is--active .my-product-card__add .button__skew {
  background-color: var(--theme-color-button-primary-bg)
}

.my-product-card__footer.is--active .my-product-card__add .button__skew span:before {
  background-color: var(--theme-color-button-primary-bg)
}

html:not(.is-touch) .my-product-card__footer.is--active .my-product-card__add:focus,
html:not(.is-touch) .my-product-card__footer.is--active .my-product-card__add:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .my-product-card__footer.is--active .my-product-card__add:focus .button__skew,
html:not(.is-touch) .my-product-card__footer.is--active .my-product-card__add:hover .button__skew {
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) .my-product-card__footer.is--active .my-product-card__add:focus .button__skew span:before,
html:not(.is-touch) .my-product-card__footer.is--active .my-product-card__add:hover .button__skew span:before {
  background-color: var(--theme-color-button-primary-bg-hover)
}

@media only screen and (max-width:47.96875em) {
  .my-products__header {
    padding-top: 20px
  }
}

@media only screen and (min-width:48em) {
  .my-products__header {
    min-height: var(--theme-button-min-height-desktop);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
  }
}

@media only screen and (max-width:47.96875em) {
  .my-products__add {
    margin-top: 20px;
    margin-bottom: 10px
  }
}

@media only screen and (min-width:48em) {
  .my-products__add {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 20px;
    margin-top: -10px
  }
}

.my-products__filter .c-form {
  margin: 0;
  padding: 0
}

.my-products__filter .form__item {
  margin: 0
}

@media only screen and (min-width:48em) {
  .my-products__grid {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.my-products__grid .c-my-product-card {
  width: 100%;
  margin-bottom: 20px
}

@media only screen and (min-width:48em) {
  .my-products__grid .c-my-product-card {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px
  }
}

@media only screen and (min-width:90em) {
  .my-products__grid .c-my-product-card {
    width: calc(33.33% - 20px)
  }
}

.my-profile__title {
  margin-bottom: 20px
}

@media only screen and (min-width:48em) {
  .my-profile__title {
    margin-bottom: 30px
  }
}

.my-profile__description {
  margin-bottom: 30px
}

@media only screen and (min-width:48em) {
  .my-profile__description {
    margin-bottom: 40px
  }
}

.my-profile__section-title {
  font-size: 24px;
  margin-bottom: 30px
}

@media screen and (min-width:480px) {
  .my-profile__section-title {
    font-size: calc(24px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .my-profile__section-title {
    font-size: 32px
  }
}

.my-profile__section+.my-profile__section {
  margin-top: 40px
}

.my-profile__field {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #dce3e7
}

.my-profile__field+.my-profile__field {
  margin-top: 20px
}

@media only screen and (min-width:30em) {
  .my-profile__field--row {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.my-profile__property {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: var(--theme-form-label-weight);
  color: var(--theme-color-input-text-placeholder);
  text-transform: var(--theme-form-label-transform)
}

@media only screen and (min-width:30em) {
  .my-profile__field--row .my-profile__property {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 1;
    order: 1
  }
}

.my-profile__value {
  font-size: 1.6rem;
  font-weight: var(--theme-form-input-weight);
  color: var(--theme-color-form-label);
  text-transform: var(--theme-form-input-transform)
}

@media only screen and (min-width:30em) {
  .my-profile__field--row .my-profile__value {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 3;
    order: 3
  }
}

.my-profile__field-cta {
  color: var(--theme-color-link);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  text-transform: uppercase;
  text-decoration: none
}

html:not(.is-touch) .my-profile__field-cta:focus,
html:not(.is-touch) .my-profile__field-cta:hover {
  color: var(--theme-color-link-hover)
}

@media only screen and (min-width:30em) {
  .my-profile__field--row .my-profile__field-cta {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 2;
    order: 2;
    text-align: right;
    -webkit-transform: translateY(calc(50% + 10px));
    transform: translateY(calc(50% + 10px))
  }
}

.c-main-navigation {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--theme-color-main-nav-bg);
  opacity: 0;
  transition: .4s cubic-bezier(.455, .03, .515, .955), 0s linear .4s, 0s linear .4s;
  transition-property: opacity, left, visibility;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.c-main-navigation.is--active {
  left: 0;
  opacity: 1;
  transition: .4s cubic-bezier(.455, .03, .515, .955), 0s;
  transition-property: opacity, left;
  visibility: visible
}

.main-navigation__top {
  width: 100%;
  background: var(--theme-color-main-nav-top-bg)
}

@media only screen and (max-width:47.96875em) {
  .main-navigation__top {
    height: 70px
  }
}

@media only screen and (min-width:48em) {
  .main-navigation__top {
    height: 100px
  }
}

.main-navigation__top>.o-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.main-navigation__close {
  margin-left: auto
}

[dir=rtl] .main-navigation__close {
  margin-right: auto;
  margin-left: 0
}

@media only screen and (max-width:47.96875em) {
  .main-navigation__close .button__label {
    display: none
  }
}

.main-navigation__close .button__icon {
  line-height: 0
}

.main-navigation__language {
  color: var(--theme-color-main-nav-text)
}

@media only screen and (max-width:47.96875em) {
  .main-navigation__language {
    display: block;
    background: var(--theme-color-main-nav-column-bg);
    padding: 3rem 2rem 2rem;
    direction: ltr;
    cursor: pointer
  }

  [dir=rtl] .main-navigation__language {
    text-align: right
  }
}

@media only screen and (min-width:48em) {
  .main-navigation__language {
    display: none
  }
}

.main-navigation__language-label {
  font-weight: 700;
  text-transform: var(--theme-text-transform-headings)
}

.main-navigation__language-icon svg {
  margin-right: 5px;
  width: 2rem;
  height: 2rem;
  fill: currentColor;
  -webkit-transform: translate3d(0, -.2rem, 0);
  transform: translate3d(0, -.2rem, 0)
}

.main-navigation__nav {
  position: relative;
  display: block;
  width: 100%
}

@media only screen and (min-width:48em) {
  .main-navigation__nav {
    height: calc(100% - 100px)
  }
}

.main-navigation__list {
  display: -webkit-flex;
  display: flex;
  list-style: none
}

@media only screen and (max-width:47.96875em) {
  .main-navigation__list {
    -webkit-flex-direction: column;
    flex-direction: column;
    background: var(--theme-color-main-nav-column-bg);
    padding-bottom: 6rem
  }
}

@media only screen and (min-width:48em) {
  .main-navigation__list {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%
  }

  .main-navigation__list>li {
    width: calc(100% / 3)
  }
}

.main-navigation__list-title {
  display: block;
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h2);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h2-letter-spacing);
  margin-bottom: 10px
}

@media screen and (min-width:480px) {
  .main-navigation__list-title {
    font-size: calc(32px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .main-navigation__list-title {
    font-size: 40px
  }
}

@media screen and (min-width:480px) {
  .main-navigation__list-title {
    margin-bottom: calc(10px + 27 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .main-navigation__list-title {
    margin-bottom: 37px
  }
}

.main-navigation__subnav+.main-navigation__list-title {
  margin-top: 15px
}

@media screen and (min-width:480px) {
  .main-navigation__subnav+.main-navigation__list-title {
    margin-top: calc(15px + 25 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .main-navigation__subnav+.main-navigation__list-title {
    margin-top: 40px
  }
}

.main-navigation__listitem {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

@media only screen and (max-width:47.96875em) {
  .main-navigation__listitem {
    padding: 2rem
  }
}

@media only screen and (min-width:48em) {
  .main-navigation__listitem {
    background: var(--theme-color-main-nav-column-bg);
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }
}

@media only screen and (min-width:48em) and (min-width:480px) {
  .main-navigation__listitem {
    padding-top: calc(0px + 100 * (100vw - 480px)/ 760)
  }
}

@media only screen and (min-width:48em) and (min-width:1240px) {
  .main-navigation__listitem {
    padding-top: 100px
  }
}

@media only screen and (min-width:48em) and (min-width:480px) {
  .main-navigation__listitem {
    padding-right: calc(0px + 70 * (100vw - 480px)/ 760)
  }
}

@media only screen and (min-width:48em) and (min-width:1240px) {
  .main-navigation__listitem {
    padding-right: 70px
  }
}

@media only screen and (min-width:48em) and (min-width:480px) {
  .main-navigation__listitem {
    padding-bottom: calc(0px + 30 * (100vw - 480px)/ 760)
  }
}

@media only screen and (min-width:48em) and (min-width:1240px) {
  .main-navigation__listitem {
    padding-bottom: 30px
  }
}

@media only screen and (min-width:48em) and (min-width:480px) {
  .main-navigation__listitem {
    padding-left: calc(0px + 70 * (100vw - 480px)/ 760)
  }
}

@media only screen and (min-width:48em) and (min-width:1240px) {
  .main-navigation__listitem {
    padding-left: 70px
  }
}

@media only screen and (min-width:48em) {
  .main-navigation__list:hover .main-navigation__listitem {
    opacity: .5
  }

  .main-navigation__listitem:hover {
    opacity: 1 !important
  }
}

.main-navigation__listitem.has-hovered-item {
  opacity: .5
}

.main-navigation__subnav {
  list-style: none
}

.main-navigation__subnav-link {
  display: block;
  color: var(--theme-color-main-nav-text);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 1rem 0
}

html:not(.is-touch) .main-navigation__subnav-link:focus,
html:not(.is-touch) .main-navigation__subnav-link:hover {
  color: var(--theme-color-main-nav-text-hover);
  font-weight: 700
}

html:not(.is-touch) .main-navigation__subnav-link:focus .main-navigation__subnav-link-icon,
html:not(.is-touch) .main-navigation__subnav-link:hover .main-navigation__subnav-link-icon {
  opacity: 1
}

.main-navigation__subnav-link .main-navigation__subnav-link-icon svg {
  fill: currentColor
}

[dir=ltr] .main-navigation__subnav-link:focus .main-navigation__subnav-link-icon,
[dir=ltr] .main-navigation__subnav-link:hover .main-navigation__subnav-link-icon {
  -webkit-transform: translate3d(8px, 0, 0);
  transform: translate3d(8px, 0, 0)
}

[dir=rtl] .main-navigation__subnav-link:focus .main-navigation__subnav-link-icon,
[dir=rtl] .main-navigation__subnav-link:hover .main-navigation__subnav-link-icon {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(180deg);
  transform: translate3d(-8px, 0, 0) rotate(180deg)
}

.main-navigation__subnav-link-icon {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

[dir=rtl] .main-navigation__subnav-link-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.main-navigation__subnav-link-icon svg {
  height: 16.5px;
  width: 21px
}

.c-no-results {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 50px 20px;
  background-color: #fff;
  z-index: 2
}

.c-no-results svg {
  width: 150px;
  height: 195px
}

.no-results__title {
  margin-bottom: 10px
}

.no-results__description {
  margin-bottom: 40px
}

.no-results__suggestions {
  margin: auto 30px;
  margin-bottom: 40px
}

.no-results__suggestions li {
  list-style-type: square
}

.c-notification-card {
  padding: 20px;
  background-color: var(--theme-color-quick-links-bg);
  width: 100%;
  text-decoration: none;
  border-radius: var(--theme-border-radius);
  overflow: hidden;
  margin-bottom: 20px
}

.c-notification-card:last-child {
  margin-bottom: 0
}

@media only screen and (min-width:64em) {
  .c-notification-card {
    padding: 30px
  }
}

.notification-card__header {
  margin-bottom: 20px
}

@media only screen and (min-width:48em) {
  .notification-card__header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.notification-card__date {
  color: #e33439
}

@media only screen and (min-width:48em) {
  .notification-card__date {
    -webkit-order: 1;
    order: 1
  }
}

.notification-card__categories {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  column-gap: 20px
}

@media only screen and (min-width:48em) {
  .notification-card__categories {
    -webkit-order: 2;
    order: 2
  }
}

@media only screen and (max-width:47.96875em) {
  .notification-card__categories {
    margin-bottom: 10px
  }
}

.notification-card__category {
  color: #5a6c78;
  text-transform: uppercase
}

.notification-card__exerpt {
  margin-bottom: 0
}

.notification-card__title {
  margin-bottom: 20px
}

.notification-card__button {
  margin-top: 30px
}

@media only screen and (max-width:47.96875em) {
  .notification-card__button .c-button {
    padding: 20px 20px
  }
}

.notification-card__buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width:47.96875em) {
  .notification-card__buttons {
    -webkit-justify-content: center;
    justify-content: center
  }
}

@media only screen and (max-width:47.96875em) {
  .notification-card__button-edit {
    margin-top: 20px
  }
}

.notification-card__file-download-inner-wrapper {
  display: -webkit-flex;
  display: flex;
  background: #fff;
  border: 1px solid #dce3e7;
  margin-bottom: 5px
}

.notification-card__file-download-inner-wrapper {
  position: relative
}

.notification-card__file-download-inner-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  background-image: url(https://resource.ohmvehicles.com/svg/pdf.svg);
  background-repeat: no-repeat;
  object-fit: contain
}

.notification-card__file-download__outer-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.notification-card____file-name {
  -webkit-flex: 1;
  flex: 1;
  height: var(--theme-button-min-height-desktop);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0;
  padding-left: 65px;
  color: #273238
}

@media only screen and (max-width:47.96875em) {
  .notification-card____file-name {
    -webkit-order: -1;
    order: -1;
    margin: 0 auto
  }
}

@media only screen and (max-width:47.96875em) {
  .notification-card__button-download {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
  }
}

.download-center__results .notification-card__buttons {
  -webkit-flex-direction: column;
  flex-direction: column
}

.c-notification-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 30px 20px;
  background-color: var(--theme-color-cart-bg);
  width: 100%;
  height: 100%;
  z-index: 10;
  -ms-overflow-style: none
}

@media only screen and (min-width:64em) {
  .c-notification-modal {
    top: 10rem;
    padding: 40px 30px;
    height: calc(100vh - 10rem);
    max-width: 58.5rem
  }
}

.c-notification-modal::-webkit-scrollbar {
  display: none
}

@media only screen and (min-width:64em) {
  .c-notification-modal.change--position {
    top: 6rem;
    height: calc(100vh - 6rem)
  }
}

.c-notification-modal--show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  overflow-y: scroll;
  box-shadow: -2.4rem 0 4.8rem 0 rgba(0, 0, 0, .05)
}

.c-notification-modal--hide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

.notification-modal__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  color: #273238
}

@media only screen and (min-width:64em) {
  .notification-modal__header {
    margin-bottom: 10px;
    -webkit-align-items: center;
    align-items: center
  }
}

.notification-modal__header svg {
  width: 2.4rem;
  height: 2.4rem
}

.notification-modal__header-title {
  margin-top: 60px
}

@media only screen and (min-width:64em) {
  .notification-modal__header-title {
    margin-top: 0
  }
}

.notification-modal__header-close {
  cursor: pointer
}

.notification-modal__header-close svg * {
  transition: fill .2s
}

html:not(.is-touch) .notification-modal__header-close:focus,
html:not(.is-touch) .notification-modal__header-close:hover {
  color: var(--theme-color-button-primary-bg)
}

.notification-modal__notifications {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-overflow-style: none
}

@media only screen and (min-width:48em) {
  .notification-modal__notifications {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .notification-modal__notifications {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

@media only screen and (min-width:64em) {
  .notification-modal__notifications {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    overflow: scroll;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px
  }
}

.notification-modal__notifications::-webkit-scrollbar {
  display: none
}

.notification-modal__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.notification-modal__totals {
  margin-top: auto;
  padding: 20px 0
}

.notification-modal__notification {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 .4rem 1.6rem 0 rgba(0, 0, 0, .08);
  border-radius: var(--theme-border-radius);
  overflow: hidden
}

@media only screen and (min-width:48em) {
  .notification-modal__notification {
    width: calc(50% - 10px);
    margin-bottom: 30px
  }
}

@media only screen and (min-width:64em) {
  .notification-modal__notification {
    width: 100%
  }
}

.notification-modal__notification-content {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  padding: 20px
}

.notification-modal__notification-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99
}

.notification-modal__notification-description {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:64em) {
  .notification-modal__notification-description {
    width: auto
  }
}

.notification-modal__notification-title {
  color: var(--theme-color-cart-product-title);
  font-size: 1.6rem
}

.c-order-block {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: var(--theme-border-radius);
  overflow: hidden
}

.order-block__radio:checked+.order-block__title {
  background-color: var(--theme-color-checkout-order-block-cta);
  color: var(--theme-color-checkout-order-block-cta-text)
}

.order-block__radio:checked~.order-block__actions {
  border-color: transparent
}

.order-block__radio:checked~.order-block__actions .order-block__label .order-block__label-edit {
  display: block
}

.order-block__radio:checked~.order-block__actions .order-block__label .order-block__label-select {
  display: none
}

.order-block__radio:checked~.order-block__actions .order-block__label--no-edit {
  box-shadow: none
}

.order-block__radio:checked~.order-block__actions .order-block__label--no-edit .order-block__label-edit {
  opacity: 0
}

.order-block__radio:checked~.order-block__actions .order-block__button {
  background-color: var(--theme-color-checkout-order-block-button);
  color: #fff
}

.order-block__radio:checked~.order-block__actions .order-block__button::before {
  background-color: var(--theme-color-checkout-order-block-button)
}

.order-block__radio:checked~.order-block__actions .order-block__button .order-block__button-label {
  display: -webkit-flex;
  display: flex
}

.order-block__radio:checked~.order-block__actions .order-block__button .order-block__button-arrow {
  display: none
}

.order-block__title {
  background-color: var(--theme-color-checkout-order-block-header-bg);
  color: var(--theme-color-checkout-order-block-header-text);
  font-weight: 700;
  padding: 20px;
  text-transform: uppercase;
  transition: .3s cubic-bezier(.25, .46, .45, .94);
  transition-property: background-color, color
}

.order-block--selected .order-block__title {
  background-color: var(--theme-color-checkout-order-block-header-bg-active);
  color: var(--theme-color-checkout-order-block-header-text-active)
}

.order-block__content {
  padding: 20px
}

.order-block__content-line {
  margin-bottom: 0
}

.order-block__actions {
  -webkit-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: flex;
  margin-top: auto;
  cursor: pointer;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94)
}

.order-block__label {
  box-shadow: inset 0 .1rem 0 0 #c5d0d8;
  color: var(--theme-color-checkout-order-block-button);
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 700;
  margin-left: 20px;
  padding: 20px 20px 20px 0;
  text-transform: uppercase;
  cursor: pointer
}

.order-block__label .order-block__label-edit {
  display: none
}

.order-block__label .order-block__label-select {
  display: block
}

.order-block__label--invisible {
  box-shadow: none
}

.order-block__button {
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: var(--theme-color-checkout-order-block-button-light);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 30px;
  position: relative;
  z-index: 1
}

.order-block__button::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -15px;
  height: 100%;
  background-color: inherit;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  width: 4rem;
  z-index: -1
}

.order-block__button-label {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase
}

.order-block__button-arrow {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase
}

.order-block__button-arrow svg {
  width: auto;
  height: auto
}

.order-block__button-arrow svg path {
  fill: currentColor
}

.c-order-card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: var(--theme-border-radius);
  overflow: hidden
}

.order-card__header {
  padding: 16px 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: var(--theme-button-font-weight);
  text-transform: uppercase;
  color: var(--theme-color-order-card-header-text);
  background-color: var(--theme-color-order-card-header-bg);
  transition: .4s cubic-bezier(.455, .03, .515, .955)
}

html:not(.is-touch) .order-card__header:not(.is--active):focus,
html:not(.is-touch) .order-card__header:not(.is--active):hover {
  color: var(--theme-color-order-card-header-text-hover);
  background-color: var(--theme-color-order-card-header-bg-hover)
}

.order-card__header.is--active {
  color: var(--theme-color-order-card-header-text-active);
  background-color: var(--theme-color-order-card-header-bg-active)
}

.order-card__header.is--active .order-card__header-icon-plus {
  opacity: 0
}

.order-card__header.is--active .order-card__header-icon-check {
  opacity: 1
}

.order-card__header.is--active .order-card__header-text-default {
  display: none
}

.order-card__header.is--active .order-card__header-text-active {
  display: -webkit-flex;
  display: flex
}

.order-card__header-icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px
}

.order-card__header-icon-check,
.order-card__header-icon-plus {
  width: inherit;
  height: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s cubic-bezier(.455, .03, .515, .955)
}

.order-card__header-icon-check {
  opacity: 0
}

.order-card__header-text-active {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  width: 100%
}

.order-card__header-text-active svg {
  margin-right: 10px
}

.order-card__content {
  padding: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1;
  flex: 1;
  background-color: var(--theme-color-product-card-bg)
}

.order-card__image {
  width: 60px;
  margin-right: 16px
}

.order-card__info {
  -webkit-flex: 1;
  flex: 1;
  width: calc(100% - 60px - 16px)
}

.order-card__title {
  margin-bottom: 24px;
  font-size: var(--theme-font-size-h4);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  width: 100%
}

.order-card__title+.order-card__note {
  margin-top: -10px
}

.order-card__note {
  margin-bottom: 48px;
  font-size: 1.4rem
}

.order-card__serial {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid var(--theme-color-divider);
  padding-top: 24px;
  font-weight: 700
}

.order-card__serial span {
  display: block;
  text-transform: var(--theme-text-transform-headings);
  color: var(--theme-color-product-card-text-light)
}

.order-card__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background-color: var(--theme-color-product-card-bg)
}

.order-card__footer-price {
  margin: 0 24px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-top: 1px solid var(--theme-color-divider);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: var(--theme-color-product-card-text-highlight);
  font-weight: 700
}

.order-card__footer-unavailable {
  width: 100%;
  margin: 0 24px;
  padding: 10px 0;
  height: 70px;
  border-top: 1px solid var(--theme-color-divider);
  font-size: 1.4rem;
  color: var(--theme-color-product-card-text-light);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.order-card__add-to-cart {
  width: 60px
}

@media only screen and (min-width:77.5em) {
  .c-order-delivery {
    -webkit-align-items: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px
  }
}

.c-order-delivery .modal__container {
  width: 100%
}

@media only screen and (min-width:48em) {
  .c-order-delivery .modal__container {
    width: 75%
  }
}

@media only screen and (min-width:77.5em) {
  .order-delivery__address {
    margin: 20px;
    width: calc(50% - 40px)
  }
}

.order-delivery__address+.order-delivery__address {
  margin-top: 20px
}

.order-delivery__address-label {
  height: 100%;
  text-transform: none
}

@media only screen and (min-width:48em) {
  .order-delivery__modal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: -20px;
    margin-left: -20px
  }
}

.order-delivery__modal h3 {
  width: 85%;
  margin-left: 20px;
  text-align: left
}

@media only screen and (min-width:48em) {
  .order-delivery__modal h3 {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center
  }
}

.order-delivery__modal .c-input .input__label {
  font-weight: 700;
  color: #5a6c78
}

.order-delivery__button {
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0
}

.order-delivery__extra {
  width: 100%
}

.order-delivery__extra-button {
  -webkit-align-items: center;
  align-items: center;
  color: var(--theme-color-button-primary-bg);
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 20px
}

html:not(.is-touch) .order-delivery__extra-button:hover {
  color: var(--theme-color-button-primary-bg-hover)
}

.order-delivery__extra-button .svg--icons-min {
  display: none;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: auto;
  margin-right: 5px;
  width: 1.6rem
}

.order-delivery__extra--open .order-delivery__extra-button .svg--icons-min {
  display: block
}

.order-delivery__extra-button .svg--icons-plus {
  display: block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: auto;
  margin-right: 5px;
  width: 1.6rem
}

.order-delivery__extra--open .order-delivery__extra-button .svg--icons-plus {
  display: none
}

.order-delivery__extra-input {
  display: none;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px
}

.order-delivery__extra--open .order-delivery__extra-input {
  display: block
}

.order-delivery__extra-input .form__item {
  margin: 0
}

.order-footer__terms {
  color: var(--theme-color-text-dark);
  font-weight: var(--theme-terms-font-weight)
}

.order-footer__button {
  margin-top: 20px;
  width: 100%;
  max-width: 50rem
}

.order-footer__button .button__label {
  margin: 0 auto
}

.c-order-line {
  color: var(--theme-color-text-dark);
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--theme-color-divider)
}

@media only screen and (min-width:48em) {
  .c-order-line {
    padding-bottom: 45px;
    margin-bottom: 45px
  }
}

@media only screen and (min-width:77.5em) {
  .c-order-line {
    display: -webkit-flex;
    display: flex
  }
}

.order-line__info {
  position: relative;
  z-index: 2
}

@media only screen and (min-width:77.5em) {
  .order-line__info {
    width: 45%;
    padding-right: 40px
  }
}

.order-line__info .order-line__title {
  text-transform: uppercase
}

.order-line__link {
  color: var(--theme-color-my-order-link);
  text-transform: uppercase;
  font-weight: var(--theme-button-font-weight);
  text-decoration: none
}

html:not(.is-touch) .order-line__link:focus,
html:not(.is-touch) .order-line__link:hover {
  color: var(--theme-color-my-order-link-hover)
}

.order-line__data {
  max-width: 600px
}

.order-line__data-row {
  display: -webkit-flex;
  display: flex
}

.order-line__data-label {
  width: 50%;
  font-weight: 700;
  padding-right: 15px
}

.order-line__data-label span {
  font-weight: 400
}

.order-line__data-value--highlighted {
  font-weight: 700;
  font-size: 2rem
}

.order-line__download-link {
  color: var(--theme-color-text-dark);
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: var(--theme-button-font-weight);
  text-transform: uppercase;
  text-decoration: none
}

.order-line__download-link:not(:last-child) {
  margin-bottom: 15px
}

.order-line__download-link svg {
  margin-right: 10px
}

.order-line__note {
  color: var(--theme-color-text-note);
  font-size: 1.2rem
}

.order-line__products-wrapper {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px
}

@media only screen and (max-width:29.96875em) {
  .order-line__products-wrapper {
    width: calc(100% + 35px + 10px)
  }
}

@media only screen and (min-width:30em) {
  .order-line__products-wrapper {
    width: calc(100% + 50px + 10px)
  }
}

@media only screen and (min-width:77.5em) {
  .order-line__products-wrapper {
    width: calc(55% + 50px + 10px);
    margin-right: -60px;
    margin-top: 0
  }
}

@media only screen and (min-width:90em) {
  .order-line__products-wrapper {
    width: calc(55% + ((100vw - 1440px)/ 2) + 30px);
    margin-right: calc((100vw - 1440px)/ -2 + -60px)
  }
}

.order-line__products-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, var(--theme-color-my-account-page-bg-0) 0, var(--theme-color-my-account-page-bg) 100%);
  pointer-events: none;
  z-index: 2
}

@media only screen and (min-width:90em) {
  .order-line__products-wrapper::after {
    width: 80px
  }
}

.order-line__products {
  overflow-x: auto;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 25px
}

.order-line__products .c-order-card {
  width: 290px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 10px
}

@media only screen and (max-width:29.96875em) {
  .order-line__products .c-order-card:last-child {
    margin-right: 35px
  }
}

@media only screen and (min-width:30em) {
  .order-line__products .c-order-card:last-child {
    margin-right: 50px
  }
}

@media only screen and (min-width:77.5em) {
  .c-order-payment {
    -webkit-align-items: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px
  }
}

@media only screen and (min-width:77.5em) {
  .order-payment__method {
    margin: 20px;
    width: calc(50% - 40px)
  }
}

.order-payment__method+.order-payment__method {
  margin-top: 20px
}

.order-payment__modal {
  color: #273238
}

.c-order-product {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:64em) {
  .c-order-product--half {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.order-product__wrapper {
  background-color: #fff;
  position: relative;
  border-radius: var(--theme-border-radius);
  overflow: hidden
}

@media only screen and (min-width:64em) {
  .c-order-product--half .order-product__wrapper {
    width: calc(50% - 10px);
    margin-bottom: 20px
  }
}

.order-product__wrapper+.order-product__wrapper {
  margin-top: 20px
}

@media only screen and (min-width:64em) {
  .c-order-product--half .order-product__wrapper+.order-product__wrapper {
    margin-top: 0
  }
}

.order-product__content {
  display: -webkit-flex;
  display: flex;
  padding: 20px
}

.order-product__image {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.order-product__image .image__image {
  width: 48px;
  height: auto
}

@media screen and (min-width:480px) {
  .order-product__image .image__image {
    width: calc(48px + 104 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .order-product__image .image__image {
    width: 152px
  }
}

.order-product__details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 10px
}

@media only screen and (min-width:48em) {
  .order-product__details {
    margin-left: 20px
  }
}

.order-product__title {
  color: var(--theme-color-checkout-product-title);
  font-size: 1.6rem
}

.order-product__sku {
  color: var(--theme-color-checkout-product-text);
  font-size: 1.4rem;
  margin: 5px 0 20px
}

.order-product__totals {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: auto
}

.order-product__amount {
  text-transform: uppercase;
  color: var(--theme-color-checkout-product-text-light);
  font-weight: 700
}

.order-product__price {
  color: var(--theme-color-checkout-product-text);
  font-weight: 700
}

.order-product__footnote {
  background-color: var(--theme-color-checkout-product-footer);
  color: var(--theme-color-checkout-product-text);
  font-weight: 600;
  padding: 10px 20px;
  line-height: 1.2
}

@media only screen and (min-width:64em) {
  .order-product__footnote {
    text-align: center
  }
}

.c-order-receipt {
  background-color: #fff;
  margin-left: -35px;
  margin-right: -35px;
  padding: 30px 35px;
  position: -webkit-sticky;
  position: sticky;
  top: calc(6rem + 40px);
  border-radius: var(--theme-border-radius)
}

@media only screen and (min-width:30em) {
  .c-order-receipt {
    margin: 0
  }
}

@media only screen and (min-width:77.5em) {
  .c-order-receipt {
    padding: 30px
  }
}

.order-receipt__reference {
  margin-top: 40px
}

.order-receipt__reference .form__item {
  margin: 0
}

.order-receipt__reference .input__label {
  color: #5a6c78;
  font-size: 1.4rem;
  font-weight: 700
}

.order-receipt__notes-toggle {
  -webkit-align-items: center;
  align-items: center;
  color: var(--theme-color-button-primary-bg);
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  margin-top: 20px;
  transition: color .2s ease
}

html:not(.is-touch) .order-receipt__notes-toggle:hover {
  color: var(--theme-color-button-primary-bg-hover)
}

.order-receipt__notes-toggle .svg--icons-min {
  display: none;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: auto;
  margin-right: 5px;
  width: 1.6rem
}

.order-receipt__notes--open .order-receipt__notes-toggle .svg--icons-min {
  display: block
}

.order-receipt__notes-toggle .svg--icons-plus {
  display: block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: auto;
  margin-right: 5px;
  width: 1.6rem
}

.order-receipt__notes--open .order-receipt__notes-toggle .svg--icons-plus {
  display: none
}

.order-receipt__notes-input {
  display: none;
  margin-top: 20px
}

.order-receipt__notes--open .order-receipt__notes-input {
  display: block
}

.order-receipt__notes-input .form__item {
  margin: 0
}

.c-order-steps {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:48em) {
  .c-order-steps {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.c-order-steps .c-order-block {
  width: 100%;
  height: auto
}

@media only screen and (min-width:48em) {
  .c-order-steps .c-order-block {
    width: calc(50% - 10px)
  }
}

@media only screen and (min-width:64em) {
  .c-order-steps .c-order-block {
    width: calc(33% - 10px)
  }
}

.c-order-steps .c-order-block+.c-order-block {
  margin-top: 20px
}

@media only screen and (min-width:48em) {
  .c-order-steps .c-order-block+.c-order-block {
    margin-top: 0
  }
}

@media only screen and (min-width:48em) {
  .c-order-steps .c-order-block:last-child {
    margin-top: 30px
  }
}

@media only screen and (min-width:64em) {
  .c-order-steps .c-order-block:last-child {
    margin-top: 0
  }
}

.c-overview {
  margin-bottom: 30px
}

@media screen and (min-width:480px) {
  .c-overview {
    margin-bottom: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-overview {
    margin-bottom: 50px
  }
}

.overview__list {
  list-style: none;
  margin-bottom: 5rem
}

@media only screen and (min-width:48em) {
  .overview__list {
    width: 80%
  }
}

@media only screen and (min-width:64em) {
  .overview__list {
    width: calc(100% * 2 / 3)
  }
}

.overview__item {
  padding: 2rem 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

.overview__item:not(:last-child) {
  border-bottom: var(--theme-divider-width) solid var(--theme-color-divider)
}

.overview__item.is--out-view {
  opacity: 0;
  -webkit-transform: translate3d(0, 5rem, 0);
  transform: translate3d(0, 5rem, 0)
}

.overview__link {
  display: block;
  padding-right: 5rem;
  position: relative;
  text-decoration: none
}

[dir=ltr] .overview__link:focus .overview__icon,
[dir=ltr] .overview__link:hover .overview__icon {
  -webkit-transform: translate3d(8px, 0, 0);
  transform: translate3d(8px, 0, 0)
}

[dir=rtl] .overview__link {
  padding-right: 0;
  padding-left: 3rem
}

[dir=rtl] .overview__link:focus .overview__icon,
[dir=rtl] .overview__link:hover .overview__icon {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(180deg);
  transform: translate3d(-8px, 0, 0) rotate(180deg)
}

.overview__title {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  letter-spacing: 0;
  text-transform: var(--theme-overview-title-transform);
  color: var(--theme-color-overview-title);
  font-weight: 700
}

.overview__title+.overview__body,
.overview__title+.overview__metadata {
  margin-top: 1.5rem
}

.overview__body {
  color: var(--theme-color-overview-body);
  margin-bottom: 0
}

.overview__metadata {
  color: var(--theme-color-overview-meta)
}

.overview__icon {
  display: block;
  position: absolute;
  line-height: 0;
  right: 0;
  top: calc(50% - 12px);
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.overview__icon svg {
  fill: var(--theme-color-overview-icon);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.overview__icon svg path {
  fill: var(--theme-color-overview-icon);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

[dir=rtl] .overview__icon {
  right: inherit;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.c-pagination {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%
}

.pagination__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

@media only screen and (min-width:48em) {
  .pagination__list {
    -webkit-justify-content: center;
    justify-content: center
  }
}

.pagination__item {
  width: 42px;
  min-height: 42px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  font-weight: 700;
  cursor: pointer
}

@media screen and (min-width:480px) {
  .pagination__item {
    width: calc(42px + 18 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .pagination__item {
    width: 60px
  }
}

@media screen and (min-width:480px) {
  .pagination__item {
    min-height: calc(42px + 18 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .pagination__item {
    min-height: 60px
  }
}

html:not(.is-touch) .pagination__item:focus .pagination__arrow,
html:not(.is-touch) .pagination__item:focus .pagination__link,
html:not(.is-touch) .pagination__item:hover .pagination__arrow,
html:not(.is-touch) .pagination__item:hover .pagination__link {
  color: var(--theme-color-pagination-number-hover)
}

.pagination__item--prev {
  position: relative;
  margin-right: 10px;
  z-index: 2
}

@media only screen and (max-width:29.96875em) {
  .pagination__item--prev {
    display: none
  }
}

.pagination__item--next {
  position: relative;
  margin-left: 10px
}

@media only screen and (max-width:29.96875em) {
  .pagination__item--next {
    display: none
  }
}

.pagination__item--seperator {
  margin: 0 10px
}

.pagination__item--number+.pagination__item--number {
  margin-left: 10px
}

.pagination__item--active {
  position: relative;
  pointer-events: none
}

.pagination__item--active::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: .4rem;
  background-color: #e33439
}

.pagination__item--hide {
  display: none
}

.pagination__link {
  display: block;
  width: 100%;
  color: var(--theme-color-pagination-number);
  text-decoration: none
}

.pagination__item--active .pagination__link {
  color: var(--theme-color-pagination-number-active)
}

.pagination__link svg {
  width: 1rem;
  pointer-events: none
}

.pagination__arrow--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.c-payment-method {
  position: relative;
  width: 100%
}

.c-payment-method+.c-payment-method {
  margin-top: var(--theme-payment-method-margin)
}

.payment-method__wrapper {
  margin: 0;
  padding: 20px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border: .1rem solid var(--theme-color-payment-method-border);
  cursor: pointer;
  border-radius: var(--theme-border-radius-small)
}

.payment-method__radio:checked+.payment-method__circle::after {
  border-color: var(--theme-color-payment-method-radio-fill)
}

.payment-method__radio:checked+.payment-method__circle::before {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.payment-method__circle {
  position: relative;
  display: block;
  cursor: pointer;
  margin-right: 30px;
  width: 2.4rem;
  height: 2.4rem
}

.payment-method__circle::after,
.payment-method__circle::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.payment-method__circle::before {
  background-color: var(--theme-color-payment-method-radio-fill);
  -webkit-transform: scale(0);
  transform: scale(0)
}

.payment-method__circle::after {
  border: .3rem solid var(--theme-color-payment-method-radio-border)
}

.payment-method__content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: var(--theme-color-payment-method-text)
}

.payment-method__content-method {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700
}

.payment-method__content-description {
  margin-bottom: 0;
  font-size: 1.4rem
}

.payment-method__logo {
  display: none
}

@media only screen and (min-width:64em) {
  .payment-method__logo {
    display: -webkit-flex;
    display: flex
  }
}

.payment-method__image+.payment-method__image {
  margin-left: 10px
}

#add-to-cart-modal .modal__content {
  padding: 0
}

.c-product-add-to-cart-feedback {
  max-width: 1100px
}

.product-add-to-cart-feedback__header {
  padding: 16px 70px 16px 35px;
  position: relative;
  background-color: var(--theme-color-add-to-cart-feedback-header-bg);
  color: var(--theme-color-add-to-cart-feedback-header-text)
}

@media only screen and (min-width:64em) {
  .product-add-to-cart-feedback__header {
    padding: 24px 100px 24px 50px
  }
}

.product-add-to-cart-feedback__title.u-h4 {
  color: var(--theme-color-add-to-cart-feedback-header-text)
}

.product-add-to-cart-feedback__title svg {
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 10px
}

.product-add-to-cart-feedback__close {
  position: absolute;
  top: calc(50% - 8px);
  right: 35px;
  transition: opacity .2s
}

@media only screen and (min-width:64em) {
  .product-add-to-cart-feedback__close {
    right: 50px
  }
}

html:not(.is-touch) .product-add-to-cart-feedback__close:focus,
html:not(.is-touch) .product-add-to-cart-feedback__close:hover {
  opacity: .6
}

.product-add-to-cart-feedback__close svg {
  width: auto;
  height: auto
}

.product-add-to-cart-feedback__content {
  padding: 35px
}

@media only screen and (min-width:48em) {
  .product-add-to-cart-feedback__content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

@media only screen and (min-width:64em) {
  .product-add-to-cart-feedback__content {
    padding: 50px
  }
}

.product-add-to-cart-feedback__content .order-product__content {
  padding: 0;
  margin-bottom: 0
}

@media only screen and (min-width:48em) {
  .product-add-to-cart-feedback__product {
    width: 50%
  }
}

@media only screen and (min-width:48em) {
  .product-add-to-cart-feedback__buttons {
    width: 40%;
    margin-left: 50px
  }
}

@media only screen and (min-width:64em) {
  .product-add-to-cart-feedback__buttons {
    width: 30%
  }
}

.product-add-to-cart-feedback__buttons .c-button {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center
}

.product-add-to-cart-feedback__buttons .c-button:not(:last-child) {
  margin-bottom: 24px
}

.product-add-to-cart-feedback__footer {
  padding: 24px 35px 35px
}

@media only screen and (min-width:64em) {
  .product-add-to-cart-feedback__footer {
    padding: 32px 50px 50px
  }
}

.product-add-to-cart-feedback__footer .related-products__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  margin-bottom: 24px
}

@media only screen and (min-width:48em) {
  .product-add-to-cart-feedback__footer .related-products__container {
    margin-left: -20px;
    margin-right: -20px
  }
}

.product-add-to-cart-feedback__footer .related-products__item {
  width: 100%;
  margin-bottom: 35px
}

@media only screen and (min-width:48em) {
  .product-add-to-cart-feedback__footer .related-products__item {
    width: calc(33.33% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0
  }
}

.c-product-card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  opacity: 1;
  border-radius: var(--theme-border-radius);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  background-color: var(--theme-color-product-card-bg)
}

html:not(.is-touch) .c-product-card:focus,
html:not(.is-touch) .c-product-card:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

html:not(.is-touch) .c-product-card:focus::before,
html:not(.is-touch) .c-product-card:hover::before {
  opacity: 1
}

@media only screen and (max-width:47.96875em) {
  .c-product-card {
    margin-bottom: 2rem
  }
}

@media only screen and (min-width:48em) {
  .c-product-card {
    width: calc(50% - 25px);
    margin-bottom: 5rem;
    margin-right: 50px
  }

  [dir=rtl] .c-product-card {
    margin-right: inherit;
    margin-left: 50px
  }

  .c-product-card:nth-child(2n) {
    margin-right: 0
  }

  [dir=rtl] .c-product-card:nth-child(2n) {
    margin-right: inherit;
    margin-left: 0
  }
}

@media only screen and (min-width:77.5em) {
  .c-product-card {
    width: calc(100% / 3 - 33px);
    margin-right: 49px
  }

  [dir=rtl] .c-product-card {
    margin-right: inherit;
    margin-left: 49px
  }

  .c-product-card:nth-child(2n) {
    margin-right: 49px
  }

  [dir=rtl] .c-product-card:nth-child(2n) {
    margin-right: inherit;
    margin-left: 49px
  }

  .c-product-card:nth-child(3n) {
    margin-right: 0
  }

  [dir=rtl] .c-product-card:nth-child(3n) {
    margin-right: inherit;
    margin-left: 0
  }

  .product-overview__container-list .c-product-card {
    width: 100%;
    margin-bottom: 2.5rem;
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.c-product-card::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
  opacity: 0;
  transition: opacity .3s
}

.product-card__wrapper {
  z-index: 2;
  color: var(--theme-color-text-dark)
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-card__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 0 1 calc((100% / 4) * 3);
    flex: 0 1 calc((100% / 4) * 3);
    background: #fff;
    height: 10rem;
    transition: .2s cubic-bezier(.455, .03, .515, .955)
  }
}

.c-product-card--hidden {
  opacity: 0;
  transition: opacity 0s cubic-bezier(.455, .03, .515, .955)
}

.c-product-card--disabled .product-card__title {
  background-color: var(--theme-color-product-card-title-bg-disabled)
}

.c-product-card--disabled .c-button--icon-only-grey {
  cursor: not-allowed
}

.c-product-card--disabled .c-button--icon-only-grey .button__skew {
  background-color: #273238
}

.c-product-card--disabled .c-button--icon-only-grey .button__skew span:before {
  background-color: #273238
}

.c-product-card--disabled .c-button--icon-only-grey .button__icon path {
  fill: #fff
}

.c-product-card--disabled .c-image {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .5
}

.product-card__title {
  font-size: 1.8rem;
  line-height: 1;
  text-transform: var(--theme-text-transform-headings);
  color: var(--theme-color-product-card-title-text);
  background: var(--theme-color-product-card-title-bg);
  padding: 2.7rem 2rem;
  height: 7.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: -.8px;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.product-card__title.product-card__title--red {
  background: var(--theme-color-product-card-title-bg-highlight);
  color: var(--theme-color-product-card-title-text-highlight)
}

.product-card__title.product-card__title--white {
  background: var(--theme-color-product-card-title-bg-light);
  border: 1px solid #8ba2b1
}

.product-card__title.product-card__title--grey {
  background: var(--theme-color-product-card-title-bg-grey)
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-card__title {
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: calc((100% / 6) * 2);
    flex-basis: calc((100% / 6) * 2);
    background: 0 0
  }
}

.product-card__image {
  position: relative
}

.c-product-card .product-card__image {
  border: 0
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-card__image {
    -webkit-order: 1;
    order: 1;
    -webkit-flex-basis: calc(100% / 6);
    flex-basis: calc(100% / 6)
  }
}

.product-card__brand {
  position: absolute;
  padding: 10px 40px 10px 20px;
  width: -webkit-max-content;
  width: max-content;
  -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  z-index: 100
}

.product-card__brand svg {
  min-height: 2.5rem;
  min-width: 10rem
}

.product-card__brand--hmf {
  background-color: #28539c
}

.product-card__brand--kennis {
  background-color: #fff
}

.product-card__brand--edge {
  background-color: #e8112d
}

.product-card__brand--usimeca {
  background-color: #e7112d
}

.product-card__brand--amco {
  background-color: #003f87
}

.product-card__brand--newgeneration {
  background-color: #003f87
}

.product-card__brand--newgeneration svg {
  min-width: 120px
}

.product-card__brand--newage {
  background-color: #e30613
}

.product-card__brand--newage svg {
  min-width: 70px
}

.product-card__content {
  position: relative;
  padding: 2.5rem 2rem;
  height: 100%
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-card__content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-order: 3;
    order: 3;
    padding: 2.5rem 0;
    -webkit-flex-basis: calc((100% / 6) * 3);
    flex-basis: calc((100% / 6) * 3)
  }
}

.product-card__description {
  display: block;
  color: var(--theme-color-product-card-text);
  margin-bottom: 2rem
}

.product-card__ribbon+.product-card__description {
  padding-right: 5rem
}

.product-card__ribbon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1.2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  height: 9rem;
  width: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1rem .5rem
}

.product-card__ribbon.product-card__ribbon--edgeline {
  background: var(--theme-color-product-card-ribbon-bg);
  color: var(--theme-color-product-card-ribbon-text)
}

.product-card__list {
  list-style: none;
  width: 100%
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-card__list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
  }
}

.product-card__list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem
}

.product-card__list-item:not(:last-child) {
  margin-bottom: 1rem
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-card__list-item:not(:last-child) {
    margin-bottom: 0;
    padding-right: 2rem;
    width: 33.3%
  }
}

.product-card__list-heading {
  color: var(--theme-color-product-card-text)
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-card__list-heading {
    display: none
  }
}

.product-card__list-prop {
  font-weight: 700;
  text-transform: uppercase
}

.product-card__list-check-icon svg {
  width: 1.8rem;
  margin-right: 10px
}

.product-card__list-check-icon svg path {
  fill: var(--theme-color-product-card-text-highlight)
}

.product-card__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-card__footer {
    -webkit-order: 4;
    order: 4;
    -webkit-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4)
  }
}

.product-card__footer a:first-child {
  -webkit-flex-grow: 1;
  flex-grow: 1
}

.product-card__footer .c-button--skew {
  background-color: var(--theme-color-product-card-button-skew)
}

.product-card__footer .c-button--skew path,
.product-card__footer .c-button--skew svg {
  fill: var(--theme-color-product-card-button-skew-icon)
}

.product-card__footer-value {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 2rem;
  height: 7rem;
  position: relative;
  color: var(--theme-color-product-card-text-highlight);
  font-weight: 700;
  text-transform: uppercase
}

.product-card__footer-value:before {
  content: '';
  position: absolute;
  top: 0;
  height: .1rem;
  width: 100%;
  background-color: #c5d0d8
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-card__footer-value:before {
    display: none
  }
}

.product-card__footer-from {
  font-size: 1.2rem;
  color: var(--theme-color-product-card-text)
}

.product-overview__container-list .product-card__footer-shopping-btn {
  display: none
}

.product-family-overview__title {
  margin-bottom: 30px;
  text-transform: none
}

@media screen and (min-width:480px) {
  .product-family-overview__title {
    margin-bottom: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .product-family-overview__title {
    margin-bottom: 50px
  }
}

.product-family-overview__filter {
  margin-bottom: 35px;
  position: relative
}

@media screen and (min-width:480px) {
  .product-family-overview__filter {
    margin-bottom: calc(35px + 15 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .product-family-overview__filter {
    margin-bottom: 50px
  }
}

.product-family-overview__filter.has--scroll {
  padding-right: 1.5rem
}

.product-family-overview__filter form {
  padding: 0;
  margin: 0
}

.product-family-overview__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (min-width:48em) {
  .product-family-overview__container {
    margin-right: -2rem
  }
}

@media only screen and (min-width:77.5em) {
  .product-family-overview__container {
    margin-right: -4rem
  }
}

.product-family-overview__container>.c-card:not(.u-hidden) {
  margin-bottom: 20px
}

@media screen and (min-width:480px) {
  .product-family-overview__container>.c-card:not(.u-hidden) {
    margin-bottom: calc(20px + 30 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .product-family-overview__container>.c-card:not(.u-hidden) {
    margin-bottom: 50px
  }
}

@media only screen and (max-width:47.96875em) {
  .product-family-overview__container>.c-card:not(.u-hidden) {
    width: 100%
  }
}

@media only screen and (min-width:48em) {
  .product-family-overview__container>.c-card:not(.u-hidden) {
    width: calc(33% - 2rem);
    margin-right: 2rem
  }
}

@media only screen and (min-width:64em) {
  .product-family-overview__container>.c-card:not(.u-hidden) {
    width: calc(25% - 2rem)
  }
}

@media only screen and (min-width:77.5em) {
  .product-family-overview__container>.c-card:not(.u-hidden) {
    width: calc(25% - 4rem);
    margin-right: 4rem
  }
}

.c-product-header {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 7rem
}

@media only screen and (max-width:63.96875em) {
  .c-product-header {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:64em) {
  .c-product-header {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.product-header--disabled .product-header__subtitle,
.product-header--disabled .product-header__title {
  color: #8ba2b1
}

.product-header--disabled .c-button {
  background-color: #8ba2b1
}

.product-header--disabled .c-button--ghost {
  background-color: transparent;
  color: #8ba2b1
}

.product-header--disabled .c-button--ghost svg,
.product-header--disabled .c-button--ghost svg path {
  fill: #8ba2b1
}

.product-header--disabled .product-header__image {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .5
}

.product-header__breadcrumb {
  position: absolute;
  top: 4rem;
  z-index: 3;
  width: 100%
}

@media only screen and (max-width:63.96875em) {
  .product-header__breadcrumb {
    -webkit-order: 1;
    order: 1
  }
}

.product-header__brand {
  position: relative;
  display: block;
  margin: 20px 0 0;
  padding: 10px 40px 10px 20px;
  width: -webkit-max-content;
  width: max-content;
  -webkit-clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%)
}

@media only screen and (max-width:63.96875em) {
  .product-header__brand {
    -webkit-order: 2;
    order: 2
  }
}

.product-header__brand svg {
  min-height: 2.5rem;
  min-width: 10rem
}

.product-header__brand--hmf {
  background-color: #28539c
}

.product-header__brand--kennis {
  background-color: #fff
}

.product-header__brand--edge {
  background-color: #e8112d
}

.product-header__brand--usimeca {
  background-color: #e7112d
}

.product-header__brand--amco {
  background-color: #003f87
}

.product-header__brand--newgeneration {
  background-color: #003f87
}

.product-header__brand--newgeneration svg {
  min-width: 120px
}

.product-header__brand--newage {
  background-color: #e30613
}

.product-header__brand--newage svg {
  min-width: 70px
}

.product-header__title {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  text-transform: var(--theme-text-transform-headings)
}

@media only screen and (max-width:63.96875em) {
  .product-header__title {
    -webkit-order: 3;
    order: 3
  }
}

.product-header__title--small {
  margin-top: 10px;
  font-size: var(--theme-font-size-h2)
}

.product-header__subtitle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 700;
  color: #273238;
  text-transform: var(--theme-text-transform-headings);
  width: 100%;
  margin-bottom: 20px
}

@media only screen and (max-width:63.96875em) {
  .product-header__subtitle {
    -webkit-order: 5;
    order: 5
  }
}

@media only screen and (max-width:63.96875em) {
  .product-header--sections .product-header__subtitle {
    -webkit-order: 1;
    order: 1
  }
}

.product-header__subtitle span {
  display: block
}

.product-header__content {
  width: 100%
}

@media only screen and (max-width:63.96875em) {
  .product-header__content {
    -webkit-order: 6;
    order: 6
  }
}

@media only screen and (min-width:64em) {
  .product-header__content {
    width: 40%;
    padding-right: 3rem
  }
}

@media only screen and (max-width:63.96875em) {
  .product-header__image {
    -webkit-order: 4;
    order: 4;
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }
}

@media only screen and (min-width:64em) {
  .product-header__image {
    width: 60%
  }
}

.product-header__caption {
  font-size: var(--theme-font-size-h2);
  font-weight: 700;
  text-transform: var(--theme-text-transform-headings);
  letter-spacing: -.1rem;
  color: #273238;
  width: 100%
}

.product-header__sku {
  color: var(--theme-color-spare-parts-text-light);
  font-weight: 500;
  margin-top: 5px;
  display: block
}

.product-header__stock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #273238;
  margin: 30px 0 50px
}

.product-header__stock-message {
  font-size: 1.6rem;
  font-weight: 700
}

.product-header__price .tooltip--trigger {
  margin-left: 10px;
  vertical-align: super
}

.product-header__price-from {
  color: var(--theme-color-spare-parts-text-light);
  font-weight: 500;
  text-transform: uppercase
}

.product-header__tooltip {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none
}

.product-header__body {
  margin-bottom: 20px;
  color: var(--theme-color-product-header-body)
}

.product-header__body p {
  font-size: 1.8rem
}

.product-header__actions {
  list-style: none
}

.product-header__actions li+li {
  margin-top: 10px
}

.product-header__actions .c-button--ghost {
  padding-left: 20px
}

.product-header__actions .c-button--ghost .button__icon path {
  fill: inherit
}

.c-product-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center
}

.product-list__title {
  margin-bottom: 30px;
  width: 100%
}

.product-list__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%
}

.product-list__item {
  background-color: var(--theme-color-product-list-item-bg);
  padding: 30px 30px 20px
}

.product-list__item:nth-child(n+3) {
  display: none
}

.c-product-list--expand .product-list__item {
  display: block
}

.product-list__item+.product-list__item {
  margin-top: 20px
}

.product-list__name {
  font-size: var(--theme-font-size-body);
  margin-bottom: 20px
}

@media only screen and (min-width:64em) {
  .product-list__name {
    margin-bottom: 30px
  }
}

.product-list__name--secondary {
  color: var(--theme-color-product-list-title)
}

.product-list__specs {
  -webkit-align-content: flex-start;
  align-content: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  overflow: hidden
}

.product-list__specs-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:30em) {
  .product-list__specs-item {
    -webkit-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2)
  }
}

@media only screen and (min-width:64em) {
  .product-list__specs-item {
    -webkit-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3)
  }
}

@media only screen and (min-width:77.5em) {
  .product-list__specs-item {
    -webkit-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4)
  }
}

@media only screen and (max-width:29.96875em) {
  .product-list__specs-item:nth-child(n+2) {
    display: none;
    margin-top: 10px
  }
}

@media only screen and (max-width:63.96875em) {
  .product-list__specs-item:nth-child(n+3) {
    display: none;
    margin-top: 10px
  }
}

@media only screen and (max-width:77.46875em) {
  .product-list__specs-item:nth-child(n+4) {
    display: none;
    margin-top: 10px
  }
}

@media only screen and (min-width:77.5em) {
  .product-list__specs-item:nth-child(n+5) {
    display: none;
    margin-top: 10px
  }
}

.product-list__item--expanded .product-list__specs-item {
  display: -webkit-flex;
  display: flex
}

.product-list__specs-prop {
  color: var(--theme-color-product-list-item-label)
}

.product-list__specs-value {
  color: var(--theme-color-product-list-item-value);
  font-weight: 700;
  text-transform: uppercase
}

.product-list__images {
  display: none
}

.product-list__item--expanded .product-list__images {
  display: block
}

.product-list__image {
  margin-top: 50px;
  max-width: 100%
}

.product-list__details {
  border-top: .1rem solid var(--theme-color-divider);
  margin-top: 20px
}

@media only screen and (min-width:64em) {
  .product-list__details {
    margin-top: 30px
  }
}

.product-list__details-button {
  -webkit-align-items: center;
  align-items: center;
  color: var(--theme-color-product-list-toggle-button);
  display: none;
  font-weight: 700;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%
}

@media only screen and (min-width:64em) {
  .product-list__details-button {
    -webkit-justify-content: center;
    justify-content: center
  }
}

.product-list__details-button p {
  margin-bottom: 0;
  font-weight: 700
}

.product-list__details-button svg {
  width: 1.5rem;
  margin-left: 10px
}

.product-list__item--expanded .product-list__details-button svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.product-list__more {
  margin-left: auto;
  margin-right: auto
}

.c-product-list--expand .product-list__more {
  display: none
}

.product-list__details-text--show {
  display: block
}

.product-list__item--expanded .product-list__details-text--show {
  display: none
}

.product-list__details-text--hide {
  display: none
}

.product-list__item--expanded .product-list__details-text--hide {
  display: block
}

.c-product-overview {
  display: -webkit-flex;
  display: flex;
  position: relative
}

@media only screen and (max-width:63.96875em) {
  .c-product-overview {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:64em) {
  .c-product-overview {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

@media only screen and (min-width:64em) {
  .product-overview__aside {
    width: calc(33% - 25px)
  }
}

@media only screen and (min-width:77.5em) {
  .product-overview__aside {
    width: calc(25% - 25px)
  }
}

@media only screen and (min-width:64em) {
  .product-overview__container {
    width: calc(67% - 25px)
  }

  .product-overview--no-filter .product-overview__container {
    width: calc(100% / 3 * 2);
    margin-left: calc(100% / 6)
  }
}

@media only screen and (min-width:77.5em) {
  .product-overview__container {
    width: calc(75% - 25px)
  }

  .product-overview--no-filter .product-overview__container {
    width: 75%;
    margin-left: calc(100% / 8)
  }
}

.product-overview__container-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem
}

@media only screen and (min-width:48em) {
  .product-overview__container-header {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.product-overview__controls {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (min-width:64em) {
  .product-overview__controls {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0
  }
}

.product-overview__container-list .product-overview__controls {
  margin-bottom: 0
}

.product-overview__sort {
  width: 100%
}

@media only screen and (min-width:64em) {
  .product-overview__sort {
    width: auto
  }
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-overview__sort {
    visibility: none;
    opacity: 0;
    pointer-events: none
  }
}

.product-overview__button {
  display: none
}

.product-overview__button .button__view {
  margin-left: 2rem;
  color: var(--theme-color-grid-icon)
}

.product-overview__button .button__view svg {
  width: auto;
  height: auto;
  pointer-events: none
}

html:not(.is-touch) .product-overview__button .button__view:focus,
html:not(.is-touch) .product-overview__button .button__view:hover {
  cursor: pointer;
  color: var(--theme-color-grid-icon-active)
}

html:not(.is-touch) .product-overview__button .button__view:focus path,
html:not(.is-touch) .product-overview__button .button__view:hover path {
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.product-overview__button .button__view--active {
  color: var(--theme-color-grid-icon-active)
}

@media only screen and (min-width:77.5em) {
  .product-overview__button {
    display: -webkit-flex;
    display: flex
  }
}

.product-overview__form {
  margin-top: 0
}

.product-overview__form .c-input:first-child {
  margin: 0
}

.product-overview__form .c-input:first-child .input__label {
  margin: 0
}

.product-overview__header-list {
  margin-bottom: 3rem
}

.overview-header__list {
  display: none;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  list-style: none
}

.overview-header__list .overview-header__item {
  color: #8ba2b1;
  font-weight: 600;
  padding-left: 2rem
}

.overview-header__list .overview-header__item:nth-child(1) {
  width: 15%
}

.overview-header__list .overview-header__item:nth-child(2) {
  width: 30%
}

.overview-header__list .overview-header__item:nth-child(3),
.overview-header__list .overview-header__item:nth-child(4),
.overview-header__list .overview-header__item:nth-child(5) {
  width: 13.33%
}

.overview-header__list .overview-header__item:nth-child(6) {
  width: 15%
}

.overview-header__list .overview-header__item .overview-header__text {
  width: auto;
  display: inline-block
}

html:not(.is-touch) .overview-header__list .overview-header__item .overview-header__text:focus,
html:not(.is-touch) .overview-header__list .overview-header__item .overview-header__text:hover {
  cursor: pointer
}

.product-overview__container-list .overview-header__list {
  display: -webkit-flex;
  display: flex
}

.product-overview__view {
  display: -webkit-flex;
  display: flex;
  list-style: none
}

@media only screen and (max-width:47.96875em) {
  .product-overview__view {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:48em) {
  .product-overview__view {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

@media only screen and (min-width:64em) {
  .product-overview__container-grid .product-overview__view {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .product-overview__view {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.product-overview__view:empty:after {
  content: attr(data-empty)
}

.product-overview__no-products {
  opacity: 0;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955)
}

.no--products .product-overview__no-products {
  opacity: 1
}

.product-overview__item {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (max-width:47.96875em) {
  .product-overview__item {
    margin-bottom: 2rem
  }
}

@media only screen and (min-width:48em) {
  .product-overview__item {
    width: calc(50% - 25px);
    margin-bottom: 5rem;
    margin-right: 50px
  }

  [dir=rtl] .product-overview__item {
    margin-right: inherit;
    margin-left: 50px
  }

  .product-overview__item:nth-child(2n) {
    margin-right: 0
  }

  [dir=rtl] .product-overview__item:nth-child(2n) {
    margin-right: inherit;
    margin-left: 0
  }
}

@media only screen and (min-width:77.5em) {
  .product-overview__item {
    width: calc(100% / 3 - 33px);
    margin-right: 49px
  }

  [dir=rtl] .product-overview__item {
    margin-right: inherit;
    margin-left: 49px
  }

  .product-overview__item:nth-child(2n) {
    margin-right: 49px
  }

  [dir=rtl] .product-overview__item:nth-child(2n) {
    margin-right: inherit;
    margin-left: 49px
  }

  .product-overview__item:nth-child(3n) {
    margin-right: 0
  }

  [dir=rtl] .product-overview__item:nth-child(3n) {
    margin-right: inherit;
    margin-left: 0
  }
}

.product-overview__item.product-overview__item--hidden {
  opacity: 0 !important;
  transition: opacity 0s cubic-bezier(.455, .03, .515, .955)
}

.product-overview__item>* {
  height: 100%
}

.product-overview__accordion .accordion__item {
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  border-bottom: 1px solid var(--theme-color-divider-dark)
}

.product-overview__accordion .accordion__item--is-active {
  background-color: rgba(243, 245, 247, .5)
}

.product-overview__accordion .accordion__item--is-active .accordion__item-summary:after {
  border-top: 7px solid #273238;
  -webkit-transform: translate3d(0, -75%, 0) scaleY(-1);
  transform: translate3d(0, -75%, 0) scaleY(-1)
}

.product-overview__accordion .accordion__item-summary {
  background-color: transparent;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--theme-color-po-accordion-item-border);
  color: var(--theme-color-po-accordion-item);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight)
}

.product-overview__accordion .accordion__item-summary::before {
  display: none
}

.product-overview__accordion .accordion__item-summary svg {
  position: absolute;
  right: 0;
  width: 1.6rem
}

.product-overview__accordion .accordion__item-content {
  padding: 2rem 0
}

.product-overview__fieldset {
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  position: relative
}

.product-overview__fieldset legend {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-color-po-accordion-input-legend);
  margin-bottom: 1.5rem
}

.product-overview__fieldset::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -2rem;
  height: 1px;
  width: calc(100% + 4rem);
  display: block;
  background: #dce3e7
}

.product-overview__fieldset:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.product-overview__fieldset:last-child::after {
  display: none
}

.product-overview__fieldset .checkbox__label {
  font-weight: var(--theme-form-label-weight);
  font-size: 1.5rem;
  color: var(--theme-color-po-accordion-input-label);
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden
}

.product-overview__fieldset .tooltip--trigger button,
.product-overview__fieldset .tooltip--trigger>span {
  vertical-align: top
}

.product-overview__remove-family-button {
  width: 100%;
  height: 7.4rem;
  border: 1px solid #c5d0d8;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 2rem;
  color: #5a6c78;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3rem;
  background: #fff;
  text-decoration: none
}

html:not(.is-touch) .product-overview__remove-family-button:focus,
html:not(.is-touch) .product-overview__remove-family-button:hover {
  border-color: #000;
  color: #000
}

.product-overview__remove-family-button-icon {
  margin-left: auto
}

.product-overview__remove-family-button-icon svg {
  height: 2rem;
  width: 2rem
}

.product-overview__remove-family-button-icon svg path {
  fill: currentColor
}

.product-overview__count {
  margin-bottom: 2rem;
  color: var(--theme-color-text-dark);
  font-weight: var(--theme-sort-label-weight)
}

@media only screen and (min-width:48em) {
  .product-overview__count {
    margin-bottom: 0
  }
}

.product-overview__count .product-overview__count-plural {
  display: none
}

.product-overview__count .product-overview__count-single {
  display: inline-block
}

.product-overview__count--plural .product-overview__count-plural {
  display: inline-block
}

.product-overview__count--plural .product-overview__count-single {
  display: none
}

.product-overview__tooltip {
  width: 250px !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none
}

.c-product-suitables {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center
}

.product-suitables__title {
  margin-bottom: 30px;
  width: 100%
}

.product-suitables__products {
  list-style: none;
  width: 100%
}

.product-suitables__product:nth-child(n+4) {
  display: none
}

.product-suitables--open .product-suitables__product {
  display: block
}

.product-suitables__product+.product-suitables__product {
  margin-top: 10px
}

.product-suitables__product-link {
  color: var(--theme-color-text);
  display: block;
  padding: 16px;
  background-color: var(--theme-color-download-file-bg);
  border-radius: var(--theme-border-radius);
  text-decoration: none;
  overflow: hidden
}

@media only screen and (min-width:64em) {
  .product-suitables__product-link {
    display: -webkit-flex;
    display: flex;
    padding: 25px 15px
  }
}

@media only screen and (min-width:90em) {
  .product-suitables__product-link {
    -webkit-align-items: center;
    align-items: center
  }
}

.product-suitables__product-sku {
  text-transform: uppercase
}

@media only screen and (max-width:63.96875em) {
  .product-suitables__product-sku {
    color: var(--theme-color-suitables-sku)
  }
}

@media only screen and (min-width:64em) {
  .product-suitables__product-sku {
    color: var(--theme-color-suitables-title);
    font-weight: 700;
    padding: 0 15px;
    width: 20%
  }
}

.product-suitables__product-content {
  margin-top: 10px
}

@media only screen and (min-width:64em) {
  .product-suitables__product-content {
    margin: 0;
    width: 65%
  }
}

@media only screen and (min-width:90em) {
  .product-suitables__product-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
  }
}

.product-suitables__product-name {
  color: var(--theme-color-suitables-title);
  font-weight: 700;
  text-transform: uppercase
}

@media only screen and (min-width:64em) {
  .product-suitables__product-name {
    padding: 0 15px
  }
}

@media only screen and (min-width:90em) {
  .product-suitables__product-name {
    width: 45%
  }
}

.product-suitables__product-description {
  margin-top: 10px
}

@media only screen and (min-width:64em) {
  .product-suitables__product-description {
    padding: 0 15px
  }
}

@media only screen and (min-width:90em) {
  .product-suitables__product-description {
    margin: 0;
    width: 60%
  }
}

.product-suitables__product-button {
  position: relative;
  color: var(--theme-color-suitables-link);
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 20px
}

@media only screen and (min-width:64em) {
  .product-suitables__product-button {
    margin: 0;
    padding: 0 15px;
    width: 15%
  }
}

.product-suitables__product-button-label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 700;
  text-transform: uppercase
}

@media only screen and (min-width:64em) {
  .product-suitables__product-button-label {
    display: none
  }
}

.product-suitables__product-button-slash {
  background: linear-gradient(to bottom right, transparent calc(50% - .15rem), currentColor calc(50%), transparent calc(50% + .15rem));
  height: 4.7rem;
  width: 2.1rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 10px 0 auto
}

@media only screen and (min-width:64em) {
  .product-suitables__product-button-slash {
    margin-right: 30px
  }
}

.product-suitables__product-button-arrow {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.product-suitables__product-button-arrow svg path {
  fill: currentColor
}

.product-suitables__button {
  color: var(--theme-color-suitables-link);
  display: block;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
  transition: color .2s ease
}

html:not(.is-touch) .product-suitables__button:focus,
html:not(.is-touch) .product-suitables__button:hover {
  color: var(--theme-color-suitables-link-hover)
}

.product-suitables--open .product-suitables__button {
  display: none
}

.product-table__table {
  list-style: none;
  font-weight: 500;
  color: #000
}

@media only screen and (max-width:47.96875em) {
  .product-table__row.product-table__row--head {
    display: none
  }
}

.product-table__row.product-table__row--sortable:nth-child(n+7) {
  display: none
}

.product-table--show-all .product-table__row.product-table__row--sortable:nth-child(n+7) {
  display: block
}

.product-table__intro {
  display: -webkit-flex;
  display: flex
}

.product-table__row:not(.product-table__row--head):nth-child(odd) .product-table__intro {
  background: #edf1f3
}

.product-table__row:not(.product-table__row--head):nth-child(even) .product-table__intro {
  background: #dce3e7
}

.product-table__row--head .product-table__intro {
  background: #fcd82b;
  font-weight: 700
}

@media only screen and (max-width:47.96875em) {
  .product-table__intro {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:48em) {
  .product-table__intro {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.product-table__cell {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0
}

@media screen and (min-width:480px) {
  .product-table__cell {
    padding-left: calc(15px + 25 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .product-table__cell {
    padding-left: 40px
  }
}

@media screen and (min-width:480px) {
  .product-table__cell {
    padding-right: calc(15px + 25 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .product-table__cell {
    padding-right: 40px
  }
}

@media screen and (min-width:480px) {
  .product-table__cell {
    padding-top: calc(10px + 5 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .product-table__cell {
    padding-top: 15px
  }
}

@media screen and (min-width:480px) {
  .product-table__cell {
    padding-bottom: calc(10px + 5 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .product-table__cell {
    padding-bottom: 15px
  }
}

.product-table__row--head .product-table__cell {
  padding-top: 10px;
  padding-bottom: 10px
}

@media screen and (min-width:480px) {
  .product-table__row--head .product-table__cell {
    padding-top: calc(10px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .product-table__row--head .product-table__cell {
    padding-top: 38px
  }
}

@media screen and (min-width:480px) {
  .product-table__row--head .product-table__cell {
    padding-bottom: calc(10px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .product-table__row--head .product-table__cell {
    padding-bottom: 38px
  }
}

.product-table__cell.product-table__label-download {
  background: #e33439;
  color: #fff
}

@media only screen and (max-width:47.96875em) {
  .product-table__cell {
    width: 100%;
    border-bottom: 1px solid #f3f5f7
  }

  .product-table__cell::before {
    content: attr(data-label);
    width: 50%;
    padding-right: 2rem;
    font-weight: 700
  }
}

@media only screen and (min-width:48em) {
  .product-table__cell {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
  }

  .product-table__cell:not(:last-child) {
    border-right: 1px solid #f3f5f7
  }

  .product-table__cell:nth-child(1) {
    width: 22%
  }

  .product-table__cell:nth-child(2) {
    width: calc(53% / 3)
  }

  .product-table__cell:nth-child(3) {
    width: calc(53% / 3)
  }

  .product-table__cell:nth-child(4) {
    width: calc(53% / 3)
  }

  .product-table__cell:nth-child(5) {
    width: 12.5%
  }

  .product-table__cell:nth-child(6) {
    width: 12.5%
  }

  .product-table--has-edgeline .product-table__cell:nth-child(1) {
    width: calc(22% - 21px)
  }

  .product-table--has-edgeline .product-table__cell:nth-child(2) {
    width: 70px;
    padding: 1rem
  }

  .product-table--has-edgeline .product-table__cell:nth-child(3) {
    width: calc(53% / 3 - 13px)
  }

  .product-table--has-edgeline .product-table__cell:nth-child(4) {
    width: calc(53% / 3 - 13px)
  }

  .product-table--has-edgeline .product-table__cell:nth-child(5) {
    width: calc(53% / 3 - 13px)
  }

  .product-table__cell.product-table__cell-edgeline {
    background: #e33439;
    color: #fff
  }

  .product-table__cell.product-table__cell-edgeline path {
    fill: currentColor
  }
}

.product-table-sort-button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2rem;
  opacity: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.product-table-sort-button.is--active-down {
  opacity: 1
}

.product-table-sort-button.is--active-up {
  opacity: 1;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.product-table__cell:hover .product-table-sort-button {
  opacity: 1
}

.product-table__download-button {
  direction: ltr
}

.product-table__download-button svg {
  width: 3.1rem;
  height: 4rem
}

.product-table__download-button text {
  fill: #000;
  transition: fill .3s ease
}

.product-table__toggle-button {
  text-transform: uppercase;
  text-decoration: underline;
  transition: color 250ms;
  min-width: 5.5rem;
  text-align: center
}

html:not(.is-touch) .product-table__toggle-button:focus,
html:not(.is-touch) .product-table__toggle-button:hover {
  color: #e33439
}

.product-table__toggle-button .open-label {
  display: block
}

.product-table__toggle-button .close-label {
  display: none
}

.product-table__toggle-button.toggle--is-active .open-label {
  display: none
}

.product-table__toggle-button.toggle--is-active .close-label {
  display: block
}

.product-table__toggle-content {
  background-color: #fff;
  padding: 0 3rem 3rem;
  overflow: hidden;
  display: none
}

.product-table__toggle-content.toggle--is-active {
  display: block
}

.product-table__toggle-content table h3 {
  font-weight: 500;
  margin-bottom: 2rem
}

.product-table__toggle-content table td {
  vertical-align: top
}

@media only screen and (max-width:47.96875em) {
  .product-table__toggle-content .o-col-5--md+.o-col-5--md .s-rich-text {
    margin-top: 3rem
  }
}

@media only screen and (max-width:47.96875em) {
  .product-table__heading {
    margin-top: 4rem;
    margin-bottom: 2rem
  }
}

@media only screen and (min-width:48em) {
  .product-table__heading {
    margin-top: 8rem;
    margin-bottom: 3rem
  }
}

.product-table__request-drawing {
  margin-top: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.product-table__info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width:47.96875em) {
  .product-table__info {
    margin-top: 4rem
  }
}

@media only screen and (min-width:48em) {
  .product-table__info {
    margin-top: 8rem;
    margin-bottom: 4rem
  }
}

.product-table__info h3 {
  font-weight: 500;
  margin-bottom: 2rem
}

.product-table__info ul {
  list-style: none
}

.product-table__info li {
  margin-bottom: 2rem
}

.product-table__info-content {
  width: calc(50% - 2rem)
}

.product-table__actions {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 4rem;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.product-table__button {
  margin-top: 1rem;
  display: none
}

.product-table--has-button .product-table__button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.product-table--show-all .product-table__button {
  display: none
}

.c-quick-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:48em) {
  .c-quick-links {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px
  }
}

.quick-links__link,
.quick-links__search {
  padding: 20px 10px;
  background-color: var(--theme-color-quick-links-bg);
  color: var(--theme-color-text);
  width: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  border-radius: var(--theme-border-radius);
  overflow: hidden
}

@media only screen and (max-width:47.96875em) {

  .quick-links__link,
  .quick-links__search {
    margin-bottom: 20px;
    padding: 20px
  }

  .quick-links__link:last-child,
  .quick-links__search:last-child {
    margin-bottom: 0
  }
}

.quick-links__link h3,
.quick-links__search h3 {
  margin-bottom: 10px
}

.quick-links__link h3,
.quick-links__link p,
.quick-links__link span,
.quick-links__search h3,
.quick-links__search p,
.quick-links__search span {
  transition: color .2s ease-in-out
}

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

  .quick-links__link,
  .quick-links__search {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(50% - 10px)
  }
}

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

  .quick-links__link,
  .quick-links__search {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px
  }
}

.quick-links__link:last-child,
.quick-links__search:last-child {
  margin-bottom: 0
}

html:not(.is-touch) .quick-links__link:focus h3,
html:not(.is-touch) .quick-links__link:focus p,
html:not(.is-touch) .quick-links__link:focus span,
html:not(.is-touch) .quick-links__link:hover h3,
html:not(.is-touch) .quick-links__link:hover p,
html:not(.is-touch) .quick-links__link:hover span,
html:not(.is-touch) .quick-links__search:focus h3,
html:not(.is-touch) .quick-links__search:focus p,
html:not(.is-touch) .quick-links__search:focus span,
html:not(.is-touch) .quick-links__search:hover h3,
html:not(.is-touch) .quick-links__search:hover p,
html:not(.is-touch) .quick-links__search:hover span {
  color: var(--theme-color-link-hover)
}

.quick-links__link--full {
  width: 100%
}

@media only screen and (min-width:48em) {
  .quick-links__link--full {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }

  .quick-links__link--full .quick-links__image {
    margin-right: 20px
  }
}

.quick-links__search {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width:47.96875em) {
  .quick-links__search .c-search-bar {
    margin: 40px 0
  }
}

.quick-links__image {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 120px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: var(--theme-border-radius);
  overflow: hidden
}

@media only screen and (min-width:48em) {
  .quick-links__image {
    width: 10rem;
    height: 10rem;
    min-height: 0;
    margin-right: 20px
  }
}

@media only screen and (min-width:64em) {
  .quick-links__image--big {
    width: 15rem
  }
}

.quick-links__content {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%
}

@media only screen and (min-width:64em) {
  .quick-links__content {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.quick-links__content p {
  margin-bottom: 0
}

.quick-links__link--full .quick-links__content>div:first-of-type {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%
}

.quick-links__button {
  color: var(--theme-color-quick-link-button);
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  width: 100%;
  transition: color .2s cubic-bezier(.455, .03, .515, .955)
}

.quick-links__button-label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 700;
  text-transform: uppercase
}

.quick-links__button-slash {
  background: linear-gradient(to bottom right, transparent calc(50% - .15rem), currentColor calc(50%), transparent calc(50% + .15rem));
  height: 2.5rem;
  width: 1.2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 10px 0 auto
}

.quick-links__button-arrow {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: -webkit-transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), -webkit-transform .2s cubic-bezier(.455, .03, .515, .955)
}

.quick-links__button-arrow svg path {
  fill: currentColor;
  transition: fill .2s cubic-bezier(.455, .03, .515, .955)
}

.related-products__title {
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: none
}

@media screen and (min-width:480px) {
  .related-products__title {
    font-size: calc(32px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .related-products__title {
    font-size: 40px
  }
}

@media screen and (min-width:480px) {
  .related-products__title {
    margin-bottom: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .related-products__title {
    margin-bottom: 50px
  }
}

.related-products__container {
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width:47.96875em) {
  .related-products__container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center
  }
}

@media only screen and (min-width:48em) {
  .related-products__container {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
  }
}

.related-products__item {
  background: #fff;
  position: relative;
  margin-bottom: 2rem;
  transition: .3s;
  transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-transform;
  text-decoration: none;
  box-shadow: none;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

html:not(.is-touch) .related-products__item:focus,
html:not(.is-touch) .related-products__item:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
}

html:not(.is-touch) .related-products__item:focus .related-products__item-arrow,
html:not(.is-touch) .related-products__item:hover .related-products__item-arrow {
  color: var(--theme-color-related-product-button-hover)
}

@media only screen and (min-width:48em) {
  .related-products__item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}

@media only screen and (min-width:77.5em) {
  .related-products__item {
    width: calc(25% - 30px)
  }
}

.related-products__item-title {
  padding: 2rem 2.4rem;
  font-size: var(--theme-font-size-h3)
}

.related-products__item-description {
  display: block;
  padding: 0 2.4rem;
  margin-bottom: 2rem;
  font-weight: var(--theme-related-product-description-font-weight);
  color: var(--theme-color-related-product-description)
}

.related-products__item-image {
  margin-top: auto;
  margin-bottom: 20px
}

.related-products__item-arrow {
  display: block;
  padding: 0 2.4rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: var(--theme-color-related-product-button);
  font-weight: 700;
  transition: color .3s
}

.related-products__item-arrow svg {
  width: auto;
  height: auto;
  margin-left: .7rem;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px)
}

.related-products__item-arrow svg path {
  fill: currentColor
}

.c-ribbon {
  height: 20rem;
  width: 11.3rem;
  padding: 13rem 1rem 0
}

@media only screen and (max-width:47.96875em) {
  .c-ribbon {
    height: 10rem;
    width: 6rem;
    padding: 6rem 1rem 0
  }
}

.c-ribbon.ribbon--edgeline {
  background: #e33439
}

.ribbon__svg svg {
  width: 100%
}

.ribbon--edgeline .ribbon__svg svg {
  height: 2.4rem
}

@media only screen and (max-width:47.96875em) {
  .ribbon--edgeline .ribbon__svg svg {
    height: 15px
  }
}

.ribbon__svg svg path {
  fill: #fff
}

.c-search-bar.is--header {
  margin-top: 120px;
  margin-bottom: 0
}

@media screen and (min-width:480px) {
  .c-search-bar.is--header {
    margin-top: calc(120px + 50 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-search-bar.is--header {
    margin-top: 170px
  }
}

@media screen and (min-width:480px) {
  .c-search-bar.is--header {
    margin-bottom: calc(0px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .c-search-bar.is--header {
    margin-bottom: 20px
  }
}

.search-bar__form {
  position: relative;
  padding-bottom: 0;
  margin-top: 0
}

.search-bar__input {
  color: #000;
  margin-bottom: 0
}

.is--header .search-bar__input {
  font-size: 18px
}

@media screen and (min-width:480px) {
  .is--header .search-bar__input {
    font-size: calc(18px + 12 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .is--header .search-bar__input {
    font-size: 30px
  }
}

.search-bar__input .input__input {
  font-size: 14px;
  padding: .5rem 3rem .5rem 0;
  border: 0;
  border-bottom: 1px solid #dce3e7;
  font-weight: var(--theme-form-search-input-weight)
}

@media screen and (min-width:480px) {
  .search-bar__input .input__input {
    font-size: calc(14px + 11 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .search-bar__input .input__input {
    font-size: 25px
  }
}

.search-bar__input .input__input::-webkit-input-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.search-bar__input .input__input::-moz-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.search-bar__input .input__input:-ms-input-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

html:not(.is-touch) .search-bar__input .input__input:focus,
html:not(.is-touch) .search-bar__input .input__input:hover {
  border: 0;
  border-bottom: 1px solid #8ba2b1;
  box-shadow: none
}

[dir=rtl] .search-bar__input .input__input {
  padding: .5rem 0 .5rem 3rem
}

.search-bar__input .input__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.search-bar__submit {
  position: absolute;
  right: 0;
  top: 50%;
  background-color: transparent;
  padding-right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  fill: #5a6c78;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

[dir=rtl] .search-bar__submit {
  right: inherit;
  left: 0
}

.search-bar__submit svg {
  height: 15px;
  width: 15px
}

@media screen and (min-width:480px) {
  .search-bar__submit svg {
    height: calc(15px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .search-bar__submit svg {
    height: 23px
  }
}

@media screen and (min-width:480px) {
  .search-bar__submit svg {
    width: calc(15px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .search-bar__submit svg {
    width: 23px
  }
}

.search-bar__submit svg path {
  fill: #5a6c78
}

.is--header .search-bar__submit svg {
  height: 20px;
  width: 20px
}

@media screen and (min-width:480px) {
  .is--header .search-bar__submit svg {
    height: calc(20px + 5 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .is--header .search-bar__submit svg {
    height: 25px
  }
}

@media screen and (min-width:480px) {
  .is--header .search-bar__submit svg {
    width: calc(20px + 5 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .is--header .search-bar__submit svg {
    width: 25px
  }
}

.is--header .search-bar__submit svg path {
  fill: var(--theme-color-search-bar-icon)
}

.search-bar__submit path {
  fill: #5a6c78;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .search-bar__submit:focus,
html:not(.is-touch) .search-bar__submit:hover {
  fill: #273238;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  background-color: transparent
}

html:not(.is-touch) .search-bar__submit:focus path,
html:not(.is-touch) .search-bar__submit:hover path {
  fill: #273238;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .is--header .search-bar__submit:focus,
html:not(.is-touch) .is--header .search-bar__submit:hover {
  fill: var(--theme-color-search-bar-icon-hover);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

html:not(.is-touch) .is--header .search-bar__submit:focus path,
html:not(.is-touch) .is--header .search-bar__submit:hover path {
  fill: var(--theme-color-search-bar-icon-hover);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

.c-section-item {
  position: relative;
  width: 100%;
  padding: .1rem;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 .1rem #dce3e7;
  background-color: #fff;
  list-style: none;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (min-width:48em) {
  .c-section-item {
    width: calc(50% - 10px)
  }
}

@media only screen and (min-width:77.5em) {
  .c-section-item {
    width: 100%;
    min-height: 8rem;
    margin-bottom: 10px
  }
}

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

  html:not(.is-touch) .c-section-item:focus,
  html:not(.is-touch) .c-section-item:hover {
    box-shadow: inset 0 0 0 .1rem var(--theme-color-section-item-border-hover)
  }
}

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

  html:not(.is-touch) .c-section-item:focus::before,
  html:not(.is-touch) .c-section-item:hover::before {
    opacity: 1
  }
}

html:not(.is-touch) .c-section-item:focus .c-button .button__skew,
html:not(.is-touch) .c-section-item:hover .c-button .button__skew {
  background: #273238;
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

html:not(.is-touch) .c-section-item:focus .c-button .button__skew span:before,
html:not(.is-touch) .c-section-item:hover .c-button .button__skew span:before {
  background: #273238
}

html:not(.is-touch) .c-section-item:focus .c-button svg,
html:not(.is-touch) .c-section-item:hover .c-button svg {
  fill: var(--theme-color-section-item-icon-hover)
}

html:not(.is-touch) .c-section-item:focus .c-button svg circle,
html:not(.is-touch) .c-section-item:focus .c-button svg path,
html:not(.is-touch) .c-section-item:hover .c-button svg circle,
html:not(.is-touch) .c-section-item:hover .c-button svg path {
  fill: var(--theme-color-section-item-icon-hover)
}

@media only screen and (min-width:77.5em) {
  .c-section-item::before {
    position: absolute;
    content: '';
    display: block;
    width: .2rem;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e33439;
    transition: .2s cubic-bezier(.455, .03, .515, .955);
    opacity: 0
  }
}

.c-section-item:last-child {
  margin-bottom: 0
}

.section-item__image-wrapper {
  position: relative
}

@media only screen and (min-width:77.5em) {
  .section-item__image-wrapper {
    display: none;
    visibility: hidden
  }
}

.section-item__image-wrapper::before {
  content: '';
  display: block;
  padding-top: 56.25%;
  width: 100%
}

.section-item__figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.section-item__figure-image {
  display: block;
  width: 100%;
  height: 100%
}

.section-item__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  color: #273238
}

@media only screen and (min-width:77.5em) {
  .section-item__footer {
    height: 100%
  }

  .section-item__footer .c-button {
    -webkit-align-self: flex-end;
    align-self: flex-end
  }
}

.section-item__footer .c-button--icon-only-grey path,
.section-item__footer .c-button--icon-only-grey svg {
  fill: var(--theme-color-section-item-icon)
}

.section-item__footer-text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-height: 7rem;
  margin: 0 20px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  color: var(--theme-color-section-item-text)
}

@media only screen and (min-width:77.5em) {
  .section-item__footer-text {
    margin: 0 30px;
    color: var(--theme-color-section-item-text)
  }

  html:not(.is-touch) .section-item__footer-text:focus,
  html:not(.is-touch) .section-item__footer-text:hover {
    color: #273238
  }
}

.section-item__footer-text::before {
  content: '';
  position: absolute;
  top: 0;
  height: .1rem;
  width: 100%;
  background-color: #c5d0d8
}

@media only screen and (min-width:77.5em) {
  .section-item__footer-text::before {
    display: none;
    visibility: hidden
  }
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .section-item__footer-text::before {
    display: none
  }
}

.c-section-overview {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:77.5em) {
  .c-section-overview {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.section-overview__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px
}

@media only screen and (min-width:77.5em) {
  .section-overview__header {
    width: 100%;
    margin-left: calc(50% + 20px);
    -webkit-order: 1;
    order: 1
  }
}

.section-overview__header-title {
  font-size: 1.6rem
}

@media only screen and (min-width:77.5em) {
  .section-overview__header-title {
    font-size: 2.4rem
  }
}

.section-overview__header-amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--theme-color-section-overview-amount)
}

.section-overview__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:48em) {
  .section-overview__list {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

@media only screen and (min-width:77.5em) {
  .section-overview__list {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: calc(50% - 20px);
    -webkit-order: 3;
    order: 3
  }
}

.section-overview__image-container {
  display: none;
  position: relative
}

@media only screen and (min-width:77.5em) {
  .section-overview__image-container {
    display: block;
    width: calc(50% - 20px);
    -webkit-order: 2;
    order: 2
  }
}

.section-overview__image-sticky {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  width: 100%
}

.section-overview__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
  height: -webkit-max-content;
  height: max-content;
  background-color: #fff;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  opacity: 0
}

@media only screen and (min-width:77.5em) {
  .section-overview__image-wrapper {
    width: 100%
  }
}

.section-overview__image-wrapper--show {
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  opacity: 1
}

.section-overview__figure {
  width: 100%;
  height: auto
}

.section-overview__figure-image {
  width: 100%;
  height: 100%
}

.shopping-cart__product {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 .4rem 1.6rem 0 rgba(0, 0, 0, .08);
  border-radius: var(--theme-border-radius);
  overflow: hidden
}

@media only screen and (min-width:48em) {
  .shopping-cart__product {
    width: calc(50% - 10px);
    margin-bottom: 30px
  }
}

@media only screen and (min-width:64em) {
  .shopping-cart__product {
    width: 100%
  }
}

.shopping-cart__product-content {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  padding: 20px
}

.shopping-cart__product-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
  max-width: 8rem
}

@media only screen and (min-width:64em) {
  .shopping-cart__product-figure {
    width: auto
  }
}

.shopping-cart__product-image {
  height: auto;
  width: 100%
}

.shopping-cart__product-description {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:64em) {
  .shopping-cart__product-description {
    width: auto
  }
}

.shopping-cart__product-title {
  color: var(--theme-color-cart-product-title);
  font-size: 1.6rem
}

.shopping-cart__product-sku {
  font-size: 1.4rem;
  color: var(--theme-color-cart-product-text)
}

.shopping-cart__product-remove {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 20px;
  color: var(--theme-color-cart-product-icon)
}

@media only screen and (min-width:64em) {
  .shopping-cart__product-remove {
    display: block
  }
}

.shopping-cart__product-remove svg {
  display: block;
  height: 2.4rem;
  width: auto
}

.shopping-cart__product-remove svg * {
  transition: fill .2s
}

html:not(.is-touch) .shopping-cart__product-remove:focus,
html:not(.is-touch) .shopping-cart__product-remove:hover {
  color: var(--theme-color-button-primary-bg)
}

.shopping-cart__product-actions {
  margin-left: auto;
  padding: 0 20px 20px;
  text-align: right
}

@media only screen and (min-width:64em) {
  .shopping-cart__product-actions {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0
  }
}

.shopping-cart__product-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 10px auto;
  background-color: var(--theme-color-cart-product-buttons-bg);
  width: 16.8rem
}

@media only screen and (min-width:64em) {
  .shopping-cart__product-buttons {
    margin: 0;
    width: 50%
  }
}

.shopping-cart__product-modify {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 5.6rem;
  width: 5.6rem;
  background-color: var(--theme-color-cart-product-buttons-bg);
  color: var(--theme-color-cart-product-buttons-icons);
  cursor: pointer
}

.shopping-cart__product-modify .svg--icons-min,
.shopping-cart__product-modify .svg--icons-plus {
  height: auto;
  width: 1.6rem;
  pointer-events: none
}

.shopping-cart__product-modify svg * {
  transition: fill .2s
}

html:not(.is-touch) .shopping-cart__product-modify:focus,
html:not(.is-touch) .shopping-cart__product-modify:hover {
  color: var(--theme-color-button-primary-bg)
}

.shopping-cart__product-quantity {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 5.6rem;
  width: 5.6rem;
  min-width: 0;
  border: 0;
  color: var(--theme-color-cart-product-buttons-icons);
  background-color: var(--theme-color-cart-product-buttons-bg);
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center
}

.shopping-cart__product-quantity::-webkit-inner-spin-button,
.shopping-cart__product-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}

.shopping-cart__product-price {
  font-size: 20px;
  color: var(--theme-color-cart-product-text);
  font-weight: 700
}

@media screen and (min-width:480px) {
  .shopping-cart__product-price {
    font-size: calc(20px + 4 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .shopping-cart__product-price {
    font-size: 24px
  }
}

@media only screen and (min-width:64em) {
  .shopping-cart__product-price {
    padding-right: 20px;
    font-size: 2.4rem;
    line-height: 5.6rem
  }
}

.c-shopping-cart {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 30px 20px;
  background-color: var(--theme-color-cart-bg);
  width: 100%;
  height: 100%;
  z-index: 10;
  -ms-overflow-style: none
}

@media only screen and (min-width:64em) {
  .c-shopping-cart {
    top: 10rem;
    padding: 40px 30px;
    height: calc(100vh - 10rem);
    max-width: 58.5rem
  }
}

.c-shopping-cart::-webkit-scrollbar {
  display: none
}

@media only screen and (min-width:64em) {
  .c-shopping-cart.change--position {
    top: 6rem;
    height: calc(100vh - 6rem)
  }
}

.c-shopping-cart--show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  overflow-y: scroll;
  box-shadow: -2.4rem 0 4.8rem 0 rgba(0, 0, 0, .05)
}

.c-shopping-cart--hide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

.shopping-cart__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  color: #273238
}

@media only screen and (min-width:64em) {
  .shopping-cart__header {
    margin-bottom: 10px;
    -webkit-align-items: center;
    align-items: center
  }
}

.shopping-cart__header svg {
  width: 2.4rem;
  height: 2.4rem
}

.shopping-cart__header-title {
  margin-top: 60px
}

@media only screen and (min-width:64em) {
  .shopping-cart__header-title {
    margin-top: 0
  }
}

.shopping-cart__header-close {
  cursor: pointer
}

.shopping-cart__header-close svg * {
  transition: fill .2s
}

html:not(.is-touch) .shopping-cart__header-close:focus,
html:not(.is-touch) .shopping-cart__header-close:hover {
  color: var(--theme-color-button-primary-bg)
}

.shopping-cart__products {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-overflow-style: none
}

@media only screen and (min-width:48em) {
  .shopping-cart__products {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .shopping-cart__products {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

@media only screen and (min-width:64em) {
  .shopping-cart__products {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    overflow: scroll;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px
  }
}

.shopping-cart__products::-webkit-scrollbar {
  display: none
}

.shopping-cart__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.shopping-cart__totals {
  margin-top: auto;
  padding: 20px 0;
  border-top: .1rem solid var(--theme-color-cart-divider);
  border-bottom: .1rem solid var(--theme-color-cart-divider)
}

.shopping-cart__button {
  width: auto;
  margin-top: 40px;
  text-align: center
}

.shopping-cart__button span {
  margin: 0 auto
}

.sort__wrapper {
  position: relative
}

@media only screen and (min-width:77.5em) {
  .sort__wrapper {
    text-align: right
  }
}

.sort__label {
  cursor: pointer;
  display: block;
  margin-bottom: 0
}

.sort__input {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 50px;
  border-radius: var(--theme-sort-border-radius);
  border: 0;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: var(--theme-sort-label-weight);
  line-height: var(--theme-font-line-height-body);
  text-align: right;
  color: var(--theme-color-input-select-text);
  text-transform: uppercase;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.sort__input::-ms-expand {
  display: none
}

.sort__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none
}

.sort__arrow svg {
  width: 1.8rem;
  height: 1.8rem
}

.sort__arrow svg path {
  fill: var(--theme-color-sort-icon)
}

.sort__width {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.65
}

.c-sort-row {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
  width: calc((100% / 4) * 3)
}

.c-sort-row button {
  text-align: left;
  text-transform: none
}

.c-sort-row button:first-of-type {
  padding-left: calc((100% / 6) + 2rem);
  width: 50%
}

.c-sort-row button:not(:first-of-type) {
  width: calc(100% / 6)
}

.c-sort-row button span {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
  color: #8ba2b1
}

.c-sort-row button span:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 1rem
}

.c-sort-row button[data-active=HIGH] span:after {
  border-top: 6px solid #8ba2b1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent
}

.c-sort-row button[data-active=LOW] span:after {
  border-left: 6px solid transparent;
  border-bottom: 6px solid #8ba2b1;
  border-right: 6px solid transparent
}

@media only screen and (min-width:77.5em) {
  .product-overview__container-list .c-sort-row {
    display: -webkit-flex;
    display: flex
  }
}

.c-spc {
  background-color: #fff;
  padding: 20px
}

@media only screen and (min-width:77.5em) {
  .c-spc {
    padding: 0
  }
}

html:not(.is-touch) .c-spc:focus,
html:not(.is-touch) .c-spc:hover {
  box-shadow: 0 .4rem 1.6rem rgba(0, 0, 0, .08)
}

.c-spc+.c-spc {
  margin-top: 20px
}

.spc__top {
  position: relative
}

@media only screen and (min-width:77.5em) {
  .spc__top {
    display: -webkit-flex;
    display: flex
  }
}

.spc__number {
  color: var(--theme-color-spare-parts-text);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: 700;
  margin-bottom: 10px;
  width: 3.4rem
}

@media only screen and (min-width:77.5em) {
  .spc__number {
    margin: 20px 0 0 20px
  }
}

@media only screen and (min-width:77.5em) {
  .spc__content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 20px 20px 20px 30px
  }
}

.c-spc--collapsed .spc__content {
  display: block
}

.spc__name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: var(--theme-color-spare-parts-text-cta);
  font-weight: 700;
  text-transform: uppercase;
  width: 100%
}

.spc__button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 2rem;
  position: absolute;
  right: 0;
  top: .8rem;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (min-width:77.5em) {
  .spc__button {
    position: static
  }
}

.c-spc--collapsed .spc__button {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.spc__button svg[class*=svg--icons-chevron-down] {
  cursor: pointer;
  height: auto;
  width: 1.8rem
}

.spc__button svg[class*=svg--icons-chevron-down] path {
  fill: currentColor
}

.spc__info {
  display: none;
  margin-top: 20px
}

.c-spc--collapsed .spc__info {
  display: block
}

@media only screen and (min-width:77.5em) {
  .c-spc--collapsed .spc__info {
    display: -webkit-flex;
    display: flex
  }
}

.spc__sku {
  color: var(--theme-color-spare-parts-text);
  font-weight: 700;
  margin-bottom: 20px;
  min-width: 12.5rem
}

@media only screen and (min-width:77.5em) {
  .spc__sku {
    margin: 0
  }
}

.spc__sku-label {
  color: var(--theme-color-spare-parts-text-light);
  font-size: 1.2rem;
  text-transform: uppercase
}

.spc__amount {
  color: var(--theme-color-spare-parts-text);
  font-weight: 700
}

@media only screen and (min-width:77.5em) {
  .spc__amount {
    margin-left: 30px
  }
}

.spc__amount-label {
  color: var(--theme-color-spare-parts-text-light);
  font-size: 1.2rem;
  text-transform: uppercase
}

.spc__bottom {
  -webkit-align-items: center;
  align-items: center;
  display: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%
}

@media only screen and (min-width:77.5em) {
  .spc__bottom {
    margin: 0
  }
}

.c-spc--collapsed .spc__bottom {
  display: -webkit-flex;
  display: flex
}

.spc__price {
  color: var(--theme-color-spare-parts-text);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%
}

@media only screen and (min-width:77.5em) {
  .spc__price {
    margin-right: 20px;
    -webkit-order: 2;
    order: 2;
    width: auto
  }
}

.spc__actions {
  background-color: var(--theme-color-spare-parts-button);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center
}

@media only screen and (min-width:30em) {
  .spc__actions {
    width: 50%
  }
}

@media only screen and (min-width:77.5em) {
  .spc__actions {
    -webkit-order: 3;
    order: 3
  }
}

.spc__actions-modify {
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--theme-color-spare-parts-button);
  color: var(--theme-color-spare-parts-icons);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 5.6rem;
  -webkit-justify-content: center;
  justify-content: center;
  width: 5.6rem
}

.spc__actions-modify .svg--icons-min,
.spc__actions-modify .svg--icons-plus {
  display: block;
  height: auto;
  width: 1.6rem
}

.spc__actions-quantity {
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--theme-color-spare-parts-button);
  border: 0;
  color: var(--theme-color-spare-parts-icons);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  height: 5.6rem;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
  width: 5.5rem
}

.spc__actions-quantity::-webkit-inner-spin-button,
.spc__actions-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}

.spc__actions-button {
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--theme-color-spare-parts-text-cta);
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: 700;
  height: 5.6rem;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px
}

@media only screen and (min-width:30em) {
  .spc__actions-button {
    width: 50%
  }
}

@media only screen and (min-width:77.5em) {
  .spc__actions-button {
    -webkit-order: 4;
    order: 4
  }
}

.spc__actions-button span {
  display: -webkit-flex;
  display: flex
}

.spc__actions-button svg[class*=svg--icons-shopping-cart] {
  display: none;
  fill: #fff;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 2.3rem;
  margin-left: 20px
}

@media only screen and (min-width:48em) {
  .spc__actions-button svg[class*=svg--icons-shopping-cart] {
    display: block
  }
}

@media only screen and (min-width:64em) {
  .spc__actions-button svg[class*=svg--icons-shopping-cart] {
    display: none
  }
}

@media only screen and (min-width:77.5em) {
  .spc__actions-button svg[class*=svg--icons-shopping-cart] {
    display: block
  }
}

.spc__actions-button-label {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

@media only screen and (max-width:29.96875em) {
  .spc__actions-button-label {
    display: none
  }
}

.spc__note {
  color: var(--theme-color-spare-parts-text);
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
  width: 100%
}

@media only screen and (min-width:77.5em) {
  .spc__note {
    font-size: 1.4rem;
    margin: 0 0 20px calc((40px + 1rem) + 3.4rem);
    -webkit-order: 1;
    order: 1;
    width: auto
  }
}

@media only screen and (min-width:64em) {
  .sp__figure-container {
    margin-top: calc(30px + 2.4rem)
  }
}

.sp__figure {
  position: relative
}

.sp__figure::before {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%
}

.sp__figure-link {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  color: var(--theme-color-spare-parts-zoom-button);
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0
}

@media only screen and (min-width:64em) {
  .sp__figure-link {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-height: calc(100vh - 20px)
  }
}

.sp__figure-link svg[class*=svg--icons-search] {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 2rem;
  height: 2rem
}

@media only screen and (min-width:64em) {
  .sp__figure-link svg[class*=svg--icons-search] {
    display: block
  }
}

.sp__figure-image {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain
}

@media only screen and (min-width:64em) {
  .sp__figure-image {
    height: 100%;
    max-height: calc(100vh - 60px)
  }
}

.sp__form-select {
  display: block;
  margin-bottom: 0
}

@media only screen and (min-width:64em) {
  .sp__form-select {
    display: none
  }
}

.sp__form-select .select__input {
  border: 1px solid #8ba2b1;
  font-weight: 700;
  font-size: 2rem;
  color: #273238
}

.sp__form-select .svg--icons-chevron-down {
  width: 2rem;
  height: 2rem
}

.sp__header {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 0 30px
}

@media only screen and (min-width:64em) {
  .sp__header {
    margin-top: 0
  }
}

.sp__header-title {
  font-size: 1.6rem
}

@media only screen and (min-width:64em) {
  .sp__header-title {
    font-size: 2.4rem;
    line-height: 2.4rem
  }
}

.sp__header-amount {
  color: var(--theme-color-spare-parts-amount);
  font-weight: 700;
  line-height: 2.4rem
}

.sp__modal-image {
  display: block;
  height: auto;
  width: 100%
}

.c-sub-navigation {
  display: none;
  width: 100%
}

@media only screen and (min-width:64em) {
  .c-sub-navigation {
    display: -webkit-flex;
    display: flex;
    padding-right: 30px
  }
}

@media only screen and (min-width:77.5em) {
  .c-sub-navigation {
    padding-right: 50px
  }
}

.c-sub-navigation--mobile {
  display: block;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  background-color: var(--theme-color-sub-nav-mobile-bg)
}

@media only screen and (min-width:30em) {
  .c-sub-navigation--mobile {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media only screen and (min-width:48em) {
  .c-sub-navigation--mobile {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media only screen and (min-width:64em) {
  .c-sub-navigation--mobile {
    display: none
  }
}

.c-sub-navigation--mobile .c-accordion {
  margin-bottom: 0
}

.c-sub-navigation--mobile .accordion__item-summary {
  color: var(--theme-color-my-account-menu-link-mobile);
  background-color: transparent
}

.c-sub-navigation--mobile .accordion__item-summary::before {
  display: none
}

@media only screen and (min-width:64em) {
  .c-sub-navigation--mobile .accordion__item-summary {
    display: none
  }
}

.c-sub-navigation--mobile .accordion__item-content {
  background-color: transparent;
  padding: 0 0 20px
}

.c-sub-navigation--mobile .sub-navigation__link {
  color: var(--theme-color-my-account-menu-link-mobile)
}

html:not(.is-touch) .c-sub-navigation--mobile .sub-navigation__link:focus,
html:not(.is-touch) .c-sub-navigation--mobile .sub-navigation__link:hover {
  color: var(--theme-color-my-account-menu-link-mobile-hover)
}

.c-sub-navigation--mobile .sub-navigation__item--active .sub-navigation__link {
  color: var(--theme-color-my-account-menu-link-mobile-active)
}

.sub-navigation__list {
  width: 100%;
  list-style: none;
  padding-left: 44px
}

.c-sub-navigation--mobile .sub-navigation__list {
  margin-top: 0
}

.sub-navigation__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.sub-navigation__item+.sub-navigation__item {
  border-top: 1px solid var(--theme-color-divider)
}

@media only screen and (min-width:64em) {
  .sub-navigation__item+.sub-navigation__item {
    border-top: 1px solid var(--theme-color-divider)
  }
}

.c-sub-navigation--mobile .sub-navigation__item:last-child {
  border-bottom: 0
}

@media only screen and (min-width:48em) {
  .sub-navigation__item:last-of-type {
    border-bottom: 1px solid var(--theme-color-divider)
  }
}

.sub-navigation__link {
  margin-left: -44px;
  padding: 10px 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: var(--theme-color-my-account-menu-link);
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size)
}

html:not(.is-touch) .sub-navigation__link:focus,
html:not(.is-touch) .sub-navigation__link:hover {
  color: var(--theme-color-my-account-menu-link-hover)
}

.sub-navigation__link svg {
  width: auto;
  height: auto
}

.sub-navigation__link svg path {
  transition: fill .2s cubic-bezier(.455, .03, .515, .955)
}

.sub-navigation__link-icon {
  min-width: 24px;
  margin-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.sub-navigation__item--active {
  pointer-events: none
}

.sub-navigation__item--active .sub-navigation__link {
  color: var(--theme-color-my-account-menu-link-active)
}

.c-tabpanel {
  display: none
}

@media only screen and (max-width:47.96875em) {
  .c-tabpanel .o-col-6--md:not(:last-of-type) .tabpanel__list {
    margin-bottom: 40px
  }
}

.c-tabpanel--is-active {
  display: block
}

.tabpanel__title {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: var(--theme-color-text-dark);
  margin-bottom: 20px
}

@media only screen and (max-width:47.96875em) {
  .tabpanel__title {
    margin-top: 40px
  }
}

.tabpanel__list {
  margin-left: 14px
}

.c-tabs {
  width: 100%;
  margin-bottom: 4rem;
  overflow: hidden
}

.c-tabs.has--scroll {
  padding-right: 1.5rem;
  position: relative
}

.tabs__description {
  color: var(--theme-color-tabs-description)
}

.tabs__list {
  display: -webkit-flex;
  display: flex;
  width: 100%
}

@media only screen and (max-width:47.96875em) {
  .tabs__list {
    overflow: auto
  }
}

.tabs__scroll-arrow {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0)
}

.has--scroll .tabs__scroll-arrow {
  display: block
}

.tabs__scroll-arrow svg {
  height: 1.7rem;
  width: 1rem
}

.tabs__item {
  list-style: none
}

.tabs__item+.tabs__item {
  margin-left: 2.5rem
}

.tabs__tab {
  text-transform: uppercase;
  background: 0 0;
  color: var(--theme-color-tabs-tab)
}

html:not(.is-touch) .tabs__tab:focus,
html:not(.is-touch) .tabs__tab:hover {
  color: var(--theme-color-tabs-hover-focus)
}

.tabs__tab::before {
  content: '';
  height: 2px;
  width: 100%;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  border-radius: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.tabs__tab.tabs__tab--is-active {
  font-weight: 700;
  pointer-events: none;
  color: var(--theme-color-tabs-tab-active)
}

.tabs__tab.tabs__tab--is-active::before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.teaser__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width:63.96875em) {
  .teaser__wrapper {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .teaser--has-portrait-image .teaser__wrapper {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.teaser--align-top .teaser__wrapper {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.teaser__aside {
  height: 100%;
  position: relative
}

.teaser--has-image.teaser--has-video .teaser__aside {
  overflow: hidden
}

@media only screen and (max-width:63.96875em) {
  .teaser__aside {
    width: 100%
  }
}

@media only screen and (min-width:64em) {
  .teaser__aside {
    width: 55%;
    -webkit-order: 1;
    order: 1
  }
}

@media only screen and (min-width:64em) {
  .teaser--reversed .teaser__aside {
    -webkit-order: 2;
    order: 2
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .teaser--has-portrait-image .teaser__aside {
    -webkit-order: initial;
    order: initial;
    width: 50%
  }

  .teaser--has-portrait-image .teaser__aside.teaser--reversed {
    -webkit-order: 1;
    order: 1
  }
}

@media only screen and (max-width:47.96875em) {
  .teaser__content {
    width: 100%;
    padding: 0 0 2rem
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .teaser__content {
    width: 80%;
    padding: 0 0 2rem;
    -webkit-align-self: flex-start;
    align-self: flex-start
  }
}

@media only screen and (min-width:64em) {
  .teaser__content {
    padding: 0 0 0 6rem;
    width: 45%;
    -webkit-order: 2;
    order: 2
  }

  [dir=rtl] .teaser__content {
    padding: 0 6rem 0 0
  }
}

@media only screen and (min-width:64em) {
  .teaser--reversed .teaser__content {
    padding: 0 6rem 0 0;
    -webkit-order: 1;
    order: 1
  }

  [dir=rtl] .teaser--reversed .teaser__content {
    padding: 0 0 0 6rem
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .teaser--has-portrait-image .teaser__content {
    padding: 0 0 0 5rem;
    width: 50%;
    -webkit-order: 2;
    order: 2
  }

  [dir=rtl] .teaser--has-portrait-image .teaser__content {
    padding: 0 5rem 0 0
  }

  .teaser--has-portrait-image .teaser__content.teaser--reversed {
    -webkit-order: 2;
    order: 2
  }
}

@media only screen and (min-width:64em) {
  .teaser--has-portrait-image .teaser__content {
    padding: 0
  }
}

.teaser__tag {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: var(--theme-color-teaser-tag)
}

@media only screen and (max-width:47.96875em) {
  .teaser__tag {
    margin-bottom: 1rem
  }
}

@media only screen and (min-width:48em) {
  .teaser__tag {
    margin-bottom: 2rem
  }
}

.teaser__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h2);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h2-letter-spacing);
  margin-bottom: 2rem
}

@media screen and (min-width:480px) {
  .teaser__title {
    font-size: calc(32px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .teaser__title {
    font-size: 40px
  }
}

.teaser--featured .teaser__title {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--theme-color-teaser-features-title);
  font-weight: 700
}

@media screen and (min-width:480px) {
  .teaser--featured .teaser__title {
    font-size: calc(32px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .teaser--featured .teaser__title {
    font-size: 60px
  }
}

@media screen and (min-width:480px) {
  .teaser--featured .teaser__title {
    margin-bottom: calc(20px + 30 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .teaser--featured .teaser__title {
    margin-bottom: 50px
  }
}

.teaser__metadata {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  text-transform: none;
  color: var(--theme-color-teaser-metadata);
  margin-bottom: 2rem;
  display: block
}

.teaser__button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media only screen and (max-width:47.96875em) {
  .teaser__button {
    margin-top: 2rem
  }
}

@media only screen and (min-width:48em) {
  .teaser__button {
    margin-top: 5rem
  }
}

.teaser__button a+a {
  margin-top: 1rem
}

.teaser__figure {
  position: relative;
  z-index: 2
}

.teaser__figure img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
}

@media only screen and (min-width:64em) {
  .teaser--has-portrait-image .teaser__figure {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
  }

  .teaser--has-portrait-image .teaser__figure img {
    width: 60%;
    height: auto
  }
}

.teaser__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-right: 5.5rem;
  z-index: 9;
  height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

@media only screen and (max-width:47.96875em) {
  .teaser__ribbon {
    right: -20px
  }
}

@media only screen and (max-width:29.96875em) {
  .teaser__ribbon {
    right: -30px
  }
}

.teaser__video {
  position: relative
}

.teaser--has-image .teaser__video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity .3s ease-in
}

.teaser--has-image .teaser__video .c-video {
  padding-top: 0;
  height: 100%
}

.teaser__btn-play.toggle--is-active+.teaser__video {
  opacity: 1
}

.teaser__btn-play.toggle--is-active+.teaser__video+.teaser__figure {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in
}

.teaser__btn-play {
  display: none
}

.teaser--has-image .teaser__btn-play {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1
}

.teaser--has-image .teaser__btn-play svg {
  position: absolute;
  bottom: 2rem;
  right: 2rem
}

.teaser--has-image .teaser__btn-play svg path {
  fill: #fff
}

.teaser--has-image .teaser__btn-play::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 12rem;
  width: 12rem;
  background: #e33439;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: background .3s ease-in
}

html:not(.is-touch) .teaser__btn-play:focus::before,
html:not(.is-touch) .teaser__btn-play:hover::before {
  background: #c81c21
}

.teaser__btn-play.toggle--is-active {
  opacity: 0;
  transition: opacity .3s ease-in;
  pointer-events: none
}

.toggle-switch__container {
  display: inline-block;
  position: relative;
  height: 4rem;
  background-color: transparent;
  border-radius: 2.5rem;
  cursor: pointer;
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.toggle-switch__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.toggle-switch__label {
  position: relative;
  display: block;
  width: 100%;
  height: inherit;
  padding: 0 20px;
  font-size: var(--theme-font-size-body);
  font-weight: 700;
  text-transform: uppercase;
  background-color: #8ba2b1;
  border-radius: inherit;
  transition: inherit
}

.toggle-switch__label::after,
.toggle-switch__label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: inherit
}

.toggle-switch__label::before {
  content: attr(data-inactive);
  right: 15px;
  color: #fff
}

.toggle-switch__label::after {
  content: attr(data-active);
  left: 15px;
  color: #fff;
  opacity: 0
}

.toggle-switch__label span {
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: #fff
}

.toggle-switch__label .toggle-switch__label-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 20px;
  opacity: 1;
  transition: inherit
}

.toggle-switch__label .toggle-switch__label-right {
  display: none;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 20px;
  opacity: 0
}

.toggle-switch__input:checked~.toggle-switch__label {
  background-color: #e33439;
  transition: inherit
}

.toggle-switch__input:checked~.toggle-switch__label::before {
  opacity: 0;
  transition: inherit
}

.toggle-switch__input:checked~.toggle-switch__label::after {
  opacity: 1;
  transition: inherit
}

.toggle-switch__input:checked~.toggle-switch__label .toggle-switch__label-left {
  display: none;
  opacity: 0
}

.toggle-switch__input:checked~.toggle-switch__label .toggle-switch__label-right {
  display: -webkit-flex;
  display: flex;
  opacity: 1;
  transition: inherit
}

.toggle-switch__handle {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  transition: inherit
}

.toggle-switch__input:checked~.toggle-switch__handle {
  left: calc(100% - 30px);
  transition: inherit
}

.tooltip--trigger {
  position: relative;
  display: inline-block;
  cursor: pointer
}

html:not(.is-touch) .tooltip--trigger:focus .c-tooltip,
html:not(.is-touch) .tooltip--trigger:hover .c-tooltip {
  display: block
}

.tooltip--trigger button,
.tooltip--trigger span:first-child,
.tooltip--trigger span:first-child svg {
  width: 1.6rem;
  height: 1.6rem
}

.tooltip--trigger button {
  vertical-align: middle
}

.tooltip--trigger svg {
  fill: #273238
}

.tooltip--trigger svg path {
  fill: #273238
}

.tooltip--trigger.tooltip--active .c-tooltip {
  display: block
}

.c-tooltip {
  display: none;
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
  background: #273238;
  width: 350px;
  color: #fff;
  cursor: auto;
  z-index: 2
}

@media only screen and (min-width:30em) {
  .c-tooltip {
    padding: 15px 20px
  }
}

.c-tooltip::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute
}

.tooltip__triangle {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background: 0 0
}

@media only screen and (min-width:30em) {
  .tooltip__triangle {
    background: #273238
  }
}

.tooltip--right,
.tooltip--right-bottom,
.tooltip--right-center,
.tooltip--right-top {
  left: calc(100% + 15px)
}

.tooltip--right-bottom::before,
.tooltip--right-center::before,
.tooltip--right-top::before,
.tooltip--right::before {
  left: -15px;
  width: 15px
}

.tooltip--right .tooltip__triangle,
.tooltip--right-bottom .tooltip__triangle,
.tooltip--right-center .tooltip__triangle,
.tooltip--right-top .tooltip__triangle {
  left: -7.5px
}

.tooltip--left,
.tooltip--left-bottom,
.tooltip--left-center,
.tooltip--left-top {
  right: calc(100% + 15px)
}

.tooltip--left-bottom::before,
.tooltip--left-center::before,
.tooltip--left-top::before,
.tooltip--left::before {
  right: -15px;
  left: auto;
  width: 15px
}

.tooltip--left .tooltip__triangle,
.tooltip--left-bottom .tooltip__triangle,
.tooltip--left-center .tooltip__triangle,
.tooltip--left-top .tooltip__triangle {
  right: -7.5px
}

.tooltip--left-bottom,
.tooltip--right-bottom {
  top: 3px
}

.tooltip--left-bottom .tooltip__triangle,
.tooltip--right-bottom .tooltip__triangle {
  top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.tooltip--left-top,
.tooltip--right-top {
  bottom: 0
}

.tooltip--left-top .tooltip__triangle,
.tooltip--right-top .tooltip__triangle {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.tooltip--left-center,
.tooltip--right-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tooltip--left-center .tooltip__triangle,
.tooltip--right-center .tooltip__triangle {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.tooltip--bottom,
.tooltip--bottom-center,
.tooltip--bottom-left,
.tooltip--bottom-right {
  top: calc(100% + 10px)
}

.tooltip--bottom-center::before,
.tooltip--bottom-left::before,
.tooltip--bottom-right::before,
.tooltip--bottom::before {
  top: -15px;
  height: 15px
}

.tooltip--bottom .tooltip__triangle,
.tooltip--bottom-center .tooltip__triangle,
.tooltip--bottom-left .tooltip__triangle,
.tooltip--bottom-right .tooltip__triangle {
  top: -5px
}

.tooltip--top,
.tooltip--top-center,
.tooltip--top-left,
.tooltip--top-right {
  bottom: calc(100% + 10px)
}

.tooltip--top-center::before,
.tooltip--top-left::before,
.tooltip--top-right::before,
.tooltip--top::before {
  bottom: -15px;
  height: 15px;
  top: auto
}

.tooltip--top .tooltip__triangle,
.tooltip--top-center .tooltip__triangle,
.tooltip--top-left .tooltip__triangle,
.tooltip--top-right .tooltip__triangle {
  bottom: -5px
}

.tooltip--bottom-left,
.tooltip--top-left {
  right: 0
}

.tooltip--bottom-left .tooltip__triangle,
.tooltip--top-left .tooltip__triangle {
  right: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.tooltip--bottom-right,
.tooltip--top-right {
  left: 0
}

.tooltip--bottom-right .tooltip__triangle,
.tooltip--top-right .tooltip__triangle {
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.tooltip--bottom-center,
.tooltip--top-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tooltip--bottom-center .tooltip__triangle,
.tooltip--top-center .tooltip__triangle {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg)
}

.tooltip--nowrap {
  white-space: nowrap;
  width: auto
}

.tooltip--full-width {
  width: 100vw
}

.c-truck-card {
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: -webkit-transform .3s cubic-bezier(.455, .03, .515, .955);
  transition: transform .3s cubic-bezier(.455, .03, .515, .955);
  transition: transform .3s cubic-bezier(.455, .03, .515, .955), -webkit-transform .3s cubic-bezier(.455, .03, .515, .955)
}

.c-truck-card+.c-truck-card {
  margin-top: 20px
}

html:not(.is-touch) .c-truck-card:focus,
html:not(.is-touch) .c-truck-card:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

@media only screen and (min-width:48em) {
  .c-truck-card {
    width: calc(50% - (20px / 2))
  }

  .c-truck-card+.c-truck-card {
    margin-top: unset
  }

  .truck-library__container-list .c-truck-card {
    width: 100%
  }
}

@media only screen and (min-width:77.5em) {
  .c-truck-card {
    width: calc(100% / 3 - (20px / 1.5))
  }
}

.truck-card__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.truck-card__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.truck-card__content .c-image {
  margin-bottom: 20px
}

.truck-card__content .image__image {
  object-fit: cover;
  object-position: top;
  aspect-ratio: 16/9
}

.truck-card__checkbox-container {
  position: absolute;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  margin-left: 10px;
  margin-top: 10px
}

.truck-card__checkbox-container .checkbox__input:checked+.checkbox__label::after {
  border: 2px solid #fff;
  content: '';
  background-color: #e33439
}

.truck-card__checkbox-container .checkbox__label {
  margin-bottom: 0
}

.truck-card__checkbox-container .checkbox__label::after {
  background-color: #fff
}

.truck-card__checkbox-container .checkbox__label::after,
.truck-card__checkbox-container .checkbox__label::before {
  width: 2.4rem;
  height: 2.4rem
}

.truck-card__checked-icon {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  visibility: visible
}

.truck-card__checked-icon svg {
  margin-top: 5px;
  width: 1.2rem;
  height: 1.1rem
}

.checkbox__input:checked+.truck-card__checked-icon {
  visibility: visible
}

.truck-card__list {
  padding: 0 20px 20px;
  list-style: none
}

.truck-card__value {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.truck-card__value+.truck-card__value {
  margin-top: 10px
}

.truck-card__name {
  color: #8ba2b1;
  text-transform: uppercase
}

.truck-card__prop {
  color: #273238;
  font-weight: 700;
  text-transform: uppercase
}

.truck-card__file {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: auto;
  height: 7rem
}

.truck-card__file-name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 5px 0;
  margin: 0 20px;
  position: relative;
  color: #e33439;
  font-weight: 700;
  text-transform: uppercase
}

.truck-card__file-name:before {
  content: '';
  position: absolute;
  top: 0;
  height: .1rem;
  width: 100%;
  background-color: #c5d0d8
}

.truck-card__file-name-text {
  margin: 0;
  font-size: 1.2rem
}

@media only screen and (min-width:30em) {
  .truck-card__file-name-text {
    font-size: 1.6rem
  }
}

@media only screen and (min-width:64em) {
  .truck-card__file-name-text {
    font-size: 1.2rem
  }
}

.truck-card__button {
  margin-left: auto
}

.truck-card__button path,
.truck-card__button svg {
  fill: #273238
}

@media only screen and (min-width:64em) {
  .c-truck-library .c-pagination {
    margin: 40px 0
  }
}

.truck-library__form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  padding-bottom: 0
}

@media only screen and (min-width:64em) {
  .truck-library__form {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

.truck-library__select {
  margin-bottom: 0
}

.truck-library__select .select__label {
  color: #5a6c78;
  font-weight: 700
}

.truck-library__select+.truck-library__select {
  margin-top: 20px
}

@media only screen and (min-width:64em) {
  .truck-library__select {
    -webkit-flex: 1 0 calc((100% / 3) - 20px);
    flex: 1 0 calc((100% / 3) - 20px)
  }

  .truck-library__select+.truck-library__select {
    margin-top: unset;
    margin-left: 20px
  }
}

.truck-library__toggle-filters {
  margin: 30px auto;
  color: var(--theme-color-truck-library-button-color);
  font-weight: 700;
  cursor: pointer
}

.truck-library__toggle-filters span {
  margin: 0 auto
}

.truck-library__form-aside {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100vh;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.truck-library__form-aside.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.truck-library__form-aside-container {
  position: relative;
  z-index: 2;
  background: #fff;
  height: 100%;
  padding-top: 29px;
  padding-right: 29px;
  padding-left: 29px;
  padding-bottom: 0;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain
}

@media screen and (min-width:480px) {
  .truck-library__form-aside-container {
    padding-top: calc(29px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .truck-library__form-aside-container {
    padding-top: 64px
  }
}

@media screen and (min-width:480px) {
  .truck-library__form-aside-container {
    padding-right: calc(29px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .truck-library__form-aside-container {
    padding-right: 64px
  }
}

@media screen and (min-width:480px) {
  .truck-library__form-aside-container {
    padding-left: calc(29px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .truck-library__form-aside-container {
    padding-left: 64px
  }
}

.truck-library__form-aside-header {
  position: relative;
  margin-bottom: 30px
}

.truck-library__form-accordion {
  margin-bottom: 30px
}

.truck-library__form-aside-heading {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #c5d0d8;
  margin-bottom: 1rem
}

.truck-library__form-aside-title {
  color: var(--theme-color-headings);
  font-weight: var(--theme-truck-library-font-weight-aside-title)
}

.truck-library__form-aside-category {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: var(--theme-color-headings);
  padding-bottom: 10px;
  font-weight: var(--theme-truck-library-font-weight-category)
}

.truck-library__form-aside-category-color {
  position: absolute;
  width: 5rem;
  height: 100%;
  right: 0;
  background-color: #e33439
}

.truck-library__form-aside-category-color::before {
  position: absolute;
  content: '';
  display: block;
  right: 4rem;
  height: 100%;
  width: 2rem;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1;
  bottom: 0;
  background-color: #fff
}

.truck-library__form-aside-category-green {
  background-color: #4eac5b
}

.truck-library__form-aside-category-yellow {
  background-color: #f6c043
}

.truck-library__form-aside-category-blue {
  background-color: #79dcec
}

.truck-library__form-aside-category-orange {
  background-color: #fd7d53
}

.truck-library-form-aside-accordion-item .accordion__item-summary {
  border-bottom: 0;
  padding: 20px 0 10px;
  font-weight: var(--theme-truck-library-font-weight-accordion)
}

.truck-library-form-aside-accordion-item .accordion__item-content {
  padding-top: 10px;
  padding-bottom: 0;
  border-radius: 0
}

.truck-library__form-aside-close-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.truck-library__form-aside-actions {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background: #fff;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  border-top: 1px solid #c5d0d8;
  padding-top: 24px;
  padding-right: 29px;
  padding-bottom: 24px;
  padding-left: 29px
}

@media screen and (min-width:480px) {
  .truck-library__form-aside-actions {
    padding-top: calc(24px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .truck-library__form-aside-actions {
    padding-top: 32px
  }
}

@media screen and (min-width:480px) {
  .truck-library__form-aside-actions {
    padding-right: calc(29px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .truck-library__form-aside-actions {
    padding-right: 64px
  }
}

@media screen and (min-width:480px) {
  .truck-library__form-aside-actions {
    padding-bottom: calc(24px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .truck-library__form-aside-actions {
    padding-bottom: 32px
  }
}

@media screen and (min-width:480px) {
  .truck-library__form-aside-actions {
    padding-left: calc(29px + 35 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .truck-library__form-aside-actions {
    padding-left: 64px
  }
}

@media only screen and (min-width:48em) {
  .truck-library__form-aside-actions {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem
  }
}

.truck-library__form-aside-action {
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 5.6rem
}

.truck-library__form-aside-background {
  position: fixed;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: opacity .2s ease-in-out
}

.is-visible .truck-library__form-aside-background {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: .5
}

.truck-library__results-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 20px
}

.truck-library__results-header-right {
  display: -webkit-flex;
  display: flex
}

.truck-library__additional-filters {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.truck-library__additional-filter-button {
  display: none
}

.truck-library__additional-filter-button.is--visible {
  display: -webkit-flex;
  display: flex;
  padding: 20px 10px 20px 30px
}

.truck-library__results-title {
  margin-bottom: 10px
}

.truck-library__results-amount {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: #273238;
  margin-right: auto
}

.truck-library__button {
  display: none
}

.truck-library__button .button__view {
  margin-left: 2rem;
  color: var(--theme-color-grid-icon)
}

.truck-library__button .button__view svg {
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none
}

html:not(.is-touch) .truck-library__button .button__view:focus,
html:not(.is-touch) .truck-library__button .button__view:hover {
  cursor: pointer;
  color: var(--theme-color-grid-icon-active)
}

html:not(.is-touch) .truck-library__button .button__view:focus path,
html:not(.is-touch) .truck-library__button .button__view:hover path {
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.truck-library__button .button__view--active {
  color: var(--theme-color-grid-icon-active)
}

@media only screen and (min-width:77.5em) {
  .truck-library__button {
    display: -webkit-flex;
    display: flex
  }
}

.truck-library__results-clear {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 2.4rem;
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: var(--theme-color-truck-library-button-color)
}

.truck-library__results-clear svg {
  margin-left: 10px
}

.truck-library__results-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  list-style: none;
  gap: 20px
}

@media only screen and (min-width:48em) {
  .truck-library__results-items {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:77.5em) {
  .truck-library__container-list {
    display: list-item
  }

  .truck-library__container-list .c-truck-card {
    margin-bottom: 20px
  }

  .truck-library__container-list .truck-card__container {
    -webkit-flex-direction: row;
    flex-direction: row
  }

  .truck-library__container-list .truck-card__content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
  }

  .truck-library__container-list .truck-card__list {
    display: -webkit-flex;
    display: flex;
    gap: 40px;
    width: 100%
  }

  .truck-library__container-list .truck-card__prop {
    font-size: 1.4rem
  }

  .truck-library__container-list .truck-card__value+.truck-card__value {
    margin-top: 0
  }

  .truck-library__container-list .truck-card__file {
    margin: auto 0 auto auto;
    max-width: 32.5rem
  }

  .truck-library__container-list .truck-card__file-name {
    margin: auto 2rem auto 0;
    border: 0
  }

  .truck-library__container-list .truck-card__file-name::before {
    display: none
  }

  .truck-library__container-list .c-image {
    height: 100%;
    width: 30%
  }
}

.truck-library__thumbnail-bar {
  position: fixed;
  z-index: 10;
  display: none;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  min-height: 5rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 -3px 20px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:47.96875em) {
  .truck-library__thumbnail-bar {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.truck-library__thumbnail-bar-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px
}

@media only screen and (min-width:48em) {
  .truck-library__thumbnail-bar-container {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

.truck-library__thumbnail-images {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin-right: 10px;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px
}

.truck-library__thumbnail {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative
}

.truck-library__thumbnail-img {
  width: 10rem
}

@media only screen and (max-width:47.96875em) {
  .truck-library__thumbnail-img {
    width: 6rem;
    margin-bottom: 10px
  }
}

.truck-library__thumbnail-close-btn svg {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer
}

.truck-library__thumbnail-buttons {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  position: relative
}

@media only screen and (max-width:47.96875em) {
  .truck-library__thumbnail-buttons--preview {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    justify-content: center
  }
}

.truck-library__thumbnail-buttons--menu {
  display: inline-block;
  width: 5rem;
  padding: 0;
  background-color: #f3f5f7
}

.truck-library__thumbnail-buttons--menu .button__icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  height: 100%
}

.truck-library__thumbnail-submenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 25rem;
  height: auto;
  position: absolute;
  bottom: -15px;
  right: 0;
  -webkit-transform: translateY(-10rem);
  transform: translateY(-10rem);
  background-color: #273238;
  padding: 20px 20px 20px 60px;
  gap: 20px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .25);
  transition: ease-in-out .1s
}

.truck-library__thumbnail-submenu.active {
  visibility: visible;
  opacity: 1
}

.truck-library__thumbnail-submenu::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 13px;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 10px solid #273238
}

.truck-library__thumbnail-submenu-item {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
  color: #dce3e7
}

.truck-library__thumbnail-submenu-item+.truck-library__thumbnail-submenu-item::before {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 1px solid #c5d0d8;
  top: -10px
}

.truck-library__thumbnail-submenu-item svg {
  position: absolute;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
  width: 2rem
}

.truck-library__thumbnail-submenu-item svg path {
  fill: #dce3e7
}

.truck-library__popups {
  position: relative;
  z-index: 10
}

.truck-library__popups .modal__container {
  width: 100%
}

.c-truck-popup {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: -20px
}

@media only screen and (min-width:48em) {
  .c-truck-popup {
    margin: -40px;
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (min-width:77.5em) {
  .c-truck-popup {
    width: 100%
  }
}

.truck-popup__title {
  margin-bottom: 30px
}

.truck-popup__info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px;
  background-color: #f3f5f7
}

@media only screen and (min-width:48em) {
  .truck-popup__info {
    padding: 40px;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%
  }
}

@media only screen and (min-width:64em) {
  .truck-popup__info {
    -webkit-flex: 1 0 65%;
    flex: 1 0 65%
  }
}

.truck-popup__image {
  margin: 20px 0;
  max-width: 90rem;
  height: auto;
  padding-bottom: 30px
}

@media only screen and (min-width:48em) {
  .truck-popup__image {
    margin: auto
  }
}

.truck-popup__image img {
  aspect-ratio: 16/9;
  object-fit: contain
}

.truck-popup__download {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto
}

.truck-popup__download path,
.truck-popup__download svg {
  fill: #fff
}

@media only screen and (min-width:48em) {
  .truck-popup__download {
    margin-top: auto
  }
}

.truck-popup__category-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
  scrollbar-width: none
}

.truck-popup__category-container::-webkit-scrollbar {
  display: none
}

@media only screen and (min-width:30em) {
  .truck-popup__category-container {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:48em) {
  .truck-popup__category-container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 40px 60px 40px 40px;
    max-height: 90vh;
    overflow-y: auto
  }
}

@media only screen and (min-width:64em) {
  .truck-popup__category-container {
    -webkit-flex: 1 0 35%;
    flex: 1 0 35%
  }
}

.truck-popup__category {
  position: relative
}

@media only screen and (min-width:30em) {
  .truck-popup__category {
    -webkit-flex-basis: calc(50% - (30px / 2));
    flex-basis: calc(50% - (30px / 2))
  }
}

.truck-popup__category-heading {
  position: relative
}

.truck-popup__category-heading-title {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: #273238;
  border-bottom: 1px solid #c5d0d8;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
  width: 100%
}

@media only screen and (min-width:30em) {
  .truck-popup__category-heading-title {
    width: 90%
  }
}

.truck-popup__category-color {
  position: absolute;
  width: 5rem;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #e33439
}

.truck-popup__category-color::before {
  position: absolute;
  content: '';
  display: block;
  right: 4rem;
  height: 100%;
  width: 2rem;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1;
  bottom: 0;
  background-color: #fff
}

.truck-popup__category-color--green {
  background-color: #4eac5b
}

.truck-popup__category-color--yellow {
  background-color: #f6c043
}

.truck-popup__category-color--blue {
  background-color: #79dcec
}

.truck-popup__category-color--orange {
  background-color: #fd7d53
}

.truck-popup__value {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.truck-popup__value+.truck-popup__value {
  margin-top: 10px
}

@media only screen and (min-width:30em) {
  .truck-popup__value+.truck-popup__value {
    margin-top: unset
  }
}

@media only screen and (min-width:48em) {
  .truck-popup__value+.truck-popup__value {
    margin-top: 10px
  }
}

.truck-popup__value:nth-child(n+3) {
  margin-top: 10px
}

@media only screen and (min-width:30em) {
  .truck-popup__value {
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%
  }
}

@media only screen and (min-width:48em) {
  .truck-popup__value {
    -webkit-flex: 0;
    flex: 0
  }
}

.truck-popup__name {
  color: #8ba2b1;
  text-transform: uppercase
}

.truck-popup__prop {
  color: #273238;
  font-weight: 700;
  text-transform: uppercase
}

.truck-popup__navigation {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  width: 100%;
  border-top: 1px solid #c5d0d8;
  margin-top: 30px;
  padding-top: 10px
}

.truck-popup__navigation svg {
  width: 2.4rem;
  height: 2.4rem
}

.truck-popup__navigation .truck-popup__navigation-back .button__icon,
.truck-popup__navigation .truck-popup__navigation-next .button__icon {
  margin-left: 0
}

.truck-popup__navigation .truck-popup__navigation-back path,
.truck-popup__navigation .truck-popup__navigation-next path {
  fill: #273238
}

.truck-popup__navigation .truck-popup__left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.truck-popup__navigation .truck-popup__counter-text {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0
}

.c-video {
  position: relative;
  padding-top: 60%;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.c-video video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.c-hero .c-video {
  height: 100%;
  width: 100%;
  padding: 0
}

.video__caption {
  margin-top: 10px;
  font-size: var(--theme-font-size-caption);
  font-weight: var(--theme-font-weight-caption);
  text-transform: var(--theme-text-transform-caption)
}

@keyframes rotate {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
    transform: translate3d(0, 0, 0) rotateY(0);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(90deg);
    transform: translate3d(20px, 0, 0) rotateY(90deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(90deg);
    transform: translate3d(20px, 0, 0) rotateY(90deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
    transform: translate3d(0, 0, 0) rotateY(180deg);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(270deg);
    transform: translate3d(-20px, 0, 0) rotateY(270deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(270deg);
    transform: translate3d(-20px, 0, 0) rotateY(270deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(360deg);
    transform: translate3d(0, 0, 0) rotateY(360deg);
    opacity: 1
  }
}

@keyframes rotateInverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
    transform: translate3d(0, 0, 0) rotateY(180deg);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(90deg);
    transform: translate3d(-20px, 0, 0) rotateY(90deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(-20px, 0, 0) rotateY(90deg);
    transform: translate3d(-20px, 0, 0) rotateY(90deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
    transform: translate3d(0, 0, 0) rotateY(0);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(270deg);
    transform: translate3d(20px, 0, 0) rotateY(270deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(20px, 0, 0) rotateY(270deg);
    transform: translate3d(20px, 0, 0) rotateY(270deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
    transform: translate3d(0, 0, 0) rotateY(180deg);
    opacity: 1
  }
}

@keyframes rotateDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0);
    transform: translate3d(0, 0, 0) rotateX(0);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(90deg);
    transform: translate3d(0, 20px, 0) rotateX(90deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(90deg);
    transform: translate3d(0, 20px, 0) rotateX(90deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(270deg);
    transform: translate3d(0, -20px, 0) rotateX(270deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(270deg);
    transform: translate3d(0, -20px, 0) rotateX(270deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(360deg);
    transform: translate3d(0, 0, 0) rotateX(360deg);
    opacity: 1
  }
}

@keyframes rotateDownInverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 1
  }

  33% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(180deg);
    transform: translate3d(0, 20px, 0) rotateX(180deg);
    opacity: .3
  }

  34% {
    -webkit-transform: translate3d(0, 20px, 0) rotateX(180deg);
    transform: translate3d(0, 20px, 0) rotateX(180deg);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 0
  }

  66% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(180deg);
    transform: translate3d(0, -20px, 0) rotateX(180deg);
    opacity: 0
  }

  67% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(180deg);
    transform: translate3d(0, -20px, 0) rotateX(180deg);
    opacity: .3
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(180deg);
    transform: translate3d(0, 0, 0) rotateX(180deg);
    opacity: 1
  }
}

.episerver--no-columns {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px
}

#body .EPiServerForms {
  padding-bottom: 25px;
  margin-top: 5rem
}

@media screen and (min-width:480px) {
  #body .EPiServerForms {
    padding-bottom: calc(25px + 25 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  #body .EPiServerForms {
    padding-bottom: 50px
  }
}

#body .EPiServerForms .FormStep__Title,
#body .EPiServerForms h3 {
  margin-top: 60px;
  margin-bottom: 20px
}

#body .EPiServerForms .Form__Element {
  position: relative;
  margin-bottom: 20px
}

#body .EPiServerForms .Form__Title {
  margin-bottom: 2rem
}

#body .EPiServerForms .FormSubmitButton {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block
}

@media only screen and (min-width:64em) {
  #body .EPiServerForms .FormSubmitButton {
    min-height: var(--theme-button-min-height-desktop)
  }
}

#body .EPiServerForms .FormSubmitButton.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

#body .EPiServerForms .FormSubmitButton .button__label {
  display: inline-block
}

.c-cubes #body .EPiServerForms .FormSubmitButton .button__label {
  text-align: left
}

#body .EPiServerForms .FormSubmitButton .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

#body .EPiServerForms .FormSubmitButton .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

#body .EPiServerForms .FormSubmitButton .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

#body .EPiServerForms .FormSubmitButton .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

#body .EPiServerForms .FormSubmitButton .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

#body .EPiServerForms .FormSubmitButton .button__slash+.button__icon {
  margin: 0
}

#body .EPiServerForms .FormSubmitButton .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

#body .EPiServerForms .FormSubmitButton .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

#body .EPiServerForms .FormSubmitButton .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

#body .EPiServerForms .FormSubmitButton svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

#body .EPiServerForms .FormSubmitButton svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

#body .EPiServerForms .FormSubmitButton .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

#body .EPiServerForms .FormSubmitButton .svg--icons-whatsapp path {
  fill: #4dc247
}

#body .EPiServerForms .FormSubmitButton:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) #body .EPiServerForms .FormSubmitButton:focus,
html:not(.is-touch) #body .EPiServerForms .FormSubmitButton:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) #body .EPiServerForms .FormSubmitButton:focus .button__icon,
html:not(.is-touch) #body .EPiServerForms .FormSubmitButton:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] #body .EPiServerForms .FormSubmitButton:focus .button__icon,
[dir=ltr] #body .EPiServerForms .FormSubmitButton:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] #body .EPiServerForms .FormSubmitButton:focus.animatedown .button__icon,
[dir=ltr] #body .EPiServerForms .FormSubmitButton:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] #body .EPiServerForms .FormSubmitButton .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] #body .EPiServerForms .FormSubmitButton .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] #body .EPiServerForms .FormSubmitButton:focus .button__icon,
[dir=rtl] #body .EPiServerForms .FormSubmitButton:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] #body .EPiServerForms .FormSubmitButton:focus.animatedown .button__icon,
[dir=rtl] #body .EPiServerForms .FormSubmitButton:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

#body .EPiServerForms .Form__NavigationBar {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

#body .EPiServerForms .Form__NavigationBar__Action {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  height: auto;
  width: auto;
  max-width: 100%;
  border: 0;
  background-image: unset;
  margin-top: 10px;
  align-items: center;
  color: var(--theme-color-epi-button-text);
  background-color: var(--theme-color-epi-button-bg);
  padding: 10px;
  min-height: auto !important;
  border-radius: 0
}

@media only screen and (min-width:64em) {
  #body .EPiServerForms .Form__NavigationBar__Action {
    min-height: var(--theme-button-min-height-desktop)
  }
}

#body .EPiServerForms .Form__NavigationBar__Action.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

#body .EPiServerForms .Form__NavigationBar__Action .button__label {
  display: inline-block
}

.c-cubes #body .EPiServerForms .Form__NavigationBar__Action .button__label {
  text-align: left
}

#body .EPiServerForms .Form__NavigationBar__Action .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

#body .EPiServerForms .Form__NavigationBar__Action .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

#body .EPiServerForms .Form__NavigationBar__Action .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

#body .EPiServerForms .Form__NavigationBar__Action .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

#body .EPiServerForms .Form__NavigationBar__Action .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

#body .EPiServerForms .Form__NavigationBar__Action .button__slash+.button__icon {
  margin: 0
}

#body .EPiServerForms .Form__NavigationBar__Action .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

#body .EPiServerForms .Form__NavigationBar__Action .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

#body .EPiServerForms .Form__NavigationBar__Action .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

#body .EPiServerForms .Form__NavigationBar__Action svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

#body .EPiServerForms .Form__NavigationBar__Action svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

#body .EPiServerForms .Form__NavigationBar__Action .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

#body .EPiServerForms .Form__NavigationBar__Action .svg--icons-whatsapp path {
  fill: #4dc247
}

#body .EPiServerForms .Form__NavigationBar__Action:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:focus,
html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:focus .button__icon,
html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] #body .EPiServerForms .Form__NavigationBar__Action:focus .button__icon,
[dir=ltr] #body .EPiServerForms .Form__NavigationBar__Action:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] #body .EPiServerForms .Form__NavigationBar__Action:focus.animatedown .button__icon,
[dir=ltr] #body .EPiServerForms .Form__NavigationBar__Action:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] #body .EPiServerForms .Form__NavigationBar__Action .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] #body .EPiServerForms .Form__NavigationBar__Action .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] #body .EPiServerForms .Form__NavigationBar__Action:focus .button__icon,
[dir=rtl] #body .EPiServerForms .Form__NavigationBar__Action:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] #body .EPiServerForms .Form__NavigationBar__Action:focus.animatedown .button__icon,
[dir=rtl] #body .EPiServerForms .Form__NavigationBar__Action:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:focus,
html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:hover {
  color: var(--theme-color-epi-button-text--hover);
  background-color: var(--theme-color-epi-button--hover)
}

html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:focus .button__icon path,
html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:focus .button__icon svg,
html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:hover .button__icon path,
html:not(.is-touch) #body .EPiServerForms .Form__NavigationBar__Action:hover .button__icon svg {
  fill: var(--theme-color-epi-button-text--hover)
}

#body .EPiServerForms .Form__NavigationBar__Action:disabled {
  color: var(--theme-color-epi-button-text);
  background-color: var(--theme-color-epi-button-bg);
  opacity: .5
}

#body .EPiServerForms .Form__NavigationBar__Action .button__icon path,
#body .EPiServerForms .Form__NavigationBar__Action .button__icon svg {
  fill: var(--theme-color-epi-button-text)
}

@media only screen and (max-width:29.96875em) {
  #body .EPiServerForms .Form__NavigationBar__Action .button__label {
    display: none
  }
}

#body .EPiServerForms .btnPrev {
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

#body .EPiServerForms .btnPrev .button__icon {
  margin-left: 0;
  margin-right: 10px
}

#body .EPiServerForms .btnNext {
  margin-left: auto
}

#body .EPiServerForms .Form__NavigationBar__ProgressBar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--theme-epi-progress-bar-width);
  color: var(--theme-color-epi-progress-bar-text);
  background-color: var(--theme-color-epi-progress-bar-bg);
  border-radius: var(--theme-epi-progress-bar-border-radius)
}

#body .EPiServerForms .Form__NavigationBar__ProgressBar--Progress {
  display: block;
  height: inherit;
  background-color: var(--theme-color-epi-progress-bar-indicator);
  border-radius: var(--theme-epi-progress-bar-border-radius)
}

#body .EPiServerForms .Form__NavigationBar__ProgressBar--Text {
  position: absolute;
  bottom: -80px;
  width: 100%;
  text-align: center
}

#body .EPiServerForms .Form__NavigationBar__ProgressBar__CurrentStep {
  margin-right: 5px
}

#body .EPiServerForms .FormResetButton {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  min-height: var(--theme-button-min-height-mobile);
  padding: var(--theme-button-padding);
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, background-color;
  background-color: var(--theme-color-button-tertiary-bg);
  color: var(--theme-color-button-tertiary-text);
  min-height: auto !important;
  padding: 10px 20px
}

@media only screen and (min-width:64em) {
  #body .EPiServerForms .FormResetButton {
    min-height: var(--theme-button-min-height-desktop)
  }
}

#body .EPiServerForms .FormResetButton.button--small {
  font-size: var(--theme-button-font-size-small);
  padding: var(--theme-button-padding-small);
  min-height: auto
}

#body .EPiServerForms .FormResetButton .button__label {
  display: inline-block
}

.c-cubes #body .EPiServerForms .FormResetButton .button__label {
  text-align: left
}

#body .EPiServerForms .FormResetButton .button__icon {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

#body .EPiServerForms .FormResetButton .button__icon--left {
  margin-left: auto;
  margin-right: 1rem
}

#body .EPiServerForms .FormResetButton .button__slash {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

#body .EPiServerForms .FormResetButton .button__slash path {
  fill: currentColor;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill
}

#body .EPiServerForms .FormResetButton .button__slash svg {
  width: 3.3rem;
  height: 5.5rem
}

#body .EPiServerForms .FormResetButton .button__slash+.button__icon {
  margin: 0
}

#body .EPiServerForms .FormResetButton .button__skew {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

#body .EPiServerForms .FormResetButton .button__skew span {
  position: absolute;
  left: -47px;
  height: 100%;
  width: 70px;
  overflow: hidden
}

#body .EPiServerForms .FormResetButton .button__skew span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  width: 4rem;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1
}

#body .EPiServerForms .FormResetButton svg {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

#body .EPiServerForms .FormResetButton svg path {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: fill;
  overflow: visible
}

#body .EPiServerForms .FormResetButton .svg--icons-whatsapp {
  margin-right: 10px;
  fill: #4dc247
}

#body .EPiServerForms .FormResetButton .svg--icons-whatsapp path {
  fill: #4dc247
}

#body .EPiServerForms .FormResetButton:disabled {
  background-color: #8ba2b1
}

html:not(.is-touch) #body .EPiServerForms .FormResetButton:focus,
html:not(.is-touch) #body .EPiServerForms .FormResetButton:hover {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

html:not(.is-touch) #body .EPiServerForms .FormResetButton:focus .button__icon,
html:not(.is-touch) #body .EPiServerForms .FormResetButton:hover .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

[dir=ltr] #body .EPiServerForms .FormResetButton:focus .button__icon,
[dir=ltr] #body .EPiServerForms .FormResetButton:hover .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate
}

[dir=ltr] #body .EPiServerForms .FormResetButton:focus.animatedown .button__icon,
[dir=ltr] #body .EPiServerForms .FormResetButton:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown
}

[dir=rtl] #body .EPiServerForms .FormResetButton .button__icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] #body .EPiServerForms .FormResetButton .button__icon .svg-icons-arrow-down {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

[dir=rtl] #body .EPiServerForms .FormResetButton:focus .button__icon,
[dir=rtl] #body .EPiServerForms .FormResetButton:hover .button__icon {
  -webkit-animation-name: rotateInverse;
  animation-name: rotateInverse
}

[dir=rtl] #body .EPiServerForms .FormResetButton:focus.animatedown .button__icon,
[dir=rtl] #body .EPiServerForms .FormResetButton:hover.animatedown .button__icon {
  -webkit-animation-name: rotateDownInverse;
  animation-name: rotateDownInverse
}

#body .EPiServerForms .FormResetButton svg {
  fill: currentColor
}

#body .EPiServerForms .FormResetButton svg path {
  fill: currentColor
}

html:not(.is-touch) #body .EPiServerForms .FormResetButton:focus,
html:not(.is-touch) #body .EPiServerForms .FormResetButton:hover {
  color: var(--theme-color-button-tertiary-text);
  background-color: var(--theme-color-button-tertiary-bg-hover)
}

#body .EPiServerForms .FormFileUpload {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 30px 0
}

#body .EPiServerForms .FormFileUpload__Input {
  cursor: pointer;
  padding-left: 20px
}

#body .EPiServerForms .FormFileUpload__Input::before {
  position: absolute;
  text-align: center;
  width: 20px;
  left: 0;
  content: '\21EA'
}

#body .EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
  max-width: 100%;
  text-align: left
}

#body .EPiServerForms .FormChoice--Image .FormChoice--Image__Item__Caption {
  display: block;
  overflow-wrap: break-word;
  margin-bottom: 10px
}

#body .EPiServerForms .FormChoice--Image .FormChoice__Input:checked~img {
  border: 5px solid #273238
}

#body .EPiServerForms .FormChoice--Image img {
  max-width: 100%;
  margin-bottom: 20px
}

#body .EPiServerForms .FormChoice--Image fieldset {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0
}

#body .EPiServerForms .select__arrow {
  display: none
}

#body .EPiServerForms .select__label {
  cursor: default
}

#body .EPiServerForms .FormChoice__Input--Radio {
  width: 20px;
  height: 20px
}

#body .EPiServerForms .Form__Element__Caption {
  display: block
}

#body .EPiServerForms .FormSelection select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' width='20' height='20'%3E%3Cpolygon fill='%23000000' points='10.6,0 6,4.4 1.4,0.1 0,1.4 6,7 12,1.3 '/%3E%3C/svg%3E%0A");
  background-position: right 20px center;
  background-repeat: no-repeat
}

#body .EPiServerForms .FormRange__Input {
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
  background: 0 0
}

#body .EPiServerForms .FormRange__Input:focus {
  outline: 0
}

#body .EPiServerForms .FormRange__Input:focus::-webkit-slider-runnable-track {
  background: #12171a
}

#body .EPiServerForms .FormRange__Input::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -10px;
  background: #273238;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer
}

#body .EPiServerForms .FormRange__Input::-moz-range-thumb {
  background: #273238;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer
}

#body .EPiServerForms .FormRange__Input::-webkit-slider-runnable-track {
  background: #273238;
  width: 100%;
  height: 2px;
  border: 0
}

#body .EPiServerForms .FormRange__Input::-moz-range-track {
  background: #273238;
  width: 100%;
  height: 2px;
  border: 0
}

#body .EPiServerForms .FormRange__Max,
#body .EPiServerForms .FormRange__Min {
  position: absolute;
  bottom: 0;
  font-size: 1rem
}

#body .EPiServerForms .FormRange__Min {
  left: 0
}

#body .EPiServerForms .FormRange__Max {
  right: 0
}

#body .EPiServerForms .FormRange {
  padding-bottom: 20px
}

#body .EPiServerForms .FormRange__Output {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

#body .EPiServerForms .FormCaptcha .FormTextbox__Input {
  width: 100% !important
}

#body .EPiServerForms .Form__Element.FormCaptcha {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center
}

#body .EPiServerForms .Form__Element.FormCaptcha .Form__Element__Caption {
  width: 100%;
  -webkit-order: 1;
  order: 1
}

#body .EPiServerForms .Form__Element.FormCaptcha .FormCaptcha__Refresh {
  -webkit-order: 3;
  order: 3;
  color: var(--theme-color-button-primary-bg);
  font-weight: 700;
  transition: color 250ms cubic-bezier(.25, .46, .45, .94)
}

html:not(.is-touch) #body .EPiServerForms .Form__Element.FormCaptcha .FormCaptcha__Refresh:focus,
html:not(.is-touch) #body .EPiServerForms .Form__Element.FormCaptcha .FormCaptcha__Refresh:hover {
  color: var(--theme-color-button-primary-bg-hover)
}

#body .EPiServerForms .Form__Element.FormCaptcha .FormCaptcha__Image {
  -webkit-order: 2;
  order: 2;
  margin-right: 20px
}

#body .EPiServerForms .Form__Element.FormCaptcha .FormCaptcha__Input {
  margin-top: 16px;
  -webkit-order: 4;
  order: 4;
  text-transform: none !important
}

.s-rich-text :last-child {
  margin-bottom: 0 !important
}

.s-rich-text b,
.s-rich-text strong {
  font-weight: 600
}

.s-rich-text *+h1 {
  margin-top: 1.5rem
}

.s-rich-text h1 {
  margin-bottom: 30px
}

@media screen and (min-width:480px) {
  .s-rich-text h1 {
    margin-bottom: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .s-rich-text h1 {
    margin-bottom: 50px
  }
}

.s-rich-text h2 {
  margin-top: 50px;
  margin-bottom: 15px
}

@media screen and (min-width:480px) {
  .s-rich-text h2 {
    margin-top: calc(50px + 50 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .s-rich-text h2 {
    margin-top: 100px
  }
}

@media screen and (min-width:480px) {
  .s-rich-text h2 {
    margin-bottom: calc(15px + 5 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .s-rich-text h2 {
    margin-bottom: 20px
  }
}

.s-rich-text h3 {
  margin-top: 30px;
  margin-bottom: 15px
}

@media screen and (min-width:480px) {
  .s-rich-text h3 {
    margin-top: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .s-rich-text h3 {
    margin-top: 50px
  }
}

@media screen and (min-width:480px) {
  .s-rich-text h3 {
    margin-bottom: calc(15px + 5 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .s-rich-text h3 {
    margin-bottom: 20px
  }
}

.s-rich-text h4 {
  margin-top: 20px;
  margin-bottom: 10px
}

@media screen and (min-width:480px) {
  .s-rich-text h4 {
    margin-top: calc(20px + 10 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .s-rich-text h4 {
    margin-top: 30px
  }
}

@media screen and (min-width:480px) {
  .s-rich-text h4 {
    margin-bottom: calc(10px + 5 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .s-rich-text h4 {
    margin-bottom: 15px
  }
}

.s-rich-text h2:first-child,
.s-rich-text h3:first-child,
.s-rich-text h4:first-child {
  margin-top: 0
}

.s-rich-text ol,
.s-rich-text ul {
  list-style-position: outside;
  margin-left: 2rem;
  margin-bottom: 1.5rem
}

[dir=rtl] .s-rich-text ol,
[dir=rtl] .s-rich-text ul {
  margin-right: 2rem;
  margin-left: 0
}

.s-rich-text ol li,
.s-rich-text ul li {
  margin-bottom: .7rem
}

.s-rich-text ol:last-child,
.s-rich-text ul:last-child {
  margin-bottom: 0
}

.s-rich-text ol.c-metadata-list,
.s-rich-text ul.c-metadata-list {
  margin-bottom: 20px
}

@media screen and (min-width:480px) {

  .s-rich-text ol.c-metadata-list,
  .s-rich-text ul.c-metadata-list {
    margin-bottom: calc(20px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {

  .s-rich-text ol.c-metadata-list,
  .s-rich-text ul.c-metadata-list {
    margin-bottom: 40px
  }
}

.s-rich-text .table-wrapper {
  overflow-x: auto
}

.s-rich-text table {
  background: #fff;
  border-collapse: collapse;
  border: 0;
  margin: 3rem 0
}

.s-rich-text table tr:not(:last-child) {
  border-bottom: 1px solid var(--theme-color-divider)
}

.s-rich-text table thead tr {
  border-bottom: 1px solid var(--theme-color-divider)
}

.s-rich-text table thead td,
.s-rich-text table thead th {
  font-weight: 700;
  text-transform: uppercase
}

.s-rich-text table td,
.s-rich-text table th {
  padding: 1.5rem 2rem;
  text-align: left
}

.s-rich-text table td:not(:last-child),
.s-rich-text table th:not(:last-child) {
  border-right: 1px solid var(--theme-color-divider)
}

.s-rich-text.is--highlight {
  margin-bottom: 5rem;
  position: relative
}

.s-rich-text.is--highlight h2,
.s-rich-text.is--highlight h3,
.s-rich-text.is--highlight h4 {
  color: var(--theme-color-text-highlight)
}

.s-rich-text.is--highlight::before {
  content: '';
  position: absolute;
  z-index: -1;
  height: calc(100% + 10rem);
  width: calc(100% + 10rem);
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-5rem, -5rem, 0);
  transform: translate3d(-5rem, -5rem, 0);
  background: #fff
}

.s-rich-text.rich-text--large p {
  font-size: 16px
}

@media screen and (min-width:480px) {
  .s-rich-text.rich-text--large p {
    font-size: calc(16px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .s-rich-text.rich-text--large p {
    font-size: 18px
  }
}

[lang=zh-CN] {
  letter-spacing: 2px
}

.t-default,
:root {
  --theme-button-min-height-mobile: 6rem;
  --theme-button-icon-width-mobile: var(--theme-button-min-height-desktop);
  --theme-button-min-height-desktop: 7rem;
  --theme-button-icon-width-desktop: var(--theme-button-min-height-desktop);
  --theme-button-border-radius: 0;
  --theme-button-font-size: 1.6rem;
  --theme-button-font-size-small: 1.6rem;
  --theme-button-padding: 0.7rem 4rem;
  --theme-button-padding-small: 0.7rem 2rem;
  --theme-button-padding-icon-only: 0.7rem 1rem;
  --theme-button-font-weight: 700;
  --theme-button-border-width: 5px
}

.t-default,
:root {
  --theme-color-page-bg: #f3f5f7;
  --theme-color-page-bg-grey: #f3f5f7;
  --theme-color-page-bg-80: rgba(243, 245, 247, 0.8);
  --theme-color-text: #5a6c78;
  --theme-color-text-dark: #000000;
  --theme-color-text-note: #8ba2b1;
  --theme-color-text-light: #ffffff;
  --theme-color-text-highlight: #e33439;
  --theme-color-headings: #273238;
  --theme-color-headings2: #5a6c78;
  --theme-color-headings-dark: #273238;
  --theme-color-headings-light: #c5d0d8;
  --theme-color-link: #e33439;
  --theme-color-link-hover: #c81c21;
  --theme-color-divider: #dce3e7;
  --theme-color-divider-light: rgba(220, 227, 231, 0.5);
  --theme-color-divider-dark: #8ba2b1;
  --theme-color-loader: #fcd82b;
  --theme-color-button-primary-bg: #e33439;
  --theme-color-button-primary-bg-hover: #c81c21;
  --theme-color-button-primary-text: #ffffff;
  --theme-color-button-secondary-bg: #273238;
  --theme-color-button-secondary-bg-hover: #12171a;
  --theme-color-button-secondary-text: #ffffff;
  --theme-color-button-tertiary-bg: #fcd82b;
  --theme-color-button-tertiary-bg-hover: #f1c803;
  --theme-color-button-tertiary-text: #273238;
  --theme-color-button-outline: #e33439;
  --theme-color-button-outline-hover: #c81c21;
  --theme-color-button-ghost--black: #273238;
  --theme-color-back-button: #5a6c78;
  --theme-color-close-button: #273238;
  --theme-color-button-icon-grey-text: #273238;
  --theme-color-button-icon-grey-bg: #dce3e7;
  --theme-color-button-icon-grey-bg-hover: #c5d0d8;
  --theme-color-filter-button-bg: #ffffff;
  --theme-color-filter-button-text: #8ba2b1;
  --theme-color-filter-button-text-active: #273238;
  --theme-color-filter-button-border: #c5d0d8;
  --theme-color-filter-button-border-hover: #5a6c78;
  --theme-color-filter-button-border-active: #5a6c78;
  --theme-color-header-logo-bg: #fcd82b;
  --theme-color-navigation-link: #273238;
  --theme-color-navigation-link-hover: #e33439;
  --theme-color-menu-button-bg: #273238;
  --theme-color-menu-button-text: #ffffff;
  --theme-color-counter: #273238;
  --theme-color-notifications-counter: #e33439;
  --theme-color-header-search-bar: #ffffff;
  --theme-color-header-search-bar-text: var(--theme-color-text);
  --theme-color-main-nav-bg: #ffffff;
  --theme-color-main-nav-top-bg: #ffffff;
  --theme-color-main-nav-column-bg: #fcd82b;
  --theme-color-main-nav-text: #000000;
  --theme-color-main-nav-text-hover: #e33439;
  --theme-color-nav-bg: #273238;
  --theme-color-language-select-bg: #ffffff;
  --theme-color-language-select-header: #fcd82b;
  --theme-color-language-select-header-text: var(--theme-color-text-dark);
  --theme-color-language-select-title: var(--theme-color-text-dark);
  --theme-color-language-select-link: #8ba2b1;
  --theme-color-language-select-link-hover: #e33439;
  --theme-color-language-select-link-dark: #5a6c78;
  --theme-color-footer-bg: rgba(39, 50, 56, 0.8);
  --theme-color-footer-text: #ffffff;
  --theme-color-footer-cta: #fcd82b;
  --theme-color-footer-nav-link: #c5d0d8;
  --theme-color-footer-nav-link-hover: #ffffff;
  --theme-color-footer-input: #c5d0d8;
  --theme-color-list-social-title: #c5d0d8;
  --theme-color-list-social-icon: #ffffff;
  --theme-color-disclaimer-bg: #000000;
  --theme-color-disclaimer-text: #ffffff;
  --theme-color-disclaimer-text-hover: #8ba2b1;
  --theme-color-cookie-bar-bg: rgba(0, 0, 0, 0.85);
  --theme-color-cookie-bar-text: #ffffff;
  --theme-color-input-bg: #ffffff;
  --theme-color-input-border: #dce3e7;
  --theme-color-input-border-hover: #fcd82b;
  --theme-color-input-text: #000000;
  --theme-color-input-text-placeholder: #8ba2b1;
  --theme-color-form-description: var(--theme-color-text);
  --theme-color-form-label: #273238;
  --theme-color-form-error: #ff0000;
  --theme-color-form-error-20: rgba(255, 0, 0, 0.2);
  --theme-color-radio: #5a6c78;
  --theme-color-checkbox: #5a6c78;
  --theme-color-checkbox-cta: #fcd82b;
  --theme-color-switch-bg: #8ba2b1;
  --theme-color-switch-active-bg: #e33439;
  --theme-color-epi-button-bg: #5a6c78;
  --theme-color-epi-button-text: #ffffff;
  --theme-color-epi-button--hover: #273238;
  --theme-color-epi-button-text--hover: #ffffff;
  --theme-color-epi-progress-bar-bg: #dce3e7;
  --theme-color-epi-progress-bar-indicator: #5a6c78;
  --theme-color-epi-progress-bar-text: #5a6c78;
  --theme-color-input-range-thumb: #273238;
  --theme-color-input-range-thumb-hover: #e33439;
  --theme-color-input-range-bar: #273238;
  --theme-color-input-range-output: #273238;
  --theme-color-input-range-border: #c5d0d8;
  --theme-color-input-range-value: #5a6c78;
  --theme-color-input-select-text: #273238;
  --theme-color-breadcrumb-text: #8ba2b1;
  --theme-color-breadcrumb-text-light: #ffffff;
  --theme-color-breadcrumb-text-active: #5a6c78;
  --theme-color-breadcrumb-arrow: #8ba2b1;
  --theme-color-carousel-dots: #8ba2b1;
  --theme-color-carousel-active: #e33439;
  --theme-color-blockquote-bg: transparent;
  --theme-color-blockquote-text: var(--theme-color-headings);
  --theme-color-blockquote-name: #000000;
  --theme-color-blockquote-metadata: #5a6c78;
  --theme-color-maps-toggle-btn: #5a6c78;
  --theme-color-maps-toggle-btn--active: #273238;
  --theme-color-maps-location-list-item: #ffffff;
  --theme-color-maps-location-title: #e33439;
  --theme-color-maps-location-title-blue: #003f87;
  --theme-color-maps-location-body: #5a6c78;
  --theme-color-maps-location-label: #5a6c78;
  --theme-color-maps-location-label-link: #003f87;
  --theme-color-maps-location-icon: #273238;
  --theme-color-maps-location-icon-svg: #ffffff;
  --theme-color-maps-location-icon-bg: #fcd82b;
  --theme-color-maps-location-icon-bg-blue: #003f87;
  --theme-color-zoomin-btn: #e33439;
  --theme-color-zoomout-btn: #273238;
  --theme-color-overview-title: #273238;
  --theme-color-overview-body: #5a6c78;
  --theme-color-overview-meta: #5a6c78;
  --theme-color-overview-icon: var(--theme-color-link);
  --theme-color-hero-title: #ffffff;
  --theme-color-hero-title-no-image: #000000;
  --theme-color-hero-title-bg: transparent;
  --theme-color-intro-text: #000000;
  --theme-color-cube-bg: #f3f5f7;
  --theme-color-list-arrow: #5a6c78;
  --theme-color-list-arrow-hover: #e33439;
  --theme-color-list-arrow-light: #8ba2b1;
  --theme-color-tabs-description: #5a6c78;
  --theme-color-tabs-tab: #5a6c78;
  --theme-color-tabs-tab-active: #000000;
  --theme-color-tabs-hover-focus: #000000;
  --theme-color-suitables-bg: #ffffff;
  --theme-color-suitables-title: #273238;
  --theme-color-suitables-sku: #8ba2b1;
  --theme-color-suitables-link: var(--theme-color-link);
  --theme-color-suitables-link-hover: var(--theme-color-link-hover);
  --theme-color-download-file-bg: #ffffff;
  --theme-color-download-file-text: #000000;
  --theme-color-download-file-hover: #e33439;
  --theme-color-download-file-border: #dce3e7;
  --theme-color-download-file-img-bg: #f3f5f7;
  --theme-color-download-file-data: var(--theme-color-text);
  --theme-color-download-file-download: var(--theme-color-text);
  --theme-color-card-title: #000000;
  --theme-color-card-title-bg: #fcd82b;
  --theme-color-card-title-highlight: #ffffff;
  --theme-color-card-title-highlight-bg: #e33439;
  --theme-color-card-title-light-bg: #ffffff;
  --theme-color-card-title-grey-bg: #c5d0d8;
  --theme-color-card-border: #8ba2b1;
  --theme-color-card-bg: #ffffff;
  --theme-color-card-text: #5a6c78;
  --theme-color-product-card-bg: #ffffff;
  --theme-color-product-card-text: #5a6c78;
  --theme-color-product-card-text-light: #8ba2b1;
  --theme-color-product-card-title-bg: #fcd82b;
  --theme-color-product-card-title-bg-highlight: #e33439;
  --theme-color-product-card-title-bg-disabled: #dce3e7;
  --theme-color-product-card-title-bg-light: #ffffff;
  --theme-color-product-card-title-bg-grey: #c5d0d8;
  --theme-color-product-card-title-text: #000000;
  --theme-color-product-card-title-text-highlight: #ffffff;
  --theme-color-product-card-text-highlight: #e33439;
  --theme-color-product-card-ribbon-bg: #e33439;
  --theme-color-product-card-ribbon-text: #ffffff;
  --theme-color-my-order-link: var(--theme-color-link);
  --theme-color-my-order-link-hover: var(--theme-color-link-hover);
  --theme-color-order-card-header-bg: #dce3e7;
  --theme-color-order-card-header-bg-hover: #c5d0d8;
  --theme-color-order-card-header-text: #000000;
  --theme-color-order-card-header-text-light: #8ba2b1;
  --theme-color-order-card-header-text-hover: var(--theme-color-order-card-header-text);
  --theme-color-order-card-header-bg-active: #fcd82b;
  --theme-color-order-card-header-text-active: #000000;
  --theme-color-my-product-card-header-bg: var(--theme-color-order-card-header-bg);
  --theme-color-my-product-card-header-bg-hover: var(--theme-color-order-card-header-bg-hover);
  --theme-color-my-product-card-header-text: var(--theme-color-order-card-header-text);
  --theme-color-my-product-card-header-bg-active: var(--theme-color-order-card-header-bg-active);
  --theme-color-my-product-card-header-text-active: var(--theme-color-order-card-header-text-active);
  --theme-color-my-product-card-popup-bg: var(--theme-color-my-product-card-header-bg);
  --theme-color-my-product-card-popup-text: var(--theme-color-my-product-card-header-text);
  --theme-color-my-product-card-link: var(--theme-color-link);
  --theme-color-my-product-card-input-placeholder: var(--theme-color-input-text-placeholder);
  --theme-color-my-product-card-divider: var(--theme-color-divider);
  --theme-color-product-list-item-bg: #ffffff;
  --theme-color-product-list-title: #e33439;
  --theme-color-product-list-item-label: #8ba2b1;
  --theme-color-product-list-item-value: #273238;
  --theme-color-product-list-toggle-button: #e33439;
  --theme-color-add-to-cart-feedback-header-bg: #5a6c78;
  --theme-color-add-to-cart-feedback-header-text: #ffffff;
  --theme-color-dc-button-hover: #e33439;
  --theme-color-dc-button-active: #e33439;
  --theme-color-cards-filter-link: #8ba2b1;
  --theme-color-cards-filter-link-hover: #000000;
  --theme-color-cards-filter-link-active: #000000;
  --theme-color-po-accordion-item: #5a6c78;
  --theme-color-po-accordion-item-border: #c5d0d8;
  --theme-color-po-accordion-input-label: #5a6c78;
  --theme-color-po-accordion-input-legend: #8ba2b1;
  --theme-color-related-product-description: #5a6c78;
  --theme-color-related-product-button: #000000;
  --theme-color-related-product-button-hover: #e33439;
  --theme-color-sort-icon: #273238;
  --theme-color-grid-icon: var(--theme-color-text);
  --theme-color-grid-icon-active: #e33439;
  --theme-color-my-account-page-bg: #f3f5f7;
  --theme-color-my-account-page-bg-0: rgba(243, 245, 247, 0);
  --theme-color-sub-nav-mobile-bg: #ffffff;
  --theme-color-my-account-menu-link: #5a6c78;
  --theme-color-my-account-menu-link-hover: #000000;
  --theme-color-my-account-menu-link-active: #e33439;
  --theme-color-my-account-menu-link-mobile: #8ba2b1;
  --theme-color-my-account-menu-link-mobile-hover: #273238;
  --theme-color-my-account-menu-link-mobile-active: #e33439;
  --theme-color-product-header-body: #5a6c78;
  --theme-color-section-overview-amount: #5a6c78;
  --theme-color-section-item-text: #5a6c78;
  --theme-color-section-item-icon-hover: #ffffff;
  --theme-color-search-bar-icon: #5a6c78;
  --theme-color-search-bar-icon-hover: #273238;
  --theme-color-pagination-number: #5a6c78;
  --theme-color-pagination-number-hover: #e33439;
  --theme-color-pagination-number-active: #000000;
  --theme-color-spare-parts-zoom-button: #e33439;
  --theme-color-spare-parts-amount: #8ba2b1;
  --theme-color-spare-parts-text: #273238;
  --theme-color-spare-parts-text-light: #8ba2b1;
  --theme-color-spare-parts-text-cta: #e33439;
  --theme-color-spare-parts-button: #dce3e7;
  --theme-color-spare-parts-icons: #5a6c78;
  --theme-color-quick-links-bg: #ffffff;
  --theme-color-quick-link-button: #e33439;
  --theme-color-quick-filter-title-bg: #ffffff;
  --theme-color-quick-filter-title-text: var(--theme-color-headings);
  --theme-color-quick-filter-toggle-bg: #ffffff;
  --theme-color-quick-filter-toggle-icon-bg: var(--theme-color-quick-filter-toggle-bg);
  --theme-color-quick-filter-toggle-text: var(--theme-color-text);
  --theme-color-quick-filter-toggle-text-active: var(--theme-color-headings);
  --theme-color-quick-filter-toggle-bg-hover: #dce3e7;
  --theme-color-quick-filter-buttons-bg: #5a6c78;
  --theme-color-quick-filter-buttons-text: #ffffff;
  --theme-color-quick-filter-buttons-text-hover: #b3b3b3;
  --theme-color-cart-bg: #f3f5f7;
  --theme-color-cart-product-text: #273238;
  --theme-color-cart-product-title: #273238;
  --theme-color-cart-product-icon: #c5d0d8;
  --theme-color-cart-product-buttons-bg: #dce3e7;
  --theme-color-cart-product-buttons-icons: #5a6c78;
  --theme-color-cart-text-cta: #e33439;
  --theme-color-cart-divider: #c5d0d8;
  --theme-color-checkout-product-title: #273238;
  --theme-color-checkout-product-text: #273238;
  --theme-color-checkout-product-text-light: #5a6c78;
  --theme-color-checkout-product-footer: #dce3e7;
  --theme-color-checkout-order-block-cta: #fcd82b;
  --theme-color-checkout-order-block-cta-text: #000000;
  --theme-color-checkout-order-block-button: #e33439;
  --theme-color-checkout-order-block-button-light: #dce3e7;
  --theme-color-checkout-order-block-header-bg: #dce3e7;
  --theme-color-checkout-order-block-header-bg-active: #c5d0d8;
  --theme-color-checkout-order-block-header-text: #000000;
  --theme-color-checkout-order-block-header-text-active: #000000;
  --theme-color-payment-method-border: #c5d0d8;
  --theme-color-payment-method-radio-border: #c5d0d8;
  --theme-color-payment-method-radio-fill: #273238;
  --theme-color-payment-method-text: #273238;
  --theme-color-modal-close-icon: var(--theme-color-text);
  --theme-color-teaser-metadata: #c5d0d8;
  --theme-color-teaser-tag: #5a6c78;
  --theme-color-teaser-features-title: #c5d0d8;
  --theme-color-truck-library-button-color: #e33439
}

.t-default,
:root {
  --theme-body-font-weight: 500;
  --theme-font-family-primary: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
  --theme-text-transform-headings: uppercase;
  --theme-text-style-headings: normal;
  --theme-font-weight-headings: 700;
  --theme-h1-letter-spacing: -2.5px;
  --theme-h2-letter-spacing: -1.7px;
  --theme-filter-button-weight: 700;
  --theme-sort-label-weight: 800;
  --theme-overview-title-transform: none;
  --theme-font-size-body: 1.6rem;
  --theme-font-size-body-large: 1.8rem;
  --theme-font-size-body-mobile: 1.5rem;
  --theme-font-size-h1: 6rem;
  --theme-font-size-h1-mobile: 3.2rem;
  --theme-font-size-h2: 4rem;
  --theme-font-size-h2-mobile: 3.2rem;
  --theme-font-size-h3: 2.4rem;
  --theme-font-size-h4: 1.8rem;
  --theme-font-size-h5: 1.3rem;
  --theme-font-size-h6: 1.1rem;
  --theme-font-size-caption: var(--theme-font-size-body);
  --theme-font-weight-caption: var(--theme-body-font-weight);
  --theme-text-transform-caption: none;
  --theme-font-line-height-body: 1.65;
  --theme-font-line-height-h1: 1.07;
  --theme-font-line-height-h2: 1.05;
  --theme-font-line-height-h3: 1.125;
  --theme-font-line-height-h4: 1.25;
  --theme-font-line-height-h5: 1.5;
  --theme-font-line-height-h6: 1.5;
  --theme-footer-text-transform: uppercase;
  --theme-footer-text-size: 1.4rem;
  --theme-footer-text-spacing: 1.4px;
  --theme-footer-title-weight: 700;
  --theme-list-social-title-size: 1.4rem;
  --theme-list-social-title-transform: uppercase;
  --theme-color-disclaimer-font-size: 1rem;
  --theme-color-disclaimer-font-transform: uppercase;
  --theme-cookie-bar-font-size: $font-size-body;
  --theme-form-label-transform: uppercase;
  --theme-form-label-weight: 700;
  --theme-form-label-font-size: $font-size-body;
  --theme-form-input-transform: uppercase;
  --theme-form-input-weight: 700;
  --theme-form-search-input-weight: 700;
  --theme-form-input-font-size: var(--theme-font-size-body);
  --theme-form-input-range-font-size: 1.2rem;
  --theme-form-input-range-font-weight: normal;
  --theme-blockquote-footer-text-size: 1.8rem;
  --theme-blockquote-footer-weight: 700;
  --theme-related-product-description-font-weight: 700;
  --theme-cart-text-transform: uppercase;
  --theme-vat-font-weight: 700;
  --theme-terms-font-weight: 700;
  --theme-checkout-form-input-font-weight: 700;
  --theme-truck-library-font-weight-accordion: 700;
  --theme-truck-library-font-weight-category: 700;
  --theme-truck-library-font-weight-aside-title: 700
}

.t-default,
:root {
  --theme-header-logo-width: 6.5rem;
  --theme-header-logo-height: 3.5rem;
  --theme-header-logo-width-portrait: 8rem;
  --theme-header-logo-height-portrait: 5rem;
  --theme-header-logo-width-desktop: 11rem;
  --theme-header-logo-height-desktop: 6.5rem;
  --theme-header-logo-height-small: 4rem;
  --theme-header-hamburger-width: 1.4rem;
  --theme-divider-width: 2px;
  --theme-form-item-margin: 20px;
  --theme-radio-size: 20px;
  --theme-radio-border-width: 3px;
  --theme-checkbox-size: 20px;
  --theme-checkbox-size-large: 30px;
  --theme-checkbox-border-width: 3px;
  --theme-input-height: 7.8rem;
  --theme-color-input-border-radius: 0;
  --theme-form-textarea-height: 200px;
  --theme-epi-progress-bar-width: 8px;
  --theme-epi-progress-bar-border-radius: 0;
  --theme-carousel-alignment: flex-end;
  --theme-carousel-dots-width: 20px;
  --theme-carousel-dots-height: 3px;
  --theme-border-radius: 0;
  --theme-border-radius-small: 0;
  --theme-sort-border-radius: 0;
  --theme-filter-border-radius: 0;
  --theme-payment-method-margin: 20px;
  --theme-modal-close-icon-size: 2.4rem
}

.t-amcoveba {
  --theme-button-min-height-mobile: 6rem;
  --theme-button-icon-width-mobile: 8rem;
  --theme-button-min-height-desktop: 6rem;
  --theme-button-icon-width-desktop: 8rem;
  --theme-button-border-radius: 0;
  --theme-button-font-size: 1.6rem;
  --theme-button-font-size-small: 1.6rem;
  --theme-button-padding: 0.7rem 5rem;
  --theme-button-padding-skew: 0 2.2rem 0 1.8rem;
  --theme-button-padding-small: 0.7rem 2.5rem;
  --theme-button-font-weight: 700;
  --theme-button-border-width: 2px;
  --theme-button-skew-width: 4rem
}

.t-amcoveba {
  --theme-color-amcoveba-black: #010e34;
  --theme-color-amcoveba-blue: #003d7c;
  --theme-color-amcoveba-light-blue: #8999bd;
  --theme-color-amcoveba-grey-light-blue: #c5d0d8;
  --theme-color-amcoveba-red: #e30613;
  --theme-color-amcoveba-blue-hover: #002449;
  --theme-color-amcoveba-blue-dark: #001967;
  --theme-color-amcoveba-grey: #c5d0d8;
  --theme-color-amcoveba-grey-medium: #5f7289;
  --theme-color-amcoveba-grey-dark: #7c7c7c;
  --theme-color-amcoveba-grey-light: #f3f5f7;
  --theme-color-page-bg: #ffffff;
  --theme-color-page-bg-80: rgba(255, 255, 255, 0.8);
  --theme-color-text: #010e34;
  --theme-color-text-light: #ffffff;
  --theme-color-text-highlight: #e30613;
  --theme-color-text-note: #5f7289;
  --theme-color-headings: #003d7c;
  --theme-color-headings2: #003d7c;
  --theme-color-headings-light: #c5d0d8;
  --theme-color-headings-dark: #010e34;
  --theme-color-link: #e30613;
  --theme-color-link-hover: #b1050f;
  --theme-color-divider: #c5d0d8;
  --theme-color-divider-dark: #5f7289;
  --theme-color-divider-light: rgba(95, 114, 137, 0.5);
  --theme-color-back-button: #010e34;
  --theme-color-loader: #003d7c;
  --theme-color-button-primary-bg: #003d7c;
  --theme-color-button-primary-bg-hover: #002449;
  --theme-color-button-primary-text: #ffffff;
  --theme-color-button-secondary-bg: #ffffff;
  --theme-color-button-secondary-bg-hover: #e6e6e6;
  --theme-color-button-secondary-text: #003d7c;
  --theme-color-button-tertiary-bg: #010e34;
  --theme-color-button-tertiary-bg-hover: #000000;
  --theme-color-button-tertiary-text: #ffffff;
  --theme-color-button-outline: #003d7c;
  --theme-color-button-outline-hover: #c5d0d8;
  --theme-color-button-ghost--black: #010e34;
  --theme-color-close-button: #010e34;
  --theme-color-button-icon-grey-text: #010e34;
  --theme-color-button-icon-grey-bg: #c5d0d8;
  --theme-color-button-icon-grey-bg-hover: #8999bd;
  --theme-color-filter-button-bg: #ffffff;
  --theme-color-filter-button-text: #c5d0d8;
  --theme-color-filter-button-text-active: var(--theme-color-text);
  --theme-color-filter-button-border: #c5d0d8;
  --theme-color-filter-button-border-hover: #5f7289;
  --theme-color-filter-button-border-active: #5f7289;
  --theme-color-header-logo-bg: transparent;
  --theme-color-navigation-link: var(--theme-color-text);
  --theme-color-navigation-link-hover: #e30613;
  --theme-color-menu-button-bg: transparent;
  --theme-color-menu-button-text: var(--theme-color-text);
  --theme-color-counter: #003d7c;
  --theme-color-main-nav-bg: #003d7c;
  --theme-color-main-nav-top-bg: #003d7c;
  --theme-color-main-nav-column-bg: #003d7c;
  --theme-color-main-nav-text: #ffffff;
  --theme-color-main-nav-text-hover: #ffffff;
  --theme-color-language-select-header: #003d7c;
  --theme-color-language-select-header-text: #ffffff;
  --theme-color-language-select-title: #003d7c;
  --theme-color-language-select-link: var(--theme-color-text);
  --theme-color-language-select-link-hover: #003d7c;
  --theme-color-language-select-link-dark: var(--theme-color-text);
  --theme-color-footer-bg: #003d7c;
  --theme-color-footer-text: #ffffff;
  --theme-color-footer-cta: #ffffff;
  --theme-color-footer-nav-link: #ffffff;
  --theme-color-footer-nav-link-hover: #cccccc;
  --theme-color-footer-input: #ffffff;
  --theme-color-list-social-title: #ffffff;
  --theme-color-list-social-icon: #ffffff;
  --theme-color-disclaimer-bg: #c5d0d8;
  --theme-color-disclaimer-text: #010e34;
  --theme-color-disclaimer-text-hover: #02227f;
  --theme-color-cookie-bar-bg: #003d7c;
  --theme-color-input-bg: #ffffff;
  --theme-color-input-border: #c5d0d8;
  --theme-color-input-border-hover: #003d7c;
  --theme-color-input-text: var(--theme-color-text);
  --theme-color-input-text-placeholder: #7c7c7c;
  --theme-color-form-label: #5f7289;
  --theme-color-form-error: #e30613;
  --theme-color-form-description: #7c7c7c;
  --theme-color-radio: #003d7c;
  --theme-color-checkbox: #003d7c;
  --theme-color-checkbox-cta: #e30613;
  --theme-color-switch-bg: #c5d0d8;
  --theme-color-switch-active-bg: #e30613;
  --theme-color-epi-button-bg: transparent;
  --theme-color-epi-button-text: #003d7c;
  --theme-color-epi-button--hover: transparent;
  --theme-color-epi-button-text--hover: #002449;
  --theme-color-epi-progress-bar-bg: #c5d0d8;
  --theme-color-epi-progress-bar-indicator: #003d7c;
  --theme-color-epi-progress-bar-text: #5f7289;
  --theme-color-input-range-thumb: #003d7c;
  --theme-color-input-range-thumb-hover: #010e34;
  --theme-color-input-range-bar: #003d7c;
  --theme-color-input-range-output: #010e34;
  --theme-color-input-range-border: #c5d0d8;
  --theme-color-input-range-value: #5f7289;
  --theme-color-input-select-text: #010e34;
  --theme-color-breadcrumb-text: #5f7289;
  --theme-color-breadcrumb-text-light: #ffffff;
  --theme-color-breadcrumb-text-active: #010e34;
  --theme-color-breadcrumb-arrow: #5f7289;
  --theme-color-hero-title: #ffffff;
  --theme-color-hero-title-no-image: #ffffff;
  --theme-color-hero-title-bg: #003d7c;
  --theme-color-intro-text: var(--theme-color-text);
  --theme-color-cube-bg: transparent;
  --theme-color-list-arrow: var(--theme-color-text);
  --theme-color-list-arrow-hover: var(--theme-color-link);
  --theme-color-list-arrow-light: #5f7289;
  --theme-color-carousel-dots: rgba(0, 61, 124, 0.2);
  --theme-color-carousel-active: #003d7c;
  --theme-color-blockquote-bg: #f3f5f7;
  --theme-color-blockquote-text: var(--theme-color-text);
  --theme-color-blockquote-name: #5f7289;
  --theme-color-blockquote-metadata: #5f7289;
  --theme-color-maps-toggle-btn: #7c7c7c;
  --theme-color-maps-toggle-btn--active: #003d7c;
  --theme-color-maps-location-list-item: #f3f5f7;
  --theme-color-maps-location-title: #010e34;
  --theme-color-maps-location-body: #575a65;
  --theme-color-maps-location-label: #003d7c;
  --theme-color-maps-location-icon: #003d7c;
  --theme-color-maps-location-icon-bg: transparent;
  --theme-color-zoomin-btn: #003d7c;
  --theme-color-zoomin-btn-hover: #002449;
  --theme-color-zoomout-btn: #010e34;
  --theme-color-overview-title: #010e34;
  --theme-color-overview-body: #5f7289;
  --theme-color-overview-meta: #5f7289;
  --theme-color-overview-icon: #003d7c;
  --theme-color-tabs-description: #7c7c7c;
  --theme-color-tabs-tab: #7c7c7c;
  --theme-color-tabs-tab-active: #003d7c;
  --theme-color-tabs-hover-focus: #e30613;
  --theme-color-suitables-bg: #ffffff;
  --theme-color-suitables-title: #003d7c;
  --theme-color-suitables-sku: #5f7289;
  --theme-color-suitables-link: #003d7c;
  --theme-color-suitables-link-hover: #002449;
  --theme-color-download-file-bg: #ffffff;
  --theme-color-download-file-text: #010e34;
  --theme-color-download-file-hover: #003d7c;
  --theme-color-download-file-border: #c5d0d8;
  --theme-color-download-file-img-bg: transparent;
  --theme-color-download-file-data: #5f7289;
  --theme-color-download-file-download: #003d7c;
  --theme-color-card-title: #010e34;
  --theme-color-card-title-bg: #8999bd;
  --theme-color-card-title-highlight: #ffffff;
  --theme-color-card-title-highlight-bg: #003d7c;
  --theme-color-card-title-light-bg: #c5d0d8;
  --theme-color-card-title-grey-bg: #c5d0d8;
  --theme-color-card-border: transparent;
  --theme-color-card-bg: #ffffff;
  --theme-color-card-text: var(--theme-color-text);
  --theme-color-product-card-bg: #ffffff;
  --theme-color-product-card-text: #5f7289;
  --theme-color-product-card-text-light: #5f7289;
  --theme-color-product-card-title-bg: transparent;
  --theme-color-product-card-title-bg-highlight: #003d7c;
  --theme-color-product-card-title-bg-disabled: #c5d0d8;
  --theme-color-product-card-title-bg-light: #ffffff;
  --theme-color-product-card-title-bg-grey: #c5d0d8;
  --theme-color-product-card-title-text: #003d7c;
  --theme-color-product-card-title-text-highlight: #ffffff;
  --theme-color-product-card-text-highlight: #003d7c;
  --theme-color-product-card-ribbon-bg: #8999bd;
  --theme-color-product-card-ribbon-text: #ffffff;
  --theme-color-product-card-button-skew: #c5d0d8;
  --theme-color-product-card-button-skew-icon: #ffffff;
  --theme-color-my-order-link: var(--theme-color-button-primary-bg);
  --theme-color-my-order-link-hover: var(--theme-color-button-primary-bg-hover);
  --theme-color-order-card-header-bg: var(--theme-color-button-primary-bg);
  --theme-color-order-card-header-bg-hover: var(--theme-color-button-primary-bg-hover);
  --theme-color-order-card-header-text: #ffffff;
  --theme-color-order-card-header-bg-active: #c5d0d8;
  --theme-color-order-card-header-text-active: #010e34;
  --theme-color-my-product-card-popup-bg: #c5d0d8;
  --theme-color-my-product-card-popup-text: #010e34;
  --theme-color-my-product-card-link: #003d7c;
  --theme-color-my-product-card-input-placeholder: #c5d0d8;
  --theme-color-product-list-item-bg: transparent;
  --theme-color-product-list-title: #003d7c;
  --theme-color-product-list-item-label: #7c7c7c;
  --theme-color-product-list-item-value: #010e34;
  --theme-color-product-list-toggle-button: #003d7c;
  --theme-color-add-to-cart-feedback-header-bg: #003d7c;
  --theme-color-dc-button-hover: #003d7c;
  --theme-color-dc-button-active: #003d7c;
  --theme-color-cards-filter-link: #7c7c7c;
  --theme-color-cards-filter-link-hover: #003d7c;
  --theme-color-cards-filter-link-active: #003d7c;
  --theme-color-po-accordion-item: #010e34;
  --theme-color-po-accordion-item-border: #c5d0d8;
  --theme-color-po-accordion-input-label: #5f7289;
  --theme-color-po-accordion-input-legend: #5f7289;
  --theme-color-related-product-description: #7c7c7c;
  --theme-color-related-product-button: #003d7c;
  --theme-color-related-product-button-hover: #001967;
  --theme-color-sort-icon: #010e34;
  --theme-color-grid-icon: #c5d0d8;
  --theme-color-grid-icon-active: #e30613;
  --theme-color-my-account-page-bg: #f3f5f7;
  --theme-color-my-account-page-bg-0: rgba(243, 245, 247, 0);
  --theme-color-sub-nav-mobile-bg: #001967;
  --theme-color-my-account-menu-link: #010e34;
  --theme-color-my-account-menu-link-hover: #003d7c;
  --theme-color-my-account-menu-link-active: #e30613;
  --theme-color-my-account-menu-link-mobile: #c5d0d8;
  --theme-color-my-account-menu-link-mobile-hover: #ffffff;
  --theme-color-my-account-menu-link-mobile-active: #ffffff;
  --theme-color-product-header-body: #7c7c7c;
  --theme-color-section-overview-amount: #8999bd;
  --theme-color-section-item-text: #010e34;
  --theme-color-section-item-border-hover: transparent;
  --theme-color-section-item-icon: #ffffff;
  --theme-color-section-item-icon-hover: #ffffff;
  --theme-color-search-bar-icon: #001967;
  --theme-color-search-bar-icon-hover: #010e34;
  --theme-color-pagination-number: #5f7289;
  --theme-color-pagination-number-hover: #001967;
  --theme-color-pagination-number-active: #ffffff;
  --theme-color-spare-parts-zoom-button: #5f7289;
  --theme-color-spare-parts-amount: #8999bd;
  --theme-color-spare-parts-text: var(--theme-color-text);
  --theme-color-spare-parts-text-cta: #003d7c;
  --theme-color-spare-parts-button: #f3f5f7;
  --theme-color-spare-parts-icons: #5f7289;
  --theme-color-quick-link-button: #003d7c;
  --theme-color-quick-filter-toggle-text: var(--theme-color-headings);
  --theme-color-quick-filter-toggle-icon-bg: #c5d0d8;
  --theme-color-quick-filter-toggle-bg-hover: #003d7c;
  --theme-color-quick-filter-buttons-bg: #003d7c;
  --theme-color-cart-bg: #f3f5f7;
  --theme-color-cart-product-text: var(--theme-color-text);
  --theme-color-cart-product-title: #003d7c;
  --theme-color-cart-product-icon: #c5d0d8;
  --theme-color-cart-product-buttons-bg: #f3f5f7;
  --theme-color-cart-product-buttons-icons: #5f7289;
  --theme-color-cart-text-cta: #003d7c;
  --theme-color-cart-divider: #8999bd;
  --theme-color-checkout-product-title: #003d7c;
  --theme-color-checkout-product-text: var(--theme-color-text);
  --theme-color-checkout-product-text-light: #8999bd;
  --theme-color-checkout-product-footer: #f3f5f7;
  --theme-color-checkout-order-block-cta: #ffffff;
  --theme-color-checkout-order-block-cta-text: #003d7c;
  --theme-color-checkout-order-block-button: #003d7c;
  --theme-color-checkout-order-block-button-light: #c5d0d8;
  --theme-color-checkout-order-block-header-bg: transparent;
  --theme-color-checkout-order-block-header-bg-active: transparent;
  --theme-color-checkout-order-block-header-text: #7c7c7c;
  --theme-color-checkout-order-block-header-text-active: #003d7c;
  --theme-color-payment-method-border: #8999bd;
  --theme-color-payment-method-radio-border: #c5d0d8;
  --theme-color-payment-method-radio-fill: #010e34;
  --theme-color-payment-method-text: #010e34;
  --theme-color-modal-close-icon: var(--theme-color-text-dark);
  --theme-color-teaser-metadata: #5f7289;
  --theme-color-teaser-tag: #e30613;
  --theme-color-teaser-features-title: var(--theme-color-text)
}

.t-amcoveba {
  --theme-body-font-weight: 400;
  --theme-font-family-primary: Arial, sans-serif;
  --theme-text-transform-headings: none;
  --theme-text-transform-none: none;
  --theme-text-style-headings: normal;
  --theme-h1-letter-spacing: -1.5px;
  --theme-h2-letter-spacing: -1px;
  --theme-link-decoration: underline;
  --theme-sort-label-weight: 700;
  --theme-footer-text-transform: none;
  --theme-footer-text-size: 1.6rem;
  --theme-footer-text-spacing: 0;
  --theme-footer-title-weight: 700;
  --theme-list-social-title-size: 1.6rem;
  --theme-list-social-title-transform: none;
  --theme-color-disclaimer-font-size: 1.4rem;
  --theme-color-disclaimer-font-transform: none;
  --theme-form-label-transform: none;
  --theme-form-input-transform: none;
  --theme-form-label-weight: 700;
  --theme-form-input-range-font-size: 1.6rem;
  --theme-form-input-range-font-weight: 700;
  --theme-form-input-weight: 400;
  --theme-form-search-input-weight: 700;
  --theme-blockquote-footer-text-size: 1.6rem;
  --theme-blockquote-footer-weight: 700;
  --theme-related-product-description-font-weight: 400;
  --theme-cart-text-transform: none;
  --theme-vat-font-weight: 400;
  --theme-terms-font-weight: 700
}

.t-amcoveba {
  --theme-header-logo-width: 13rem;
  --theme-header-logo-height: 2.4rem;
  --theme-header-logo-width-portrait: 18rem;
  --theme-header-logo-height-portrait: 3.4rem;
  --theme-header-logo-width-desktop: 21.2rem;
  --theme-header-logo-height-desktop: 4rem;
  --theme-header-logo-width-small: 18rem;
  --theme-header-logo-height-small: 3.4rem;
  --theme-header-hamburger-width: 2rem;
  --theme-divider-width: 1px;
  --theme-radio-size: 20px;
  --theme-radio-border-width: 2px;
  --theme-checkbox-size: 20px;
  --theme-checkbox-size-large: 30px;
  --theme-checkbox-border-width: 2px;
  --theme-input-height: 7.8rem;
  --theme-epi-progress-bar-width: 4px;
  --theme-carousel-alignment: flex-end;
  --theme-carousel-dots-width: 16px;
  --theme-carousel-dots-height: 5px;
  --theme-payment-method-margin: 0;
  --theme-modal-close-icon-size: 3.4rem
}

.t-amcoveba .c-blockquote {
  padding: 20px
}

@media screen and (min-width:480px) {
  .t-amcoveba .c-blockquote {
    padding: calc(20px + 80 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .c-blockquote {
    padding: 100px
  }
}

.t-amcoveba .blockquote__footer {
  margin: 0;
  padding: 0;
  margin-top: 24px
}

.t-amcoveba .blockquote__footer::before {
  display: none
}

.t-amcoveba .blockquote__metadata,
.t-amcoveba .blockquote__name {
  display: inline
}

.t-amcoveba .blockquote__name::after {
  content: ','
}

.t-amcoveba .breadcrumb__list-item:not(:last-child)::after {
  font-size: 2.4rem;
  top: calc(50% - 1px)
}

.t-amcoveba .c-button:not([class*=c-button--skew]):not([class*=c-button--icon-only]):not([class*=c-button--ghost]):not([class*=product-card__footer-shopping-btn]):not([class*=search-bar__submit]) {
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  margin-left: 15px;
  margin-right: 15px
}

.t-amcoveba .c-button:not([class*=c-button--skew]):not([class*=c-button--icon-only]):not([class*=c-button--ghost]):not([class*=product-card__footer-shopping-btn]):not([class*=search-bar__submit]).button--small {
  margin-left: 10px;
  margin-right: 10px
}

.t-amcoveba .c-button:not([class*=c-button--skew]):not([class*=c-button--icon-only]):not([class*=c-button--ghost]):not([class*=product-card__footer-shopping-btn]):not([class*=search-bar__submit]) .button__icon svg,
.t-amcoveba .c-button:not([class*=c-button--skew]):not([class*=c-button--icon-only]):not([class*=c-button--ghost]):not([class*=product-card__footer-shopping-btn]):not([class*=search-bar__submit]) span:not(.button__icon) {
  -webkit-transform: skew(30deg);
  transform: skew(30deg)
}

.t-amcoveba .c-button .button__label {
  padding-top: 2px
}

.t-amcoveba .c-button .button__icon {
  line-height: 0
}

.t-amcoveba .c-button .button__slash {
  display: none
}

.t-amcoveba .c-button .button__slash+.button__icon {
  margin-left: 1rem
}

.t-amcoveba .c-button.c-button--outline svg,
.t-amcoveba .c-button[class*=c-button--ghost] svg,
.t-amcoveba .c-button[class*=c-button--icon-only] svg,
.t-amcoveba .c-button[class*=c-button--skew] svg {
  width: auto;
  height: auto
}

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

  .is--small .t-amcoveba .c-button.c-button--outline svg,
  .is--small .t-amcoveba .c-button[class*=c-button--ghost] svg,
  .is--small .t-amcoveba .c-button[class*=c-button--icon-only] svg,
  .is--small .t-amcoveba .c-button[class*=c-button--skew] svg {
    width: auto;
    height: auto
  }
}

.t-amcoveba .c-button .button__skew {
  display: none
}

.t-amcoveba .c-button[class*=c-button--ghost-green] .svg--icons-whatsapp {
  width: 2.4rem;
  height: 2.4rem
}

.t-amcoveba .c-button[class*=c-button--skew] {
  margin-left: var(--theme-button-skew-width);
  padding: var(--theme-button-padding-skew)
}

.t-amcoveba .c-button[class*=c-button--skew]:before {
  position: absolute;
  content: '';
  display: block;
  left: -18px;
  height: var(--theme-button-min-height-desktop);
  width: var(--theme-button-skew-width);
  background-color: var(--theme-color-button-primary-bg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  z-index: 1
}

.t-amcoveba .c-button[class*=c-button--skew]:hover::before {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-amcoveba .c-button[class*=c-button--skew] .button__label {
  z-index: 2
}

.t-amcoveba .c-button[class*=c-button--skew] .button__label.u-sr-only+.button__icon,
.t-amcoveba .c-button[class*=c-button--skew] .button__label.u-sr-only+.button__skew+.button__icon {
  padding: 0;
  margin: 0
}

.t-amcoveba .c-button[class*=c-button--skew] .button__icon {
  padding: 0 2rem;
  z-index: 2
}

.t-amcoveba .c-button.c-button--skew-grey {
  color: #fff;
  background-color: var(--theme-color-amcoveba-grey);
  margin-left: var(--theme-button-skew-width);
  padding: var(--theme-button-padding-skew)
}

.t-amcoveba .c-button.c-button--skew-grey:before {
  background-color: var(--theme-color-amcoveba-grey)
}

.t-amcoveba .c-button.c-button--skew-grey:focus::before,
.t-amcoveba .c-button.c-button--skew-grey:hover::before {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-amcoveba .c-button--outline {
  width: auto;
  box-shadow: 0 0 0 var(--theme-button-border-width) #fff inset;
  color: #fff
}

.t-amcoveba .c-button--outline path,
.t-amcoveba .c-button--outline svg {
  fill: #fff
}

.t-amcoveba .c-button--outline:hover {
  color: #fff
}

.t-amcoveba .c-button--outline-blue {
  background-color: transparent;
  width: auto;
  box-shadow: 0 0 0 var(--theme-button-border-width) var(--theme-color-amcoveba-blue) inset;
  color: var(--theme-color-amcoveba-blue)
}

.t-amcoveba .c-button--outline-blue path,
.t-amcoveba .c-button--outline-blue svg {
  fill: var(--theme-color-amcoveba-blue)
}

.t-amcoveba .c-button--outline-blue.c-button:hover {
  background-color: transparent;
  box-shadow: 0 0 0 var(--theme-button-border-width) var(--theme-color-amcoveba-blue-hover) inset;
  color: var(--theme-color-amcoveba-blue-hover)
}

.t-amcoveba .c-button--close svg {
  width: auto;
  height: auto
}

.t-amcoveba .cards-filter__radio .radio__label {
  text-transform: uppercase
}

.t-amcoveba .checkout-form__button {
  width: calc(100% - 34px)
}

.t-amcoveba .c-contact {
  background-color: var(--theme-color-amcoveba-blue);
  background-image: url(../svg/brand/amcoveba-shape-contact.svg);
  background-position-x: right;
  background-repeat: no-repeat;
  box-shadow: unset
}

.t-amcoveba .contact__bottom,
.t-amcoveba .contact__top {
  background-color: transparent
}

.t-amcoveba .contact__top {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px
}

@media screen and (min-width:480px) {
  .t-amcoveba .contact__top {
    padding-top: calc(40px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .contact__top {
    padding-top: 80px
  }
}

@media screen and (min-width:480px) {
  .t-amcoveba .contact__top {
    padding-bottom: calc(10px + 10 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .contact__top {
    padding-bottom: 20px
  }
}

@media screen and (min-width:480px) {
  .t-amcoveba .contact__top {
    padding-left: calc(40px + 80 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .contact__top {
    padding-left: 120px
  }
}

@media screen and (min-width:480px) {
  .t-amcoveba .contact__top {
    padding-right: calc(40px + 80 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .contact__top {
    padding-right: 120px
  }
}

.t-amcoveba .contact__bottom {
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px
}

@media screen and (min-width:480px) {
  .t-amcoveba .contact__bottom {
    padding-top: calc(10px + 10 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .contact__bottom {
    padding-top: 20px
  }
}

@media screen and (min-width:480px) {
  .t-amcoveba .contact__bottom {
    padding-bottom: calc(40px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .contact__bottom {
    padding-bottom: 80px
  }
}

@media screen and (min-width:480px) {
  .t-amcoveba .contact__bottom {
    padding-left: calc(40px + 80 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .contact__bottom {
    padding-left: 120px
  }
}

@media screen and (min-width:480px) {
  .t-amcoveba .contact__bottom {
    padding-right: calc(40px + 80 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .contact__bottom {
    padding-right: 120px
  }
}

.t-amcoveba .contact__background-image,
.t-amcoveba .contact__person {
  display: none
}

.t-amcoveba .contact__subtitle,
.t-amcoveba .contact__title {
  font-size: 24px;
  margin: 0;
  color: #fff
}

@media screen and (min-width:480px) {

  .t-amcoveba .contact__subtitle,
  .t-amcoveba .contact__title {
    font-size: calc(24px + 16 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {

  .t-amcoveba .contact__subtitle,
  .t-amcoveba .contact__title {
    font-size: 40px
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .contact__button {
    margin-right: auto;
    margin-left: 0
  }
}

.t-amcoveba .c-cookie-bar {
  padding: 30px 0
}

.t-amcoveba .c-cookie-bar a {
  color: #fff;
  text-decoration: underline
}

.t-amcoveba .c-cookie-bar a:focus,
.t-amcoveba .c-cookie-bar a:hover {
  color: #ccc !important
}

.t-amcoveba .cookie-bar__content {
  display: block
}

.t-amcoveba .cookie-bar__button-holder {
  margin-top: 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media only screen and (min-width:48em) {
  .t-amcoveba .cookie-bar__button-holder {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .cookie-bar__button-holder .c-button {
    margin-top: 0
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .cookie-bar__button-holder .c-button:not(:last-child) {
    margin-right: 40px
  }
}

.t-amcoveba .cubes__content::before {
  display: none
}

.t-amcoveba .custom-links-card__header {
  padding: 20px
}

.t-amcoveba .custom-links-card__title {
  font-weight: 700;
  color: var(--theme-color-text-light)
}

.t-amcoveba .custom-links-card__link {
  color: var(--theme-color-button-primary-bg) !important
}

.t-amcoveba .custom-links-card__link svg {
  color: var(--theme-color-primary)
}

html:not(.is-touch) .t-amcoveba .custom-links-card__link:focus,
html:not(.is-touch) .t-amcoveba .custom-links-card__link:hover {
  color: var(--theme-color-button-primary-bg-hover) !important
}

.t-amcoveba .disclaimer__content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (min-width:48em) {
  .t-amcoveba .disclaimer__nav {
    margin-left: 30px;
    margin-right: 30px
  }
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .disclaimer__nav {
    margin-left: calc(8.33% + 20px);
    margin-right: calc(8.33% + 20px)
  }
}

.t-amcoveba .disclaimer__nav-list-link {
  text-decoration: none
}

.t-amcoveba .c-display {
  background-color: transparent
}

.t-amcoveba .c-display::after,
.t-amcoveba .c-display::before {
  display: none
}

@media only screen and (min-width:90em) {
  .t-amcoveba .display__image {
    width: 45vw;
    left: calc(50% + 5vw)
  }

  .t-amcoveba .display__image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../svg/brand/amcoveba-shape-white.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
  }
}

.t-amcoveba .u-background--grey .c-display {
  background-color: transparent
}

@media only screen and (min-width:90em) {
  .t-amcoveba .u-background--grey .display__image::after {
    background-image: url(../svg/brand/amcoveba-shape-grey.svg)
  }
}

.t-amcoveba .c-display-carousel::after,
.t-amcoveba .c-display-carousel::before {
  display: none
}

.t-amcoveba .display-carousel__image-container {
  width: 48vw;
  left: calc(50% + 2vw)
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .display-carousel__image-container {
    width: 45vw;
    left: calc(50% + 5vw)
  }
}

.t-amcoveba .display-carousel__image-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../svg/brand/amcoveba-shape-white.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.t-amcoveba .c-display-carousel--inverse .display-carousel__image-container {
  left: auto;
  right: calc(50% + 2vw)
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .c-display-carousel--inverse .display-carousel__image-container {
    left: auto;
    right: calc(50% + 5vw)
  }
}

.t-amcoveba .c-display-carousel--inverse .display-carousel__image-container::after {
  -webkit-transform: none;
  transform: none
}

@media only screen and (min-width:64em) {
  .t-amcoveba .display-carousel__title {
    margin-bottom: 30px
  }
}

.t-amcoveba .display-carousel__navigation-list {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.t-amcoveba .display-carousel__navigation-item::after {
  display: none
}

.t-amcoveba .display-carousel__navigation-button {
  color: var(--theme-color-amcoveba-grey-dark);
  font-weight: 700
}

.t-amcoveba .display-carousel__navigation-button.is--active {
  position: relative;
  color: var(--theme-color-dc-button-active)
}

.t-amcoveba .display-carousel__navigation-button.is--active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color-dc-button-active)
}

@media only screen and (min-width:64em) {
  .t-amcoveba .display-carousel__button {
    margin-top: 30px
  }
}

.t-amcoveba .download__file {
  border: 1px solid var(--theme-color-download-file-border)
}

.t-amcoveba .download__file:not(:last-child) {
  margin-bottom: 16px
}

@media only screen and (min-width:64em) {
  .t-amcoveba .download__file {
    padding: 20px 30px
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .download__file-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
    width: 100%
  }
}

.t-amcoveba .download__file-icon {
  width: auto;
  height: auto
}

.t-amcoveba .download__file-icon svg {
  width: 20px;
  height: 20px
}

.t-amcoveba .download__file-download {
  display: block;
  margin-top: 10px;
  font-size: var(--theme-font-size-body);
  font-weight: 700;
  text-transform: uppercase
}

@media only screen and (min-width:48em) {
  .t-amcoveba .download__file-download {
    margin: 0 0 0 auto;
    white-space: nowrap
  }
}

.t-amcoveba .c-button.download-center__form-submit {
  -webkit-transform: none;
  transform: none;
  margin: 0
}

.t-amcoveba .c-button.download-center__form-submit .button__icon svg,
.t-amcoveba .c-button.download-center__form-submit .button__label {
  -webkit-transform: none;
  transform: none
}

.t-amcoveba .download-center__quick-filter-toggle {
  text-transform: none;
  font-weight: 700
}

.t-amcoveba .download-center__quick-filter-toggle:hover {
  background-color: var(--theme-color-quick-filter-toggle-bg)
}

.t-amcoveba .download-center__quick-filter-toggle:hover .download-center__quick-filter-toggle-icon {
  background-color: var(--theme-color-quick-filter-toggle-bg-hover)
}

.t-amcoveba .download-center__quick-filter-toggle:hover .download-center__quick-filter-toggle-icon::before {
  background-color: var(--theme-color-quick-filter-toggle-bg-hover)
}

.t-amcoveba .download-center__quick-filter-toggle-icon {
  width: 80px;
  padding-right: 20px;
  position: relative;
  color: #fff
}

.t-amcoveba .download-center__quick-filter-toggle-icon::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -18px;
  height: 100%;
  width: var(--theme-button-skew-width);
  background-color: var(--theme-color-quick-filter-toggle-icon-bg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: background-color, color;
  z-index: 1
}

.t-amcoveba .download-center__quick-filter-toggle-icon svg {
  width: auto;
  height: auto
}

.t-amcoveba .download-center__quick-filter-button {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.t-amcoveba .download-center__quick-filter-button svg {
  width: auto;
  height: auto
}

.t-amcoveba .download-center__result-title {
  color: var(--theme-color-amcoveba-black)
}

.t-amcoveba .download-center__result-icon {
  background-color: var(--theme-color-amcoveba-grey-light);
  height: 70px;
  width: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--theme-color-amcoveba-blue)
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .download-center__result-icon {
    margin-left: 5px;
    margin-right: 20px
  }
}

.t-amcoveba .download-center__result-icon svg {
  width: auto;
  height: auto
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .download-center__result-image {
    margin-top: -5px
  }
}

.t-amcoveba .c-button.download-center__results-button-link--mobile {
  -webkit-transform: none;
  transform: none;
  margin: 0;
  width: var(--theme-button-min-height-desktop)
}

.t-amcoveba .c-button.download-center__results-button-link--mobile .button__icon svg,
.t-amcoveba .c-button.download-center__results-button-link--mobile .button__label {
  -webkit-transform: none;
  transform: none
}

.t-amcoveba .c-button.download-center__results-button-link--mobile svg {
  width: auto;
  height: auto
}

.t-amcoveba .c-button.c-button--icon-only-grey.download-center__results-button-download {
  background-color: transparent !important;
  color: var(--theme-color-button-primary-bg);
  -webkit-transform: none;
  transform: none;
  margin: 0
}

.t-amcoveba .c-button.c-button--icon-only-grey.download-center__results-button-download .button__icon svg,
.t-amcoveba .c-button.c-button--icon-only-grey.download-center__results-button-download .button__label {
  -webkit-transform: none;
  transform: none
}

.t-amcoveba .c-button.c-button--icon-only-grey.download-center__results-button-download svg,
.t-amcoveba .c-button.c-button--icon-only-grey.download-center__results-button-download svg path {
  fill: currentColor
}

.t-amcoveba .c-button.c-button--icon-only-grey.download-center__results-button-download:focus,
.t-amcoveba .c-button.c-button--icon-only-grey.download-center__results-button-download:hover {
  color: var(--theme-color-button-primary-bg-hover)
}

.t-amcoveba .filter-buttons__button-scroll-container {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:63.96875em) {
  .t-amcoveba .filter-buttons__button-scroll-container {
    row-gap: 10px
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .filter-buttons__button-scroll-container {
    row-gap: 40px
  }
}

.t-amcoveba .filter-buttons__button {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: auto;
  background-color: transparent;
  border: 0;
  color: var(--theme-color-amcoveba-blue);
  text-decoration: none
}

@media only screen and (max-width:63.96875em) {
  .t-amcoveba .filter-buttons__button:not(:last-child) {
    margin-right: 30px
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .filter-buttons__button {
    width: calc(100% / 3 - 33px);
    margin-bottom: 0;
    margin-right: 49px
  }

  .t-amcoveba .filter-buttons__button:nth-child(2n+2) {
    margin-right: 49px
  }

  .t-amcoveba .filter-buttons__button:nth-child(3n+3) {
    margin-right: 0
  }
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .filter-buttons__button {
    width: calc(100% / 4 - 25px);
    margin-right: 33px
  }

  .t-amcoveba .filter-buttons__button:nth-child(2n+2) {
    margin-right: 33px
  }

  .t-amcoveba .filter-buttons__button:nth-child(3n+3) {
    margin-right: 33px
  }

  .t-amcoveba .filter-buttons__button:nth-child(4n+4) {
    margin-right: 0
  }
}

.t-amcoveba .filter-buttons__button-image {
  width: 100%;
  aspect-ratio: 1/1
}

.t-amcoveba .filter-buttons__button-title {
  padding: 0
}

@media only screen and (min-width:64em) {
  .t-amcoveba .filter-buttons__button-title {
    margin-top: 20px
  }
}

.t-amcoveba .filter-buttons__arrow-right {
  display: none
}

.t-amcoveba .c-filters {
  margin-left: 10px;
  margin-right: 10px
}

.t-amcoveba .filters__option {
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px 34px
}

.t-amcoveba .filters__option span {
  display: block;
  -webkit-transform: skew(30deg);
  transform: skew(30deg)
}

.t-amcoveba .footer__phone {
  text-decoration: none
}

.t-amcoveba .footer__phone-icon {
  display: block
}

.t-amcoveba .footer__phone-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.t-amcoveba .footer__phone-number {
  font-weight: 700
}

.t-amcoveba .footer__newsletter-form input[type=email] {
  margin-bottom: 2rem
}

@media only screen and (min-width:48em) {
  .t-amcoveba .footer__newsletter-form input[type=email] {
    margin-right: 2rem
  }
}

.t-amcoveba .c-form hr {
  border-top: 0;
  border-left: 0;
  border-right: 0
}

.t-amcoveba .select__arrow svg.svg--icons-chevron-down path {
  fill: currentColor
}

.t-amcoveba .checkbox__label .svg--icons-check path {
  fill: #fff
}

.t-amcoveba .checkbox--cookie .checkbox__input:not([disabled]):checked+.checkbox__label::before {
  background-image: url(https://resource.ohmvehicles.com/svg/check-white.svg)
}

.t-amcoveba .checkbox--cookie .checkbox__input:not([disabled]):not(:checked)+.checkbox__label .checkbox__label-toggle::before {
  background-image: url(https://resource.ohmvehicles.com/svg/cross-white.svg)
}

.t-amcoveba .input__label,
.t-amcoveba .select__label,
.t-amcoveba .textarea__label {
  font-weight: var(--theme-form-label-weight)
}

.t-amcoveba .sort__input {
  text-transform: unset;
  text-align: left
}

.t-amcoveba .input__range-input-wrapper .input__range-output>span {
  border-width: 1px
}

.t-amcoveba .input__range-fake-slider {
  height: 1px
}

.t-amcoveba .input__range-fake-track {
  border-width: 1px
}

.t-amcoveba .input__range-fake-thumb {
  width: 18px;
  height: 18px
}

.t-amcoveba .googlemaps__zoomcontrol-btn--in {
  background-color: var(--theme-color-zoomin-btn);
  background-image: url(https://resource.ohmvehicles.com/svg/plus--white.svg);
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955)
}

.t-amcoveba .googlemaps__zoomcontrol-btn--in:hover {
  background-color: var(--theme-color-zoomin-btn-hover)
}

.t-amcoveba .googlemaps__zoomcontrol-btn--out {
  background-color: var(--theme-color-zoomout-btn);
  background-image: url(https://resource.ohmvehicles.com/svg/min--white.svg)
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .header__logo {
    margin-left: 10px
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .header__logo svg {
    width: var(--theme-header-logo-width-desktop);
    height: var(--theme-header-logo-height-desktop)
  }
}

.t-amcoveba .header__logo::after {
  display: none
}

.t-amcoveba .header__navigation {
  margin: 0;
  padding: 0
}

.t-amcoveba .header__navigation-link {
  position: relative;
  text-decoration: none;
  font-size: 15.6547px
}

.t-amcoveba .header__navigation-link::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 24px;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms
}

.t-amcoveba .header__navigation-link:focus,
.t-amcoveba .header__navigation-link:hover {
  color: var(--theme-color-navigation-link) !important
}

.t-amcoveba .header__navigation-link:focus::after,
.t-amcoveba .header__navigation-link:hover::after {
  opacity: 1
}

.t-amcoveba .header__language,
.t-amcoveba .header__login,
.t-amcoveba .header__phone,
.t-amcoveba .header__shopping {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: var(--theme-color-navigation-link);
  background-color: transparent
}

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

  .t-amcoveba .header__language,
  .t-amcoveba .header__login,
  .t-amcoveba .header__phone,
  .t-amcoveba .header__shopping {
    margin: 0 0 0 25px
  }
}

.t-amcoveba .header__language::before,
.t-amcoveba .header__login::before,
.t-amcoveba .header__phone::before,
.t-amcoveba .header__shopping::before {
  display: none
}

.t-amcoveba .header__language svg::before,
.t-amcoveba .header__login svg::before,
.t-amcoveba .header__phone svg::before,
.t-amcoveba .header__shopping svg::before {
  display: none
}

.t-amcoveba .header__shopping:focus,
.t-amcoveba .header__shopping:hover {
  color: var(--theme-color-navigation-link) !important
}

.t-amcoveba .header__shopping-arrow {
  display: none
}

@media only screen and (max-width:29.96875em) {
  .t-amcoveba .header__login {
    min-width: 0;
    margin-left: 16px;
    margin-right: 20px
  }
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .header__login {
    margin-right: 20px
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .header__login svg {
    display: none
  }
}

.t-amcoveba .header__login:focus,
.t-amcoveba .header__login:hover {
  color: var(--theme-color-navigation-link) !important
}

.t-amcoveba .header__login:focus .header__login-label::after,
.t-amcoveba .header__login:hover .header__login-label::after {
  opacity: 1
}

.t-amcoveba .header__language-label,
.t-amcoveba .header__login-label,
.t-amcoveba .header__menu-label {
  position: relative;
  display: block;
  overflow: visible
}

.t-amcoveba .header__language-label::after,
.t-amcoveba .header__login-label::after,
.t-amcoveba .header__menu-label::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 24px;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms
}

.t-amcoveba .header__login-label {
  max-width: 14rem
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .header__login-label {
    display: none
  }
}

.t-amcoveba .header__phone {
  color: var(--theme-color-navigation-link) !important
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .header__phone {
    display: none
  }
}

.t-amcoveba .header__phone:focus .header__phone-label::after,
.t-amcoveba .header__phone:hover .header__phone-label::after {
  opacity: 1
}

@media only screen and (max-width:29.96875em) {
  .t-amcoveba .header__menu-label {
    display: none
  }
}

.t-amcoveba .header__phone-label {
  font-size: 1.6rem;
  margin: 0;
  position: relative;
  display: block;
  overflow: visible
}

@media only screen and (max-width:29.96875em) {
  .t-amcoveba .header__phone-label {
    display: none
  }
}

.t-amcoveba .header__phone-label::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 24px;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms
}

.t-amcoveba .header__language:focus,
.t-amcoveba .header__language:hover {
  color: var(--theme-color-navigation-link) !important
}

.t-amcoveba .header__language:focus .header__language-label::after,
.t-amcoveba .header__language:hover .header__language-label::after {
  opacity: 1
}

.t-amcoveba .header__language svg {
  width: 12px;
  margin-left: 5px
}

.t-amcoveba .header__language svg path {
  fill: currentColor
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .header__menu {
    padding-left: 0;
    min-width: 0
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .header__menu {
    margin-right: 20px;
    padding-left: 10px
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .t-amcoveba .header__menu {
    margin-left: 20px
  }
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .header__menu {
    display: none
  }
}

@media only screen and (min-width:30em) {
  .t-amcoveba .header__menu .header__menu-hamburger {
    display: block;
    margin-left: 10px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-order: 2;
    order: 2
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .header__menu .header__menu-hamburger {
    margin-left: 16px
  }
}

.t-amcoveba .header__menu:focus,
.t-amcoveba .header__menu:hover {
  color: var(--theme-color-navigation-link) !important
}

.t-amcoveba .header__menu:focus .header__menu-label::after,
.t-amcoveba .header__menu:hover .header__menu-label::after {
  opacity: 1
}

.t-amcoveba .is--small svg:not([class*=logo]) {
  width: 2.4rem;
  height: 2.4rem
}

.t-amcoveba .is--small .header__language svg {
  width: 1.2rem
}

.t-amcoveba .c-header.is--small .c-search-bar .input__input {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.6rem
}

.t-amcoveba .c-header.is--small .c-search-bar .c-button.c-button--icon.search-bar__submit .button__icon svg {
  width: 20px;
  height: 20px
}

.t-amcoveba .c-hero {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  height: auto !important;
  max-height: none !important
}

.t-amcoveba .hero--no-image {
  padding-top: 150px
}

@media screen and (min-width:480px) {
  .t-amcoveba .hero--no-image {
    padding-top: calc(150px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .hero--no-image {
    padding-top: 190px
  }
}

.t-amcoveba .hero--no-image .hero__title {
  color: var(--theme-color-hero-title)
}

.t-amcoveba .hero__content {
  -webkit-order: 2;
  order: 2;
  height: auto
}

.t-amcoveba .hero__media {
  position: relative;
  -webkit-order: 1;
  order: 1
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .hero__media {
    height: 30rem
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .hero__media {
    height: 40rem
  }
}

.t-amcoveba .hero__media::after {
  display: none
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .hero--medium .hero__media {
    height: 40rem
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .hero--medium .hero__media {
    height: 50rem
  }
}

.t-amcoveba .hero--large .hero__media {
  max-height: 70vh
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .hero--large .hero__media {
    height: 50rem
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .hero--large .hero__media {
    height: 60rem
  }
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .hero--large .hero__media {
    height: 80rem
  }
}

.t-amcoveba .hero__title {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
  background-color: var(--theme-color-hero-title-bg);
  margin-top: -50px;
  padding-left: 40px
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .hero__title {
    font-size: 2.8rem
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .hero__title {
    padding-left: 12.5%;
    margin-left: -12.5%;
    height: 180px;
    margin-top: -90px
  }
}

.t-amcoveba .hero__title::after,
.t-amcoveba .hero__title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: -1
}

.t-amcoveba .hero__title::before {
  left: -25px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 25px solid var(--theme-color-hero-title-bg)
}

@media only screen and (min-width:64em) {
  .t-amcoveba .hero__title::before {
    left: -45px;
    border-top: 90px solid transparent;
    border-bottom: 90px solid transparent;
    border-right: 45px solid var(--theme-color-hero-title-bg)
  }
}

.t-amcoveba .hero__title::after {
  height: inherit;
  width: 100vw;
  background-color: var(--theme-color-hero-title-bg)
}

.t-amcoveba .hero__title-content {
  overflow: hidden;
  padding: 2px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

@media only screen and (min-width:64em) {
  .t-amcoveba .hero__body {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.t-amcoveba .c-intro::after {
  display: none
}

.t-amcoveba .intro__video-wrapper {
  padding-top: 35px
}

.t-amcoveba .intro__video {
  padding-bottom: 20px
}

@media screen and (min-width:480px) {
  .t-amcoveba .intro__video {
    padding-bottom: calc(20px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .intro__video {
    padding-bottom: 40px
  }
}

.t-amcoveba .video__caption {
  color: var(--theme-color-text-light)
}

.t-amcoveba .intro__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--theme-color-amcoveba-blue-dark);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0)
}

.t-amcoveba .intro__bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 35%);
  width: 100vw;
  height: 100%;
  background-image: url(../svg/brand/amcoveba-shape.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-intro:not(.intro--video-large) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .intro__content {
    margin: 0;
    width: 50%;
    padding-right: 8.33%;
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .intro__content {
    padding-left: 8.33%
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .intro__title {
    margin-top: auto
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .intro__text {
    margin-bottom: auto
  }
}

.t-amcoveba .c-intro:not(.intro--video-large) .intro__video-wrapper {
  position: relative
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .intro__video-wrapper {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .intro__video-wrapper {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .intro__video {
    width: 100%;
    padding-bottom: 0
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .video__caption {
    padding-left: 70px
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .video__caption {
    padding-left: 100px
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .intro__bg {
    -webkit-transform: none;
    transform: none;
    left: 40px
  }

  .t-amcoveba .c-intro:not(.intro--video-large) .intro__bg::after {
    left: 20%
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .c-intro:not(.intro--video-large) .intro__bg {
    left: 60px
  }
}

.t-amcoveba .list-arrow__link {
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  padding-bottom: 2rem
}

.t-amcoveba .list-arrow__image {
  display: block;
  margin-right: 20px;
  max-width: 10rem;
  height: auto
}

.t-amcoveba .list-arrow__metadata {
  margin-bottom: 10px;
  font-size: 1.4rem
}

.t-amcoveba .list-arrow__label-wrapper {
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.t-amcoveba .list-arrow__icon {
  display: none
}

.t-amcoveba .list-slashed--pagination .list-slashed__listitem.is--active .list-slashed__link {
  color: #000
}

.t-amcoveba .list-slashed--pagination .list-slashed__link {
  color: var(--theme-color-amcoveba-grey-medium)
}

.t-amcoveba .list-slashed--pagination .list-slashed__link:hover {
  color: var(--theme-color-link)
}

.t-amcoveba .c-social-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.t-amcoveba .social-list__title {
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 20px
}

.t-amcoveba .social-list__link {
  opacity: 1
}

.t-amcoveba .social-list__link:focus,
.t-amcoveba .social-list__link:hover {
  opacity: .7 !important
}

.t-amcoveba .social-list__link svg {
  width: 40px;
  height: 40px
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .c-main-navigation {
    display: none
  }
}

.t-amcoveba .main-navigation__top {
  color: var(--theme-color-text-light)
}

@media only screen and (min-width:64em) {
  .t-amcoveba .main-navigation__top .input__wrapper {
    width: 300px
  }
}

.t-amcoveba .main-navigation__top .input__input {
  background-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  color: var(--theme-color-text-light)
}

.t-amcoveba .main-navigation__top .input__input::-webkit-input-placeholder {
  color: var(--theme-color-text-light)
}

.t-amcoveba .main-navigation__top .input__input::-moz-placeholder {
  color: var(--theme-color-text-light)
}

.t-amcoveba .main-navigation__top .input__input:-ms-input-placeholder {
  color: var(--theme-color-text-light)
}

@media only screen and (max-width:29.96875em) {
  .t-amcoveba .main-navigation__search {
    margin-left: -15px
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .t-amcoveba .main-navigation__search {
    margin-left: -30px
  }
}

.t-amcoveba .c-button.c-button--icon.search-bar__submit {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin: -2px 0 0;
  padding: 10px;
  min-height: 0;
  right: -10px
}

.t-amcoveba .c-button.c-button--icon.search-bar__submit .button__icon svg,
.t-amcoveba .c-button.c-button--icon.search-bar__submit .button__label {
  -webkit-transform: none !important;
  transform: none !important
}

.t-amcoveba .in--navigation .c-button.c-button--icon.search-bar__submit svg path {
  fill: var(--theme-color-text-light)
}

@media only screen and (max-width:47.96875em) {
  .t-amcoveba .main-navigation__nav {
    height: calc(100% - 70px)
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .main-navigation__list>li {
    width: 100%
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .main-navigation__listitem {
    padding: 10rem 5rem 3rem
  }
}

.t-amcoveba .main-navigation__list:hover .main-navigation__listitem {
  opacity: 1
}

.t-amcoveba .main-navigation__subnav-link {
  padding: .2rem 0;
  text-transform: initial;
  font-size: 2.4rem;
  font-weight: 700
}

@media only screen and (min-width:48em) {
  .t-amcoveba .main-navigation__subnav-link {
    font-size: 3.2rem
  }

  .t-amcoveba .main-navigation__subnav-link svg {
    width: 28px;
    height: 28px
  }
}

.t-amcoveba .main-navigation__socials {
  position: absolute;
  left: 20px;
  bottom: 20px
}

@media only screen and (min-width:48em) {
  .t-amcoveba .main-navigation__socials {
    left: 50px;
    bottom: 50px
  }
}

.t-amcoveba .main-navigation__socials .social-list__title {
  display: none
}

.t-amcoveba .c-button--close.main-navigation__close {
  color: var(--theme-color-text-light)
}

@media only screen and (max-width:29.96875em) {
  .t-amcoveba .c-button--close.main-navigation__close {
    margin-right: -15px
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .t-amcoveba .c-button--close.main-navigation__close {
    margin-right: -30px
  }
}

.t-amcoveba .c-button--close.main-navigation__close:focus,
.t-amcoveba .c-button--close.main-navigation__close:hover {
  color: var(--theme-color-text-light)
}

.t-amcoveba .c-my-product-card .input__input::-webkit-input-placeholder {
  text-transform: uppercase
}

.t-amcoveba .c-my-product-card .input__input::-moz-placeholder {
  text-transform: uppercase
}

.t-amcoveba .c-my-product-card .input__input:-ms-input-placeholder {
  text-transform: uppercase
}

.t-amcoveba .my-product-card__remove-popup {
  padding: 40px
}

.t-amcoveba .my-product-card__label {
  font-weight: 700
}

.t-amcoveba .my-product-card__links li:first-child {
  border-top: 0;
  padding-top: 0
}

.t-amcoveba .my-product-card__link {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.t-amcoveba .my-product-card__link:focus,
.t-amcoveba .my-product-card__link:hover {
  color: var(--theme-color-button-primary-bg-hover)
}

.t-amcoveba .my-product-card__add[class*=c-button--skew] {
  width: auto
}

.t-amcoveba .my-product-card__add[class*=c-button--skew]:focus {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-amcoveba-grey)
}

.t-amcoveba .my-product-card__add[class*=c-button--skew]:focus::before {
  background-color: var(--theme-color-amcoveba-grey)
}

.t-amcoveba .my-product-card__add[class*=c-button--skew] .button__icon {
  padding: 0;
  margin-left: 20px
}

.t-amcoveba .my-product-card__add[class*=c-button--skew] svg {
  width: 14px;
  height: 14px
}

.t-amcoveba .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew] {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg)
}

.t-amcoveba .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew]::before {
  background-color: var(--theme-color-button-primary-bg)
}

.t-amcoveba .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew]:hover {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-amcoveba .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew]:hover::before {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-amcoveba .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew]:focus {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg)
}

.t-amcoveba .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew]:focus::before {
  background-color: var(--theme-color-button-primary-bg)
}

.t-amcoveba .product-family-overview__title {
  text-transform: uppercase
}

@media only screen and (min-width:64em) {
  .t-amcoveba .product-family-overview__container>.c-card:not(.u-hidden) {
    width: calc(33% - 2rem);
    margin-right: 1.5rem
  }
}

.t-amcoveba .product-family-overview__container>.c-card:not(.u-hidden) .card__title {
  font-size: 18px;
  padding: 20px;
  height: auto;
  border: unset
}

@media screen and (min-width:480px) {
  .t-amcoveba .product-family-overview__container>.c-card:not(.u-hidden) .card__title {
    font-size: calc(18px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .product-family-overview__container>.c-card:not(.u-hidden) .card__title {
    font-size: 20px
  }
}

.t-amcoveba .product-family-overview__container>.c-card:not(.u-hidden) .card__image {
  border: unset
}

.t-amcoveba .product-header__content-wrapper {
  width: 100%;
  margin-top: 20px
}

@media only screen and (min-width:64em) {
  .t-amcoveba .product-header__content-wrapper {
    width: calc(40% - (20px / 2));
    margin: auto 0
  }
}

.t-amcoveba .product-header__title {
  margin: 40px 0
}

@media only screen and (min-width:64em) {
  .t-amcoveba .product-header__title {
    margin-right: calc(50% + 60px)
  }
}

.t-amcoveba .product-header__caption {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
  letter-spacing: 0
}

.t-amcoveba .product-header__subtitle {
  margin-bottom: 10px
}

@media screen and (min-width:480px) {
  .t-amcoveba .product-header__subtitle {
    margin-bottom: calc(10px + 30 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .product-header__subtitle {
    margin-bottom: 40px
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .product-header__subtitle {
    margin-right: calc(50% + 60px)
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .product-header__content {
    margin-right: calc(50% + 60px)
  }
}

.t-amcoveba .product-header__image {
  margin-top: 20px
}

@media only screen and (min-width:64em) {
  .t-amcoveba .product-header__image {
    margin: 0;
    width: 50%;
    position: absolute;
    top: 120px;
    right: 0
  }
}

.t-amcoveba .c-carousel {
  margin-bottom: 40px
}

.t-amcoveba .carousel__dots {
  margin-top: 20px
}

@media only screen and (max-width:63.96875em) {
  .t-amcoveba .carousel__dots {
    margin-right: 20px
  }
}

.t-amcoveba .sub-navigation__item .sub-navigation__link {
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-order-steps .c-order-block {
    width: calc(50% - 20px)
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .c-order-steps .c-order-block {
    width: calc(33% - 20px)
  }
}

.t-amcoveba .c-order-steps .c-order-block+.c-order-block {
  margin-top: 40px
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-order-steps .c-order-block+.c-order-block {
    margin-top: 0
  }
}

@media only screen and (min-width:48em) {
  .t-amcoveba .c-order-steps .c-order-block:last-child {
    margin-top: 40px
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .c-order-steps .c-order-block:last-child {
    margin-top: 0
  }
}

.t-amcoveba .order-block__title {
  padding-bottom: 0
}

.t-amcoveba .order-block__title span {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--theme-color-divider)
}

.t-amcoveba .order-block__button {
  color: #fff
}

.t-amcoveba .order-block__button-arrow {
  padding-right: 30px
}

.t-amcoveba .order-product__wrapper+.order-product__wrapper {
  margin-top: 40px
}

@media only screen and (min-width:64em) {
  .t-amcoveba .c-order-product--half .order-product__wrapper {
    width: calc(50% - 20px);
    margin-top: 0;
    margin-bottom: 40px
  }
}

.t-amcoveba .order-product__content {
  position: relative
}

.t-amcoveba .order-product__totals {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 60px;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

@media only screen and (min-width:30em) {
  .t-amcoveba .order-product__totals {
    min-height: 0
  }
}

.t-amcoveba .order-product__amount {
  display: -webkit-flex;
  display: flex;
  text-transform: none;
  background-color: var(--theme-color-checkout-product-footer);
  color: var(--theme-color-amcoveba-grey-medium);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 56px;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 16px
}

@media only screen and (min-width:30em) {
  .t-amcoveba .order-product__amount {
    -webkit-transform: translateY(56px);
    transform: translateY(56px);
    width: 30%
  }
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .order-product__amount {
    width: 35%
  }
}

.t-amcoveba .order-product__amount::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -18px;
  height: 100%;
  width: 40px;
  background-color: var(--theme-color-checkout-product-footer);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  z-index: 1
}

.t-amcoveba .order-product__footnote {
  font-weight: 400
}

@media only screen and (max-width:29.96875em) {
  .t-amcoveba .order-product__footnote {
    background-color: var(--theme-color-amcoveba-grey)
  }
}

@media only screen and (min-width:30em) {
  .t-amcoveba .order-product__footnote {
    height: 56px;
    padding-left: 40%;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 20px
  }
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .order-product__footnote {
    padding-left: 50%
  }
}

.t-amcoveba .order-receipt__reference .input__label {
  font-size: var(--theme-font-size-body);
  font-weight: var(--theme-form-label-weight);
  color: var(--theme-color-form-label)
}

.t-amcoveba .overview__icon {
  top: calc(50% - 7px)
}

.t-amcoveba .overview__icon svg {
  width: auto;
  height: auto
}

.t-amcoveba .pagination__item {
  background-color: #fff
}

.t-amcoveba .pagination__item--next,
.t-amcoveba .pagination__item--prev {
  background-color: transparent
}

.t-amcoveba .pagination__item--active {
  background-color: var(--theme-color-amcoveba-blue)
}

.t-amcoveba .pagination__item--active::after {
  display: none
}

.t-amcoveba .pagination__item--number {
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg)
}

.t-amcoveba .pagination__item--number+.pagination__item--number {
  margin-left: 5px
}

.t-amcoveba .pagination__item--seperator {
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  margin: 0 5px
}

.t-amcoveba .pagination__item--seperator>span,
.t-amcoveba .pagination__link:not(.pagination__arrow--prev):not(.pagination__arrow--next) {
  -webkit-transform: skew(30deg);
  transform: skew(30deg)
}

.t-amcoveba .product-add-to-cart-feedback__product .order-product__totals {
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.t-amcoveba .product-add-to-cart-feedback__product .order-product__amount {
  padding: 0;
  color: var(--theme-color-amcoveba-grey-dark);
  position: relative;
  background-color: transparent;
  width: auto;
  height: auto;
  -webkit-transform: none;
  transform: none
}

.t-amcoveba .product-add-to-cart-feedback__product .order-product__amount::before {
  display: none
}

@media only screen and (min-width:64em) {
  .t-amcoveba .product-add-to-cart-feedback__buttons {
    width: 33%
  }
}

.t-amcoveba .product-add-to-cart-feedback__buttons .c-button {
  width: calc(100% - 20px)
}

.t-amcoveba .c-product-card--enabled .product-card__footer-value--not {
  text-transform: unset;
  color: var(--theme-color-text-highlight)
}

.t-amcoveba .product-card__wrapper {
  text-decoration: none
}

.t-amcoveba .product-card__title {
  position: relative;
  padding: 16px;
  font-size: 2rem;
  height: auto;
  margin-bottom: 8px
}

.t-amcoveba .product-card__title::after {
  content: '';
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: var(--theme-color-divider);
  position: absolute;
  bottom: 0;
  left: 16px
}

.t-amcoveba .product-card__title.product-card__title--white {
  border: unset
}

.t-amcoveba .product-card__title.product-card__title--grey::after,
.t-amcoveba .product-card__title.product-card__title--red::after {
  display: none
}

.t-amcoveba .product-card__ribbon {
  width: 40px;
  height: 64px;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  right: 15px;
  -webkit-transform: translateY(-220%);
  transform: translateY(-220%)
}

.t-amcoveba .c-product-card--disabled .product-card__title::after {
  display: none
}

.t-amcoveba .product-card__footer-from,
.t-amcoveba .product-card__list-heading {
  font-weight: 700
}

.t-amcoveba .product-card__content {
  padding: 16px
}

.t-amcoveba .product-card__footer {
  height: var(--theme-button-min-height-desktop)
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .t-amcoveba .product-card__footer .c-button--skew {
    padding-left: 10px;
    padding-right: 20px;
    margin: 0
  }
}

.t-amcoveba .product-card__footer .c-button--skew::before {
  background-color: var(--theme-color-product-card-button-skew)
}

.t-amcoveba .product-card__footer .c-button--skew:hover::before {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-amcoveba .product-card__footer .c-button--skew .button__icon {
  padding: 0
}

.t-amcoveba .product-card__footer .c-button--skew .button__icon path,
.t-amcoveba .product-card__footer .c-button--skew .button__icon svg {
  height: 1.2rem
}

.t-amcoveba .product-card__footer .c-button--skew .button__label {
  display: block
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .t-amcoveba .product-card__footer .c-button--skew .button__label {
    display: none
  }
}

.t-amcoveba .product-card__footer .product-card__footer-shopping-btn {
  width: var(--theme-button-min-height-desktop);
  margin-left: 0;
  margin-right: 0
}

.t-amcoveba .product-card__footer-value {
  margin: 0 16px
}

.t-amcoveba .product-card__footer-value::before {
  width: 100%;
  top: 5px;
  background-color: var(--theme-color-divider)
}

.t-amcoveba .product-card__footer-from {
  text-transform: none;
  font-weight: 400;
  margin-bottom: -5px
}

@media only screen and (min-width:77.5em) {
  .t-amcoveba .product-overview__container-list .product-card__title {
    margin-bottom: 0
  }

  .t-amcoveba .product-overview__container-list .product-card__title::after {
    display: none
  }

  .t-amcoveba .product-overview__container-list .product-card__footer {
    margin: auto 0
  }
}

.t-amcoveba .c-product-list--expand .product-list__more {
  display: none
}

.t-amcoveba .product-list__title {
  font-size: 24px
}

@media screen and (min-width:480px) {
  .t-amcoveba .product-list__title {
    font-size: calc(24px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .product-list__title {
    font-size: 32px
  }
}

.t-amcoveba .product-list__item {
  padding: 0;
  margin: 0
}

.t-amcoveba .product-list__item+.product-list__item {
  margin-top: 40px
}

@media only screen and (min-width:48em) {
  .t-amcoveba .product-list__item+.product-list__item {
    margin-top: 60px
  }
}

.t-amcoveba .product-list__name {
  margin-bottom: 24px
}

.t-amcoveba .product-list__specs-prop {
  font-weight: 700;
  text-transform: lowercase
}

.t-amcoveba .product-list__details-button {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.t-amcoveba .product-list__more {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  width: -webkit-fit-content;
  width: fit-content
}

@media only screen and (min-width:64em) {
  .t-amcoveba .product-list__more {
    margin-top: 60px
  }
}

.t-amcoveba .c-product-suitables {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.t-amcoveba .product-suitables__title {
  font-size: 24px
}

@media screen and (min-width:480px) {
  .t-amcoveba .product-suitables__title {
    font-size: calc(24px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .product-suitables__title {
    font-size: 32px
  }
}

.t-amcoveba .product-suitables__product+.product-suitables__product {
  margin-top: 20px
}

.t-amcoveba .product-suitables__product-link:focus .quick-links__button-arrow,
.t-amcoveba .product-suitables__product-link:hover .quick-links__button-arrow {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg)
}

.t-amcoveba .product-suitables__product-link:focus .quick-links__button-arrow:before,
.t-amcoveba .product-suitables__product-link:hover .quick-links__button-arrow:before {
  background-color: var(--theme-color-button-primary-bg)
}

.t-amcoveba .product-suitables__product-link:focus .quick-links__button-arrow .button__icon,
.t-amcoveba .product-suitables__product-link:hover .quick-links__button-arrow .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

@media only screen and (max-width:63.96875em) {
  .t-amcoveba .product-suitables__product-button {
    margin-right: -16px;
    margin-bottom: -16px
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .product-suitables__product-button {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-bottom: -25px;
    -webkit-transform: translateX(16px);
    transform: translateX(16px)
  }
}

.t-amcoveba .product-suitables__product-button-label {
  padding-bottom: 16px
}

.t-amcoveba .c-quick-links {
  margin-bottom: -40px
}

.t-amcoveba .c-quick-links h3 {
  color: var(--theme-color-headings-dark)
}

.t-amcoveba .c-quick-links p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4
}

@media only screen and (max-width:29.96875em) {
  .t-amcoveba .c-quick-links p {
    padding-right: 40px
  }
}

@media only screen and (min-width:30em) {
  .t-amcoveba .c-quick-links p {
    padding-right: 80px
  }
}

.t-amcoveba a.quick-links__link {
  position: relative;
  margin-bottom: 40px
}

@media only screen and (min-width:48em) {
  .t-amcoveba a.quick-links__link:not(.quick-links__link--full) {
    width: calc(50% - 20px)
  }
}

.t-amcoveba a.quick-links__link:focus h3,
.t-amcoveba a.quick-links__link:focus p,
.t-amcoveba a.quick-links__link:hover h3,
.t-amcoveba a.quick-links__link:hover p {
  color: var(--theme-color-headings)
}

.t-amcoveba a.quick-links__link:focus .quick-links__button-arrow,
.t-amcoveba a.quick-links__link:hover .quick-links__button-arrow {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg)
}

.t-amcoveba a.quick-links__link:focus .quick-links__button-arrow:before,
.t-amcoveba a.quick-links__link:hover .quick-links__button-arrow:before {
  background-color: var(--theme-color-button-primary-bg)
}

.t-amcoveba a.quick-links__link:focus .quick-links__button-arrow .button__icon,
.t-amcoveba a.quick-links__link:hover .quick-links__button-arrow .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.t-amcoveba .c-button.quick-links__button-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0
}

@media only screen and (max-width:29.96875em) {
  .t-amcoveba .c-button.quick-links__button-arrow .button__icon {
    padding: 0
  }
}

.t-amcoveba .related-products__title {
  font-size: 24px
}

@media screen and (min-width:480px) {
  .t-amcoveba .related-products__title {
    font-size: calc(24px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .related-products__title {
    font-size: 32px
  }
}

.t-amcoveba .c-section-item {
  padding: 0;
  box-shadow: unset;
  cursor: pointer
}

.t-amcoveba .c-section-item:hover::before {
  display: none
}

.t-amcoveba .c-section-item:hover .c-button--skew {
  background-color: var(--theme-color-amcoveba-blue)
}

.t-amcoveba .c-section-item:hover .c-button--skew::before {
  background-color: var(--theme-color-amcoveba-blue)
}

.t-amcoveba .c-section-item:hover .c-button--skew .button__icon {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.t-amcoveba .section-item__wrapper {
  text-decoration: none
}

.t-amcoveba .section-item__footer {
  overflow: hidden
}

.t-amcoveba .section-item__footer .c-button {
  position: relative;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 6rem;
  height: 100%;
  margin-left: auto;
  background-color: var(--theme-color-amcoveba-grey-light-blue)
}

.t-amcoveba .section-item__footer .c-button:hover {
  background-color: var(--theme-color-amcoveba-blue)
}

.t-amcoveba .section-item__footer .c-button:hover::before {
  background-color: var(--theme-color-amcoveba-blue)
}

.t-amcoveba .section-item__footer .c-button::before {
  height: 100%;
  left: -24px;
  width: 5rem;
  background-color: var(--theme-color-amcoveba-grey-light-blue)
}

.t-amcoveba .c-shopping-cart--show {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2)
}

.t-amcoveba .shopping-cart__product-remove svg {
  height: 2.2rem
}

.t-amcoveba .shopping-cart__product-buttons {
  position: relative;
  width: 120px;
  margin-left: 100px
}

@media only screen and (min-width:30em) {
  .t-amcoveba .shopping-cart__product-buttons {
    width: 150px
  }
}

@media only screen and (min-width:64em) {
  .t-amcoveba .shopping-cart__product-buttons {
    width: calc(50% - 30px);
    margin-left: 0
  }
}

.t-amcoveba .shopping-cart__product-buttons:before {
  position: absolute;
  content: '';
  display: block;
  left: -18px;
  height: 5.6rem;
  width: 60px;
  background-color: var(--theme-color-cart-product-buttons-bg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 1
}

@media only screen and (min-width:64em) {
  .t-amcoveba .shopping-cart__product-buttons:before {
    display: none
  }
}

.t-amcoveba .shopping-cart__product-buttons::after {
  position: absolute;
  content: '';
  display: block;
  right: -18px;
  height: 5.6rem;
  width: 60px;
  background-color: var(--theme-color-cart-product-buttons-bg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 1
}

@media only screen and (min-width:64em) {
  .t-amcoveba .shopping-cart__product-buttons::after {
    -webkit-transform: skew(30deg);
    transform: skew(30deg)
  }
}

.t-amcoveba .shopping-cart__product-buttons button {
  z-index: 2
}

.t-amcoveba .shopping-cart__product-quantity {
  width: 2rem;
  font-family: revert
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .t-amcoveba .spc__actions {
    padding-right: 20px
  }
}

@media only screen and (max-width:29.96875em) {
  .t-amcoveba .spc__actions-button {
    width: calc(100% - 40px);
    margin-left: 40px
  }
}

@media only screen and (min-width:30em) {
  .t-amcoveba .spc__actions-button {
    width: calc(50% - 40px)
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .t-amcoveba .spc__actions-button {
    width: calc(50% - 20px)
  }
}

.t-amcoveba .spc__actions-button::before {
  position: absolute;
  content: '';
  display: block;
  left: -18px;
  height: 100%;
  width: 40px;
  background-color: var(--theme-color-spare-parts-text-cta);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  z-index: 1
}

.t-amcoveba .spc__actions-button span {
  z-index: 2
}

.t-amcoveba .c-tabpanel {
  max-width: 800px
}

.t-amcoveba .tabs__title {
  font-size: 24px;
  margin-bottom: 10px
}

@media screen and (min-width:480px) {
  .t-amcoveba .tabs__title {
    font-size: calc(24px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-amcoveba .tabs__title {
    font-size: 32px
  }
}

.t-amcoveba .tabs__description {
  margin-bottom: 40px
}

.t-amcoveba .tabs__list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px
}

.t-amcoveba .tabs__item {
  margin: 0
}

.t-amcoveba .tabs__item .tabs__tab {
  font-weight: 700
}

.t-amcoveba .tabs__item .tabs__tab:focus,
.t-amcoveba .tabs__item .tabs__tab:hover {
  color: var(--theme-color-amcoveba-blue)
}

.t-amcoveba .tabs__item .tabs__tab.tabs__tab--is-active:before {
  background: var(--theme-color-amcoveba-blue)
}

.t-amcoveba .teaser__tag {
  font-size: 1.2rem;
  font-style: normal;
  text-transform: uppercase
}

.t-amcoveba .teaser__metadata {
  font-style: normal
}

.t-amcoveba .teaser__figure img {
  box-shadow: none
}

.t-amcoveba .teaser--has-image .teaser__btn-play .svg--icons-play {
  display: none
}

.t-amcoveba .teaser--has-image .teaser__btn-play::before {
  content: '\f101';
  top: 50%;
  left: 50%;
  width: 7.2rem;
  height: 5.4rem;
  line-height: 5.4rem;
  margin-left: -3.6rem;
  margin-top: -2.7rem;
  background-color: var(--theme-color-amcoveba-blue);
  color: #fff;
  font-family: VideoJS;
  font-size: 4.5rem;
  -webkit-transform: skew(0);
  transform: skew(0)
}

@media only screen and (min-width:64em) {
  .t-amcoveba .teaser--has-image .teaser__btn-play::before {
    width: 9.6rem;
    height: 7.2rem;
    line-height: 7.2rem;
    margin-left: -4.8rem;
    margin-top: -3.6rem
  }
}

.t-amcoveba .teaser--has-image .teaser__btn-play:hover::before {
  background-color: var(--theme-color-amcoveba-blue-hover)
}

.t-amcoveba .c-video .vjs-big-play-button {
  border-radius: 0;
  width: 72px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  background-color: var(--theme-color-amcoveba-blue);
  margin-left: -36px;
  margin-top: -27px;
  font-size: 45px
}

@media only screen and (min-width:64em) {
  .t-amcoveba .c-video .vjs-big-play-button {
    width: 96px;
    height: 72px;
    line-height: 72px;
    margin-left: -48px;
    margin-top: -36px;
    font-size: 55px
  }
}

.t-amcoveba .c-video:focus .vjs-big-play-button,
.t-amcoveba .c-video:hover .vjs-big-play-button {
  background-color: var(--theme-color-amcoveba-blue-hover)
}

.t-amcoveba .c-video .vjs-play-progress {
  background-color: var(--theme-color-ferrari-red)
}

.t-amcoveba .select__close svg {
  width: 16px;
  height: 16px
}

.t-amcoveba .c-notification-card {
  background-color: #fff
}

.t-amcoveba .c-notification-card .notification-card__date {
  color: var(--theme-color-amcoveba-red)
}

.t-amcoveba .c-notification-card .notification-card__category {
  color: var(--theme-color-amcoveba-grey-dark);
  text-transform: capitalize
}

.t-amcoveba .c-notification-card .c-button {
  width: -webkit-fit-content;
  width: fit-content
}

.t-amcoveba .c-add-bulletin .accordion__item-summary {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none
}

.t-amcoveba #body .EPiServerForms .Form__NavigationBar__Action {
  padding: 0
}

.t-amcoveba #body .EPiServerForms .Form__NavigationBar__Action .button__icon svg {
  width: auto;
  height: auto;
  margin-bottom: 3px
}

.t-amcoveba #body .EPiServerForms .FormSelection select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' width='20' height='20'%3E%3Cpolygon fill='%23010e34' points='10.6,0 6,4.4 1.4,0.1 0,1.4 6,7 12,1.3 '/%3E%3C/svg%3E%0A")
}

.t-amcoveba #body .EPiServerForms .Form__NavigationBar__ProgressBar--Text {
  bottom: -75px
}

.t-ferrari {
  --theme-button-min-height-mobile: 6rem;
  --theme-button-icon-width-mobile: var(--theme-button-min-height-desktop);
  --theme-button-min-height-desktop: 6rem;
  --theme-button-icon-width-desktop: var(--theme-button-min-height-desktop);
  --theme-button-border-radius: 3rem;
  --theme-button-font-size: 1.6rem;
  --theme-button-font-size-small: 1.2rem;
  --theme-button-padding: 0.7rem 3rem;
  --theme-button-padding-small: 0.7rem 2rem;
  --theme-button-font-weight: 600;
  --theme-button-border-width: 2px
}

.t-ferrari {
  --theme-color-primary: #e30613;
  --theme-color-ferrari-red: #e30613;
  --theme-color-ferrari-black: #273238;
  --theme-color-ferrari-off-white: #eff6fb;
  --theme-color-ferrari-off-white2: #f3f5f7;
  --theme-color-lightest-grey: #dce3e7;
  --theme-color-light-grey: #b4b4b4;
  --theme-color-grey: #a1a1a1;
  --theme-color-dark-grey: #7c7c7c;
  --theme-color-dark-grey--50: #bebebe;
  --theme-color-page-bg: #ffffff;
  --theme-color-page-bg-80: rgba(255, 255, 255, 0.8);
  --theme-color-text-dark: #273238;
  --theme-color-text: #7c7c7c;
  --theme-color-text-light: #ffffff;
  --theme-color-text-highlight: #e30613;
  --theme-color-text-note: #5a6c78;
  --theme-color-headings: #273238;
  --theme-color-headings2: #273238;
  --theme-color-headings-light: #a1a1a1;
  --theme-color-link: #e30613;
  --theme-color-link-hover: #b1050f;
  --theme-color-divider: #b4b4b4;
  --theme-color-divider-dark: #a1a1a1;
  --theme-color-divider-light: rgba(161, 161, 161, 0.2);
  --theme-color-loader: #e30613;
  --theme-color-button-primary-bg: #e30613;
  --theme-color-button-primary-bg-hover: #b1050f;
  --theme-color-button-primary-text: #ffffff;
  --theme-color-button-secondary-bg: #ffffff;
  --theme-color-button-secondary-bg-hover: #f2f2f2;
  --theme-color-button-secondary-text: #e30613;
  --theme-color-button-tertiary-bg: #7c7c7c;
  --theme-color-button-tertiary-bg-hover: #525b61;
  --theme-color-button-tertiary-text: #ffffff;
  --theme-color-button-outline: #e30613;
  --theme-color-button-outline-hover: #b1050f;
  --theme-color-button-ghost--black: #273238;
  --theme-color-back-button: #273238;
  --theme-color-close-button: #273238;
  --theme-color-button-icon-grey-text: #ffffff;
  --theme-color-button-icon-grey-bg: #a1a1a1;
  --theme-color-button-icon-grey-bg-hover: #7c7c7c;
  --theme-color-filter-button-bg: transparent;
  --theme-color-filter-button-text: #7c7c7c;
  --theme-color-filter-button-text-active: #e30613;
  --theme-color-filter-button-border: #7c7c7c;
  --theme-color-filter-button-border-hover: #273238;
  --theme-color-filter-button-border-active: #e30613;
  --theme-color-header-logo-bg: transparent;
  --theme-color-navigation-link: #000000;
  --theme-color-navigation-link-hover: #e30613;
  --theme-color-menu-button-bg: #e30613;
  --theme-color-menu-button-text: #ffffff;
  --theme-color-counter: #e30613;
  --theme-color-main-nav-bg: #ffffff;
  --theme-color-main-nav-top-bg: #e30613;
  --theme-color-main-nav-column-bg: #f3f5f7;
  --theme-color-main-nav-text: #000000;
  --theme-color-main-nav-text-hover: #e30613;
  --theme-color-language-select-header: #e30613;
  --theme-color-language-select-header-text: #ffffff;
  --theme-color-language-select-title: #000000;
  --theme-color-language-select-link: #000000;
  --theme-color-language-select-link-hover: #e30613;
  --theme-color-language-select-link-dark: #000000;
  --theme-color-footer-bg: #7c7c7c;
  --theme-color-footer-text: #ffffff;
  --theme-color-footer-cta: #e30613;
  --theme-color-footer-nav-link: #ffffff;
  --theme-color-footer-nav-link-hover: #cccccc;
  --theme-color-footer-input: #ffffff;
  --theme-color-list-social-title: #ffffff;
  --theme-color-list-social-icon: #ffffff;
  --theme-color-disclaimer-bg: #000000;
  --theme-color-disclaimer-text: #ffffff;
  --theme-color-disclaimer-text-hover: #cccccc;
  --theme-color-cookie-bar-bg: #e30613;
  --theme-color-input-bg: transparent;
  --theme-color-input-border: #7c7c7c;
  --theme-color-input-border-hover: #e30613;
  --theme-color-input-text: var(--theme-color-text);
  --theme-color-input-text-placeholder: #b4b4b4;
  --theme-color-form-label: var(--theme-color-text);
  --theme-color-form-error: #e30613;
  --theme-color-form-description: #7c7c7c;
  --theme-color-radio: #7c7c7c;
  --theme-color-checkbox: #7c7c7c;
  --theme-color-checkbox-cta: #e30613;
  --theme-color-caret: #e30613;
  --theme-color-switch-bg: #b4b4b4;
  --theme-color-switch-active-bg: #e30613;
  --theme-color-epi-button-bg: transparent;
  --theme-color-epi-button-text: #e30613;
  --theme-color-epi-button--hover: transparent;
  --theme-color-epi-button-text--hover: #b1050f;
  --theme-color-epi-progress-bar-bg: rgba(227, 6, 19, 0.2);
  --theme-color-epi-progress-bar-indicator: #e30613;
  --theme-color-epi-progress-bar-text: #7c7c7c;
  --theme-color-input-range-thumb: #273238;
  --theme-color-input-range-thumb-hover: #e30613;
  --theme-color-input-range-bar: #273238;
  --theme-color-input-range-output: #273238;
  --theme-color-input-range-border: #c5d0d8;
  --theme-color-input-range-value: #525b61;
  --theme-color-input-select-text: #273238;
  --theme-color-breadcrumb-text: #7c7c7c;
  --theme-color-breadcrumb-text-light: #ffffff;
  --theme-color-breadcrumb-text-active: #273238;
  --theme-color-breadcrumb-arrow: #e30613;
  --theme-color-hero-title: #ffffff;
  --theme-color-hero-title-no-image: #ffffff;
  --theme-color-hero-title-bg: #e30613;
  --theme-color-intro-text: var(--theme-color-text);
  --theme-color-cube-bg: transparent;
  --theme-color-list-arrow: #7c7c7c;
  --theme-color-list-arrow-hover: #e30613;
  --theme-color-list-arrow-light: #bebebe;
  --theme-color-carousel-dots: rgba(227, 6, 19, 0.2);
  --theme-color-carousel-active: #e30613;
  --theme-color-blockquote-bg: transparent;
  --theme-color-blockquote-text: var(--theme-color-headings);
  --theme-color-blockquote-name: #000000;
  --theme-color-blockquote-metadata: #5a6c78;
  --theme-color-maps-toggle-btn: #7c7c7c;
  --theme-color-maps-toggle-btn--active: #273238;
  --theme-color-maps-location-list-item: #ffffff;
  --theme-color-maps-location-title: #273238;
  --theme-color-maps-location-body: var(--theme-color-text);
  --theme-color-maps-location-label: #525b61;
  --theme-color-maps-location-icon: #273238;
  --theme-color-maps-location-icon-bg: transparent;
  --theme-color-zoomin-btn: #e30613;
  --theme-color-zoomin-btn-hover: #b1050f;
  --theme-color-zoomout-btn: #ffffff;
  --theme-color-overview-title: #273238;
  --theme-color-overview-body: #525b61;
  --theme-color-overview-meta: #a1a1a1;
  --theme-color-overview-icon: #e30613;
  --theme-color-tabs-description: #5a6c78;
  --theme-color-tabs-tab: #5a6c78;
  --theme-color-tabs-tab-active: #e30613;
  --theme-color-tabs-hover-focus: #e30613;
  --theme-color-tabs-border: #dce3e7;
  --theme-color-suitables-bg: #ffffff;
  --theme-color-suitables-title: #273238;
  --theme-color-suitables-sku: #a1a1a1;
  --theme-color-download-file-bg: #ffffff;
  --theme-color-download-file-text: #000000;
  --theme-color-download-file-hover: #e30613;
  --theme-color-download-file-border: #dce3e7;
  --theme-color-download-file-img-bg: transparent;
  --theme-color-download-file-data: #7c7c7c;
  --theme-color-download-file-download: #e30613;
  --theme-color-card-title: #273238;
  --theme-color-card-title-bg: #dce3e7;
  --theme-color-card-title-highlight: #ffffff;
  --theme-color-card-title-highlight-bg: #e30613;
  --theme-color-card-title-light-bg: #f3f5f7;
  --theme-color-card-title-grey-bg: #b4b4b4;
  --theme-color-card-border: transparent;
  --theme-color-card-bg: #ffffff;
  --theme-color-card-text: var(--theme-color-text);
  --theme-color-product-card-bg: #ffffff;
  --theme-color-product-card-text: #7c7c7c;
  --theme-color-product-card-text-light: #7c7c7c;
  --theme-color-product-card-title-bg: #e30613;
  --theme-color-product-card-title-bg-highlight: #e30613;
  --theme-color-product-card-title-bg-disabled: #b4b4b4;
  --theme-color-product-card-title-bg-light: #ffffff;
  --theme-color-product-card-title-bg-grey: #b4b4b4;
  --theme-color-product-card-title-text: #ffffff;
  --theme-color-product-card-title-text-highlight: #ffffff;
  --theme-color-product-card-text-highlight: #e30613;
  --theme-color-product-card-ribbon-bg: #c5d0d8;
  --theme-color-product-card-ribbon-text: #273238;
  --theme-color-product-card-button-skew: #f3f5f7;
  --theme-color-product-card-button-skew-icon: #273238;
  --theme-color-order-card-header-bg: transparent;
  --theme-color-order-card-header-bg-hover: transparent;
  --theme-color-order-card-header-text: var(--theme-color-link);
  --theme-color-order-card-header-text-hover: var(--theme-color-link-hover);
  --theme-color-order-card-header-bg-active: transparent;
  --theme-color-order-card-header-text-active: #7c7c7c;
  --theme-color-my-product-card-popup-bg: #273238;
  --theme-color-my-product-card-popup-text: #ffffff;
  --theme-color-my-product-card-input-placeholder: var(--theme-color-text);
  --theme-color-my-product-card-divider: var(--theme-color-divider-light);
  --theme-color-product-list-item-bg: transparent;
  --theme-color-product-list-title: #e30613;
  --theme-color-product-list-item-label: #7c7c7c;
  --theme-color-product-list-item-value: #273238;
  --theme-color-product-list-toggle-button: #7c7c7c;
  --theme-color-add-to-cart-feedback-header-bg: #273238;
  --theme-color-dc-button-hover: #273238;
  --theme-color-dc-button-active: #273238;
  --theme-color-cards-filter-link: #a1a1a1;
  --theme-color-cards-filter-link-hover: #273238;
  --theme-color-cards-filter-link-active: #e30613;
  --theme-color-po-accordion-item: #273238;
  --theme-color-po-accordion-item-border: #c5d0d8;
  --theme-color-po-accordion-input-label: #7c7c7c;
  --theme-color-po-accordion-input-legend: #7c7c7c;
  --theme-color-related-product-description: #a1a1a1;
  --theme-color-related-product-button: #e30613;
  --theme-color-related-product-button-hover: #b1050f;
  --theme-color-sort-icon: #273238;
  --theme-color-grid-icon: #273238;
  --theme-color-grid-icon-active: #e30613;
  --theme-color-my-account-page-bg: #f3f5f7;
  --theme-color-my-account-page-bg-0: rgba(243, 245, 247, 0);
  --theme-color-sub-nav-mobile-bg: #e30613;
  --theme-color-my-account-menu-link: #7c7c7c;
  --theme-color-my-account-menu-link-hover: #273238;
  --theme-color-my-account-menu-link-active: #e30613;
  --theme-color-my-account-menu-link-mobile: #dce3e7;
  --theme-color-my-account-menu-link-mobile-hover: #ffffff;
  --theme-color-my-account-menu-link-mobile-active: #ffffff;
  --theme-color-product-header-body: #7c7c7c;
  --theme-color-section-overview-amount: #7c7c7c;
  --theme-color-section-item-text: #273238;
  --theme-color-section-item-border-hover: #c5d0d8;
  --theme-color-section-item-icon: #e30613;
  --theme-color-section-item-icon-hover: #b1050f;
  --theme-color-search-bar-icon: #e30613;
  --theme-color-search-bar-icon-hover: #b1050f;
  --theme-color-pagination-number: #e30613;
  --theme-color-pagination-number-hover: #b1050f;
  --theme-color-pagination-number-active: #e30613;
  --theme-color-spare-parts-zoom-button: #e30613;
  --theme-color-spare-parts-amount: #7c7c7c;
  --theme-color-spare-parts-text: #273238;
  --theme-color-spare-parts-text-light: #7c7c7c;
  --theme-color-spare-parts-text-cta: #e30613;
  --theme-color-spare-parts-button: #ffffff;
  --theme-color-spare-parts-icons: #e30613;
  --theme-color-quick-link-button: #5a6c78;
  --theme-color-quick-filter-title-bg: #e30613;
  --theme-color-quick-filter-toggle-bg-hover: #dce3e7;
  --theme-color-quick-filter-title-text: #ffffff;
  --theme-color-quick-filter-toggle-icon-bg: #f3f5f7;
  --theme-color-quick-filter-toggle-text: var(--theme-color-headings);
  --theme-color-quick-filter-toggle-text-active: #e30613;
  --theme-color-quick-filter-buttons-bg: #e30613;
  --theme-color-quick-filter-buttons-text-hover: #d9d9d9;
  --theme-color-cart-bg: #f3f5f7;
  --theme-color-cart-product-text: #273238;
  --theme-color-cart-product-title: #273238;
  --theme-color-cart-product-icon: #b4b4b4;
  --theme-color-cart-product-buttons-bg: #f3f5f7;
  --theme-color-cart-product-buttons-icons: #e30613;
  --theme-color-cart-text-cta: #e30613;
  --theme-color-cart-divider: #c5d0d8;
  --theme-color-checkout-product-title: #273238;
  --theme-color-checkout-product-text: #273238;
  --theme-color-checkout-product-text-light: #7c7c7c;
  --theme-color-checkout-product-footer: #f3f5f7;
  --theme-color-checkout-order-block-cta: #e30613;
  --theme-color-checkout-order-block-cta-text: #ffffff;
  --theme-color-checkout-order-block-button: #e30613;
  --theme-color-checkout-order-block-button-light: #f3f5f7;
  --theme-color-checkout-order-block-header-bg: #7c7c7c;
  --theme-color-checkout-order-block-header-bg-active: #e30613;
  --theme-color-checkout-order-block-header-text: #ffffff;
  --theme-color-checkout-order-block-header-text-active: #ffffff;
  --theme-color-payment-method-border: transparent;
  --theme-color-payment-method-radio-border: #c5d0d8;
  --theme-color-payment-method-radio-fill: #273238;
  --theme-color-payment-method-text: #273238;
  --theme-color-modal-close-icon: var(--theme-color-text-dark);
  --theme-color-teaser-metadata: #7c7c7c;
  --theme-color-teaser-tag: #5a6c78;
  --theme-color-teaser-features-title: var(--theme-color-text)
}

.t-ferrari {
  --theme-body-font-weight: 400;
  --theme-font-family-primary: 'Gill Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --theme-text-transform-headings: uppercase;
  --theme-text-style-headings: italic;
  --theme-h1-letter-spacing: 0;
  --theme-h2-letter-spacing: 0;
  --theme-link-decoration: underline;
  --theme-filter-button-weight: normal;
  --theme-sort-label-weight: 700;
  --theme-overview-title-transform: uppercase;
  --theme-footer-text-transform: uppercase;
  --theme-footer-text-size: 1.6rem;
  --theme-footer-text-spacing: 0;
  --theme-footer-title-weight: 700;
  --theme-list-social-title-size: 1.6rem;
  --theme-list-social-title-transform: uppercase;
  --theme-color-disclaimer-font-size: 1.4rem;
  --theme-color-disclaimer-font-transform: uppercase;
  --theme-form-label-transform: none;
  --theme-form-label-weight: 400;
  --theme-form-input-weight: 400;
  --theme-form-input-transform: none;
  --theme-form-input-range-font-size: 1.6rem;
  --theme-form-input-range-font-weight: normal;
  --theme-blockquote-footer-text-size: 1.6rem;
  --theme-blockquote-footer-weight: 400;
  --theme-related-product-description-font-weight: 400;
  --theme-cart-text-transform: none;
  --theme-vat-font-weight: 400;
  --theme-terms-font-weight: 600
}

.t-ferrari {
  --theme-header-logo-width: 14rem;
  --theme-header-logo-height: 2.6rem;
  --theme-header-logo-width-portrait: 18.5rem;
  --theme-header-logo-height-portrait: 3.5rem;
  --theme-header-logo-width-desktop: 31.5rem;
  --theme-header-logo-height-desktop: 5.7rem;
  --theme-header-logo-width-small: 18.5rem;
  --theme-header-logo-height-small: 3.5rem;
  --theme-header-hamburger-width: 2rem;
  --theme-divider-width: 1px;
  --theme-radio-size: 20px;
  --theme-radio-border-width: 2px;
  --theme-checkbox-size: 20px;
  --theme-checkbox-size-large: 30px;
  --theme-checkbox-border-width: 2px;
  --theme-input-height: 6rem;
  --theme-epi-progress-bar-width: 4px;
  --theme-select-border-radius: 100px;
  --theme-carousel-alignment: flex-start;
  --theme-carousel-dots-width: 6px;
  --theme-carousel-dots-height: 6px;
  --theme-border-radius: 16px;
  --theme-border-radius-xsmall: 8px;
  --theme-border-radius-small: 12px;
  --theme-sort-border-radius: 10rem;
  --theme-filter-border-radius: 20px;
  --theme-payment-method-margin: 0;
  --theme-modal-close-icon-size: 3.4rem
}

.t-ferrari .c-blockquote {
  position: relative;
  padding-top: 50px
}

@media only screen and (min-width:30em) {
  .t-ferrari .c-blockquote {
    padding-top: 60px
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .c-blockquote {
    padding-top: 40px;
    padding-right: 10%
  }
}

@media only screen and (min-width:77.5em) {
  .t-ferrari .c-blockquote {
    padding-top: 50px;
    padding-right: 20%
  }
}

.t-ferrari .blockquote__quote {
  text-transform: none;
  font-style: normal;
  font-weight: 600
}

.t-ferrari .blockquote__quote::before {
  content: '';
  display: block;
  width: 70px;
  height: 30px;
  position: absolute;
  left: -15px;
  top: 0;
  color: var(--theme-color-text-highlight);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 25.7'%3E%3Cg%3E%3Cpath fill='%23E30613' d='M25.7,25.7h18.4L60,0h-8.8c-5.9,0-11.4,3.1-14.6,8.1L25.7,25.7z'/%3E%3Cpath fill='%23E30613' d='M0,25.7h18.4L34.3,0h-8.8C19.5,0,14,3.1,10.9,8.1L0,25.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% 100%
}

@media only screen and (min-width:64em) {
  .t-ferrari .blockquote__quote::before {
    width: 105px;
    height: 45px;
    left: -140px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ferrari .blockquote__quote::before {
    width: 140px;
    height: 60px;
    left: -220px
  }
}

.t-ferrari .blockquote__quote::after {
  display: none
}

.t-ferrari .blockquote__footer {
  margin: 0;
  padding: 0;
  margin-top: 20px
}

@media screen and (min-width:480px) {
  .t-ferrari .blockquote__footer {
    margin-top: calc(20px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .blockquote__footer {
    margin-top: 40px
  }
}

.t-ferrari .blockquote__footer::before {
  display: none
}

.t-ferrari .breadcrumb__list-item:not(:last-child)::after {
  font-size: 2.4rem;
  top: calc(50% - 2px)
}

.t-ferrari .c-button .button__icon {
  line-height: 0
}

.t-ferrari .c-button .button__slash {
  display: none
}

.t-ferrari .c-button .button__slash+.button__icon {
  margin-left: 1rem
}

.t-ferrari .c-button[class*=c-button--ghost] .button__icon,
.t-ferrari .c-button[class*=c-button--ghost] .button__slash+.button__icon {
  -webkit-order: 1;
  order: 1;
  margin-right: 1rem;
  margin-left: 0
}

.t-ferrari .c-button[class*=c-button--ghost] .button__label {
  -webkit-order: 2;
  order: 2
}

.t-ferrari .c-button.c-button--outline svg,
.t-ferrari .c-button[class*=c-button--ghost] svg {
  width: auto;
  height: auto
}

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

  .is--small .t-ferrari .c-button.c-button--outline svg,
  .is--small .t-ferrari .c-button[class*=c-button--ghost] svg {
    width: auto;
    height: auto
  }
}

.t-ferrari .c-button[class*=c-button--ghost-green] .button__icon {
  -webkit-order: 3;
  order: 3
}

.t-ferrari .c-button[class*=c-button--ghost-green] svg {
  width: 2.4rem;
  height: 2.4rem
}

.t-ferrari .c-button[class*=c-button--ghost-green] .svg--icons-whatsapp {
  -webkit-order: 3;
  order: 3;
  margin-left: 10px;
  margin-right: 0
}

.t-ferrari .c-button .button__skew {
  display: none
}

.t-ferrari .c-button[class*=c-button--skew] {
  padding-left: 40px;
  border-radius: 0;
  -webkit-clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z");
  clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z")
}

.t-ferrari .c-button[class*=c-button--skew] .button__label {
  margin-left: 20px
}

.t-ferrari .c-button[class*=c-button--skew] svg {
  margin: 0
}

.t-ferrari .c-button.c-button--skew-grey {
  background-color: var(--theme-color-ferrari-off-white2);
  color: var(--theme-color-ferrari-black)
}

.t-ferrari .c-back-button button {
  -webkit-flex-direction: row;
  flex-direction: row
}

.t-ferrari .c-button--close .button__label {
  margin-right: 16px
}

.t-ferrari .c-button--close svg {
  width: auto;
  height: auto
}

.t-ferrari .cards-filter__radio .radio__label {
  margin-right: 10px;
  height: 40px;
  padding: 6px 16px;
  font-weight: 400;
  border: 1px solid currentColor;
  border-radius: 20px
}

.t-ferrari .cards-filter__radio .radio__label::before {
  display: none
}

.t-ferrari .carousel__dots>li>a {
  border-radius: 50%
}

.t-ferrari .carousel__dots>li>a.is--active {
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px)
}

.t-ferrari .c-contact {
  background-color: var(--theme-color-ferrari-red);
  box-shadow: unset;
  border-radius: var(--theme-border-radius)
}

.t-ferrari .contact__bottom,
.t-ferrari .contact__top {
  background-color: transparent
}

.t-ferrari .contact__top {
  padding-top: 40px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__top {
    padding-top: calc(40px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__top {
    padding-top: 80px
  }
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__top {
    padding-bottom: calc(12px + 12 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__top {
    padding-bottom: 24px
  }
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__top {
    padding-left: calc(40px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__top {
    padding-left: 80px
  }
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__top {
    padding-right: calc(40px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__top {
    padding-right: 80px
  }
}

.t-ferrari .contact__bottom {
  padding-top: 12px;
  padding-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__bottom {
    padding-top: calc(12px + 12 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__bottom {
    padding-top: 24px
  }
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__bottom {
    padding-bottom: calc(32px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__bottom {
    padding-bottom: 52px
  }
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__bottom {
    padding-left: calc(40px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__bottom {
    padding-left: 80px
  }
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__bottom {
    padding-right: calc(40px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__bottom {
    padding-right: 80px
  }
}

.t-ferrari .contact__background-image,
.t-ferrari .contact__person {
  display: none
}

.t-ferrari .contact__title {
  font-size: 24px;
  margin: 0;
  color: #fff
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__title {
    font-size: calc(24px + 16 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__title {
    font-size: 40px
  }
}

.t-ferrari .contact__subtitle {
  font-size: 16px;
  margin-top: 12px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-transform: unset
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__subtitle {
    font-size: calc(16px + 4 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__subtitle {
    font-size: 20px
  }
}

@media screen and (min-width:480px) {
  .t-ferrari .contact__subtitle {
    margin-top: calc(12px + 12 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .contact__subtitle {
    margin-top: 24px
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .contact__button {
    margin-right: auto;
    margin-left: 0
  }
}

.t-ferrari .c-cookie-bar {
  padding: 30px 0
}

.t-ferrari .c-cookie-bar a {
  color: #fff;
  text-decoration: underline
}

.t-ferrari .c-cookie-bar a:focus,
.t-ferrari .c-cookie-bar a:hover {
  color: #ccc !important
}

.t-ferrari .cookie-bar__content {
  display: block
}

.t-ferrari .cookie-bar__button-holder {
  margin-top: 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media only screen and (min-width:48em) {
  .t-ferrari .cookie-bar__button-holder {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .cookie-bar__button-holder .c-button {
    margin-top: 0
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .cookie-bar__button-holder .c-button:not(:last-child) {
    margin-right: 30px
  }
}

.t-ferrari .cubes__content::before {
  display: none
}

.t-ferrari .custom-links-card__header {
  margin: 0 20px;
  padding: 20px 0 10px;
  border-bottom: 1px solid var(--theme-color-my-product-card-divider)
}

.t-ferrari .custom-links-card__title {
  text-transform: capitalize;
  font-size: var(--theme-font-size-h4);
  color: --theme-color-text-dark
}

.t-ferrari .custom-links-card__link svg {
  color: var(--theme-color-primary)
}

html:not(.is-touch) .t-ferrari .custom-links-card__link:focus,
html:not(.is-touch) .t-ferrari .custom-links-card__link:hover {
  color: var(--theme-color-primary)
}

.t-ferrari .disclaimer__content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (min-width:48em) {
  .t-ferrari .disclaimer__nav {
    margin-left: 30px;
    margin-right: 30px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ferrari .disclaimer__nav {
    margin-left: calc(8.33% + 20px);
    margin-right: calc(8.33% + 20px)
  }
}

.t-ferrari .disclaimer__nav-list-link {
  text-decoration: none
}

.t-ferrari .c-display::after,
.t-ferrari .c-display::before {
  display: none
}

@media only screen and (min-width:90em) {
  .t-ferrari .display__image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../svg/brand/ferrari-shape-white-large.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat
  }
}

.t-ferrari .c-display .display__image .c-image {
  border-radius: 0
}

.t-ferrari .u-background--grey .c-display {
  background-color: transparent
}

@media only screen and (min-width:90em) {
  .t-ferrari .u-background--grey .display__image::after {
    background-image: url(../svg/brand/ferrari-shape-grey-large.svg)
  }
}

.t-ferrari .c-display-carousel::after,
.t-ferrari .c-display-carousel::before {
  display: none
}

.t-ferrari .display-carousel__image-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../svg/brand/ferrari-shape-white.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat
}

@media only screen and (min-width:80em) {
  .t-ferrari .display-carousel__image-container::after {
    background-image: url(../svg/brand/ferrari-shape-white-large.svg)
  }
}

.t-ferrari .display-carousel__image-container .display-carousel__image .c-image {
  border-radius: 0
}

.t-ferrari .c-display-carousel--inverse .display-carousel__image-container::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

@media only screen and (min-width:64em) {
  .t-ferrari .display-carousel__title {
    margin-bottom: 30px
  }
}

.t-ferrari .display-carousel__navigation-item::after {
  display: none
}

.t-ferrari .display-carousel__navigation-button:focus {
  color: var(--theme-color-headings)
}

.t-ferrari .display-carousel__navigation-button.is--active {
  position: relative;
  color: var(--theme-color-headings)
}

.t-ferrari .display-carousel__navigation-button.is--active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color-headings)
}

@media only screen and (min-width:64em) {
  .t-ferrari .display-carousel__button {
    margin-top: 30px
  }
}

.t-ferrari .download__file {
  border: 1px solid var(--theme-color-download-file-border)
}

.t-ferrari .download__file:not(:last-child) {
  margin-bottom: 24px
}

@media only screen and (min-width:64em) {
  .t-ferrari .download__file {
    padding: 16px 24px
  }
}

.t-ferrari .download__file-icon {
  width: auto;
  height: auto
}

.t-ferrari .download__file-icon svg {
  width: 48px;
  height: 49px
}

@media only screen and (min-width:64em) {
  .t-ferrari .download__file-icon svg {
    width: 64px;
    height: 65px
  }
}

.t-ferrari .download__file-download {
  display: inline-block;
  margin-top: 10px;
  font-size: var(--theme-font-size-body);
  font-weight: 700;
  text-transform: uppercase
}

@media only screen and (min-width:64em) {
  .t-ferrari .download-center__form-submit {
    margin-top: -10px
  }
}

.t-ferrari .download-center__quick-filter .c-image {
  border-radius: 0
}

.t-ferrari .download-center__quick-filter-title {
  padding: 16px 24px;
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  color: var(--theme-color-quick-filter-title-text)
}

.t-ferrari .download-center__quick-filter-toggle {
  text-transform: none;
  overflow: hidden;
  border-bottom-left-radius: var(--theme-border-radius);
  border-bottom-right-radius: var(--theme-border-radius)
}

.t-ferrari .download-center__quick-filter-toggle:hover {
  background-color: var(--theme-color-quick-filter-toggle-bg)
}

.t-ferrari .download-center__quick-filter-toggle:hover .download-center__quick-filter-toggle-icon {
  background-color: var(--theme-color-quick-filter-toggle-bg-hover)
}

.t-ferrari .download-center__quick-filter-toggle-label {
  padding-left: 24px
}

.t-ferrari .download-center__quick-filter-toggle-icon {
  width: 100px;
  padding-left: 40px;
  -webkit-clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z");
  clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z")
}

.t-ferrari .download-center__quick-filter-toggle-icon svg {
  width: auto;
  height: auto
}

.t-ferrari .download-center__quick-filter-buttons {
  margin-top: -16px;
  padding-top: 16px
}

.t-ferrari .download-center__quick-filter-button {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.t-ferrari .download-center__result-icon {
  background-color: var(--theme-color-ferrari-off-white2);
  height: 70px;
  width: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: var(--theme-border-radius-small);
  color: var(--theme-color-ferrari-red)
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .download-center__result-icon {
    margin-left: 5px;
    margin-right: 20px
  }
}

.t-ferrari .download-center__result-icon svg {
  width: auto;
  height: auto
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .download-center__result-image {
    margin-top: -5px
  }
}

.t-ferrari .download-center__form-search-select .select__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.t-ferrari .download-center__result-buttons {
  margin-right: 0
}

.t-ferrari .download-center__results-button-link--desktop {
  padding-left: 10px;
  padding-right: 10px
}

.t-ferrari .c-button.c-button--icon-only-grey.download-center__results-button-download {
  background-color: transparent !important;
  color: var(--theme-color-button-primary-bg)
}

.t-ferrari .c-button.c-button--icon-only-grey.download-center__results-button-download .button__icon svg,
.t-ferrari .c-button.c-button--icon-only-grey.download-center__results-button-download .button__label {
  -webkit-transform: none;
  transform: none
}

.t-ferrari .c-button.c-button--icon-only-grey.download-center__results-button-download svg,
.t-ferrari .c-button.c-button--icon-only-grey.download-center__results-button-download svg path {
  fill: currentColor
}

.t-ferrari .c-button.c-button--icon-only-grey.download-center__results-button-download:focus,
.t-ferrari .c-button.c-button--icon-only-grey.download-center__results-button-download:hover {
  color: var(--theme-color-button-primary-bg-hover)
}

.t-ferrari .c-button.download-center__results-button-link--mobile {
  margin-right: 1rem
}

.t-ferrari .c-button.download-center__results-button-link--desktop .button__label {
  -webkit-order: 1;
  order: 1
}

.t-ferrari .c-button.download-center__results-button-link--desktop .button__icon {
  margin-right: 0;
  margin-left: 1rem;
  -webkit-order: 2;
  order: 2
}

.t-ferrari .edit-profile__discount-column .form__item-tooltip {
  bottom: -30px;
  padding-left: 0
}

@media only screen and (min-width:64em) {
  .t-ferrari .edit-profile__discount-column .form__item-tooltip {
    bottom: -20px
  }
}

.t-ferrari .filter-buttons__button-scroll-container {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

@media only screen and (min-width:64em) {
  .t-ferrari .filter-buttons__button-scroll-container {
    gap: 0
  }
}

.t-ferrari .filter-buttons__button {
  border-radius: var(--theme-border-radius);
  border-color: #c5d0d8;
  color: var(--theme-color-headings);
  font-style: italic;
  text-decoration: none
}

@media only screen and (min-width:64em) {
  .t-ferrari .filter-buttons__button {
    overflow: hidden
  }
}

.t-ferrari .filter-buttons__button:hover {
  border-color: var(--theme-color-headings)
}

.t-ferrari .filter-buttons__button .filter-buttons__button-image .c-image {
  border-radius: 0
}

.t-ferrari .filter-buttons__arrow-right {
  display: none
}

.t-ferrari .filters__option {
  padding: 6px 16px;
  text-decoration: none;
  text-transform: none
}

.t-ferrari .footer__phone {
  color: var(--theme-color-footer-nav-link);
  text-decoration: none
}

.t-ferrari .footer__title {
  font-style: italic
}

.t-ferrari .footer__nav-link {
  font-weight: 600
}

.t-ferrari .footer__newsletter-form input[type=email] {
  text-transform: none
}

.t-ferrari .c-form hr {
  border-top: 0;
  border-left: 0;
  border-right: 0
}

.t-ferrari .select__arrow {
  height: 4rem;
  width: 3rem
}

.t-ferrari .select__arrow svg {
  width: auto;
  height: auto
}

.t-ferrari .select__arrow svg.svg--icons-chevron-down path {
  fill: currentColor
}

.t-ferrari .FormTextbox__Input,
.t-ferrari .input__input,
.t-ferrari .select__input,
.t-ferrari .textarea__input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  caret-color: var(--theme-color-caret)
}

.t-ferrari .FormTextbox__Input:focus,
.t-ferrari .input__input:focus,
.t-ferrari .select__input:focus,
.t-ferrari .textarea__input:focus {
  box-shadow: none
}

.t-ferrari .select__input {
  padding-right: 8rem
}

.t-ferrari .checkbox__label .svg--icons-check path {
  fill: #fff
}

.t-ferrari .checkbox--cookie .checkbox__input:not([disabled]):checked+.checkbox__label::before {
  background-image: url(https://resource.ohmvehicles.com/svg/check-white.svg)
}

.t-ferrari .checkbox--cookie .checkbox__input:not([disabled]):not(:checked)+.checkbox__label .checkbox__label-toggle::before {
  background-image: url(https://resource.ohmvehicles.com/svg/cross-white.svg)
}

.t-ferrari .form__item-error {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  color: var(--theme-color-form-error)
}

.t-ferrari .edit-profile__switch-label {
  font-weight: 600
}

.t-ferrari .sort__input {
  text-align: left
}

.t-ferrari .sort__arrow svg {
  width: auto;
  height: auto
}

.t-ferrari .input__range-input-wrapper .input__range-output>span {
  border-width: 1px;
  border-radius: 24px
}

.t-ferrari .input__range-fake-slider {
  height: 1px
}

.t-ferrari .input__range-fake-track {
  border-width: 1px
}

.t-ferrari .input__range-fake-thumb {
  width: 18px;
  height: 18px
}

.t-ferrari .googlemaps__zoomcontrol {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.t-ferrari .googlemaps__zoomcontrol-btn {
  border-radius: 50%
}

.t-ferrari .googlemaps__zoomcontrol-btn--in {
  margin-left: 0;
  margin-bottom: 10px;
  background-color: var(--theme-color-zoomin-btn);
  background-image: url(https://resource.ohmvehicles.com/svg/plus--white.svg);
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955)
}

.t-ferrari .googlemaps__zoomcontrol-btn--in:hover {
  background-color: var(--theme-color-zoomin-btn-hover)
}

.t-ferrari .googlemaps__zoomcontrol-btn--out {
  background-color: var(--theme-color-zoomout-btn);
  background-image: url(https://resource.ohmvehicles.com/svg/min.svg)
}

.t-ferrari .googlemaps__togglebuttons {
  margin-bottom: -4px;
  padding-bottom: 0
}

.t-ferrari .header__logo::after {
  display: none
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .t-ferrari .header__logo svg {
    width: var(--theme-header-logo-width-portrait);
    height: var(--theme-header-logo-height-portrait)
  }
}

.t-ferrari .header__navigation {
  margin: 0;
  padding: 0
}

.t-ferrari .header__navigation-link {
  text-decoration: none
}

.t-ferrari .header__phone-label {
  font-size: 1.6rem;
  margin: 0
}

.t-ferrari .header__language,
.t-ferrari .header__login,
.t-ferrari .header__phone,
.t-ferrari .header__shopping {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: var(--theme-color-navigation-link);
  background-color: transparent
}

.t-ferrari .header__language::before,
.t-ferrari .header__login::before,
.t-ferrari .header__phone::before,
.t-ferrari .header__shopping::before {
  display: none
}

.t-ferrari .header__language svg::before,
.t-ferrari .header__login svg::before,
.t-ferrari .header__phone svg::before,
.t-ferrari .header__shopping svg::before {
  display: none
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .header__phone {
    display: none
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .header__phone {
    margin-right: 20px;
    margin-left: 20px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ferrari .header__phone {
    margin-right: 24px;
    margin-left: 24px
  }
}

.t-ferrari .header__language {
  margin-right: 20px
}

.t-ferrari .header__language .svg--icons-chevron-down path {
  fill: currentColor
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .header__shopping {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px
  }
}

.t-ferrari .header__shopping-arrow {
  display: none
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .header__login {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .header__login {
    margin-left: 20px
  }
}

@media only screen and (min-width:90em) {
  .t-ferrari .header__login {
    margin-left: 24px
  }
}

.t-ferrari .header__login:focus,
.t-ferrari .header__login:hover {
  color: var(--theme-color-navigation-link-hover) !important
}

.t-ferrari .header__menu {
  text-align: center
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .header__menu {
    min-width: 0;
    background-color: transparent;
    color: var(--theme-color-text-dark);
    padding-left: 10px;
    padding-right: 10px
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .header__menu {
    padding: 0 20px 0 45px;
    margin-left: 0;
    min-width: 8rem;
    -webkit-clip-path: path("M0,60h150V0H57.8c-13,0-25.1,6.8-31.9,17.9L0,60z");
    clip-path: path("M0,60h150V0H57.8c-13,0-25.1,6.8-31.9,17.9L0,60z");
    transition: -webkit-clip-path .3s ease;
    transition: clip-path .3s ease;
    transition: clip-path .3s ease, -webkit-clip-path .3s ease
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .header__menu {
    min-width: 18rem;
    -webkit-clip-path: path("M0,100h180V0H96.3C74.6,0,54.5,11.3,43.1,29.8L0,100z");
    clip-path: path("M0,100h180V0H96.3C74.6,0,54.5,11.3,43.1,29.8L0,100z")
  }
}

@media only screen and (min-width:90em) {
  .t-ferrari .header__menu {
    margin-left: 24px
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .is--small .header__menu {
    -webkit-clip-path: path("M0,60h150V0H57.8c-13,0-25.1,6.8-31.9,17.9L0,60z");
    clip-path: path("M0,60h150V0H57.8c-13,0-25.1,6.8-31.9,17.9L0,60z")
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .is--small .header__menu {
    min-width: 13rem
  }
}

.t-ferrari .is--small svg:not([class*=logo]) {
  width: 2.4rem;
  height: 2.4rem
}

.t-ferrari .language-select__link,
.t-ferrari .language-select__region-title {
  text-transform: uppercase
}

.t-ferrari .c-hero {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  height: auto !important;
  max-height: none !important
}

.t-ferrari .hero--no-image {
  padding-top: 150px
}

@media screen and (min-width:480px) {
  .t-ferrari .hero--no-image {
    padding-top: calc(150px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .hero--no-image {
    padding-top: 190px
  }
}

.t-ferrari .hero__content {
  -webkit-order: 2;
  order: 2;
  height: auto
}

.t-ferrari .hero__media {
  position: relative;
  -webkit-order: 1;
  order: 1
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .hero__media {
    height: 30rem
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .hero__media {
    height: 40rem
  }
}

.t-ferrari .hero__media::after {
  display: none
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .hero--medium .hero__media {
    height: 40rem
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .hero--medium .hero__media {
    height: 50rem
  }
}

.t-ferrari .hero--large .hero__media {
  max-height: 70vh
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .hero--large .hero__media {
    height: 50rem
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .hero--large .hero__media {
    height: 60rem
  }
}

@media only screen and (min-width:77.5em) {
  .t-ferrari .hero--large .hero__media {
    height: 80rem
  }
}

.t-ferrari .hero__title {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
  background-color: var(--theme-color-hero-title-bg);
  margin-top: -50px
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .hero__title {
    font-size: 2.8rem
  }
}

@media only screen and (max-width:63.96875em) {
  .t-ferrari .hero__title {
    width: calc(100% - 60px)
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .hero__title {
    padding-left: 12.5%;
    margin-left: -12.5%;
    height: 180px;
    margin-top: -90px
  }
}

.t-ferrari .hero__title::after,
.t-ferrari .hero__title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: var(--theme-color-hero-title-bg)
}

.t-ferrari .hero__title::before {
  height: inherit;
  width: 100vw;
  left: 0;
  -webkit-transform: translateX(-99%);
  transform: translateX(-99%)
}

.t-ferrari .hero__title::after {
  height: inherit;
  width: 95px;
  -webkit-clip-path: path("M0,100h96L53.1,29.8C41.8,11.3,21.8,0,.2,0H0V100z");
  clip-path: path("M0,100h96L53.1,29.8C41.8,11.3,21.8,0,.2,0H0V100z");
  right: -94px
}

@media only screen and (min-width:64em) {
  .t-ferrari .hero__title::after {
    width: 172px;
    -webkit-clip-path: path("M0,180h172L95.1,53.7C74.9,20.4,39,0,.4,0H0V180z");
    clip-path: path("M0,180h172L95.1,53.7C74.9,20.4,39,0,.4,0H0V180z");
    right: -171px
  }
}

.t-ferrari .hero__title-content {
  overflow: hidden;
  padding: 2px 10px 2px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.t-ferrari .hero__back-button {
  display: -webkit-flex;
  display: flex;
  position: absolute
}

@media only screen and (max-width:63.96875em) {
  .t-ferrari .hero__back-button {
    left: 24px;
    top: calc(-50rem + 40px)
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .hero__back-button {
    top: -30px;
    left: 50px
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .hero__body {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.t-ferrari .intro__title {
  min-width: 250px
}

.t-ferrari .intro__video {
  max-width: none
}

@media only screen and (min-width:48em) {
  .t-ferrari .intro__video {
    width: 80%
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .intro__video {
    width: 60%
  }
}

.t-ferrari .intro__video--large {
  width: 100%
}

.t-ferrari .content-block__components .c-image {
  overflow: hidden;
  border-radius: 16px
}

.t-ferrari .list-arrow__link {
  text-decoration: none;
  padding-bottom: 2rem
}

.t-ferrari .list-arrow__link svg path {
  fill: var(--theme-color-ferrari-red)
}

.t-ferrari .list-arrow__image {
  display: none
}

.t-ferrari .list-arrow__metadata {
  font-size: 1.4rem
}

.t-ferrari .list-arrow__metadata2 {
  color: var(--theme-color-list-arrow)
}

.t-ferrari .list-arrow__label-wrapper {
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.t-ferrari .list-arrow__icon svg {
  height: 17px
}

.t-ferrari .list-slashed--pagination .list-slashed__listitem.is--active .list-slashed__link {
  color: #000
}

.t-ferrari .list-slashed--pagination .list-slashed__link {
  color: var(--theme-color-dark-grey)
}

.t-ferrari .list-slashed--pagination .list-slashed__link:hover {
  color: var(--theme-color-text-highlight)
}

.t-ferrari .c-social-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.t-ferrari .social-list__title {
  font-weight: 700;
  font-style: italic;
  display: block;
  width: 100%;
  margin-bottom: 20px
}

.t-ferrari .social-list__link {
  opacity: 1
}

.t-ferrari .social-list__link:focus,
.t-ferrari .social-list__link:hover {
  opacity: .7 !important
}

.t-ferrari .social-list__link svg {
  width: 30px;
  height: 30px
}

.t-ferrari .main-navigation__top {
  color: var(--theme-color-text-light)
}

.t-ferrari .main-navigation__top .input__wrapper {
  margin-left: 40px
}

@media only screen and (min-width:64em) {
  .t-ferrari .main-navigation__top .input__wrapper {
    width: 300px
  }
}

.t-ferrari .main-navigation__top .input__input {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
  border: 0;
  color: var(--theme-color-text-light)
}

.t-ferrari .main-navigation__top .input__input::-webkit-input-placeholder {
  color: var(--theme-color-text-light)
}

.t-ferrari .main-navigation__top .input__input::-moz-placeholder {
  color: var(--theme-color-text-light)
}

.t-ferrari .main-navigation__top .input__input:-ms-input-placeholder {
  color: var(--theme-color-text-light)
}

.t-ferrari .main-navigation__top .input__input:focus,
.t-ferrari .main-navigation__top .input__input:hover {
  border: 0
}

@media only screen and (max-width:29.96875em) {
  .t-ferrari .main-navigation__search {
    margin-left: -15px
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .t-ferrari .main-navigation__search {
    margin-left: -30px
  }
}

.t-ferrari .in--navigation .search-bar__submit {
  left: 0;
  right: auto;
  padding-left: 0;
  padding-right: 24px
}

.t-ferrari .in--navigation .search-bar__submit svg path {
  fill: var(--theme-color-text-light)
}

.t-ferrari .in--navigation .search-bar__submit .button__icon {
  margin-left: 0
}

.t-ferrari .main-navigation__listitem:not(:last-child) {
  border-right: 1px solid var(--theme-color-divider)
}

.t-ferrari .main-navigation__subnav-link:focus,
.t-ferrari .main-navigation__subnav-link:hover {
  color: var(--theme-color-main-nav-text-hover);
  font-weight: 700
}

.t-ferrari .main-navigation__subnav-link:focus .main-navigation__subnav-link-icon,
.t-ferrari .main-navigation__subnav-link:hover .main-navigation__subnav-link-icon {
  opacity: 1
}

.t-ferrari .main-navigation__close {
  color: var(--theme-color-text-light)
}

@media only screen and (max-width:29.96875em) {
  .t-ferrari .main-navigation__close {
    margin-right: -15px
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .t-ferrari .main-navigation__close {
    margin-right: -30px
  }
}

.t-ferrari .c-my-product-card .input__input {
  padding: 0;
  color: var(--theme-color-text-dark)
}

.t-ferrari .c-my-product-card .input__input::-webkit-input-placeholder {
  text-transform: uppercase
}

.t-ferrari .c-my-product-card .input__input::-moz-placeholder {
  text-transform: uppercase
}

.t-ferrari .c-my-product-card .input__input:-ms-input-placeholder {
  text-transform: uppercase
}

.t-ferrari .c-my-product-card:not(.my-product-card--has-footer) .my-product-card__content {
  overflow: hidden;
  border-bottom-left-radius: var(--theme-border-radius);
  border-bottom-right-radius: var(--theme-border-radius)
}

.t-ferrari .my-product-card__header {
  -webkit-order: 3;
  order: 3
}

.t-ferrari .my-product-card__header-content {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center
}

.t-ferrari .my-product-card__header-button {
  -webkit-justify-content: center;
  justify-content: center
}

.t-ferrari .my-product-card__title {
  text-transform: none;
  font-style: revert
}

.t-ferrari .my-product-card__link {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.t-ferrari .my-product-card__footer {
  overflow: hidden;
  border-bottom-left-radius: var(--theme-border-radius);
  border-bottom-right-radius: var(--theme-border-radius)
}

.t-ferrari .my-product-card__footer-label {
  margin-right: -20px;
  color: var(--theme-color-text);
  font-weight: 400;
  text-transform: revert
}

.t-ferrari .my-product-card__add[class*=c-button--skew] {
  width: auto
}

.t-ferrari .my-product-card__add[class*=c-button--skew]:focus {
  color: var(--theme-color-ferrari-black);
  background-color: var(--theme-color-ferrari-off-white2)
}

.t-ferrari .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew] {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg)
}

.t-ferrari .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew]::before {
  background-color: var(--theme-color-button-primary-bg)
}

.t-ferrari .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew]:hover {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-ferrari .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew]:hover::before {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-ferrari .my-product-card__footer.is--active .my-product-card__add[class*=c-button--skew]:focus {
  color: var(--theme-color-ferrari-black);
  background-color: var(--theme-color-ferrari-off-white2)
}

@media only screen and (min-width:48em) {
  .t-ferrari .c-order-steps .c-order-block {
    width: calc(50% - 20px)
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .c-order-steps .c-order-block {
    width: calc(33% - 20px)
  }
}

.t-ferrari .c-order-steps .c-order-block+.c-order-block {
  margin-top: 40px
}

@media only screen and (min-width:48em) {
  .t-ferrari .c-order-steps .c-order-block+.c-order-block {
    margin-top: 0
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .c-order-steps .c-order-block:last-child {
    margin-top: 40px
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .c-order-steps .c-order-block:last-child {
    margin-top: 0
  }
}

.t-ferrari .order-block__title {
  text-transform: var(--theme-text-transform-headings);
  font-weight: 700;
  font-style: var(--theme-text-style-headings)
}

.t-ferrari .order-block__actions {
  border-top: 1px solid var(--theme-color-divider-light)
}

.t-ferrari .order-block__label {
  padding-top: 16px;
  box-shadow: none;
  height: 59px
}

.t-ferrari .order-block__button {
  height: var(--theme-input-height);
  margin-top: -1px;
  padding-left: 50px;
  padding-right: 20px;
  margin-left: auto;
  -webkit-clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z");
  clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z")
}

@media only screen and (min-width:30em) {
  .t-ferrari .order-block__button {
    padding-left: 60px;
    padding-right: 30px
  }
}

.t-ferrari .order-block__button::before {
  display: none
}

.t-ferrari .c-order-card {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.t-ferrari .order-card__header {
  padding-top: 24px;
  padding-bottom: 0;
  -webkit-order: 10;
  order: 10;
  -webkit-justify-content: center;
  justify-content: center
}

.t-ferrari .order-card__header svg {
  width: 16px;
  height: 16px
}

.t-ferrari .order-card__title {
  font-style: revert;
  text-transform: revert
}

.t-ferrari .order-card__footer-price,
.t-ferrari .order-card__footer-unavailable,
.t-ferrari .order-card__serial {
  border-color: var(--theme-color-divider-light)
}

.t-ferrari .order-card__serial {
  font-weight: 600
}

.t-ferrari .order-card__serial span {
  text-transform: lowercase;
  font-weight: 400
}

.t-ferrari .order-card__footer {
  overflow: hidden;
  border-bottom-left-radius: var(--theme-border-radius);
  border-bottom-right-radius: var(--theme-border-radius)
}

.t-ferrari .order-card__footer-price {
  margin-right: -20px;
  padding-right: 40px
}

.t-ferrari .order-card__add-to-cart {
  border-radius: 0
}

.t-ferrari .order-product__wrapper+.order-product__wrapper {
  margin-top: 40px
}

@media only screen and (min-width:64em) {
  .t-ferrari .c-order-product--half .order-product__wrapper {
    width: calc(50% - 20px);
    margin-top: 0;
    margin-bottom: 40px
  }
}

.t-ferrari .order-product__content {
  position: relative
}

.t-ferrari .order-product__title {
  text-transform: none;
  font-style: normal
}

.t-ferrari .order-product__totals {
  min-height: 50px;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: calc(100% + 60px);
  margin-left: -60px
}

@media only screen and (min-width:30em) {
  .t-ferrari .order-product__totals {
    min-height: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }
}

.t-ferrari .order-product__price {
  font-size: var(--theme-font-size-h4)
}

@media only screen and (min-width:48em) {
  .t-ferrari .order-product__price {
    font-size: var(--theme-font-size-h3)
  }
}

.t-ferrari .order-product__amount {
  display: -webkit-flex;
  display: flex;
  background-color: var(--theme-color-ferrari-off-white2);
  color: var(--theme-color-dark-grey);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 18px 35px 18px 65px;
  height: 60px;
  border-radius: 0;
  -webkit-clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z");
  clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z")
}

@media only screen and (min-width:30em) {
  .t-ferrari .order-product__amount {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    width: 35%
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .order-product__amount {
    width: 45%
  }
}

.t-ferrari .order-product__footnote {
  font-weight: 400;
  background-color: var(--theme-color-ferrari-off-white)
}

@media only screen and (min-width:30em) {
  .t-ferrari .order-product__footnote {
    background-color: #fff;
    min-height: 60px;
    padding-right: 35%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 20px
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .order-product__footnote {
    padding-right: 45%
  }
}

.t-ferrari .order-receipt__reference .input__label {
  font-size: var(--theme-font-size-body);
  font-weight: var(--theme-form-label-weight);
  color: var(--theme-color-form-label)
}

.t-ferrari .pagination__item {
  background: 0 0;
  width: 4rem;
  height: 4rem;
  min-height: 4rem
}

.t-ferrari .pagination__item--active {
  border: 2px solid var(--theme-color-ferrari-red);
  border-radius: 50%
}

.t-ferrari .pagination__item--active::after {
  display: none
}

.t-ferrari .product-add-to-cart-feedback__title {
  font-style: revert;
  letter-spacing: revert
}

.t-ferrari .product-add-to-cart-feedback__product .order-product__wrapper {
  border-radius: 0
}

.t-ferrari .product-add-to-cart-feedback__product .order-product__totals {
  margin-left: 0;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.t-ferrari .product-add-to-cart-feedback__product .order-product__amount {
  padding: 0;
  color: var(--theme-color-grey);
  position: relative;
  background-color: transparent;
  width: auto;
  height: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-clip-path: revert;
  clip-path: revert
}

@media only screen and (min-width:48em) {
  .t-ferrari .product-add-to-cart-feedback__buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .product-add-to-cart-feedback__buttons .c-button {
    width: auto
  }
}

.t-ferrari .c-image {
  overflow: hidden;
  border-radius: var(--theme-border-radius)
}

.t-ferrari .c-product-card {
  overflow: hidden
}

.t-ferrari .c-product-card--enabled .product-card__footer-value--not {
  text-transform: unset
}

.t-ferrari .product-card__wrapper {
  text-decoration: none
}

.t-ferrari .product-card__title {
  padding: 20px 24px;
  font-size: 1.6rem;
  height: auto
}

.t-ferrari .product-card__title.product-card__title--white {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-color: var(--theme-color-lightest-grey);
  color: var(--theme-color-text)
}

.t-ferrari .product-card__image .c-image {
  border-radius: 0
}

.t-ferrari .product-card__ribbon {
  width: 40px;
  height: 64px;
  border-radius: var(--theme-border-radius-xsmall)
}

.t-ferrari .product-card__content {
  padding: 24px
}

.t-ferrari .product-card__footer .c-button {
  border-radius: unset
}

.t-ferrari .product-card__footer .c-button--skew {
  width: 119px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.t-ferrari .product-card__footer .c-button--skew:hover {
  background-color: #e4e8ed
}

.t-ferrari .product-card__footer-value {
  height: var(--theme-button-min-height-desktop);
  font-weight: 400;
  color: var(--theme-color-text-highlight);
  margin: 0 24px
}

.t-ferrari .product-card__footer-value::before {
  width: 125%;
  background-color: var(--theme-color-lightest-grey)
}

.t-ferrari .product-card__footer-from {
  text-transform: none;
  margin-bottom: -5px
}

@media only screen and (min-width:77.5em) {
  .t-ferrari .product-overview__container-list .product-card__title {
    margin-bottom: 0;
    color: var(--theme-color-text)
  }

  .t-ferrari .product-overview__container-list .product-card__title::after {
    display: none
  }

  .t-ferrari .product-overview__container-list .product-card__footer-value--not {
    min-width: 90px
  }

  .t-ferrari .product-overview__container-list .c-button--skew {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
}

.t-ferrari .product-card__brand {
  top: 16px;
  -webkit-clip-path: none;
  clip-path: none;
  border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
  padding-right: 25px
}

.t-ferrari .product-family-overview__title {
  text-transform: uppercase
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-family-overview__container>.c-card:not(.u-hidden) {
    width: calc(33% - 2rem);
    margin-right: 1.5rem
  }
}

.t-ferrari .product-family-overview__container>.c-card:not(.u-hidden) .card__title {
  font-size: 18px;
  padding: 20px;
  height: auto;
  border: unset
}

@media screen and (min-width:480px) {
  .t-ferrari .product-family-overview__container>.c-card:not(.u-hidden) .card__title {
    font-size: calc(18px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .product-family-overview__container>.c-card:not(.u-hidden) .card__title {
    font-size: 20px
  }
}

.t-ferrari .product-family-overview__container>.c-card:not(.u-hidden) .card__image {
  border: unset
}

.t-ferrari .product-family-overview__container>.c-card:not(.u-hidden) .card__image .c-image {
  border-radius: unset
}

.t-ferrari .product-header__content-wrapper {
  width: 100%;
  margin-top: 20px
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-header__content-wrapper {
    width: calc(40% - (20px / 2));
    margin-top: 40px
  }
}

.t-ferrari .product-header__title {
  margin: 40px 0
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-header__title {
    margin-right: calc(50% + 60px)
  }
}

.t-ferrari .product-header__caption {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
  font-style: normal;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0
}

.t-ferrari .product-header__subtitle {
  margin-bottom: 10px;
  text-transform: unset;
  font-weight: 600
}

@media screen and (min-width:480px) {
  .t-ferrari .product-header__subtitle {
    margin-bottom: calc(10px + 30 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .product-header__subtitle {
    margin-bottom: 40px
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-header__subtitle {
    margin-right: calc(50% + 60px)
  }
}

.t-ferrari .product-header__price {
  font-style: normal
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-header__content {
    margin-right: calc(50% + 60px)
  }
}

.t-ferrari .product-header__image {
  margin-top: 20px
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-header__image {
    margin: 0;
    width: 50%;
    position: absolute;
    top: 120px;
    right: 0
  }
}

.t-ferrari .c-carousel {
  margin-bottom: 40px
}

.t-ferrari .carousel__dots {
  margin-top: 20px
}

@media only screen and (max-width:63.96875em) {
  .t-ferrari .carousel__dots {
    margin-left: 20px
  }
}

.t-ferrari .product-header__brand {
  -webkit-clip-path: none;
  clip-path: none;
  border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
  padding-right: 25px
}

@media only screen and (min-width:64em) {
  .t-ferrari .c-product-list {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.t-ferrari .c-product-list--expand .product-list__more {
  display: none
}

.t-ferrari .product-list__title {
  font-size: 18px
}

@media screen and (min-width:480px) {
  .t-ferrari .product-list__title {
    font-size: calc(18px + 6 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .product-list__title {
    font-size: 24px
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-list__title {
    width: calc(100% / 3)
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-list__container {
    width: calc(100% / 3 * 2)
  }
}

.t-ferrari .product-list__item {
  padding: 0;
  margin: 0;
  background-color: transparent
}

.t-ferrari .product-list__item+.product-list__item {
  margin-top: 40px
}

@media only screen and (min-width:48em) {
  .t-ferrari .product-list__item+.product-list__item {
    margin-top: 60px
  }
}

.t-ferrari .product-list__name {
  margin-bottom: 24px
}

.t-ferrari .product-list__details-button {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.t-ferrari .product-list__details-button svg {
  width: auto
}

.t-ferrari .product-list__more {
  margin-left: 0;
  margin-right: auto
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-list__more {
    margin-top: 60px
  }
}

.t-ferrari .product-suitables__title {
  font-size: 18px
}

@media screen and (min-width:480px) {
  .t-ferrari .product-suitables__title {
    font-size: calc(18px + 6 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .product-suitables__title {
    font-size: 24px
  }
}

.t-ferrari .product-suitables__product+.product-suitables__product {
  margin-top: 20px
}

.t-ferrari .product-suitables__product-link:focus .quick-links__button-arrow,
.t-ferrari .product-suitables__product-link:hover .quick-links__button-arrow {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg)
}

.t-ferrari .product-suitables__product-link:focus .quick-links__button-arrow:before,
.t-ferrari .product-suitables__product-link:hover .quick-links__button-arrow:before {
  background-color: var(--theme-color-button-primary-bg)
}

.t-ferrari .product-suitables__product-link:focus .quick-links__button-arrow .button__icon,
.t-ferrari .product-suitables__product-link:hover .quick-links__button-arrow .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

@media only screen and (max-width:63.96875em) {
  .t-ferrari .product-suitables__product-button {
    margin-right: -16px;
    margin-bottom: -16px
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .product-suitables__product-button {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-bottom: -25px;
    -webkit-transform: translateX(16px);
    transform: translateX(16px)
  }
}

.t-ferrari .product-suitables__product-button-label {
  padding-bottom: 16px
}

.t-ferrari .product-overview__accordion .accordion__item-summary svg {
  width: auto;
  height: auto
}

.t-ferrari .c-quick-links {
  margin-bottom: -40px
}

.t-ferrari .quick-links__link {
  position: relative;
  padding: 24px;
  margin-bottom: 40px
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .t-ferrari .quick-links__link {
    padding: 32px
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .quick-links__link {
    padding: 16px
  }
}

@media only screen and (min-width:48em) {
  .t-ferrari .quick-links__link:not(.quick-links__link--full) {
    width: calc(50% - 20px)
  }
}

.t-ferrari .quick-links__link p {
  margin-top: 10px;
  line-height: 1.5;
  margin-bottom: 10px
}

@media only screen and (max-width:29.96875em) {
  .t-ferrari .quick-links__link p {
    padding-right: 50px
  }
}

@media only screen and (min-width:30em) {
  .t-ferrari .quick-links__link p {
    padding-right: 100px
  }
}

.t-ferrari .quick-links__button-label {
  text-transform: none;
  font-weight: 600
}

.t-ferrari a.quick-links__link {
  position: relative
}

.t-ferrari a.quick-links__link:focus h3,
.t-ferrari a.quick-links__link:focus p,
.t-ferrari a.quick-links__link:hover h3,
.t-ferrari a.quick-links__link:hover p {
  color: var(--theme-color-headings-dark)
}

.t-ferrari a.quick-links__link:focus .quick-links__button-arrow,
.t-ferrari a.quick-links__link:hover .quick-links__button-arrow {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg)
}

.t-ferrari a.quick-links__link:focus .quick-links__button-arrow:before,
.t-ferrari a.quick-links__link:hover .quick-links__button-arrow:before {
  background-color: var(--theme-color-button-primary-bg)
}

.t-ferrari a.quick-links__link:focus .quick-links__button-arrow .button__icon,
.t-ferrari a.quick-links__link:hover .quick-links__button-arrow .button__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.t-ferrari .c-button.quick-links__button-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  padding-right: 30px
}

@media only screen and (min-width:30em) {
  .t-ferrari .c-button.quick-links__button-arrow {
    padding-left: 60px;
    padding-right: 40px
  }
}

.t-ferrari .related-products__title {
  font-size: 18px;
  text-transform: uppercase
}

@media screen and (min-width:480px) {
  .t-ferrari .related-products__title {
    font-size: calc(18px + 6 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ferrari .related-products__title {
    font-size: 24px
  }
}

.t-ferrari .c-section-item {
  box-shadow: unset
}

.t-ferrari .c-section-item:focus::before,
.t-ferrari .c-section-item:hover::before {
  display: none
}

.t-ferrari .c-section-item:focus .c-button path,
.t-ferrari .c-section-item:focus .c-button svg,
.t-ferrari .c-section-item:hover .c-button path,
.t-ferrari .c-section-item:hover .c-button svg {
  fill: var(--theme-color-ferrari-red)
}

.t-ferrari .section-item__wrapper {
  text-decoration: none
}

.t-ferrari .section-item__footer .c-button {
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent
}

.t-ferrari .section-item__footer .c-button path,
.t-ferrari .section-item__footer .c-button svg {
  fill: var(--theme-color-ferrari-red)
}

.t-ferrari .c-shopping-cart--show {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2)
}

.t-ferrari .shopping-cart__product-title {
  text-transform: none;
  font-style: normal
}

.t-ferrari .shopping-cart__product-remove svg {
  height: 1.8rem
}

.t-ferrari .shopping-cart__product-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border-top: 1px solid var(--theme-color-divider-light);
  text-align: left
}

@media only screen and (min-width:64em) {
  .t-ferrari .shopping-cart__product-actions {
    height: 60px;
    padding-left: 20px;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.t-ferrari .shopping-cart__product-price {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px
}

@media only screen and (min-width:64em) {
  .t-ferrari .shopping-cart__product-price {
    margin-bottom: 16px
  }
}

.t-ferrari .shopping-cart__product-buttons {
  margin-bottom: -20px;
  margin-right: -20px;
  width: auto;
  padding-left: 70px;
  padding-right: 40px;
  -webkit-clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z");
  clip-path: path("M0 60H800V0H72.111C52.0498 0 33.316 10.0261 22.188 26.718L0 60Z")
}

@media only screen and (min-width:30em) {
  .t-ferrari .shopping-cart__product-buttons {
    padding-left: 90px;
    padding-right: 60px
  }
}

@media only screen and (min-width:64em) {
  .t-ferrari .shopping-cart__product-buttons {
    margin-bottom: 0;
    margin-right: 0
  }
}

.t-ferrari .shopping-cart__product-modify,
.t-ferrari .shopping-cart__product-quantity {
  height: 60px
}

.t-ferrari .shopping-cart__product-quantity {
  color: var(--theme-color-grey);
  width: 2rem;
  font-family: revert
}

.t-ferrari .cart-totals__label {
  text-transform: none
}

.t-ferrari .cart-totals__totals .cart-totals__label {
  font-weight: 700
}

.t-ferrari .cart-totals__totals .cart-totals__label span {
  font-weight: 400
}

.t-ferrari .sp__header-amount {
  font-weight: 400
}

.t-ferrari .spc__name {
  text-transform: none;
  color: var(--theme-color-spare-parts-text)
}

.t-ferrari .spc__amount-label,
.t-ferrari .spc__sku-label {
  font-weight: 400;
  text-transform: none;
  font-size: 1.4rem
}

.t-ferrari .spc__actions {
  position: relative
}

.t-ferrari .spc__actions::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color-divider);
  opacity: .2;
  z-index: 2
}

@media only screen and (min-width:30em) {
  .t-ferrari .spc__actions::before {
    width: calc(100% + 100px);
    left: -20px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ferrari .spc__actions::before {
    left: 0
  }
}

.t-ferrari .spc__actions-button {
  padding-left: 40px;
  -webkit-clip-path: path("M0,60h500V0H57.8c-13,0-25.1,6.8-31.9,17.9L0,60z");
  clip-path: path("M0,60h500V0H57.8c-13,0-25.1,6.8-31.9,17.9L0,60z")
}

@media only screen and (max-width:29.96875em) {
  .t-ferrari .spc__actions-button {
    width: calc(100% + 20px)
  }
}

@media only screen and (min-width:30em) {
  .t-ferrari .spc__actions-button {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
}

@media only screen and (min-width:77.5em) {
  .t-ferrari .spc__actions-button {
    -webkit-transform: none;
    transform: none
  }
}

.t-ferrari .spc__actions-button svg .svg--icons-shopping-cart--ferrari {
  display: none
}

.t-ferrari .spc__actions-quantity {
  color: var(--theme-color-spare-parts-text-light)
}

.t-ferrari .sub-navigation__item .sub-navigation__link {
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase
}

.t-ferrari .c-tabpanel {
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%
}

.t-ferrari .c-tabs {
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%
}

.t-ferrari .tabs__title {
  margin-bottom: 10px
}

.t-ferrari .tabs__description {
  margin-bottom: 40px
}

.t-ferrari .tabs__list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.t-ferrari .tabs__item {
  margin: 0
}

.t-ferrari .tabs__tab {
  border: 1px solid #b3b3b3;
  border-radius: 24px;
  padding: 8px 16px
}

.t-ferrari .tabs__tab:hover {
  color: var(--theme-color-text-highlight)
}

.t-ferrari .tabs__tab.tabs__tab--is-active {
  border-color: var(--theme-color-text-highlight)
}

.t-ferrari .tabs__tab.tabs__tab--is-active::before {
  display: none
}

.t-ferrari .teaser__tag {
  font-style: normal
}

.t-ferrari .teaser__metadata {
  font-style: normal
}

.t-ferrari .teaser--has-image .teaser__btn-play .svg--icons-play {
  display: none
}

.t-ferrari .teaser--has-image .teaser__btn-play::before {
  content: '\f101';
  bottom: 4rem;
  right: 4rem;
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  background-color: #fff;
  border-radius: 50%;
  color: var(--theme-color-ferrari-red);
  font-family: VideoJS;
  font-size: 4.5rem;
  -webkit-transform: skew(0);
  transform: skew(0)
}

.t-ferrari .teaser--has-image .teaser__btn-play:hover::before {
  color: #fff
}

.t-ferrari .c-video {
  overflow: hidden;
  border-radius: var(--theme-border-radius)
}

.t-ferrari .c-video .vjs-big-play-button {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: var(--theme-color-ferrari-red);
  background-color: #fff;
  top: auto;
  left: auto;
  margin: 0;
  right: 20px;
  bottom: 20px;
  font-size: 35px
}

@media only screen and (min-width:64em) {
  .t-ferrari .c-video .vjs-big-play-button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    right: 40px;
    bottom: 40px;
    font-size: 45px
  }
}

.t-ferrari .c-video:focus .vjs-big-play-button,
.t-ferrari .c-video:hover .vjs-big-play-button {
  background-color: rgba(255, 255, 255, .8)
}

.t-ferrari .c-video .vjs-play-progress {
  background-color: var(--theme-color-ferrari-red)
}

@media only screen and (min-width:48em) {
  .t-ferrari .intro__video--large .c-video .vjs-big-play-button {
    right: 56px;
    bottom: 56px
  }
}

.t-ferrari .select__close {
  bottom: 10px;
  width: 2.8rem;
  height: 2.8rem
}

.t-ferrari .c-notification-card {
  background-color: #fff
}

.t-ferrari .c-notification-card .notification-card__date {
  color: var(--theme-color-ferrari-red)
}

.t-ferrari .c-notification-card .notification-card__category {
  color: var(--theme-color-dark-grey);
  text-transform: capitalize
}

@media only screen and (max-width:47.96875em) {
  .t-ferrari .notification-card__button .c-button {
    padding: 0 20px
  }
}

.t-ferrari .c-add-bulletin .accordion__item-summary {
  border-radius: var(--theme-select-border-radius);
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
  font-style: italic
}

.t-ferrari .c-add-bulletin .accordion__item-content {
  border-radius: 0;
  border-top: #fff solid 35px;
  margin-top: -35px
}

.t-ferrari .c-add-bulletin .c-add-bulletin__country-checkbox-wrapper {
  border-top: 100px solid #fff;
  top: -100px
}

.t-ferrari #body .EPiServerForms .Form__NavigationBar__Action {
  padding: 0
}

.t-ferrari #body .EPiServerForms .Form__NavigationBar__Action .button__icon svg {
  margin-bottom: 2px
}

.t-ferrari #body .EPiServerForms .FormSelection select {
  padding: 8px 8px 8px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z' fill='%237c7c7c'/%3E%3C/svg%3E%0A");
  background-position: right 0 center
}

.t-ferrari #body .EPiServerForms .Form__NavigationBar__ProgressBar--Text {
  bottom: -75px
}

.t-ohm {
  --theme-button-min-height-mobile: 48px;
  --theme-button-icon-width-mobile: var(--theme-button-min-height-mobile);
  --theme-button-min-height-desktop: 48px;
  --theme-button-icon-width-desktop: var(--theme-button-min-height-desktop);
  --theme-button-border-radius: 48px;
  --theme-button-font-size: 1.2rem;
  --theme-button-font-size-small: 1rem;
  --theme-button-padding: 7px 30px;
  --theme-button-padding-small: 10px 20px;
  --theme-button-font-weight: 600;
  --theme-button-border-width: 2px
}

.t-ohm {
  --theme-color-primary: #22b8c5;
  --theme-color-page-bg-grey: #ececed;
  --theme-color-ohm-blue: #22b8c5;
  --theme-color-ohm-black: #2d2b2d;
  --theme-color-ohm-red: #e2443a;
  --theme-color-lightest-grey: #ececed;
  --theme-color-light-grey: #ececed;
  --theme-color-light-grey--50: rgba(236, 236, 237, 0.5);
  --theme-color-grey: #c6c7c8;
  --theme-color-dark-grey: #525254;
  --theme-color-dark-grey--50: rgba(82, 82, 84, 0.5);
  --theme-color-page-bg: #ffffff;
  --theme-color-page-bg-80: rgba(255, 255, 255, 0.8);
  --theme-color-text: #2d2b2d;
  --theme-color-text-light: #ffffff;
  --theme-color-text-highlight: #22b8c5;
  --theme-color-text-note: #c6c7c8;
  --theme-color-headings: #2d2b2d;
  --theme-color-headings2: #000000;
  --theme-color-headings-light: #2d2b2d;
  --theme-color-link: #22b8c5;
  --theme-color-link-hover: #1a8f9a;
  --theme-color-divider: #ececed;
  --theme-color-divider-dark: #c6c7c8;
  --theme-color-divider-light: #ececed;
  --theme-color-loader: #22b8c5;
  --theme-color-button-primary-bg: #22b8c5;
  --theme-color-button-primary-bg-hover: #1a8f9a;
  --theme-color-button-primary-text: #ffffff;
  --theme-color-button-secondary-bg: #525254;
  --theme-color-button-secondary-bg-hover: #39393a;
  --theme-color-button-secondary-text: #ffffff;
  --theme-color-button-tertiary-bg: #c6c7c8;
  --theme-color-button-tertiary-bg-hover: #acaeaf;
  --theme-color-button-tertiary-text: #2d2b2d;
  --theme-color-button-outline: #2d2b2d;
  --theme-color-button-outline-hover: #22b8c5;
  --theme-color-button-ghost--black: #2d2b2d;
  --theme-color-back-button: #2d2b2d;
  --theme-color-button-icon-grey-text: #2d2b2d;
  --theme-color-button-icon-grey-bg: #ececed;
  --theme-color-button-icon-grey-bg-hover: #c6c7c8;
  --theme-color-filter-button-bg: transparent;
  --theme-color-filter-button-text: #2d2b2d;
  --theme-color-filter-button-text-active: #22b8c5;
  --theme-color-filter-button-border: transparent;
  --theme-color-filter-button-border-hover: transparent;
  --theme-color-filter-button-border-active: transparent;
  --theme-color-header-logo-bg: transparent;
  --theme-color-navigation-link: #2d2b2d;
  --theme-color-navigation-link-hover: #22b8c5;
  --theme-color-menu-button-bg: transparent;
  --theme-color-menu-button-text: #2d2b2d;
  --theme-color-counter: #22b8c5;
  --theme-color-header-search-bar: #22b8c5;
  --theme-color-header-search-bar-text: var(--theme-color-text-light);
  --theme-color-main-nav-bg: #22b8c5;
  --theme-color-main-nav-top-bg: #ffffff;
  --theme-color-main-nav-column-bg: transparent;
  --theme-color-main-nav-text: #ffffff;
  --theme-color-main-nav-text-hover: #2d2b2d;
  --theme-color-language-select-bg: #ececed;
  --theme-color-language-select-header: #22b8c5;
  --theme-color-language-select-header-text: #ffffff;
  --theme-color-language-select-title: var(--theme-color-text);
  --theme-color-language-select-link: var(--theme-color-text);
  --theme-color-language-select-link-hover: #22b8c5;
  --theme-color-language-select-link-dark: var(--theme-color-text);
  --theme-color-footer-bg: #22b8c5;
  --theme-color-footer-text: #ffffff;
  --theme-color-footer-cta: #ffffff;
  --theme-color-footer-nav-link: #ffffff;
  --theme-color-footer-nav-link-hover: #ffffff;
  --theme-color-footer-input: #ffffff;
  --theme-color-list-social-title: #ffffff;
  --theme-color-list-social-icon: #ffffff;
  --theme-color-disclaimer-bg: #22b8c5;
  --theme-color-disclaimer-text: #ffffff;
  --theme-color-disclaimer-text-hover: #ffffff;
  --theme-color-cookie-bar-bg: #ececed;
  --theme-color-cookie-bar-text: #2d2b2d;
  --theme-color-input-bg: #ffffff;
  --theme-color-input-border: #c6c7c8;
  --theme-color-input-border-hover: #525254;
  --theme-color-input-text: var(--theme-color-text);
  --theme-color-input-text-placeholder: #c6c7c8;
  --theme-color-form-label: var(--theme-color-text);
  --theme-color-form-error: #e2443a;
  --theme-color-form-description: var(--theme-color-text);
  --theme-color-radio: #c6c7c8;
  --theme-color-checkbox: #c6c7c8;
  --theme-color-checkbox-cta: #22b8c5;
  --theme-color-caret: #2d2b2d;
  --theme-color-switch-bg: #c6c7c8;
  --theme-color-switch-active-bg: #22b8c5;
  --theme-color-epi-button-bg: transparent;
  --theme-color-epi-button-text: #2d2b2d;
  --theme-color-epi-button--hover: transparent;
  --theme-color-epi-button-text--hover: #131213;
  --theme-color-epi-progress-bar-bg: #c6c7c8;
  --theme-color-epi-progress-bar-indicator: #22b8c5;
  --theme-color-epi-progress-bar-text: #525254;
  --theme-color-input-range-thumb: #22b8c5;
  --theme-color-input-range-thumb-hover: #1a8f9a;
  --theme-color-input-range-bar: #22b8c5;
  --theme-color-input-range-output: #2d2b2d;
  --theme-color-input-range-border: #c6c7c8;
  --theme-color-input-range-value: #525254;
  --theme-color-input-select-text: #2d2b2d;
  --theme-color-breadcrumb-text: #2d2b2d;
  --theme-color-breadcrumb-text-light: #ffffff;
  --theme-color-breadcrumb-text-active: #22b8c5;
  --theme-color-breadcrumb-arrow: #2d2b2d;
  --theme-color-hero-title: var(--theme-color-text);
  --theme-color-hero-title-bg: #ececed;
  --theme-color-intro-text: var(--theme-color-text);
  --theme-color-list-arrow: var(--theme-color-text);
  --theme-color-list-arrow-hover: #22b8c5;
  --theme-color-list-arrow-light: #c6c7c8;
  --theme-color-carousel-dots: rgba(45, 43, 45, 0.2);
  --theme-color-carousel-active: #2d2b2d;
  --theme-color-blockquote-bg: transparent;
  --theme-color-blockquote-text: var(--theme-color-headings);
  --theme-color-blockquote-name: #22b8c5;
  --theme-color-blockquote-metadata: #c6c7c8;
  --theme-color-maps-toggle-btn: #2d2b2d;
  --theme-color-maps-toggle-btn--active: #22b8c5;
  --theme-color-maps-location-list-item: #ffffff;
  --theme-color-maps-location-title: #22b8c5;
  --theme-color-maps-location-body: var(--theme-color-text);
  --theme-color-maps-location-label: #525254;
  --theme-color-maps-location-icon: #ffffff;
  --theme-color-maps-location-icon-bg: #22b8c5;
  --theme-color-zoomin-btn: #22b8c5;
  --theme-color-zoomin-btn-hover: #1a8f9a;
  --theme-color-zoomout-btn: #2d2b2d;
  --theme-color-overview-title: #2d2b2d;
  --theme-color-overview-body: #525254;
  --theme-color-overview-meta: #525254;
  --theme-color-overview-icon: #22b8c5;
  --theme-color-tabs-description: #2d2b2d;
  --theme-color-tabs-tab: #2d2b2d;
  --theme-color-tabs-tab-before-active: #22b8c5;
  --theme-color-tabs-tab-active: #2d2b2d;
  --theme-color-tabs-hover-focus: #22b8c5;
  --theme-color-suitables-bg: #ffffff;
  --theme-color-suitables-title: #2d2b2d;
  --theme-color-suitables-sku: #c6c7c8;
  --theme-color-download-file-bg: #ffffff;
  --theme-color-download-file-text: #2d2b2d;
  --theme-color-download-file-hover: #22b8c5;
  --theme-color-download-file-border: transparent;
  --theme-color-download-file-img-bg: transparent;
  --theme-color-download-file-data: #c6c7c8;
  --theme-color-download-file-download: #22b8c5;
  --theme-color-card-title: #2d2b2d;
  --theme-color-card-title-bg: #c5d0d8;
  --theme-color-card-title-highlight: #ffffff;
  --theme-color-card-title-highlight-bg: #22b8c5;
  --theme-color-card-title-light-bg: #ffffff;
  --theme-color-card-title-grey-bg: #8ba2b1;
  --theme-color-card-border: transparent;
  --theme-color-card-bg: #ffffff;
  --theme-color-card-text: var(--theme-color-text);
  --theme-color-product-card-bg: #ffffff;
  --theme-color-product-card-text: #c6c7c8;
  --theme-color-product-card-text-light: #525254;
  --theme-color-product-card-title-bg: transparent;
  --theme-color-product-card-title-bg-highlight: #22b8c5;
  --theme-color-product-card-title-bg-disabled: #ececed;
  --theme-color-product-card-title-bg-light: #ffffff;
  --theme-color-product-card-title-bg-grey: #ececed;
  --theme-color-product-card-title-text: #22b8c5;
  --theme-color-product-card-title-text-highlight: #ffffff;
  --theme-color-product-card-text-highlight: #2d2b2d;
  --theme-color-product-card-ribbon-bg: #c6c7c8;
  --theme-color-product-card-ribbon-text: #ffffff;
  --theme-color-order-card-header-bg: transparent;
  --theme-color-order-card-header-bg-hover: transparent;
  --theme-color-order-card-header-text: var(--theme-color-link);
  --theme-color-order-card-header-text-hover: var(--theme-color-link-hover);
  --theme-color-order-card-header-bg-active: transparent;
  --theme-color-order-card-header-text-active: #525254;
  --theme-color-my-product-card-popup-bg: #2d2b2d;
  --theme-color-my-product-card-popup-text: #ffffff;
  --theme-color-my-product-card-link: var(--theme-color-text);
  --theme-color-my-product-card-input-placeholder: var(--theme-color-text);
  --theme-color-product-list-item-bg: transparent;
  --theme-color-product-list-title: #22b8c5;
  --theme-color-product-list-item-label: #c6c7c8;
  --theme-color-product-list-item-value: #2d2b2d;
  --theme-color-product-list-toggle-button: #2d2b2d;
  --theme-color-add-to-cart-feedback-header-bg: #2d2b2d;
  --theme-color-dc-button-hover: #22b8c5;
  --theme-color-dc-button-active: #22b8c5;
  --theme-color-cards-filter-link: #2d2b2d;
  --theme-color-cards-filter-link-hover: #22b8c5;
  --theme-color-cards-filter-link-active: #22b8c5;
  --theme-color-po-accordion-item: #2d2b2d;
  --theme-color-po-accordion-item-border: #c5d0d8;
  --theme-color-po-accordion-input-label: #2d2b2d;
  --theme-color-po-accordion-input-legend: #2d2b2d;
  --theme-color-related-product-description: #525254;
  --theme-color-related-product-button: #22b8c5;
  --theme-color-related-product-button-hover: #1a8f9a;
  --theme-color-sort-icon: #2d2b2d;
  --theme-color-grid-icon: var(--theme-color-text);
  --theme-color-grid-icon-active: #22b8c5;
  --theme-color-my-account-page-bg: #ececed;
  --theme-color-my-account-page-bg-0: rgba(236, 236, 237, 0);
  --theme-color-sub-nav-mobile-bg: #22b8c5;
  --theme-color-my-account-menu-link: #2d2b2d;
  --theme-color-my-account-menu-link-hover: #525254;
  --theme-color-my-account-menu-link-active: #22b8c5;
  --theme-color-my-account-menu-link-mobile: #ececed;
  --theme-color-my-account-menu-link-mobile-hover: #ffffff;
  --theme-color-my-account-menu-link-mobile-active: #ffffff;
  --theme-color-product-header-body: #525254;
  --theme-color-section-overview-amount: #525254;
  --theme-color-section-item-text: #2d2b2d;
  --theme-color-section-item-border-hover: transparent;
  --theme-color-section-item-icon: #2d2b2d;
  --theme-color-section-item-icon-hover: #ffffff;
  --theme-color-search-bar-icon: #22b8c5;
  --theme-color-search-bar-icon-hover: #1a8f9a;
  --theme-color-pagination-number: var(--theme-color-text);
  --theme-color-pagination-number-hover: #22b8c5;
  --theme-color-pagination-number-active: #22b8c5;
  --theme-color-spare-parts-zoom-button: #2d2b2d;
  --theme-color-spare-parts-amount: #525254;
  --theme-color-spare-parts-text: #2d2b2d;
  --theme-color-spare-parts-text-light: #c6c7c8;
  --theme-color-spare-parts-text-cta: #22b8c5;
  --theme-color-spare-parts-button: #ececed;
  --theme-color-spare-parts-icons: #2d2b2d;
  --theme-color-quick-links-bg: var(--theme-color-light-grey--50);
  --theme-color-quick-link-button: var(--theme-color-text);
  --theme-color-quick-filter-title-text: #22b8c5;
  --theme-color-quick-filter-toggle-bg-hover: #22b8c5;
  --theme-color-quick-filter-toggle-icon-bg: #ececed;
  --theme-color-quick-filter-toggle-text-active: #22b8c5;
  --theme-color-quick-filter-buttons-bg: #22b8c5;
  --theme-color-quick-filter-buttons-text-hover: #2d2b2d;
  --theme-color-cart-bg: #ececed;
  --theme-color-cart-product-text: #2d2b2d;
  --theme-color-cart-product-title: #22b8c5;
  --theme-color-cart-product-icon: #c6c7c8;
  --theme-color-cart-product-buttons-bg: #ececed;
  --theme-color-cart-product-buttons-icons: #22b8c5;
  --theme-color-cart-text-cta: #22b8c5;
  --theme-color-cart-divider: #c6c7c8;
  --theme-color-checkout-product-title: #22b8c5;
  --theme-color-checkout-product-text: #2d2b2d;
  --theme-color-checkout-product-text-light: #525254;
  --theme-color-checkout-product-footer: #ffffff;
  --theme-color-checkout-order-block-cta: #ffffff;
  --theme-color-checkout-order-block-cta-text: #22b8c5;
  --theme-color-checkout-order-block-button: #22b8c5;
  --theme-color-checkout-order-block-button-light: #22b8c5;
  --theme-color-checkout-order-block-header-bg: transparent;
  --theme-color-checkout-order-block-header-bg-active: transparent;
  --theme-color-checkout-order-block-header-text: #2d2b2d;
  --theme-color-checkout-order-block-header-text-active: #22b8c5;
  --theme-color-payment-method-border: transparent;
  --theme-color-payment-method-radio-border: #2d2b2d;
  --theme-color-payment-method-radio-fill: #22b8c5;
  --theme-color-payment-method-text: #2d2b2d;
  --theme-color-modal-close-icon: #2d2b2d;
  --theme-color-teaser-metadata: #22b8c5;
  --theme-color-teaser-tag: #22b8c5;
  --theme-color-teaser-features-title: var(--theme-color-text);
  --theme-color-truck-library-button-color: #22b8c5
}

.t-ohm {
  --theme-body-font-weight: 400;
  --theme-font-family-primary: 'Montserrat', Helvetica, Arial, sans-serif;
  --theme-text-transform-headings: normal;
  --theme-text-style-headings: normal;
  --theme-font-weight-headings: 400;
  --theme-button-letter-spacing: 1px;
  --theme-button-text-transform: uppercase;
  --theme-h1-letter-spacing: 0;
  --theme-h2-letter-spacing: 0;
  --theme-link-decoration: none;
  --theme-filter-button-weight: normal;
  --theme-sort-label-weight: 600;
  --theme-font-size-body: 1.8rem;
  --theme-font-size-body-mobile: 1.6rem;
  --theme-font-size-h1: 8rem;
  --theme-font-size-h1-mobile: 4rem;
  --theme-font-size-h2: 5rem;
  --theme-font-size-h2-mobile: 3rem;
  --theme-font-size-h3: 3rem;
  --theme-font-size-h3-mobile: 2.5rem;
  --theme-font-size-h4: 1.8rem;
  --theme-font-size-h4-mobile: 1.6rem;
  --theme-font-size-h5: 1.6rem;
  --theme-font-size-h6: 1.6rem;
  --theme-font-size-caption: var(--theme-button-font-size);
  --theme-font-weight-caption: var(--theme-button-font-weight);
  --theme-text-transform-caption: uppercase;
  --theme-font-line-height-body: 1.44;
  --theme-font-line-height-h1: 1.125;
  --theme-font-line-height-h2: 1.2;
  --theme-font-line-height-h3: 1.333;
  --theme-font-line-height-h4: 1.44;
  --theme-font-line-height-h5: 1.44;
  --theme-font-line-height-h6: 1.44;
  --theme-footer-text-transform: none;
  --theme-footer-text-size: 1.6rem;
  --theme-footer-text-spacing: 0;
  --theme-color-disclaimer-font-size: 1.2rem;
  --theme-color-disclaimer-font-transform: none;
  --theme-cookie-bar-font-size: 1.6rem;
  --theme-form-label-transform: uppercase;
  --theme-form-label-weight: 600;
  --theme-form-label-font-size: 1.2rem;
  --theme-form-input-weight: 400;
  --theme-form-search-input-weight: 400;
  --theme-form-input-transform: none;
  --theme-form-input-font-size: 1.6rem;
  --theme-form-input-range-font-size: 1.2rem;
  --theme-form-input-range-font-weight: 600;
  --theme-blockquote-footer-text-size: 1.6rem;
  --theme-related-product-description-font-weight: 400;
  --theme-cart-text-transform: uppercase;
  --theme-vat-font-weight: 400;
  --theme-terms-font-weight: 400;
  --theme-checkout-form-input-font-weight: 400;
  --theme-truck-library-font-weight-accordion: 500;
  --theme-truck-library-font-weight-category: 700;
  --theme-truck-library-font-weight-aside-title: 400
}

.t-ohm {
  --theme-header-logo-width: 90px;
  --theme-header-logo-height: 24px;
  --theme-header-logo-width-portrait: 90px;
  --theme-header-logo-height-portrait: 24px;
  --theme-header-logo-width-desktop: 121px;
  --theme-header-logo-height-desktop: 32px;
  --theme-header-logo-width-small: 121px;
  --theme-header-logo-height-small: 32px;
  --theme-header-hamburger-width: 18px;
  --theme-divider-width: 1px;
  --theme-form-item-margin: 30px;
  --theme-radio-size: 24px;
  --theme-radio-border-width: 2px;
  --theme-checkbox-size: 24px;
  --theme-checkbox-size-large: 32px;
  --theme-checkbox-border-width: 2px;
  --theme-input-height: 56px;
  --theme-color-input-border-radius: 28px;
  --theme-form-textarea-height: 120px;
  --theme-epi-progress-bar-width: 5px;
  --theme-epi-progress-bar-border-radius: 3px;
  --theme-select-border-radius: 56px;
  --theme-carousel-alignment: flex-start;
  --theme-carousel-dots-width: 6px;
  --theme-carousel-dots-height: 6px;
  --theme-sort-border-radius: 28px;
  --theme-payment-method-margin: 0;
  --theme-modal-close-icon-size: 3.4rem
}

.t-ohm .c-blockquote {
  padding-right: 0;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative
}

@media screen and (min-width:480px) {
  .t-ohm .c-blockquote {
    padding-right: calc(0px + 100 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .c-blockquote {
    padding-right: 100px
  }
}

@media screen and (min-width:480px) {
  .t-ohm .c-blockquote {
    padding-left: calc(0px + 100 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .c-blockquote {
    padding-left: 100px
  }
}

@media screen and (min-width:480px) {
  .t-ohm .c-blockquote {
    padding-top: calc(20px + 160 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .c-blockquote {
    padding-top: 180px
  }
}

@media screen and (min-width:480px) {
  .t-ohm .c-blockquote {
    padding-bottom: calc(20px + 160 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .c-blockquote {
    padding-bottom: 180px
  }
}

.t-ohm .c-blockquote::after {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  width: calc(100% + 80px);
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='361' height='279' viewBox='0 0 361 279' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M180.279 0C80.7252 0 0 67.2443 0 150.083C0 204.935 35.2232 252.967 87.994 279C88.4743 278.744 88.9867 278.552 89.435 278.328C92.3334 264.796 98.2195 252.084 106.663 241.119C115.106 230.155 125.893 221.217 138.235 214.958V195.553C125.187 198.17 112.425 202.053 100.13 207.145C90.0579 189.82 84.7856 170.123 84.856 150.083C84.856 91.8366 127.572 44.6374 180.279 44.6374C232.986 44.6374 275.702 91.8366 275.702 150.083C275.764 170.108 270.504 189.789 260.46 207.113C248.161 202.001 235.386 198.118 222.323 195.521V215.118C234.563 221.385 245.258 230.291 253.636 241.195C262.015 252.098 267.867 264.727 270.771 278.167C271.347 278.456 271.987 278.68 272.564 279C325.271 252.967 360.558 204.935 360.558 150.083C360.558 67.2443 279.865 0 180.279 0Z' fill='url(%23paint0_linear_152_1407)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_152_1407' x1='180.279' y1='0' x2='180.279' y2='279' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2322B8C5' stop-opacity='0.17'/%3E%3Cstop offset='1' stop-color='%2322B8C5' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center
}

@media only screen and (min-width:64em) {
  .t-ohm .c-blockquote::after {
    background-image: url("data:image/svg+xml,%3Csvg width='848' height='575' viewBox='0 0 848 575' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M424 0C189.859 0 0 158.153 0 352.982C0 481.989 82.8419 594.956 206.954 656.183C208.084 655.581 209.289 655.129 210.343 654.602C217.16 622.777 231.004 592.878 250.862 567.092C270.719 541.305 296.09 520.283 325.117 505.562V459.923C294.429 466.079 264.414 475.21 235.497 487.186C211.808 446.439 199.408 400.114 199.574 352.982C199.574 215.991 300.038 104.983 424 104.983C547.962 104.983 648.426 215.991 648.426 352.982C648.572 400.078 636.201 446.367 612.578 487.111C583.652 475.088 553.607 465.957 522.883 459.848V505.938C551.67 520.677 576.825 541.625 596.53 567.269C616.235 592.913 630 622.614 636.828 654.225C638.184 654.903 639.69 655.43 641.046 656.183C765.008 594.956 848 481.989 848 352.982C848 158.153 658.217 0 424 0Z' fill='url(%23paint0_linear_126_129)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_126_129' x1='424' y1='0' x2='424' y2='656.183' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2322B8C5' stop-opacity='0.17'/%3E%3Cstop offset='1' stop-color='%2322B8C5' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
  }
}

.t-ohm .blockquote__quote {
  font-size: 25px
}

@media screen and (min-width:480px) {
  .t-ohm .blockquote__quote {
    font-size: calc(25px + 15 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .blockquote__quote {
    font-size: 40px
  }
}

.t-ohm .blockquote__quote::before {
  content: ''
}

.t-ohm .blockquote__quote::after {
  content: ''
}

.t-ohm .blockquote__footer {
  margin: 0;
  padding: 0;
  margin-top: 24px;
  width: 100%
}

.t-ohm .blockquote__footer::before {
  display: none
}

.t-ohm .breadcrumb__list-item {
  padding-right: 40px
}

.t-ohm .breadcrumb__list-item::after {
  width: 40px;
  font-size: 3.8rem;
  -webkit-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px))
}

.t-ohm .breadcrumb__item {
  font-size: 1.6rem
}

.t-ohm .c-button {
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .c-button:not([class*=c-button--icon-only]) svg:not([class=svg--icons-whatsapp]) {
  max-width: 15px;
  max-height: 12px
}

.t-ohm .c-button .button__skew {
  display: none
}

.t-ohm .c-button .button__slash {
  display: none
}

.t-ohm .c-button .button__slash+.button__icon {
  margin-left: 10px
}

.t-ohm .c-button[class*=c-button--ghost] {
  border-radius: unset;
  min-height: unset;
  border-bottom: var(--theme-button-border-width) solid currentColor
}

.t-ohm .c-button[class*=c-button--ghost] .button__icon {
  margin-left: 7px
}

.t-ohm .c-back-button .c-button--ghost .button__icon {
  margin-left: 0
}

.t-ohm .c-button--icon-only svg {
  width: auto;
  height: auto
}

.t-ohm .download-center__no-results-buttons .c-button:not([class*=c-button--icon-only]) svg {
  max-width: 18px;
  max-height: 18px
}

.t-ohm .download-center__header-interact svg {
  max-width: 18px;
  max-height: 18px
}

.t-ohm .cards-filter__radio .radio__label {
  margin-bottom: 20px;
  font-size: var(--theme-button-font-size);
  text-transform: var(--theme-button-text-transform);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .cards-filter__radio .radio__label::before {
  top: auto;
  bottom: -5px
}

.t-ohm .carousel__dots {
  margin-top: 25px
}

.t-ohm .carousel__dots>li>a {
  border-radius: 50%
}

.t-ohm .carousel__dots>li>a.is--active {
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px)
}

.t-ohm .carousel__video-corner {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg);
  margin: 0;
  right: 15px;
  bottom: 15px;
  font-size: 16px;
  transition: 250ms cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (min-width:64em) {
  .t-ohm .carousel__video-corner {
    width: 70px;
    height: 70px;
    line-height: 70px;
    right: 25px;
    bottom: 25px;
    font-size: 24px
  }
}

.t-ohm .carousel__video-corner:focus,
.t-ohm .carousel__video-corner:hover {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-ohm .carousel__video-corner::before {
  display: none;
  right: unset
}

.t-ohm .carousel__video-corner svg {
  position: relative;
  right: unset;
  bottom: unset;
  width: 16px;
  -webkit-transform: translate3d(2px, 0, 0);
  transform: translate3d(2px, 0, 0)
}

@media only screen and (min-width:64em) {
  .t-ohm .carousel__video-corner svg {
    width: 24px;
    -webkit-transform: translate3d(2px, -2px, 0);
    transform: translate3d(2px, -2px, 0)
  }
}

.t-ohm .c-contact {
  position: relative;
  box-shadow: unset;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 16px;
  padding-right: 16px
}

@media screen and (min-width:480px) {
  .t-ohm .c-contact {
    padding-top: calc(60px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .c-contact {
    padding-top: 80px
  }
}

@media screen and (min-width:480px) {
  .t-ohm .c-contact {
    padding-bottom: calc(60px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .c-contact {
    padding-bottom: 80px
  }
}

@media screen and (min-width:480px) {
  .t-ohm .c-contact {
    padding-left: calc(16px + -16 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .c-contact {
    padding-left: 0
  }
}

@media screen and (min-width:480px) {
  .t-ohm .c-contact {
    padding-right: calc(16px + -16 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .c-contact {
    padding-right: 0
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .c-contact {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.t-ohm .c-contact::after {
  content: '';
  position: absolute;
  top: 0;
  left: -500px;
  right: -500px;
  width: calc(100% + 1000px);
  height: 100%;
  background-color: var(--theme-color-light-grey);
  background-image: url(https://resource.ohmvehicles.com/svg/ohm-shape-contact--mobile.svg);
  background-position: center bottom;
  background-repeat: no-repeat
}

@media only screen and (min-width:64em) {
  .t-ohm .c-contact::after {
    background-image: url(https://resource.ohmvehicles.com/svg/ohm-shape-contact--desktop.svg);
    background-position: center top
  }
}

.t-ohm .contact__bottom,
.t-ohm .contact__top {
  background-color: transparent;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  padding-left: 0;
  z-index: 1
}

@media screen and (min-width:480px) {

  .t-ohm .contact__bottom,
  .t-ohm .contact__top {
    padding-left: calc(0px + 100 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {

  .t-ohm .contact__bottom,
  .t-ohm .contact__top {
    padding-left: 100px
  }
}

.t-ohm .contact__top {
  padding-bottom: 20px
}

@media screen and (min-width:480px) {
  .t-ohm .contact__top {
    padding-bottom: calc(20px + -20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .contact__top {
    padding-bottom: 0
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .contact__top {
    width: 50%
  }
}

.t-ohm .contact__bottom {
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:64em) {
  .t-ohm .contact__bottom {
    width: 50%
  }
}

.t-ohm .contact__person {
  padding-bottom: 0;
  font-size: var(--theme-font-size-body);
  font-weight: 400;
  color: var(--theme-color-ohm-black)
}

@media screen and (min-width:480px) {
  .t-ohm .contact__person {
    padding-bottom: calc(0px + 30 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .contact__person {
    padding-bottom: 30px
  }
}

.t-ohm .contact__person img {
  display: none
}

.t-ohm .contact__title {
  font-size: 30px;
  margin: 0;
  color: var(--theme-color-ohm-black);
  font-weight: 400
}

@media screen and (min-width:480px) {
  .t-ohm .contact__title {
    font-size: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .contact__title {
    font-size: 50px
  }
}

.t-ohm .contact__subtitle {
  display: none
}

.t-ohm .contact__button {
  width: -webkit-fit-content;
  width: fit-content
}

@media only screen and (min-width:48em) {
  .t-ohm .contact__button {
    margin: 0
  }
}

.t-ohm .contact__background-image {
  display: none
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .c-cubes {
    margin-bottom: 35px
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .c-cubes {
    margin-bottom: 50px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .cubes__inner {
    padding-left: 72px;
    padding-right: 72px;
    max-width: 900px
  }
}

.t-ohm .cubes__title {
  margin-bottom: 30px
}

@media only screen and (min-width:77.5em) {
  .t-ohm .cubes__title {
    margin-bottom: 100px
  }
}

.t-ohm .cubes__content::before {
  display: none
}

@media only screen and (min-width:77.5em) {
  .t-ohm .cubes__body {
    margin-left: 41.66667%
  }
}

.t-ohm .cubes__action {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 30px
}

@media only screen and (min-width:77.5em) {
  .t-ohm .cubes__action {
    margin-left: 41.66667%
  }
}

.t-ohm .cubes__action .c-button:not(:last-child) {
  margin-bottom: 30px
}

.t-ohm .custom-links-card__header {
  border-bottom: 1px solid var(--theme-color-divider);
  background-color: var(--theme-color-product-card-bg);
  margin: 0 20px;
  padding: 20px 0 10px
}

.t-ohm .custom-links-card__title {
  color: var(--theme-color-primary)
}

.t-ohm .custom-links-card__link {
  color: var(--theme-color-product-card-text-light);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .custom-links-card__link svg {
  color: var(--theme-color-primary)
}

html:not(.is-touch) .t-ohm .custom-links-card__link:focus,
html:not(.is-touch) .t-ohm .custom-links-card__link:hover {
  color: var(--theme-color-primary)
}

.t-ohm .c-display {
  background-color: transparent
}

.t-ohm .c-display::after,
.t-ohm .c-display::before {
  display: none
}

.t-ohm .display__image {
  -webkit-clip-path: circle(100% at 90% 50%);
  clip-path: circle(100% at 90% 50%)
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .c-display-carousel {
    margin-bottom: 35px
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .c-display-carousel {
    margin-bottom: 50px
  }
}

.t-ohm .c-display-carousel::after,
.t-ohm .c-display-carousel::before {
  display: none
}

.t-ohm .display-carousel__image-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: url(https://resource.ohmvehicles.com/svg/ohm-curve-white.svg);
  background-size: 100% 100%;
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

@media only screen and (min-width:77.5em) {
  .t-ohm .display-carousel__content {
    padding-right: 100px
  }
}

.t-ohm .c-display-carousel--inverse .display-carousel__image-container::after {
  left: auto;
  right: 0;
  background-position: top left;
  -webkit-transform: none;
  transform: none
}

@media only screen and (min-width:77.5em) {
  .t-ohm .c-display-carousel--inverse .display-carousel__content {
    padding-right: 0;
    padding-left: 100px
  }
}

.t-ohm .display-carousel__title {
  margin-bottom: 30px
}

.t-ohm .display-carousel__navigation-item {
  padding-right: 0;
  margin-right: 20px
}

.t-ohm .display-carousel__navigation-item::after {
  display: none
}

.t-ohm .display-carousel__navigation-button {
  position: relative;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .display-carousel__navigation-button::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -6px
}

.t-ohm .display-carousel__button {
  margin-top: 30px
}

.t-ohm .download__file {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.t-ohm .download__file:not(:last-child) {
  margin-bottom: 16px
}

@media only screen and (min-width:64em) {
  .t-ohm .download__file {
    padding: 20px 30px
  }
}

.t-ohm .download__file-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.t-ohm .download__file-icon {
  width: auto;
  height: auto
}

.t-ohm .download__file-icon svg {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--theme-color-text)
}

.t-ohm .download__file-name {
  text-transform: none;
  font-weight: 600
}

.t-ohm .download__file-data {
  margin-left: -4.5rem;
  font-size: 1.4rem;
  -webkit-order: 2;
  order: 2
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .download__file-data {
    width: 60%
  }
}

.t-ohm .download__file-download {
  text-align: right;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .download__file-download {
    -webkit-transform: translateY(19px);
    transform: translateY(19px)
  }
}

.t-ohm .download__file-download svg {
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  vertical-align: text-bottom
}

.t-ohm .download-center__quick-filter-title {
  text-transform: uppercase;
  font-weight: 700
}

.t-ohm .download-center__quick-filter-toggle {
  padding: 10px 15px;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .download-center__quick-filter-toggle:hover {
  background-color: var(--theme-color-quick-filter-toggle-bg)
}

.t-ohm .download-center__quick-filter-toggle:hover .download-center__quick-filter-toggle-icon {
  color: #fff;
  background-color: var(--theme-color-quick-filter-toggle-bg-hover)
}

.t-ohm .download-center__quick-filter-toggle-label {
  padding: 0
}

.t-ohm .download-center__quick-filter-toggle-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%
}

.t-ohm .download-center__quick-filter-toggle-icon svg {
  width: 7px;
  height: 12px
}

.t-ohm .download-center__quick-filter-button {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  margin-bottom: 10px
}

.t-ohm .download-center__quick-filter-button:hover .download-center__quick-filter-button-content::after {
  opacity: 1
}

.t-ohm .download-center__quick-filter-button svg {
  width: 13px;
  height: 11px
}

.t-ohm .download-center__quick-filter-button-content {
  position: relative
}

.t-ohm .download-center__quick-filter-button-content::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .download-center__result {
    padding: 15px
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .download-center__result {
    padding: 25px 30px
  }
}

.t-ohm .download-center__result-content {
  position: relative;
  margin-left: 0
}

@media only screen and (min-width:48em) {
  .t-ohm .download-center__result-image {
    margin: -10px 30px -10px -15px
  }
}

.t-ohm .download-center__result-props {
  padding-left: 35px;
  margin-bottom: 10px
}

.t-ohm .download-center__result-inactive {
  padding: 4px 10px
}

@media only screen and (min-width:48em) {
  .t-ohm .download-center__result-inactive {
    margin-top: 0;
    margin-bottom: 0
  }
}

.t-ohm .download-center__result-icon {
  padding: 0;
  position: absolute;
  top: 12px;
  left: 15px
}

@media only screen and (min-width:48em) {
  .t-ohm .download-center__result-icon {
    top: 22px;
    left: 30px
  }
}

.t-ohm .download-center__result-icon svg {
  width: auto;
  height: auto
}

.t-ohm .download-center__result-value {
  color: var(--theme-color-grey)
}

.t-ohm .download-center__result-value--project {
  color: var(--theme-color-text);
  font-size: 1.6rem
}

.t-ohm .c-button.c-button--icon-only-grey.download-center__results-button-download {
  background-color: transparent !important;
  color: var(--theme-color-button-primary-bg)
}

.t-ohm .c-button.c-button--icon-only-grey.download-center__results-button-download .button__icon svg,
.t-ohm .c-button.c-button--icon-only-grey.download-center__results-button-download .button__label {
  -webkit-transform: none;
  transform: none
}

.t-ohm .c-button.c-button--icon-only-grey.download-center__results-button-download svg,
.t-ohm .c-button.c-button--icon-only-grey.download-center__results-button-download svg path {
  fill: currentColor
}

.t-ohm .c-button.c-button--icon-only-grey.download-center__results-button-download:focus,
.t-ohm .c-button.c-button--icon-only-grey.download-center__results-button-download:hover {
  color: var(--theme-color-button-primary-bg-hover)
}

.t-ohm .download-center__result-buttons {
  -webkit-align-items: center;
  align-items: center
}

.t-ohm .c-button.download-center__results-button-link--mobile {
  margin-right: 0;
  margin-left: 2rem
}

.t-ohm .c-button.download-center__results-button-link--desktop {
  padding-left: 0;
  padding-right: 0;
  margin-right: 1rem;
  margin-left: 3rem;
  border-bottom: 0
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .edit-profile__discount-column .input__input {
    padding-left: 20px;
    padding-right: 10px
  }
}

.t-ohm .edit-profile__discount-column .form__item-tooltip {
  bottom: -30px;
  padding-left: 20px
}

@media only screen and (min-width:64em) {
  .t-ohm .edit-profile__discount-column .form__item-tooltip {
    bottom: -25px;
    padding-left: 30px
  }
}

.t-ohm .c-filters {
  margin: -10px
}

.t-ohm .filters__option {
  position: relative;
  padding: 0 0 6px;
  text-decoration: none;
  margin: 10px;
  border: 0;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .filters__option::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor
}

.t-ohm .c-filter-buttons::after {
  display: none
}

@media only screen and (min-width:64em) {
  .t-ohm .filter-buttons__title-col {
    width: calc(50% - 25px)
  }
}

.t-ohm .filter-buttons__button-scroll-container {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (min-width:64em) {
  .t-ohm .filter-buttons__button-scroll-container {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
  }
}

.t-ohm .filter-buttons__button {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: auto;
  background-color: transparent;
  border: 0;
  color: var(--theme-color-ohm-black);
  text-decoration: none
}

.t-ohm .filter-buttons__button:focus .filter-buttons__button-title,
.t-ohm .filter-buttons__button:hover .filter-buttons__button-title {
  color: var(--theme-color-navigation-link-hover);
  font-weight: var(--theme-button-font-weight)
}

.t-ohm .filter-buttons__button:focus .filter-buttons__button-title::after,
.t-ohm .filter-buttons__button:hover .filter-buttons__button-title::after {
  opacity: 1;
  color: var(--theme-color-navigation-link-hover)
}

@media only screen and (max-width:63.96875em) {
  .t-ohm .filter-buttons__button:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 1rem
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .filter-buttons__button {
    width: calc(50% - 40px);
    margin-bottom: 2rem;
    margin-left: 20px;
    margin-right: 20px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .filter-buttons__button {
    width: calc(25% - 40px);
    margin-bottom: 4rem
  }
}

.t-ohm .filter-buttons__button-image {
  width: 100%;
  aspect-ratio: 1/1
}

.t-ohm .filter-buttons__button-title {
  font-weight: var(--theme-body-font-weight);
  font-size: var(--theme-font-size-body);
  text-transform: none;
  position: relative;
  transition: .3s cubic-bezier(.455, .03, .515, .955);
  padding: 0
}

.t-ohm .filter-buttons__button-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms
}

@media only screen and (min-width:64em) {
  .t-ohm .filter-buttons__button-title {
    padding-top: 2rem
  }
}

.t-ohm .filter-buttons__arrow-right {
  display: none
}

.t-ohm article,
.t-ohm main {
  min-height: calc(100vh - 500px);
  padding-bottom: 0 !important
}

@media only screen and (max-width:29.96875em) {

  .t-ohm article>:last-child,
  .t-ohm main>:last-child {
    padding-bottom: calc(40px + 20px)
  }
}

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

  .t-ohm article>:last-child,
  .t-ohm main>:last-child {
    padding-bottom: calc(100px + 20px)
  }
}

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

  .t-ohm article>:last-child,
  .t-ohm main>:last-child {
    padding-bottom: calc(130px + 20px)
  }
}

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

  .t-ohm article>:last-child,
  .t-ohm main>:last-child {
    padding-bottom: calc(180px + 20px)
  }
}

.t-ohm .c-footer {
  position: relative;
  margin-top: 0
}

.t-ohm .c-footer::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url(https://resource.ohmvehicles.com/svg/ohm-curve-blue.svg);
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .c-footer::before {
    top: -39px;
    height: 40px
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .c-footer::before {
    top: -99px;
    height: 100px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .c-footer::before {
    top: -129px;
    height: 130px
  }
}

@media only screen and (min-width:90em) {
  .t-ohm .c-footer::before {
    top: -179px;
    height: 180px;
    background-image: url(https://resource.ohmvehicles.com/svg/ohm-curve-blue-large.svg)
  }
}

.t-ohm .footer__nav-link {
  position: relative
}

.t-ohm .footer__nav-link:focus span::after,
.t-ohm .footer__nav-link:hover span::after {
  opacity: 1
}

.t-ohm .footer__nav-link span {
  display: inline-block;
  position: relative
}

.t-ohm .footer__nav-link span::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(.455, .03, .515, .955)
}

.t-ohm .footer__newsletter-form {
  position: relative
}

.t-ohm .footer__newsletter-form input[type=email] {
  height: auto;
  padding: 16px 60px 16px 30px;
  border-radius: var(--theme-color-input-border-radius);
  border: 1px solid var(--theme-color-input-border);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: var(--theme-form-input-font-size);
  background-color: var(--theme-color-input-bg);
  line-height: var(--theme-font-line-height-body);
  text-transform: var(--theme-form-input-transform);
  color: var(--theme-color-input-text);
  transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.t-ohm .footer__newsletter-form input[type=email]::-webkit-input-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.t-ohm .footer__newsletter-form input[type=email]:-ms-input-placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.t-ohm .footer__newsletter-form input[type=email]::placeholder {
  color: var(--theme-color-input-text-placeholder)
}

.t-ohm .footer__newsletter-form button {
  position: absolute;
  top: 0;
  right: 10px;
  color: var(--theme-color-text);
  width: 54px;
  height: 54px;
  line-height: 52px
}

@media only screen and (min-width:64em) {
  .t-ohm .footer__newsletter-form button {
    right: 15px
  }
}

.t-ohm .footer__newsletter-form button svg path {
  transition: 250ms cubic-bezier(.455, .03, .515, .955)
}

.t-ohm .footer__newsletter-form button:focus,
.t-ohm .footer__newsletter-form button:hover {
  color: var(--theme-color-link)
}

.t-ohm .footer__newsletter-form button .button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.t-ohm .social-list__title {
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 10px
}

.t-ohm .social-list__link {
  opacity: 1
}

.t-ohm .social-list__link:focus,
.t-ohm .social-list__link:hover {
  opacity: .7
}

.t-ohm .disclaimer__nav-list-link {
  display: block;
  position: relative
}

.t-ohm .disclaimer__nav-list-link:focus::after,
.t-ohm .disclaimer__nav-list-link:hover::after {
  opacity: 1
}

.t-ohm .disclaimer__nav-list-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(.455, .03, .515, .955)
}

.t-ohm .c-form hr {
  border-top: 0;
  border-left: 0;
  border-right: 0
}

.t-ohm .select__arrow {
  height: var(--theme-input-height);
  width: 1.8rem;
  right: 30px
}

.t-ohm .select__arrow svg {
  width: 1.8rem
}

.t-ohm .select__arrow svg.svg--icons-chevron-down path {
  fill: currentColor
}

.t-ohm .input__label,
.t-ohm .select__label,
.t-ohm .textarea__label {
  padding-left: 30px
}

.t-ohm .FormTextbox__Input,
.t-ohm .input__input,
.t-ohm .select__input,
.t-ohm .textarea__input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 16px 30px;
  caret-color: var(--theme-color-caret)
}

.t-ohm .FormTextbox__Input:focus,
.t-ohm .input__input:focus,
.t-ohm .select__input:focus,
.t-ohm .textarea__input:focus {
  box-shadow: none
}

.t-ohm .select__input {
  padding-right: 8rem
}

.t-ohm .form__item-error {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  color: var(--theme-color-form-error);
  font-size: 1.4rem
}

.t-ohm .edit-profile__switch-label {
  font-weight: 600;
  font-size: var(--theme-form-input-font-size)
}

.t-ohm .FormChoice__Input--Radio+label,
.t-ohm .checkbox__label,
.t-ohm .radio__label {
  font-size: var(--theme-form-input-font-size)
}

.t-ohm .FormChoice__Input--Radio+label::after,
.t-ohm .FormChoice__Input--Radio+label::before,
.t-ohm .checkbox__label::after,
.t-ohm .checkbox__label::before,
.t-ohm .radio__label::after,
.t-ohm .radio__label::before {
  top: 0
}

.t-ohm .sort__input {
  padding: 16px 30px;
  text-align: left;
  text-transform: unset;
  font-weight: 400;
  border-bottom: 1px solid var(--theme-color-input-border)
}

.t-ohm .sort__arrow {
  right: 10px
}

.t-ohm .sort__arrow svg {
  width: 18px;
  height: 12px
}

.t-ohm .checkbox__label .svg--icons-check,
.t-ohm .checkbox__label-toggle .svg--icons-check {
  margin-top: 1px
}

.t-ohm .input__range-input-wrapper .input__range-output>span {
  background-color: var(--theme-color-input-bg);
  border-radius: var(--theme-color-input-border-radius);
  padding: 16px 30px;
  border: 1px solid var(--theme-color-input-border);
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  font-size: var(--theme-form-input-font-size);
  line-height: var(--theme-font-line-height-body);
  text-transform: var(--theme-form-input-transform);
  color: var(--theme-color-input-text);
  font-weight: var(--theme-form-input-weight)
}

.t-ohm .input__range-sliders {
  height: 15px
}

.t-ohm .input__range-fake-slider {
  margin: 0 .5rem
}

.t-ohm .input__range-fake-track {
  border-width: 1px
}

.t-ohm .input__range-fake-thumb {
  width: 9px;
  height: 9px
}

.t-ohm .input__range-fake-thumb--left {
  -webkit-transform: translate(-5px, -4px);
  transform: translate(-5px, -4px)
}

.t-ohm .input__range-fake-thumb--right {
  -webkit-transform: translate(5px, -4px);
  transform: translate(5px, -4px)
}

.t-ohm .googlemaps__text-wrapper {
  margin-bottom: 60px
}

@media only screen and (min-width:64em) {
  .t-ohm .googlemaps__text-wrapper {
    width: 83.33333%;
    margin: 0 auto
  }
}

.t-ohm .googlemaps__toggle {
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (min-width:64em) {
  .t-ohm .googlemaps__toggle {
    margin-bottom: 60px
  }
}

.t-ohm .googlemaps__togglebuttons {
  padding-bottom: 10px
}

.t-ohm .googlemaps__togglebutton {
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .googlemaps__togglebutton::after {
  height: 2px;
  background: var(--theme-color-maps-toggle-btn);
  -webkit-transform: scale(1);
  transform: scale(1)
}

.t-ohm .googlemaps__togglebutton.is-active {
  font-weight: 700;
  color: var(--theme-color-maps-toggle-btn--active)
}

.t-ohm .googlemaps__togglebutton.is-active::after {
  background: var(--theme-color-maps-toggle-btn--active)
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .header__logo {
    margin-left: 10px
  }
}

.t-ohm .header__logo::after {
  display: none
}

@media only screen and (min-width:64em) {
  .t-ohm .header__logo svg {
    width: var(--theme-header-logo-width-desktop);
    height: var(--theme-header-logo-height-desktop)
  }
}

.t-ohm .header__navigation {
  margin: 0;
  padding: 0
}

.t-ohm .header__navigation-list-item+.header__navigation-list-item {
  margin-left: 30px
}

.t-ohm .header__navigation-link {
  text-decoration: none;
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .header__navigation-link:focus,
.t-ohm .header__navigation-link:hover {
  color: var(--theme-color-link)
}

.t-ohm .header__navigation-link:focus::after,
.t-ohm .header__navigation-link:hover::after {
  opacity: 1
}

.t-ohm .header__language,
.t-ohm .header__login,
.t-ohm .header__shopping {
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0;
  min-width: initial;
  color: var(--theme-color-navigation-link);
  background-color: transparent;
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing)
}

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

  .t-ohm .header__language,
  .t-ohm .header__login,
  .t-ohm .header__shopping {
    margin-left: 20px
  }
}

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

  .t-ohm .header__language,
  .t-ohm .header__login,
  .t-ohm .header__shopping {
    margin-left: 25px
  }
}

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

  .t-ohm .header__language,
  .t-ohm .header__login,
  .t-ohm .header__shopping {
    margin-left: 30px
  }
}

.t-ohm .header__language::before,
.t-ohm .header__login::before,
.t-ohm .header__shopping::before {
  display: none
}

.t-ohm .header__language svg::before,
.t-ohm .header__login svg::before,
.t-ohm .header__shopping svg::before {
  display: none
}

.t-ohm .header__language:focus,
.t-ohm .header__language:hover,
.t-ohm .header__login:focus,
.t-ohm .header__login:hover,
.t-ohm .header__shopping:focus,
.t-ohm .header__shopping:hover {
  color: var(--theme-color-link)
}

.t-ohm .header__language-label,
.t-ohm .header__login-label,
.t-ohm .header__menu-label,
.t-ohm .header__navigation-link {
  position: relative;
  display: block;
  overflow: visible
}

.t-ohm .header__language-label::after,
.t-ohm .header__login-label::after,
.t-ohm .header__menu-label::after,
.t-ohm .header__navigation-link::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms
}

.t-ohm .header__phone {
  display: none
}

.t-ohm .header__language {
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

.t-ohm .header__language svg {
  width: auto;
  height: auto;
  margin-left: 5px
}

.t-ohm .header__language:focus .header__language-label::after,
.t-ohm .header__language:hover .header__language-label::after {
  opacity: 1
}

.t-ohm .header__language-label::after {
  width: calc(100% + 20px)
}

.t-ohm .header__shopping {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

.t-ohm .header__shopping svg {
  width: auto;
  height: auto
}

.t-ohm .header__shopping-counter {
  margin-left: 0;
  margin-right: 5px;
  letter-spacing: 0
}

.t-ohm .header__shopping-arrow {
  display: none
}

.t-ohm .header__login svg {
  width: 16px;
  height: 18px
}

@media only screen and (min-width:48em) {
  .t-ohm .header__login svg {
    display: none
  }
}

.t-ohm .header__login:focus .header__login-label::after,
.t-ohm .header__login:hover .header__login-label::after {
  opacity: 1
}

.t-ohm .header__login:focus .header__login-label,
.t-ohm .header__login:hover .header__login-label {
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-ohm .header__login-label {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  border-radius: var(--theme-button-border-radius);
  margin: 0;
  padding: 10px 15px;
  transition: 250ms cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .header__login-label {
    display: none
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .header__login-label {
    padding: 15px 20px
  }
}

.t-ohm .header__menu {
  min-width: initial;
  padding: 0;
  margin-right: 20px;
  margin-left: 15px;
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (min-width:48em) {
  .t-ohm .header__menu {
    margin-left: 20px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .header__menu {
    margin-left: 25px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .header__menu {
    margin-left: 30px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .header__menu {
    display: none
  }
}

.t-ohm .header__menu:focus,
.t-ohm .header__menu:hover {
  color: var(--theme-color-link)
}

.t-ohm .header__menu-hamburger {
  display: block
}

.t-ohm .header__menu-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.t-ohm .header__search-toggle {
  display: none;
  padding: 0;
  margin-right: 30px;
  margin-left: 25px;
  transition: .3s cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (min-width:77.5em) {
  .t-ohm .header__search-toggle {
    display: block
  }
}

.t-ohm .header__search-toggle svg {
  width: auto;
  height: auto
}

.t-ohm .header__search-toggle:focus,
.t-ohm .header__search-toggle:hover {
  color: var(--theme-color-link)
}

.t-ohm .header__search-bar .c-search-bar {
  width: calc(100% - 100px)
}

.t-ohm .c-search-bar .input__input {
  font-size: 1.6rem
}

.t-ohm .header__search-close {
  right: 20px
}

.t-ohm .header__search-close svg {
  width: 20px;
  height: 20px
}

.t-ohm .is--small .header__language-label,
.t-ohm .is--small .header__login-label,
.t-ohm .is--small .header__menu-label,
.t-ohm .is--small .header__navigation-list-item,
.t-ohm .is--small .header__phone-label {
  font-size: var(--theme-button-font-size)
}

.t-ohm .is--small svg {
  width: auto;
  height: auto
}

.t-ohm .c-header.is--small .c-search-bar .input__input {
  padding-top: 10px;
  padding-bottom: 10px
}

.t-ohm .c-hero {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  height: auto !important;
  max-height: none !important
}

.t-ohm .hero--no-image {
  padding-top: 110px
}

.t-ohm .hero--no-image .hero__title {
  color: var(--theme-color-hero-title)
}

.t-ohm .hero__content {
  -webkit-order: 2;
  order: 2;
  height: auto
}

.t-ohm .hero__media {
  position: relative;
  -webkit-order: 1;
  order: 1
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .hero__media {
    height: 30rem
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .hero__media {
    height: 40rem
  }
}

.t-ohm .hero__media::after {
  display: none
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .hero--medium .hero__media {
    height: 40rem
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .hero--medium .hero__media {
    height: 50rem
  }
}

.t-ohm .hero--large .hero__media {
  max-height: 70vh
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .hero--large .hero__media {
    height: 50rem
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .hero--large .hero__media {
    height: 60rem
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .hero--large .hero__media {
    height: 80rem
  }
}

.t-ohm .hero__title {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--theme-color-hero-title-bg)
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .hero__title {
    width: calc(100% + 70px);
    padding: 30px 35px;
    margin-left: -35px
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .hero__title {
    width: calc(100% + 100px);
    padding: 30px 50px;
    margin-left: -50px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .hero__title {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .t-ohm .hero__title::after {
    content: '';
    display: block;
    position: absolute;
    width: 300vw;
    background-color: inherit;
    height: 100%;
    top: 0;
    left: -100vw;
    z-index: -1
  }
}

@media only screen and (max-width:63.96875em) {
  .t-ohm .hero__title-content {
    padding-top: 50px
  }
}

.t-ohm .hero__back-button {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  color: var(--theme-color-ohm-black);
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media only screen and (max-width:63.96875em) {
  .t-ohm .hero__back-button {
    left: 50px;
    top: 16px
  }
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .hero__back-button {
    left: 35px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .hero__back-button {
    top: 90px;
    right: 70px
  }
}

.t-ohm .hero__back-button.c-button[class*=c-button--ghost] .button__icon {
  margin-left: 0;
  margin-right: 7px
}

@media only screen and (min-width:64em) {
  .t-ohm .hero__body {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.t-ohm .c-intro {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.t-ohm .c-intro .video__caption {
  margin-bottom: 20px
}

@media only screen and (min-width:64em) {
  .t-ohm .c-intro .video__caption {
    margin-bottom: 50px
  }
}

.t-ohm .intro__video-wrapper {
  margin-bottom: 30px
}

@media only screen and (max-width:89.96875em) {
  .t-ohm .intro__video-wrapper {
    width: calc(100% + 100px);
    margin-left: -50px
  }
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .intro__video-wrapper {
    width: calc(100% + 70px);
    margin-left: -35px
  }
}

@media only screen and (min-width:90em) {
  .t-ohm .intro__video-wrapper {
    width: 100vw;
    margin-left: calc((100vw - 1440px + 100px)/ -2)
  }
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .intro__video-wrapper .video__caption {
    padding-left: 35px
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .intro__video-wrapper .video__caption {
    padding-left: 50px
  }
}

.t-ohm .intro__video {
  max-width: revert
}

.t-ohm .intro__title {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

@media only screen and (min-width:48em) {
  .t-ohm .intro__title {
    width: 50%
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .intro__title {
    width: 60%
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .language-select__nav-container {
    height: 100%
  }

  .t-ohm .language-select__nav-container>.o-container {
    height: 100%
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .language-select__list {
    min-height: calc(100% - 50px)
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .language-select__list {
    min-height: calc(100% - 80px)
  }
}

.t-ohm .language-select__title {
  font-size: var(--theme-font-size-body);
  text-transform: uppercase;
  font-weight: 700
}

.t-ohm .language-select__region-title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h2);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h2-letter-spacing)
}

@media screen and (min-width:480px) {
  .t-ohm .language-select__region-title {
    font-size: calc(32px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .language-select__region-title {
    font-size: 40px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .language-select__region-title {
    margin-bottom: 40px
  }
}

.t-ohm .language-select__region {
  position: relative;
  border: 0
}

.t-ohm .language-select__region::before {
  position: absolute;
  content: '';
  display: block;
  background-color: var(--theme-color-divider-dark)
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .language-select__region::before {
    width: calc(100% + 70px);
    height: 1px;
    top: 0;
    left: -35px
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .language-select__region::before {
    height: calc(100% + 180px);
    width: 1px;
    top: -180px;
    right: 0
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .t-ohm .language-select__region:nth-child(2n)::before {
    display: none
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .t-ohm .language-select__region:nth-child(2n)::before {
    display: none
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .language-select__region:nth-child(4n)::before {
    display: none
  }
}

.t-ohm .language-select__global,
.t-ohm .language-select__link {
  text-transform: var(--theme-button-text-transform);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight)
}

.t-ohm .language-select__global {
  margin: 20px 0;
  height: 20px
}

@media only screen and (min-width:48em) {
  .t-ohm .language-select__global {
    margin-top: 40px
  }
}

.t-ohm .language-select__country {
  padding-bottom: 20px
}

.t-ohm .language-select__link {
  position: relative;
  display: inline-block
}

.t-ohm .language-select__link::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms
}

.t-ohm .language-select__link:focus::after,
.t-ohm .language-select__link:hover::after {
  opacity: 1
}

.t-ohm .language-select__close .button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.t-ohm .language-select__close svg {
  width: 20px;
  height: 20px
}

.t-ohm .list-arrow__link {
  padding-bottom: 2rem
}

.t-ohm .list-arrow__link svg {
  width: auto;
  height: auto
}

.t-ohm .list-arrow__label-wrapper {
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.t-ohm .location__action-label a {
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .c-main-navigation {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

@media only screen and (min-width:77.5em) {
  .t-ohm .c-main-navigation {
    display: none
  }
}

.t-ohm .c-main-navigation:not(.is--active) .c-button--close.main-navigation__close {
  display: none
}

.t-ohm .main-navigation__top {
  margin-top: 80px;
  color: var(--theme-color-text-light);
  position: relative
}

.t-ohm .main-navigation__top::before {
  content: '';
  display: block;
  background-color: #fff;
  width: 500%;
  height: auto;
  padding-bottom: 250%;
  position: absolute;
  left: -200%;
  border-radius: 50%;
  top: -50px
}

@media only screen and (min-width:30em) {
  .t-ohm .main-navigation__top {
    padding-bottom: 100px
  }
}

.t-ohm .main-navigation__top .input__input {
  padding-right: 60px;
  font-weight: 400;
  border-color: var(--theme-color-input-border)
}

.t-ohm .main-navigation__search {
  width: 100%;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px)
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .main-navigation__search {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px)
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .t-ohm .main-navigation__search {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px)
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .main-navigation__search {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
  }
}

.t-ohm .c-button.c-button--icon.search-bar__submit {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin: 0;
  padding: 10px;
  min-height: 0;
  right: 20px
}

.t-ohm .c-button.c-button--icon.search-bar__submit .button__icon svg,
.t-ohm .c-button.c-button--icon.search-bar__submit .button__label {
  -webkit-transform: none !important;
  transform: none !important
}

.t-ohm .c-button.c-button--icon.search-bar__submit svg {
  max-width: none;
  max-height: none;
  width: 18px;
  height: 18px
}

.t-ohm .in--navigation .c-button.c-button--icon.search-bar__submit .button__icon {
  margin: 0
}

.t-ohm .in--navigation .c-button.c-button--icon.search-bar__submit svg path {
  fill: var(--theme-color-text)
}

.t-ohm .in--navigation .c-button.c-button--icon.search-bar__submit:focus svg path,
.t-ohm .in--navigation .c-button.c-button--icon.search-bar__submit:hover svg path {
  fill: var(--theme-color-link)
}

.t-ohm .main-navigation__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 80px;
  height: 100%
}

.t-ohm .main-navigation__list {
  padding-bottom: 0
}

@media only screen and (min-width:48em) {
  .t-ohm .main-navigation__list {
    height: auto
  }

  .t-ohm .main-navigation__list>li {
    width: 100%
  }
}

.t-ohm .main-navigation__listitem {
  padding: 0 20px
}

.t-ohm .main-navigation__list:hover .main-navigation__listitem {
  opacity: 1
}

.t-ohm .main-navigation__subnav-link {
  padding: 15px 0;
  text-transform: var(--theme-button-text-transform);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  text-align: center
}

.t-ohm .main-navigation__subnav-link span:not(.main-navigation__subnav-link-icon) {
  position: relative;
  display: inline-block;
  overflow: visible
}

.t-ohm .main-navigation__subnav-link span:not(.main-navigation__subnav-link-icon)::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms
}

@media only screen and (min-width:48em) {
  .t-ohm .main-navigation__subnav-link svg {
    width: 28px;
    height: 28px
  }
}

.t-ohm .main-navigation__subnav-link:focus,
.t-ohm .main-navigation__subnav-link:hover {
  color: var(--theme-color-text)
}

.t-ohm .main-navigation__subnav-link:focus span:not(.main-navigation__subnav-link-icon)::after,
.t-ohm .main-navigation__subnav-link:hover span:not(.main-navigation__subnav-link-icon)::after {
  opacity: 1
}

.t-ohm .main-navigation__subnav-link-icon {
  display: none
}

.t-ohm .main-navigation__language {
  padding: 15px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer
}

.t-ohm .main-navigation__language:focus,
.t-ohm .main-navigation__language:hover {
  color: var(--theme-color-text)
}

.t-ohm .main-navigation__language:focus .main-navigation__language-label::after,
.t-ohm .main-navigation__language:hover .main-navigation__language-label::after {
  opacity: 1
}

.t-ohm .main-navigation__language-icon {
  margin-left: 5px
}

.t-ohm .main-navigation__language-icon svg {
  margin: 0;
  width: auto;
  height: auto
}

.t-ohm .main-navigation__language-label {
  display: block;
  position: relative;
  text-transform: var(--theme-button-text-transform);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight)
}

.t-ohm .main-navigation__language-label::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: calc(100% + 20px);
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 250ms
}

.t-ohm .c-button--close.main-navigation__close {
  position: fixed;
  top: 20px;
  right: 20px;
  color: var(--theme-color-text-light);
  z-index: 2
}

.t-ohm .c-button--close.main-navigation__close .button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.t-ohm .c-button--close.main-navigation__close svg {
  width: 20px;
  height: 20px
}

.t-ohm .c-button--close.main-navigation__close:focus,
.t-ohm .c-button--close.main-navigation__close:hover {
  color: var(--theme-color-text)
}

.t-ohm .c-metadata-list {
  margin-left: 0
}

.t-ohm .metadata-list__listitem span {
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing);
  color: var(--theme-color-ohm-black)
}

.t-ohm .u-text--metadata {
  margin-bottom: 1rem;
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing);
  color: var(--theme-color-dark-grey)
}

.t-ohm .my-dashboard__buttons .c-button {
  margin-bottom: 20px
}

@media only screen and (min-width:48em) {
  .t-ohm .my-dashboard__heading .c-button {
    min-height: revert;
    height: revert;
    padding: 7px 0
  }
}

.t-ohm .c-my-dashboard .my-dashboard__label {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700
}

.t-ohm .c-my-product-card .input__input {
  padding: 0;
  border-radius: 0;
  font-size: var(--theme-font-size-body);
  font-weight: 400
}

.t-ohm .c-my-product-card .input__input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .c-my-product-card .input__input::-moz-placeholder {
  text-transform: uppercase;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .c-my-product-card .input__input:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .my-product-card__header {
  -webkit-order: 3;
  order: 3
}

.t-ohm .my-product-card__header-content {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center
}

.t-ohm .my-product-card__header-button {
  -webkit-justify-content: center;
  justify-content: center
}

.t-ohm .my-product-card__remove-popup p {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .my-product-card__title {
  text-transform: uppercase;
  color: var(--theme-color-link);
  font-size: var(--theme-font-size-body-mobile);
  font-weight: 700
}

.t-ohm .my-product-card__license-plate,
.t-ohm .my-product-card__serial {
  font-weight: 400
}

.t-ohm .my-product-card__label {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  color: var(--theme-color-grey)
}

.t-ohm .my-product-card__links li:not(:last-child) {
  margin-bottom: 26px
}

.t-ohm .my-product-card__links li:last-child {
  margin-bottom: 16px
}

.t-ohm .my-product-card__link {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .my-product-card__link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -8px
}

.t-ohm .my-product-card__link svg {
  width: 12px;
  height: 10px
}

.t-ohm .my-product-card__add {
  height: 48px;
  width: auto;
  margin-right: 24px;
  margin-bottom: 24px
}

.t-ohm .my-products__add {
  margin-top: -20px
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .my-account__page {
    padding-bottom: 60px;
    margin-bottom: -60px
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .my-account__page {
    padding-bottom: 120px;
    margin-bottom: -120px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .my-account__page {
    padding-bottom: 130px;
    margin-bottom: -130px
  }
}

@media only screen and (min-width:90em) {
  .t-ohm .my-account__page {
    padding-bottom: 180px;
    margin-bottom: -180px
  }
}

.t-ohm .my-account__page .c-back-button {
  margin-top: 20px
}

@media only screen and (min-width:64em) {
  .t-ohm .my-account__page .c-back-button {
    margin-top: 30px
  }
}

.t-ohm .form--my-account__title {
  margin-bottom: 20px
}

.t-ohm .my-orders__link {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  position: relative
}

.t-ohm .my-orders__link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: currentColor
}

.t-ohm .c-news-events-block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (min-width:48em) {
  .t-ohm .c-news-events-block {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .news-events-block__title {
    width: 50%
  }
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .news-events-block__buttons {
    -webkit-order: 3;
    order: 3
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .news-events-block__buttons {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .news-events-block__buttons .c-button:first-child {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .news-events-block__buttons .c-button:first-child {
    margin-right: 10px
  }
}

.t-ohm .news-events-block__content {
  width: 100vw;
  margin-top: 30px
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .news-events-block__content {
    margin-left: -35px;
    margin-right: -35px
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .news-events-block__content {
    margin-left: -50px;
    margin-right: -50px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .news-events-block__content {
    margin-top: 60px
  }
}

@media only screen and (min-width:90em) {
  .t-ohm .news-events-block__content {
    margin-left: calc((100vw - 1440px + 100px)/ -2);
    margin-right: calc((100vw - 1440px + 100px)/ -2)
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .news-events-block__content .c-list-arrow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .news-events-block__content .c-list-arrow {
    position: relative;
    padding-right: 50%
  }
}

.t-ohm .news-events-block__content .list-arrow__item {
  border: 0
}

@media only screen and (min-width:48em) {
  .t-ohm .news-events-block__content .list-arrow__item {
    position: relative;
    width: 50%;
    padding-bottom: 50%
  }

  .t-ohm .news-events-block__content .list-arrow__item:nth-child(3) {
    width: 100%
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .news-events-block__content .list-arrow__item:nth-child(3) {
    width: 50%;
    padding-bottom: 25%;
    position: absolute;
    top: 0;
    right: 0
  }

  .t-ohm .news-events-block__content .list-arrow__item:nth-child(4) {
    width: 50%;
    padding-bottom: 50%;
    top: 0;
    right: 0
  }
}

.t-ohm .news-events-block__content .list-arrow__item:nth-child(1) {
  background: var(--theme-color-ohm-blue)
}

.t-ohm .news-events-block__content .list-arrow__item:nth-child(1) .list-arrow__link,
.t-ohm .news-events-block__content .list-arrow__item:nth-child(1) .list-arrow__metadata {
  color: var(--theme-color-text-light)
}

.t-ohm .news-events-block__content .list-arrow__item:nth-child(2),
.t-ohm .news-events-block__content .list-arrow__item:nth-child(4) {
  background: var(--theme-color-dark-grey)
}

.t-ohm .news-events-block__content .list-arrow__item:nth-child(2) .list-arrow__link,
.t-ohm .news-events-block__content .list-arrow__item:nth-child(2) .list-arrow__metadata,
.t-ohm .news-events-block__content .list-arrow__item:nth-child(4) .list-arrow__link,
.t-ohm .news-events-block__content .list-arrow__item:nth-child(4) .list-arrow__metadata {
  color: var(--theme-color-text-light)
}

.t-ohm .news-events-block__content .list-arrow__item:nth-child(5) {
  background: var(--theme-color-light-grey)
}

.t-ohm .news-events-block__content .list-arrow__link {
  padding: 35px;
  position: relative
}

@media only screen and (min-width:48em) {
  .t-ohm .news-events-block__content .list-arrow__link {
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

.t-ohm .news-events-block__content .list-arrow__link:focus,
.t-ohm .news-events-block__content .list-arrow__link:hover {
  color: var(--theme-color-text)
}

.t-ohm .news-events-block__content .list-arrow__link:focus .list-arrow__image,
.t-ohm .news-events-block__content .list-arrow__link:hover .list-arrow__image {
  opacity: .25
}

.t-ohm .news-events-block__content .list-arrow__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .15;
  transition: opacity .5s
}

.t-ohm .news-events-block__content .list-arrow__content {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.t-ohm .news-events-block__content .list-arrow__label {
  padding-right: 0;
  margin-right: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

@media screen and (min-width:480px) {
  .t-ohm .news-events-block__content .list-arrow__label {
    font-size: calc(20px + 10 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .news-events-block__content .list-arrow__label {
    font-size: 30px
  }
}

.t-ohm .news-events-block__content .list-arrow__metadata {
  margin-top: 15px;
  color: var(--theme-color-list-arrow);
  text-transform: none;
  font-size: 16px
}

@media screen and (min-width:480px) {
  .t-ohm .news-events-block__content .list-arrow__metadata {
    font-size: calc(16px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .news-events-block__content .list-arrow__metadata {
    font-size: 18px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .news-events-block__content .list-arrow__metadata {
    margin-top: 20px
  }
}

.t-ohm .news-events-block__content .list-arrow__icon {
  display: none
}

@media only screen and (min-width:48em) {
  .t-ohm .c-order-steps .c-order-block {
    width: calc(50% - 20px)
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .c-order-steps .c-order-block {
    width: calc(33% - 20px)
  }
}

.t-ohm .c-order-steps .c-order-block+.c-order-block {
  margin-top: 40px
}

@media only screen and (min-width:48em) {
  .t-ohm .c-order-steps .c-order-block+.c-order-block {
    margin-top: 0
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .c-order-steps .c-order-block:last-child {
    margin-top: 40px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .c-order-steps .c-order-block:last-child {
    margin-top: 0
  }
}

.t-ohm .order-block__title {
  padding-bottom: 0;
  font-size: var(--theme-font-size-body)
}

@media only screen and (min-width:48em) {
  .t-ohm .order-block__title {
    padding: 30px 24px 0
  }
}

.t-ohm .order-block__title span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--theme-color-divider)
}

@media only screen and (min-width:48em) {
  .t-ohm .order-block__content {
    padding: 30px 24px
  }
}

.t-ohm .order-block__actions {
  padding: 0 20px 20px;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (min-width:48em) {
  .t-ohm .order-block__actions {
    padding: 0 24px 30px
  }
}

.t-ohm .order-block__button {
  padding: 15px 30px;
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  margin: 0;
  color: #fff
}

.t-ohm .order-block__button::before {
  display: none
}

.t-ohm .order-block__button-label {
  padding: 0;
  font-weight: revert
}

.t-ohm .order-block__label {
  box-shadow: none;
  padding: 0;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  color: var(--theme-color-text);
  margin-left: 0;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.t-ohm .order-block__label svg {
  width: 14px;
  height: 14px;
  margin-left: 5px
}

.t-ohm .order-block__label-edit {
  position: relative;
  margin-left: auto;
  transition: color .2s cubic-bezier(.455, .03, .515, .955)
}

.t-ohm .order-block__label-edit:focus,
.t-ohm .order-block__label-edit:hover {
  color: var(--theme-color-link)
}

.t-ohm .order-block__label-edit::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -8px
}

.t-ohm .order-block__label-select {
  padding: 13px 30px;
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  border: 2px solid currentColor;
  display: inline-block;
  margin-right: auto;
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: color, border
}

.t-ohm .order-block__label-select:focus,
.t-ohm .order-block__label-select:hover {
  color: var(--theme-color-link)
}

.t-ohm .order-block__radio:not(:checked)~.order-block__actions .order-block__button {
  display: none
}

.t-ohm .order-delivery__extra-button {
  position: relative;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .order-delivery__extra-button::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -8px
}

.t-ohm .order-delivery__extra-button svg {
  width: 14px;
  height: 14px
}

.t-ohm .order-card__header {
  padding-top: 24px;
  padding-bottom: 0;
  -webkit-order: 10;
  order: 10;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  text-transform: uppercase
}

.t-ohm .order-card__header svg {
  width: 16px;
  height: 16px
}

.t-ohm .order-card__title {
  font-size: var(--theme-body-font-size);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-color-link)
}

.t-ohm .order-card__serial {
  font-weight: 400
}

.t-ohm .order-card__serial span {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  color: var(--theme-color-text-note)
}

.t-ohm .order-card__footer {
  position: relative;
  padding: 24px
}

.t-ohm .order-card__footer::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 48px);
  height: var(--theme-divider-width);
  top: 0;
  left: 24px;
  background-color: var(--theme-color-divider)
}

.t-ohm .order-card__footer-price {
  margin-left: 0;
  border: revert;
  color: var(--theme-color-link)
}

.t-ohm .order-card__add-to-cart {
  margin-left: 10px
}

.t-ohm .order-card__footer-unavailable {
  border-top: 0;
  margin: 0;
  padding: 0;
  height: 48px
}

.t-ohm .order-line__download-link,
.t-ohm .order-line__link {
  position: relative;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .order-line__download-link::after,
.t-ohm .order-line__link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: currentColor
}

.t-ohm .order-line__data-label {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  text-transform: uppercase
}

.t-ohm .order-line__download-link {
  margin-bottom: 30px
}

.t-ohm .order-line__download-link::after {
  bottom: -8px
}

.t-ohm .order-line__download-link svg {
  width: 16px;
  height: 16px
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .order-product__wrapper {
    padding-bottom: 70px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .c-order-product--half .order-product__wrapper {
    width: calc(50% - 20px);
    margin-bottom: 40px
  }
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .order-product__image {
    width: 60px
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .order-product__image {
    width: 100px
  }
}

.t-ohm .order-product__image .image__image {
  width: auto;
  height: auto
}

@media only screen and (min-width:48em) {
  .t-ohm .order-product__content {
    padding: 30px 200px 30px 24px
  }
}

.t-ohm .order-product__title {
  font-weight: 700
}

@media only screen and (min-width:48em) {
  .t-ohm .order-product__title {
    margin-bottom: 20px
  }
}

.t-ohm .order-product__details {
  margin-left: 20px
}

.t-ohm .order-product__totals {
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 20px
}

@media only screen and (min-width:48em) {
  .t-ohm .order-product__totals {
    padding: 30px 24px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .order-product__sku {
    margin-bottom: 0
  }
}

.t-ohm .order-product__amount {
  display: -webkit-flex;
  display: flex;
  text-transform: none;
  background-color: var(--theme-color-checkout-product-footer);
  position: relative
}

.t-ohm .order-product__footnote {
  text-align: left;
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing);
  text-transform: uppercase
}

@media only screen and (max-width:47.96875em) {
  .t-ohm .order-product__footnote {
    padding: 0 20px 0 calc(60px + 20px + 20px)
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .order-product__footnote {
    padding: 0 20px 0 calc(100px + 24px + 20px);
    margin-top: -30px;
    margin-bottom: 30px
  }
}

.t-ohm .order-receipt__reference .input__label {
  font-size: var(--theme-form-label-font-size);
  font-weight: var(--theme-form-label-weight);
  color: var(--theme-color-form-label)
}

.t-ohm .order-receipt__notes-toggle {
  margin-top: 40px;
  margin-bottom: 15px;
  position: relative;
  color: var(--theme-color-text);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .order-receipt__notes-toggle:focus,
.t-ohm .order-receipt__notes-toggle:hover {
  color: var(--theme-color-link) !important
}

.t-ohm .order-receipt__notes-toggle svg {
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 10px
}

.t-ohm .order-receipt__notes-toggle::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -8px
}

.t-ohm .overview__title {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

.t-ohm .overview__item article {
  min-height: revert
}

.t-ohm .overview__item:not(:last-child) {
  border-color: rgba(0, 0, 0, .1)
}

.t-ohm .overview__body {
  font-size: 1.6rem
}

.t-ohm .overview__metadata {
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .overview__link .overview__icon {
  padding: 0
}

.t-ohm .overview__icon {
  top: calc(50% - 6px)
}

.t-ohm .overview__icon svg {
  width: auto;
  height: auto
}

.t-ohm .c-pagination {
  margin-bottom: 60px
}

.t-ohm .pagination__item {
  min-height: 0;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  background: 0 0
}

.t-ohm .pagination__link {
  padding-top: 2px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid transparent;
  transition: 250ms cubic-bezier(.455, .03, .515, .955)
}

.t-ohm .pagination__link svg {
  width: 14px;
  height: 12px
}

.t-ohm .pagination__item--active .pagination__link {
  color: var(--theme-color-pagination-number-active);
  border-color: var(--theme-color-pagination-number-active)
}

.t-ohm .pagination__item--active::after {
  display: none
}

.t-ohm .pagination__item.pagination__item--next:focus .pagination__arrow--next,
.t-ohm .pagination__item.pagination__item--next:focus .pagination__arrow--prev,
.t-ohm .pagination__item.pagination__item--next:hover .pagination__arrow--next,
.t-ohm .pagination__item.pagination__item--next:hover .pagination__arrow--prev,
.t-ohm .pagination__item.pagination__item--prev:focus .pagination__arrow--next,
.t-ohm .pagination__item.pagination__item--prev:focus .pagination__arrow--prev,
.t-ohm .pagination__item.pagination__item--prev:hover .pagination__arrow--next,
.t-ohm .pagination__item.pagination__item--prev:hover .pagination__arrow--prev {
  color: var(--theme-color-button-primary-text);
  background-color: var(--theme-color-button-primary-bg-hover)
}

.t-ohm .pagination__arrow--next,
.t-ohm .pagination__arrow--prev {
  background-color: var(--theme-color-button-primary-bg);
  color: var(--theme-color-button-primary-text);
  padding-top: 0;
  padding-left: 2px
}

.t-ohm .payment-method__wrapper {
  padding: 30px
}

.t-ohm .payment-method__radio:checked+.payment-method__circle::after {
  border-color: var(--theme-color-payment-method-radio-border)
}

.t-ohm .payment-method__radio:checked+.payment-method__circle::before {
  -webkit-transform: scale(.7);
  transform: scale(.7)
}

.t-ohm .payment-method__circle {
  -webkit-align-self: flex-start;
  align-self: flex-start
}

.t-ohm .payment-method__circle::after {
  border-width: 2px
}

.t-ohm .payment-method__content-method {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .payment-method__content-description {
  margin-top: 15px;
  text-transform: none
}

.t-ohm .product-add-to-cart-feedback__title {
  font-weight: 700;
  text-transform: uppercase
}

.t-ohm .product-add-to-cart-feedback__product .order-product__image {
  width: auto
}

.t-ohm .product-add-to-cart-feedback__product .order-product__content {
  padding: 0
}

.t-ohm .product-add-to-cart-feedback__product .order-product__totals {
  padding: 0;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center
}

.t-ohm .product-add-to-cart-feedback__product .order-product__amount {
  color: var(--theme-color-dark-grey);
  font-weight: 400;
  text-transform: uppercase;
  font-size: var(--theme-button-font-size)
}

@media only screen and (min-width:48em) {
  .t-ohm .product-add-to-cart-feedback__buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .product-add-to-cart-feedback__buttons .c-button {
    width: auto
  }
}

.t-ohm .product-card__title {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 24px 24px 12px;
  font-size: 1.8rem;
  height: auto;
  margin-bottom: 8px
}

.t-ohm .product-card__title::after {
  content: '';
  display: block;
  width: calc(100% - 48px);
  height: 1px;
  background-color: var(--theme-color-divider);
  position: absolute;
  bottom: 0;
  left: 24px
}

.t-ohm .product-card__title.product-card__title--white {
  border: unset
}

.t-ohm .product-card__title.product-card__title--grey::after,
.t-ohm .product-card__title.product-card__title--red::after {
  display: none
}

.t-ohm .product-card__list-item:not(:last-child) {
  margin-bottom: 20px
}

.t-ohm .product-card__list-heading {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  text-transform: uppercase
}

.t-ohm .product-card__list-prop {
  font-size: 16px;
  font-weight: 400
}

@media screen and (min-width:480px) {
  .t-ohm .product-card__list-prop {
    font-size: calc(16px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .product-card__list-prop {
    font-size: 18px
  }
}

.t-ohm .product-card__description {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  text-transform: uppercase;
  color: var(--theme-color-link)
}

.t-ohm .product-card__content {
  padding: 24px
}

.t-ohm .product-card__footer {
  padding-right: 24px;
  padding-bottom: 14px
}

.t-ohm .product-card__footer-value {
  margin: 0 24px;
  font-weight: 700
}

.t-ohm .product-card__footer-value::before {
  display: none
}

.t-ohm .product-card__footer-value--not {
  font-size: 1.4rem;
  color: var(--theme-color-ohm-red)
}

.t-ohm .product-card__footer-from {
  font-weight: 400
}

@media only screen and (min-width:77.5em) {
  .t-ohm .product-overview__container-list .product-card__title {
    padding: 12px 24px
  }

  .t-ohm .product-overview__container-list .product-card__list-item:not(:last-child) {
    margin-bottom: 0
  }

  .t-ohm .product-overview__container-list .product-card__title {
    margin-bottom: 0
  }

  .t-ohm .product-overview__container-list .product-card__title::after {
    display: none
  }
}

.t-ohm .c-button svg {
  width: 16px
}

.t-ohm .c-button+.product-card__footer-shopping-btn {
  margin-left: 10px
}

.t-ohm .product-card__footer-shopping-btn {
  width: 64px
}

.t-ohm .c-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.t-ohm .c-card::before {
  display: none
}

@media only screen and (min-width:64em) {
  .t-ohm .product-family-overview__container {
    margin-right: -80px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .product-family-overview__container>.c-card:not(.u-hidden) {
    width: calc(33% - 40px);
    margin-right: 40px
  }
}

.t-ohm .product-family-overview__container>.c-card:not(.u-hidden) .card__title {
  font-size: 16px;
  text-transform: unset;
  padding: 16px 0;
  height: auto;
  border: unset
}

@media screen and (min-width:480px) {
  .t-ohm .product-family-overview__container>.c-card:not(.u-hidden) .card__title {
    font-size: calc(16px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .product-family-overview__container>.c-card:not(.u-hidden) .card__title {
    font-size: 18px
  }
}

.t-ohm .product-family-overview__container>.c-card:not(.u-hidden) .card__image {
  border: unset
}

.t-ohm .product-header__title {
  margin: 40px 0
}

@media only screen and (min-width:64em) {
  .t-ohm .product-header__title {
    margin-right: calc(40% + 60px)
  }
}

.t-ohm .product-header__caption {
  font-size: 16px;
  display: block;
  margin-bottom: 16px;
  letter-spacing: 0
}

@media screen and (min-width:480px) {
  .t-ohm .product-header__caption {
    font-size: calc(16px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .product-header__caption {
    font-size: 18px
  }
}

.t-ohm .product-header__subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase
}

@media screen and (min-width:480px) {
  .t-ohm .product-header__subtitle {
    margin-top: calc(20px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .product-header__subtitle {
    margin-top: 40px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .product-header__subtitle {
    margin-right: calc(50% + 60px)
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .product-header__content {
    margin-right: calc(50% + 60px)
  }
}

@media only screen and (max-width:63.96875em) {
  .t-ohm .product-header__image {
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    margin: 0
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .product-header__image {
    width: 40%;
    position: absolute;
    top: 120px;
    right: 0
  }
}

.t-ohm .product-header__stock {
  margin: 0 0 40px
}

.t-ohm .product-header__price-from {
  font-weight: 400;
  font-size: var(--theme-button-font-size);
  margin-bottom: -10px
}

.t-ohm .product-header__price {
  font-weight: 700;
  margin-bottom: 10px
}

.t-ohm .product-header__body {
  margin-bottom: 40px
}

.t-ohm .product-header__actions .c-button--ghost {
  padding-left: 0
}

@media only screen and (min-width:64em) {
  .t-ohm .c-product-list {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.t-ohm .c-product-list--expand .product-list__more {
  display: none
}

.t-ohm .product-list__title {
  font-size: 18px
}

@media screen and (min-width:480px) {
  .t-ohm .product-list__title {
    font-size: calc(18px + 6 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .product-list__title {
    font-size: 24px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .product-list__title {
    width: calc(100% / 3)
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .product-list__container {
    width: calc(100% / 3 * 2)
  }
}

.t-ohm .product-list__item {
  padding: 0;
  margin: 0;
  background-color: transparent
}

.t-ohm .product-list__item+.product-list__item {
  margin-top: 40px
}

@media only screen and (min-width:48em) {
  .t-ohm .product-list__item+.product-list__item {
    margin-top: 60px
  }
}

.t-ohm .product-list__name {
  margin-bottom: 24px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700
}

.t-ohm .product-list__specs-prop {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  text-transform: uppercase
}

.t-ohm .product-list__specs-value {
  font-weight: 400;
  text-transform: unset
}

.t-ohm .product-list__details-button {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.t-ohm .product-list__details-button p {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .product-list__more {
  margin-left: 0;
  margin-right: auto
}

@media only screen and (min-width:64em) {
  .t-ohm .product-list__more {
    margin-top: 60px
  }
}

.t-ohm .product-suitables__title {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

.t-ohm .product-suitables__product+.product-suitables__product {
  margin-top: 20px
}

.t-ohm .product-suitables__product-link:focus .product-suitables__product-button,
.t-ohm .product-suitables__product-link:hover .product-suitables__product-button {
  color: var(--theme-color-link-hover)
}

.t-ohm .product-suitables__product-link:focus .quick-links__button-arrow,
.t-ohm .product-suitables__product-link:hover .quick-links__button-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.t-ohm .product-suitables__button {
  position: relative;
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .product-suitables__button::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: -6px;
  left: 0
}

.t-ohm .product-overview__accordion .accordion__item-summary {
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .product-overview__accordion .accordion__item-summary svg {
  width: auto;
  height: auto
}

.t-ohm .product-overview__fieldset legend {
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing);
  font-weight: var(--theme-button-font-weight)
}

.t-ohm .product-overview__fieldset .checkbox__label {
  font-weight: var(--theme-form-input-weight);
  padding-bottom: 1px
}

.t-ohm .product-overview__count {
  font-size: var(--theme-button-font-size);
  text-transform: var(--theme-button-text-transform);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .product-overview__button {
  margin-left: 30px
}

.t-ohm .product-overview__button .button__view {
  margin-left: 10px
}

.t-ohm .c-quick-links {
  position: relative;
  min-width: 100%;
  overflow: hidden
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .c-quick-links {
    padding: 35px
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .c-quick-links {
    padding: 50px
  }
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .c-quick-links:not(.o-container) {
    width: calc(100% + 70px);
    margin: -35px
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .c-quick-links:not(.o-container) {
    width: calc(100% + 100px);
    margin: -50px
  }
}

.t-ohm .c-quick-links::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(https://resource.ohmvehicles.com/svg/ohm-shape-quick-links--mobile.svg);
  pointer-events: none
}

@media only screen and (max-width:29.96875em) {
  .t-ohm .c-quick-links::after {
    top: -35px;
    left: -35px;
    width: calc(100% + 70px);
    height: calc(100% + 70px)
  }
}

@media only screen and (min-width:30em) {
  .t-ohm .c-quick-links::after {
    top: -50px;
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% + 100px)
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .c-quick-links::after {
    background-image: url(https://resource.ohmvehicles.com/svg/ohm-shape-quick-links--desktop.svg)
  }
}

.t-ohm .quick-links__link {
  padding: 25px;
  background-color: var(--theme-color-light-grey--50)
}

@media only screen and (min-width:48em) {
  .t-ohm .quick-links__link {
    width: calc(50% - 5px);
    margin-bottom: 10px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .quick-links__link {
    padding: 40px
  }
}

.t-ohm .quick-links__link h3 {
  margin-bottom: 15px
}

.t-ohm .quick-links__wrapper--checkout {
  margin-top: 50px
}

@media only screen and (min-width:48em) {
  .t-ohm .quick-links__wrapper--checkout .c-quick-links {
    margin-top: 30px;
    margin-bottom: -30px
  }

  .t-ohm .quick-links__wrapper--checkout .c-quick-links::after {
    top: -30px;
    bottom: 0;
    height: calc(100% + 30px)
  }
}

.t-ohm .quick-links__wrapper--checkout .quick-links__link {
  background-color: #fff
}

@media only screen and (min-width:64em) {
  .t-ohm .quick-links__wrapper--checkout .quick-links__link {
    width: calc(50% - 20px);
    margin-bottom: 40px
  }
}

@media only screen and (min-width:48em) {
  .t-ohm .quick-links__link--full {
    width: 100%
  }

  .t-ohm .quick-links__link--full .quick-links__image {
    margin-right: 60px
  }

  .t-ohm .quick-links__link--full .quick-links__content {
    margin-top: 0
  }
}

.t-ohm .quick-links__content {
  margin-top: 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media only screen and (min-width:64em) {
  .t-ohm .quick-links__content {
    margin-top: 0
  }
}

.t-ohm .quick-links__image {
  width: 100px;
  height: 100px;
  min-height: 100px
}

@media only screen and (min-width:64em) {
  .t-ohm .quick-links__image {
    margin-right: 60px
  }
}

.t-ohm .quick-links__image--big {
  width: 150px;
  height: 150px;
  min-height: 150px
}

.t-ohm .quick-links__button {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  width: auto;
  margin-top: 30px;
  margin-bottom: 20px
}

.t-ohm .quick-links__button::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: background .2s cubic-bezier(.455, .03, .515, .955)
}

.t-ohm .quick-links__button svg {
  width: 12px;
  height: 10px
}

.t-ohm .quick-links__button-label {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  -webkit-flex-grow: revert;
  flex-grow: revert
}

.t-ohm .quick-links__button-arrow {
  line-height: 0;
  margin-left: 5px
}

.t-ohm a.quick-links__link:focus .quick-links__button,
.t-ohm a.quick-links__link:hover .quick-links__button {
  color: var(--theme-color-ohm-blue)
}

.t-ohm .related-products__item-arrow {
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .c-section-item {
  padding: 0;
  box-shadow: unset;
  cursor: pointer
}

.t-ohm .c-section-item:hover {
  background-color: var(--theme-color-ohm-blue);
  color: #fff
}

.t-ohm .c-section-item:hover .section-item__footer-text {
  color: #fff
}

.t-ohm .c-section-item:hover::before {
  display: none
}

.t-ohm .section-item__footer .c-button {
  -webkit-align-self: unset;
  -ms-grid-row-align: unset;
  align-self: unset;
  margin-right: 14px;
  background-color: transparent
}

.t-ohm .section-item__footer .c-button:focus,
.t-ohm .section-item__footer .c-button:hover {
  background-color: transparent
}

.t-ohm .section-item__footer .c-button svg {
  width: 14px;
  height: 12px
}

.t-ohm .section-item__footer-text {
  margin: 0 24px;
  color: var(--theme-color-text);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .c-shopping-cart--show {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2)
}

.t-ohm .shopping-cart__product {
  box-shadow: none
}

@media only screen and (min-width:64em) {
  .t-ohm .shopping-cart__product-content {
    padding: 32px
  }
}

.t-ohm .shopping-cart__product-figure {
  margin-right: 50px;
  max-width: 110px
}

.t-ohm .shopping-cart__product-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px
}

.t-ohm .shopping-cart__product-sku {
  font-size: revert
}

.t-ohm .shopping-cart__product-actions {
  padding: 0 32px 32px;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.t-ohm .shopping-cart__product-price {
  font-size: revert;
  height: 48px
}

.t-ohm .shopping-cart__product-buttons {
  border-radius: var(--theme-button-border-radius);
  background-color: var(--theme-color-light-grey);
  padding: 0 28px;
  margin-bottom: 0;
  width: auto
}

.t-ohm .shopping-cart__product-modify {
  width: auto;
  height: 48px
}

.t-ohm .shopping-cart__product-modify .svg--icons-min,
.t-ohm .shopping-cart__product-modify .svg--icons-plus {
  width: 12px
}

.t-ohm .shopping-cart__product-quantity {
  height: 48px
}

.t-ohm .cart-totals__label {
  text-transform: none
}

.t-ohm .cart-totals__totals .cart-totals__label {
  font-weight: 700
}

.t-ohm .cart-totals__totals .cart-totals__label span {
  font-weight: 400
}

.t-ohm .spc__number {
  font-weight: 600;
  font-size: 1.2rem
}

@media only screen and (min-width:77.5em) {
  .t-ohm .spc__number {
    position: absolute;
    margin: 0;
    top: 35px;
    left: 24px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .spc__content {
    padding: 30px 24px 20px
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .spc__name {
    padding-left: 30px
  }
}

.t-ohm .spc__amount,
.t-ohm .spc__sku {
  font-weight: 400
}

.t-ohm .spc__amount-label,
.t-ohm .spc__sku-label {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

@media only screen and (min-width:77.5em) {
  .t-ohm .spc__bottom {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0 24px
  }
}

@media only screen and (min-width:90em) {
  .t-ohm .spc__bottom {
    padding-bottom: 10px
  }
}

.t-ohm .spc__actions {
  border-radius: var(--theme-button-border-radius);
  background-color: var(--theme-color-light-grey);
  margin-bottom: 20px;
  -webkit-flex-grow: unset;
  flex-grow: unset;
  padding: 0 38px
}

@media only screen and (min-width:30em) {
  .t-ohm .spc__actions {
    width: auto
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .spc__actions {
    padding: 0 20px;
    margin-right: 20px
  }
}

@media only screen and (min-width:90em) {
  .t-ohm .spc__actions {
    width: calc(30% - 20px)
  }
}

@media only screen and (min-width:77.5em) {
  .t-ohm .spc__price {
    width: 100%;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 30px
  }
}

.t-ohm .spc__actions-modify {
  width: auto
}

.t-ohm .spc__actions-modify .svg--icons-min,
.t-ohm .spc__actions-modify .svg--icons-plus {
  width: 12px
}

.t-ohm .spc__actions-quantity {
  color: var(--theme-color-ohm-blue);
  font-weight: 600
}

.t-ohm .spc__actions-button {
  border-radius: var(--theme-button-border-radius);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  padding: var(--theme-button-padding);
  margin-bottom: 20px
}

@media only screen and (min-width:30em) {
  .t-ohm .spc__actions-button {
    width: auto
  }
}

@media only screen and (min-width:90em) {
  .t-ohm .spc__actions-button {
    width: 40%
  }
}

.t-ohm .spc__actions-button svg[class*=svg--icons-shopping-cart] {
  width: 16px;
  height: 16px;
  margin-left: 10px
}

.t-ohm .spc__note {
  text-align: left;
  color: var(--theme-color-text);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  text-transform: uppercase
}

@media only screen and (min-width:77.5em) {
  .t-ohm .spc__note {
    margin-left: 0
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .t-ohm .spc__note {
    width: 100%;
    -webkit-order: 5;
    order: 5
  }
}

@media only screen and (min-width:90em) {
  .t-ohm .spc__note {
    width: 30%;
    padding-right: 20px
  }
}

.t-ohm .c-sub-navigation {
  margin-bottom: 50px
}

.t-ohm .sub-navigation__item {
  border-color: var(--theme-color-divider-dark)
}

.t-ohm .sub-navigation__item .sub-navigation__link {
  padding: 16px 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .c-sub-navigation--mobile .sub-navigation__item {
  border-color: var(--theme-color-divider)
}

.t-ohm .teaser__metadata,
.t-ohm .teaser__tag {
  font-weight: 700;
  font-size: 16px
}

@media screen and (min-width:480px) {

  .t-ohm .teaser__metadata,
  .t-ohm .teaser__tag {
    font-size: calc(16px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {

  .t-ohm .teaser__metadata,
  .t-ohm .teaser__tag {
    font-size: 18px
  }
}

.t-ohm .teaser__tag {
  margin-bottom: 2rem
}

.t-ohm .teaser__metadata {
  margin-bottom: 20px
}

@media screen and (min-width:480px) {
  .t-ohm .teaser__metadata {
    margin-bottom: calc(20px + 15 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .teaser__metadata {
    margin-bottom: 35px
  }
}

.t-ohm .teaser__title {
  font-size: 30px;
  margin-bottom: 20px
}

@media screen and (min-width:480px) {
  .t-ohm .teaser__title {
    font-size: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .teaser__title {
    font-size: 50px
  }
}

@media screen and (min-width:480px) {
  .t-ohm .teaser__title {
    margin-bottom: calc(20px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .teaser__title {
    margin-bottom: 40px
  }
}

.t-ohm .teaser--featured .teaser__title {
  font-weight: 400
}

.t-ohm .teaser__body {
  font-size: 16px;
  margin-bottom: 20px
}

@media screen and (min-width:480px) {
  .t-ohm .teaser__body {
    font-size: calc(16px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .teaser__body {
    font-size: 18px
  }
}

@media screen and (min-width:480px) {
  .t-ohm .teaser__body {
    margin-bottom: calc(20px + 10 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .teaser__body {
    margin-bottom: 30px
  }
}

@media only screen and (min-width:64em) {
  .t-ohm .teaser__body {
    width: 80%
  }
}

.t-ohm .teaser__button {
  margin-top: 0
}

.t-ohm .teaser__button a+a {
  margin-top: 1.6rem
}

@media only screen and (min-width:64em) {
  .t-ohm .teaser__button {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
  }

  .t-ohm .teaser__button a+a {
    margin-top: 0;
    margin-left: 1.6rem
  }
}

.t-ohm .teaser__content {
  padding-top: 3rem;
  padding-bottom: 6rem
}

@media only screen and (min-width:64em) {
  .t-ohm .teaser__content {
    padding-top: 0;
    padding-bottom: 0
  }
}

.t-ohm .teaser--reversed .teaser__content {
  padding-bottom: 3rem
}

@media only screen and (min-width:64em) {
  .t-ohm .teaser--reversed .teaser__content {
    padding-bottom: 0
  }
}

.t-ohm .teaser--reversed .teaser__aside {
  -webkit-order: -1;
  order: -1
}

@media only screen and (min-width:64em) {
  .t-ohm .teaser--reversed .teaser__aside {
    -webkit-order: 2;
    order: 2
  }
}

.t-ohm .c-tabpanel {
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%
}

.t-ohm .c-tabs {
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%
}

.t-ohm .tabs__title {
  margin-bottom: 10px;
  font-size: 5rem;
  line-height: 6rem
}

.t-ohm .tabs__description {
  margin-bottom: 40px
}

.t-ohm .tabs__list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}

.t-ohm .tabs__item {
  margin: 0
}

.t-ohm .tabs__tab {
  padding: 1rem 0;
  gap: 20px;
  font-size: 1.2rem;
  font-weight: 600
}

.t-ohm .tabs__tab:hover {
  color: var(--theme-color-text-highlight)
}

.t-ohm .tabs__tab::before {
  background: var(--theme-color-tabs-tab-before);
  -webkit-transform: scale(1);
  transform: scale(1)
}

.t-ohm .tabs__tab.tabs__tab--is-active {
  color: var(--theme-color-tabs-tab-before-active)
}

.t-ohm .tabs__tab.tabs__tab--is-active::before {
  background: var(--theme-color-tabs-tab-before-active)
}

.t-ohm .c-video .vjs-big-play-button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border: 1px solid #fff;
  background: 0 0;
  margin: 0;
  top: auto;
  left: 15px;
  bottom: 15px;
  font-size: 16px;
  transition: 250ms cubic-bezier(.455, .03, .515, .955)
}

@media only screen and (min-width:64em) {
  .t-ohm .c-video .vjs-big-play-button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    left: 25px;
    bottom: 25px;
    font-size: 24px
  }
}

.t-ohm .c-video:focus .vjs-big-play-button,
.t-ohm .c-video:hover .vjs-big-play-button {
  color: var(--theme-color-ohm-blue);
  border-color: var(--theme-color-ohm-blue)
}

.t-ohm .c-video .vjs-play-progress {
  transition: 250ms cubic-bezier(.455, .03, .515, .955);
  border-color: var(--theme-color-ohm-blue)
}

@media only screen and (min-width:48em) {
  .t-ohm .intro__video--large .c-video .vjs-big-play-button {
    right: 56px;
    bottom: 56px
  }
}

.t-ohm .select__close {
  height: 100%;
  right: 10px
}

.t-ohm .select__close svg {
  width: 14px;
  height: 14px
}

.t-ohm .c-notification-card {
  background-color: #fff
}

.t-ohm .c-notification-card .notification-card__date {
  color: var(--theme-color-ohm-blue)
}

.t-ohm .c-notification-card .notification-card__category {
  color: var(--theme-color-grey);
  text-transform: capitalize;
  font-size: 1.4rem
}

.t-ohm .c-add-bulletin .accordion__item-summary {
  border-radius: var(--theme-select-border-radius);
  font-size: var(--theme-form-label-font-size);
  color: var(--theme-color-dark-grey);
  padding-left: 20px;
  padding-right: 20px
}

.t-ohm .c-add-bulletin .accordion__item-content {
  border-radius: 0;
  border-top: #fff solid 35px;
  margin-top: -35px
}

.t-ohm .c-add-bulletin .add-bulletin__footer-button {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  width: -webkit-fit-content;
  width: fit-content
}

.t-ohm .c-add-bulletin .add-bulletin__file-name {
  height: calc(var(--theme-button-min-height-desktop) - 15px)
}

.t-ohm .truck-library__toggle-filters {
  text-transform: capitalize
}

.t-ohm .truck-library__form-aside-container .truck-library__form-aside-category {
  text-transform: uppercase
}

.t-ohm .truck-library__form-aside-container .accordion__item-summary {
  text-transform: capitalize
}

.t-ohm .truck-library__form-aside-action {
  padding: 0 20px
}

.t-ohm .truck-card__file {
  padding-right: 20px
}

.t-ohm .truck-card__file-name-text {
  color: var(--theme-color-button-primary-bg)
}

.t-ohm .c-no-results {
  margin-bottom: 80px
}

.t-ohm #body .EPiServerForms .FormChoice .select__label {
  padding-left: 0
}

.t-ohm #body .EPiServerForms .FormSubmitButton {
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm #body .EPiServerForms .Form__NavigationBar__Action {
  padding: 13px 24px;
  border: 2px solid var(--theme-color-epi-button-text);
  border-radius: var(--theme-button-border-radius);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm #body .EPiServerForms .Form__NavigationBar__Action .button__icon svg {
  width: 15px;
  height: 13px;
  margin-bottom: 1px
}

.t-ohm #body .EPiServerForms .FormSelection select {
  padding: 16px 30px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.00006 0.0571899L6.00006 5.05719L11.0001 0.0571899L11.9429 0.999999L6.00006 6.94281L0.057251 0.999999L1.00006 0.0571899Z' fill='%232D2B2D'/%3E%3C/svg%3E%0A");
  background-position: right 30px center
}

.t-ohm #body .EPiServerForms .Form__NavigationBar__ProgressBar--Text {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  text-transform: uppercase;
  bottom: -75px
}

.t-ohm #body .EPiServerForms .Form__Element.FormCaptcha .FormCaptcha__Refresh {
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing)
}

.t-ohm .c-section-overview {
  padding-bottom: 30px
}

@media screen and (min-width:480px) {
  .t-ohm .c-section-overview {
    padding-bottom: calc(30px + 30 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .t-ohm .c-section-overview {
    padding-bottom: 60px
  }
}

.t-ohm .u-h1,
.t-ohm h1 {
  font-size: 40px
}

@media screen and (min-width:480px) {

  .t-ohm .u-h1,
  .t-ohm h1 {
    font-size: calc(40px + 40 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {

  .t-ohm .u-h1,
  .t-ohm h1 {
    font-size: 80px
  }
}

.t-ohm .u-h2,
.t-ohm h2 {
  font-size: 30px
}

@media screen and (min-width:480px) {

  .t-ohm .u-h2,
  .t-ohm h2 {
    font-size: calc(30px + 20 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {

  .t-ohm .u-h2,
  .t-ohm h2 {
    font-size: 50px
  }
}

.t-ohm .u-h3,
.t-ohm h3 {
  font-size: 25px
}

@media screen and (min-width:480px) {

  .t-ohm .u-h3,
  .t-ohm h3 {
    font-size: calc(25px + 5 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {

  .t-ohm .u-h3,
  .t-ohm h3 {
    font-size: 30px
  }
}

.t-ohm .u-h4,
.t-ohm h4 {
  font-size: 16px
}

@media screen and (min-width:480px) {

  .t-ohm .u-h4,
  .t-ohm h4 {
    font-size: calc(16px + 2 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {

  .t-ohm .u-h4,
  .t-ohm h4 {
    font-size: 18px
  }
}

.t-theme-block {
  position: relative;
  padding: 35px 15px 15px;
  font-family: var(--theme-font-family-primary);
  font-weight: var(--theme-body-font-weight);
  color: var(--theme-color-text);
  background-color: #dfdfdf
}

.t-theme-block form {
  background-color: #fff;
  padding: 10px
}

.theme-block--label {
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem
}

.u-background--primary {
  background-color: #fcd82b
}

.u-background--white {
  background-color: #fff
}

.u-background--grey {
  background-color: var(--theme-color-page-bg-grey)
}

.u-has--object-fit-polyfill {
  background-size: cover;
  background-position: center
}

.u-has--object-fit-polyfill img {
  opacity: 0
}

.u-flex {
  display: -webkit-flex;
  display: flex
}

.u-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (min-width:480px) {
  .u-flex-wrap--sm {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:768px) {
  .u-flex-wrap--md {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-wrap--lg {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-wrap--xlg {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.u-flex-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media only screen and (min-width:480px) {
  .u-flex-nowrap--sm {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media only screen and (min-width:768px) {
  .u-flex-nowrap--md {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-nowrap--lg {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-nowrap--xlg {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.u-flex-column {
  -webkit-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:480px) {
  .u-flex-column--sm {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:768px) {
  .u-flex-column--md {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-column--lg {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-column--xlg {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.u-flex-row {
  -webkit-flex-direction: row;
  flex-direction: row
}

@media only screen and (min-width:480px) {
  .u-flex-row--sm {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (min-width:768px) {
  .u-flex-row--md {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-row--lg {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-row--xlg {
    -webkit-flex-direction: row;
    flex-direction: row
  }
}

.u-flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

@media only screen and (min-width:480px) {
  .u-flex-start--sm {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

@media only screen and (min-width:768px) {
  .u-flex-start--md {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-start--lg {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-start--xlg {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

.u-flex-center {
  -webkit-justify-content: center;
  justify-content: center
}

@media only screen and (min-width:480px) {
  .u-flex-center--sm {
    -webkit-justify-content: center;
    justify-content: center
  }
}

@media only screen and (min-width:768px) {
  .u-flex-center--md {
    -webkit-justify-content: center;
    justify-content: center
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-center--lg {
    -webkit-justify-content: center;
    justify-content: center
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-center--xlg {
    -webkit-justify-content: center;
    justify-content: center
  }
}

.u-flex-baseline {
  -webkit-align-items: baseline;
  align-items: baseline
}

@media only screen and (min-width:480px) {
  .u-flex-baseline--sm {
    -webkit-align-items: baseline;
    align-items: baseline
  }
}

@media only screen and (min-width:768px) {
  .u-flex-baseline--md {
    -webkit-align-items: baseline;
    align-items: baseline
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-baseline--lg {
    -webkit-align-items: baseline;
    align-items: baseline
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-baseline--xlg {
    -webkit-align-items: baseline;
    align-items: baseline
  }
}

.u-flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

@media only screen and (min-width:480px) {
  .u-flex-end--sm {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }
}

@media only screen and (min-width:768px) {
  .u-flex-end--md {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-end--lg {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-end--xlg {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }
}

.u-flex-top {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media only screen and (min-width:480px) {
  .u-flex-top--sm {
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

@media only screen and (min-width:768px) {
  .u-flex-top--md {
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-top--lg {
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-top--xlg {
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
}

.u-flex-middle {
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (min-width:480px) {
  .u-flex-middle--sm {
    -webkit-align-items: center;
    align-items: center
  }
}

@media only screen and (min-width:768px) {
  .u-flex-middle--md {
    -webkit-align-items: center;
    align-items: center
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-middle--lg {
    -webkit-align-items: center;
    align-items: center
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-middle--xlg {
    -webkit-align-items: center;
    align-items: center
  }
}

.u-flex-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end
}

@media only screen and (min-width:480px) {
  .u-flex-bottom--sm {
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

@media only screen and (min-width:768px) {
  .u-flex-bottom--md {
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-bottom--lg {
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-bottom--xlg {
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}

.u-flex-self-left {
  margin-left: 0;
  margin-right: auto
}

@media only screen and (min-width:480px) {
  .u-flex-self-left--sm {
    margin-left: 0;
    margin-right: auto
  }
}

@media only screen and (min-width:768px) {
  .u-flex-self-left--md {
    margin-left: 0;
    margin-right: auto
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-self-left--lg {
    margin-left: 0;
    margin-right: auto
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-self-left--xlg {
    margin-left: 0;
    margin-right: auto
  }
}

.u-flex-self-center {
  margin-left: auto;
  margin-right: auto
}

@media only screen and (min-width:480px) {
  .u-flex-self-center--sm {
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (min-width:768px) {
  .u-flex-self-center--md {
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-self-center--lg {
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-self-center--xlg {
    margin-left: auto;
    margin-right: auto
  }
}

.u-flex-self-right {
  margin-left: auto;
  margin-right: 0
}

@media only screen and (min-width:480px) {
  .u-flex-self-right--sm {
    margin-left: auto;
    margin-right: 0
  }
}

@media only screen and (min-width:768px) {
  .u-flex-self-right--md {
    margin-left: auto;
    margin-right: 0
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-self-right--lg {
    margin-left: auto;
    margin-right: 0
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-self-right--xlg {
    margin-left: auto;
    margin-right: 0
  }
}

.u-flex-self-top {
  margin-top: 0;
  margin-bottom: auto
}

@media only screen and (min-width:480px) {
  .u-flex-self-top--sm {
    margin-top: 0;
    margin-bottom: auto
  }
}

@media only screen and (min-width:768px) {
  .u-flex-self-top--md {
    margin-top: 0;
    margin-bottom: auto
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-self-top--lg {
    margin-top: 0;
    margin-bottom: auto
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-self-top--xlg {
    margin-top: 0;
    margin-bottom: auto
  }
}

.u-flex-self-middle {
  margin-top: auto;
  margin-bottom: auto
}

@media only screen and (min-width:480px) {
  .u-flex-self-middle--sm {
    margin-top: auto;
    margin-bottom: auto
  }
}

@media only screen and (min-width:768px) {
  .u-flex-self-middle--md {
    margin-top: auto;
    margin-bottom: auto
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-self-middle--lg {
    margin-top: auto;
    margin-bottom: auto
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-self-middle--xlg {
    margin-top: auto;
    margin-bottom: auto
  }
}

.u-flex-self-bottom {
  margin-top: auto;
  margin-bottom: 0
}

@media only screen and (min-width:480px) {
  .u-flex-self-bottom--sm {
    margin-top: auto;
    margin-bottom: 0
  }
}

@media only screen and (min-width:768px) {
  .u-flex-self-bottom--md {
    margin-top: auto;
    margin-bottom: 0
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-self-bottom--lg {
    margin-top: auto;
    margin-bottom: 0
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-self-bottom--xlg {
    margin-top: auto;
    margin-bottom: 0
  }
}

.u-flex-around {
  -webkit-justify-content: space-around;
  justify-content: space-around
}

@media only screen and (min-width:480px) {
  .u-flex-around--sm {
    -webkit-justify-content: space-around;
    justify-content: space-around
  }
}

@media only screen and (min-width:768px) {
  .u-flex-around--md {
    -webkit-justify-content: space-around;
    justify-content: space-around
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-around--lg {
    -webkit-justify-content: space-around;
    justify-content: space-around
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-around--xlg {
    -webkit-justify-content: space-around;
    justify-content: space-around
  }
}

.u-flex-between {
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (min-width:480px) {
  .u-flex-between--sm {
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

@media only screen and (min-width:768px) {
  .u-flex-between--md {
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-between--lg {
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-between--xlg {
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.u-flex-first {
  -webkit-order: -1;
  order: -1
}

@media only screen and (min-width:480px) {
  .u-flex-first--sm {
    -webkit-order: -1;
    order: -1
  }
}

@media only screen and (min-width:768px) {
  .u-flex-first--md {
    -webkit-order: -1;
    order: -1
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-first--lg {
    -webkit-order: -1;
    order: -1
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-first--xlg {
    -webkit-order: -1;
    order: -1
  }
}

.u-flex-last {
  -webkit-order: 1;
  order: 1
}

@media only screen and (min-width:480px) {
  .u-flex-last--sm {
    -webkit-order: 1;
    order: 1
  }
}

@media only screen and (min-width:768px) {
  .u-flex-last--md {
    -webkit-order: 1;
    order: 1
  }
}

@media only screen and (min-width:1024px) {
  .u-flex-last--lg {
    -webkit-order: 1;
    order: 1
  }
}

@media only screen and (min-width:1240px) {
  .u-flex-last--xlg {
    -webkit-order: 1;
    order: 1
  }
}

.u-h1 {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h1);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h1-letter-spacing)
}

@media screen and (min-width:480px) {
  .u-h1 {
    font-size: calc(32px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .u-h1 {
    font-size: 60px
  }
}

.u-h2 {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h2);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h2-letter-spacing)
}

@media screen and (min-width:480px) {
  .u-h2 {
    font-size: calc(32px + 8 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .u-h2 {
    font-size: 40px
  }
}

.u-h3 {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h3);
  font-size: var(--theme-font-size-h3);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

.u-h4 {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h4);
  line-height: var(--theme-font-line-height-h4);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

.u-h5 {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h5);
  line-height: var(--theme-font-line-height-h5);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

.u-h6 {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h6);
  line-height: var(--theme-font-line-height-h6);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0
}

.u-heading--dark {
  color: var(--theme-color-headings-dark)
}

@media only screen and (min-width:90em) {
  .u-margin-top--none {
    margin-top: 0 !important
  }

  .u-padding-top--none {
    padding-top: 0 !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-left--none {
    margin-left: 0 !important
  }

  .u-padding-left--none {
    padding-left: 0 !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-bottom--none {
    margin-bottom: 0 !important
  }

  .u-padding-bottom--none {
    padding-bottom: 0 !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-right--none {
    margin-right: 0 !important
  }

  .u-padding-right--none {
    padding-right: 0 !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-top--xxlg {
    margin-top: 100px !important
  }

  .u-padding-top--xxlg {
    padding-top: 100px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-left--xxlg {
    margin-left: 100px !important
  }

  .u-padding-left--xxlg {
    padding-left: 100px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-bottom--xxlg {
    margin-bottom: 100px !important
  }

  .u-padding-bottom--xxlg {
    padding-bottom: 100px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-right--xxlg {
    margin-right: 100px !important
  }

  .u-padding-right--xxlg {
    padding-right: 100px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-top--xlg {
    margin-top: 80px !important
  }

  .u-padding-top--xlg {
    padding-top: 80px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-left--xlg {
    margin-left: 80px !important
  }

  .u-padding-left--xlg {
    padding-left: 80px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-bottom--xlg {
    margin-bottom: 80px !important
  }

  .u-padding-bottom--xlg {
    padding-bottom: 80px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-right--xlg {
    margin-right: 80px !important
  }

  .u-padding-right--xlg {
    padding-right: 80px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-top--lg {
    margin-top: 60px !important
  }

  .u-padding-top--lg {
    padding-top: 60px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-left--lg {
    margin-left: 60px !important
  }

  .u-padding-left--lg {
    padding-left: 60px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-bottom--lg {
    margin-bottom: 60px !important
  }

  .u-padding-bottom--lg {
    padding-bottom: 60px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-right--lg {
    margin-right: 60px !important
  }

  .u-padding-right--lg {
    padding-right: 60px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-top--md {
    margin-top: 40px !important
  }

  .u-padding-top--md {
    padding-top: 40px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-left--md {
    margin-left: 40px !important
  }

  .u-padding-left--md {
    padding-left: 40px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-bottom--md {
    margin-bottom: 40px !important
  }

  .u-padding-bottom--md {
    padding-bottom: 40px !important
  }
}

@media only screen and (min-width:90em) {
  .u-margin-right--md {
    margin-right: 40px !important
  }

  .u-padding-right--md {
    padding-right: 40px !important
  }
}

.u-margin-top--sm {
  margin-top: 20px !important
}

.u-padding-top--sm {
  padding-top: 20px !important
}

.u-margin-left--sm {
  margin-left: 20px !important
}

.u-padding-left--sm {
  padding-left: 20px !important
}

.u-margin-bottom--sm {
  margin-bottom: 20px !important
}

.u-padding-bottom--sm {
  padding-bottom: 20px !important
}

.u-margin-right--sm {
  margin-right: 20px !important
}

.u-padding-right--sm {
  padding-right: 20px !important
}

.u-margin-top--xs {
  margin-top: 10px !important
}

.u-padding-top--xs {
  padding-top: 10px !important
}

.u-margin-left--xs {
  margin-left: 10px !important
}

.u-padding-left--xs {
  padding-left: 10px !important
}

.u-margin-bottom--xs {
  margin-bottom: 10px !important
}

.u-padding-bottom--xs {
  padding-bottom: 10px !important
}

.u-margin-right--xs {
  margin-right: 10px !important
}

.u-padding-right--xs {
  padding-right: 10px !important
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-top--none {
    margin-top: 0 !important
  }

  .u-padding-top--none {
    padding-top: 0 !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-left--none {
    margin-left: 0 !important
  }

  .u-padding-left--none {
    padding-left: 0 !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-bottom--none {
    margin-bottom: 0 !important
  }

  .u-padding-bottom--none {
    padding-bottom: 0 !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-right--none {
    margin-right: 0 !important
  }

  .u-padding-right--none {
    padding-right: 0 !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-top--xxlg {
    margin-top: 80px !important
  }

  .u-padding-top--xxlg {
    padding-top: 80px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-left--xxlg {
    margin-left: 80px !important
  }

  .u-padding-left--xxlg {
    padding-left: 80px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-bottom--xxlg {
    margin-bottom: 80px !important
  }

  .u-padding-bottom--xxlg {
    padding-bottom: 80px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-right--xxlg {
    margin-right: 80px !important
  }

  .u-padding-right--xxlg {
    padding-right: 80px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-top--xlg {
    margin-top: 80px !important
  }

  .u-padding-top--xlg {
    padding-top: 80px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-left--xlg {
    margin-left: 80px !important
  }

  .u-padding-left--xlg {
    padding-left: 80px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 80px !important
  }

  .u-padding-bottom--xlg {
    padding-bottom: 80px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-right--xlg {
    margin-right: 80px !important
  }

  .u-padding-right--xlg {
    padding-right: 80px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-top--lg {
    margin-top: 60px !important
  }

  .u-padding-top--lg {
    padding-top: 60px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-left--lg {
    margin-left: 60px !important
  }

  .u-padding-left--lg {
    padding-left: 60px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-bottom--lg {
    margin-bottom: 60px !important
  }

  .u-padding-bottom--lg {
    padding-bottom: 60px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-right--lg {
    margin-right: 60px !important
  }

  .u-padding-right--lg {
    padding-right: 60px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-top--md {
    margin-top: 40px !important
  }

  .u-padding-top--md {
    padding-top: 40px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-left--md {
    margin-left: 40px !important
  }

  .u-padding-left--md {
    padding-left: 40px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-bottom--md {
    margin-bottom: 40px !important
  }

  .u-padding-bottom--md {
    padding-bottom: 40px !important
  }
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {
  .u-margin-right--md {
    margin-right: 40px !important
  }

  .u-padding-right--md {
    padding-right: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-top--none {
    margin-top: 0 !important
  }

  .u-padding-top--none {
    padding-top: 0 !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-left--none {
    margin-left: 0 !important
  }

  .u-padding-left--none {
    padding-left: 0 !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-bottom--none {
    margin-bottom: 0 !important
  }

  .u-padding-bottom--none {
    padding-bottom: 0 !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-right--none {
    margin-right: 0 !important
  }

  .u-padding-right--none {
    padding-right: 0 !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-top--xxlg {
    margin-top: 80px !important
  }

  .u-padding-top--xxlg {
    padding-top: 80px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-left--xxlg {
    margin-left: 80px !important
  }

  .u-padding-left--xxlg {
    padding-left: 80px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-bottom--xxlg {
    margin-bottom: 80px !important
  }

  .u-padding-bottom--xxlg {
    padding-bottom: 80px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-right--xxlg {
    margin-right: 80px !important
  }

  .u-padding-right--xxlg {
    padding-right: 80px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-top--xlg {
    margin-top: 40px !important
  }

  .u-padding-top--xlg {
    padding-top: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-left--xlg {
    margin-left: 40px !important
  }

  .u-padding-left--xlg {
    padding-left: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 40px !important
  }

  .u-padding-bottom--xlg {
    padding-bottom: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-right--xlg {
    margin-right: 40px !important
  }

  .u-padding-right--xlg {
    padding-right: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-top--lg {
    margin-top: 40px !important
  }

  .u-padding-top--lg {
    padding-top: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-left--lg {
    margin-left: 40px !important
  }

  .u-padding-left--lg {
    padding-left: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-bottom--lg {
    margin-bottom: 40px !important
  }

  .u-padding-bottom--lg {
    padding-bottom: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-right--lg {
    margin-right: 40px !important
  }

  .u-padding-right--lg {
    padding-right: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-top--md {
    margin-top: 40px !important
  }

  .u-padding-top--md {
    padding-top: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-left--md {
    margin-left: 40px !important
  }

  .u-padding-left--md {
    padding-left: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-bottom--md {
    margin-bottom: 40px !important
  }

  .u-padding-bottom--md {
    padding-bottom: 40px !important
  }
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {
  .u-margin-right--md {
    margin-right: 40px !important
  }

  .u-padding-right--md {
    padding-right: 40px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-top--none {
    margin-top: 0 !important
  }

  .u-padding-top--none {
    padding-top: 0 !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-left--none {
    margin-left: 0 !important
  }

  .u-padding-left--none {
    padding-left: 0 !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-bottom--none {
    margin-bottom: 0 !important
  }

  .u-padding-bottom--none {
    padding-bottom: 0 !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-right--none {
    margin-right: 0 !important
  }

  .u-padding-right--none {
    padding-right: 0 !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-top--xxlg {
    margin-top: 80px !important
  }

  .u-padding-top--xxlg {
    padding-top: 80px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-left--xxlg {
    margin-left: 80px !important
  }

  .u-padding-left--xxlg {
    padding-left: 80px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-bottom--xxlg {
    margin-bottom: 80px !important
  }

  .u-padding-bottom--xxlg {
    padding-bottom: 80px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-right--xxlg {
    margin-right: 80px !important
  }

  .u-padding-right--xxlg {
    padding-right: 80px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-top--xlg {
    margin-top: 30px !important
  }

  .u-padding-top--xlg {
    padding-top: 30px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-left--xlg {
    margin-left: 30px !important
  }

  .u-padding-left--xlg {
    padding-left: 30px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 30px !important
  }

  .u-padding-bottom--xlg {
    padding-bottom: 30px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-right--xlg {
    margin-right: 30px !important
  }

  .u-padding-right--xlg {
    padding-right: 30px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-top--lg {
    margin-top: 20px !important
  }

  .u-padding-top--lg {
    padding-top: 20px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-left--lg {
    margin-left: 20px !important
  }

  .u-padding-left--lg {
    padding-left: 20px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-bottom--lg {
    margin-bottom: 20px !important
  }

  .u-padding-bottom--lg {
    padding-bottom: 20px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-right--lg {
    margin-right: 20px !important
  }

  .u-padding-right--lg {
    padding-right: 20px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-top--md {
    margin-top: 20px !important
  }

  .u-padding-top--md {
    padding-top: 20px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-left--md {
    margin-left: 20px !important
  }

  .u-padding-left--md {
    padding-left: 20px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-bottom--md {
    margin-bottom: 20px !important
  }

  .u-padding-bottom--md {
    padding-bottom: 20px !important
  }
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {
  .u-margin-right--md {
    margin-right: 20px !important
  }

  .u-padding-right--md {
    padding-right: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-top--none {
    margin-top: 0 !important
  }

  .u-padding-top--none {
    padding-top: 0 !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-left--none {
    margin-left: 0 !important
  }

  .u-padding-left--none {
    padding-left: 0 !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-bottom--none {
    margin-bottom: 0 !important
  }

  .u-padding-bottom--none {
    padding-bottom: 0 !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-right--none {
    margin-right: 0 !important
  }

  .u-padding-right--none {
    padding-right: 0 !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-top--xxlg {
    margin-top: 80px !important
  }

  .u-padding-top--xxlg {
    padding-top: 80px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-left--xxlg {
    margin-left: 80px !important
  }

  .u-padding-left--xxlg {
    padding-left: 80px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-bottom--xxlg {
    margin-bottom: 80px !important
  }

  .u-padding-bottom--xxlg {
    padding-bottom: 80px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-right--xxlg {
    margin-right: 80px !important
  }

  .u-padding-right--xxlg {
    padding-right: 80px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-top--xlg {
    margin-top: 20px !important
  }

  .u-padding-top--xlg {
    padding-top: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-left--xlg {
    margin-left: 20px !important
  }

  .u-padding-left--xlg {
    padding-left: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 20px !important
  }

  .u-padding-bottom--xlg {
    padding-bottom: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-right--xlg {
    margin-right: 20px !important
  }

  .u-padding-right--xlg {
    padding-right: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-top--lg {
    margin-top: 20px !important
  }

  .u-padding-top--lg {
    padding-top: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-left--lg {
    margin-left: 20px !important
  }

  .u-padding-left--lg {
    padding-left: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-bottom--lg {
    margin-bottom: 20px !important
  }

  .u-padding-bottom--lg {
    padding-bottom: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-right--lg {
    margin-right: 20px !important
  }

  .u-padding-right--lg {
    padding-right: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-top--md {
    margin-top: 20px !important
  }

  .u-padding-top--md {
    padding-top: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-left--md {
    margin-left: 20px !important
  }

  .u-padding-left--md {
    padding-left: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-bottom--md {
    margin-bottom: 20px !important
  }

  .u-padding-bottom--md {
    padding-bottom: 20px !important
  }
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {
  .u-margin-right--md {
    margin-right: 20px !important
  }

  .u-padding-right--md {
    padding-right: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-top--none {
    margin-top: 0 !important
  }

  .u-padding-top--none {
    padding-top: 0 !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-left--none {
    margin-left: 0 !important
  }

  .u-padding-left--none {
    padding-left: 0 !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-bottom--none {
    margin-bottom: 0 !important
  }

  .u-padding-bottom--none {
    padding-bottom: 0 !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-right--none {
    margin-right: 0 !important
  }

  .u-padding-right--none {
    padding-right: 0 !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-top--xxlg {
    margin-top: 80px !important
  }

  .u-padding-top--xxlg {
    padding-top: 80px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-left--xxlg {
    margin-left: 80px !important
  }

  .u-padding-left--xxlg {
    padding-left: 80px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-bottom--xxlg {
    margin-bottom: 80px !important
  }

  .u-padding-bottom--xxlg {
    padding-bottom: 80px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-right--xxlg {
    margin-right: 80px !important
  }

  .u-padding-right--xxlg {
    padding-right: 80px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-top--xlg {
    margin-top: 20px !important
  }

  .u-padding-top--xlg {
    padding-top: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-left--xlg {
    margin-left: 20px !important
  }

  .u-padding-left--xlg {
    padding-left: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-bottom--xlg {
    margin-bottom: 20px !important
  }

  .u-padding-bottom--xlg {
    padding-bottom: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-right--xlg {
    margin-right: 20px !important
  }

  .u-padding-right--xlg {
    padding-right: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-top--lg {
    margin-top: 20px !important
  }

  .u-padding-top--lg {
    padding-top: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-left--lg {
    margin-left: 20px !important
  }

  .u-padding-left--lg {
    padding-left: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-bottom--lg {
    margin-bottom: 20px !important
  }

  .u-padding-bottom--lg {
    padding-bottom: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-right--lg {
    margin-right: 20px !important
  }

  .u-padding-right--lg {
    padding-right: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-top--md {
    margin-top: 20px !important
  }

  .u-padding-top--md {
    padding-top: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-left--md {
    margin-left: 20px !important
  }

  .u-padding-left--md {
    padding-left: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-bottom--md {
    margin-bottom: 20px !important
  }

  .u-padding-bottom--md {
    padding-bottom: 20px !important
  }
}

@media only screen and (max-width:29.96875em) {
  .u-margin-right--md {
    margin-right: 20px !important
  }

  .u-padding-right--md {
    padding-right: 20px !important
  }
}

.u-text--left {
  text-align: left
}

@media only screen and (min-width:480px) {
  .u-text--left--sm {
    text-align: left
  }
}

@media only screen and (min-width:768px) {
  .u-text--left--md {
    text-align: left
  }
}

@media only screen and (min-width:1024px) {
  .u-text--left--lg {
    text-align: left
  }
}

@media only screen and (min-width:1240px) {
  .u-text--left--xlg {
    text-align: left
  }
}

.u-text--centered {
  text-align: center
}

@media only screen and (min-width:480px) {
  .u-text--centered--sm {
    text-align: center
  }
}

@media only screen and (min-width:768px) {
  .u-text--centered--md {
    text-align: center
  }
}

@media only screen and (min-width:1024px) {
  .u-text--centered--lg {
    text-align: center
  }
}

@media only screen and (min-width:1240px) {
  .u-text--centered--xlg {
    text-align: center
  }
}

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

@media only screen and (min-width:480px) {
  .u-text--right--sm {
    text-align: right
  }
}

@media only screen and (min-width:768px) {
  .u-text--right--md {
    text-align: right
  }
}

@media only screen and (min-width:1024px) {
  .u-text--right--lg {
    text-align: right
  }
}

@media only screen and (min-width:1240px) {
  .u-text--right--xlg {
    text-align: right
  }
}

.u-text-display {
  color: var(--theme-color-headings);
  line-height: var(--theme-font-line-height-h1);
  font-size: 32px;
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: var(--theme-h1-letter-spacing);
  font-size: 42px;
  font-weight: 800
}

@media screen and (min-width:480px) {
  .u-text-display {
    font-size: calc(32px + 28 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .u-text-display {
    font-size: 60px
  }
}

@media screen and (min-width:480px) {
  .u-text-display {
    font-size: calc(42px + 18 * (100vw - 480px)/ 760)
  }
}

@media screen and (min-width:1240px) {
  .u-text-display {
    font-size: 60px
  }
}

.u-text--metadata {
  color: var(--theme-color-headings2);
  font-size: var(--theme-font-size-h5);
  line-height: var(--theme-font-line-height-h5);
  text-transform: var(--theme-text-transform-headings);
  font-weight: var(--theme-font-weight-headings);
  font-style: var(--theme-text-style-headings);
  letter-spacing: 0;
  text-transform: uppercase;
  color: #8ba2b1;
  display: block
}

.u-text--bold {
  font-weight: 700
}

.u-text--italic {
  font-style: italic
}

.u-text--small {
  font-size: 1.4rem
}

.u-text--xsmall {
  font-size: 1.3rem
}

.u-visible-xxlg,
.u-visible-xxlg-block,
.u-visible-xxlg-inline,
.u-visible-xxlg-inline-block,
.u-visible-xxlg-table-cell {
  display: none !important
}

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

  .u-visible-xxlg,
  .u-visible-xxlg-block {
    display: block !important
  }

  .u-visible-xxlg-table-cell {
    display: table-cell !important
  }

  .u-visible-xxlg-inline-block {
    display: inline-block !important
  }

  .u-visible-xxlg-inline {
    display: inline !important
  }

  .u-hidden-xxlg {
    display: none !important
  }
}

.u-visible-xlg,
.u-visible-xlg-block,
.u-visible-xlg-inline,
.u-visible-xlg-inline-block,
.u-visible-xlg-table-cell {
  display: none !important
}

@media only screen and (min-width:77.5em) and (max-width:89.96875em) {

  .u-visible-xlg,
  .u-visible-xlg-block {
    display: block !important
  }

  .u-visible-xlg-table-cell {
    display: table-cell !important
  }

  .u-visible-xlg-inline-block {
    display: inline-block !important
  }

  .u-visible-xlg-inline {
    display: inline !important
  }

  .u-hidden-xlg {
    display: none !important
  }
}

.u-visible-lg,
.u-visible-lg-block,
.u-visible-lg-inline,
.u-visible-lg-inline-block,
.u-visible-lg-table-cell {
  display: none !important
}

@media only screen and (min-width:64em) and (max-width:77.46875em) {

  .u-visible-lg,
  .u-visible-lg-block {
    display: block !important
  }

  .u-visible-lg-table-cell {
    display: table-cell !important
  }

  .u-visible-lg-inline-block {
    display: inline-block !important
  }

  .u-visible-lg-inline {
    display: inline !important
  }

  .u-hidden-lg {
    display: none !important
  }
}

.u-visible-md,
.u-visible-md-block,
.u-visible-md-inline,
.u-visible-md-inline-block,
.u-visible-md-table-cell {
  display: none !important
}

@media only screen and (min-width:48em) and (max-width:63.96875em) {

  .u-visible-md,
  .u-visible-md-block {
    display: block !important
  }

  .u-visible-md-table-cell {
    display: table-cell !important
  }

  .u-visible-md-inline-block {
    display: inline-block !important
  }

  .u-visible-md-inline {
    display: inline !important
  }

  .u-hidden-md {
    display: none !important
  }
}

.u-visible-sm,
.u-visible-sm-block,
.u-visible-sm-inline,
.u-visible-sm-inline-block,
.u-visible-sm-table-cell {
  display: none !important
}

@media only screen and (min-width:30em) and (max-width:47.96875em) {

  .u-visible-sm,
  .u-visible-sm-block {
    display: block !important
  }

  .u-visible-sm-table-cell {
    display: table-cell !important
  }

  .u-visible-sm-inline-block {
    display: inline-block !important
  }

  .u-visible-sm-inline {
    display: inline !important
  }

  .u-hidden-sm {
    display: none !important
  }
}

.u-visible-xs,
.u-visible-xs-block,
.u-visible-xs-inline,
.u-visible-xs-inline-block,
.u-visible-xs-table-cell {
  display: none !important
}

@media only screen and (max-width:29.96875em) {

  .u-visible-xs,
  .u-visible-xs-block {
    display: block !important
  }

  .u-visible-xs-table-cell {
    display: table-cell !important
  }

  .u-visible-xs-inline-block {
    display: inline-block !important
  }

  .u-visible-xs-inline {
    display: inline !important
  }

  .u-hidden-xs {
    display: none !important
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.u-hidden {
  display: none !important
}

.u-inline-children {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.u-list-hover:hover>li {
  opacity: .5
}

.u-list-hover>li {
  transition: .2s cubic-bezier(.455, .03, .515, .955);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

.u-list-hover>li:hover {
  opacity: 1
}

.u-no-scroll body {
  overflow: hidden
}

.u-border--bottem-grey {
  border-bottom: 1px solid #5a6c78
}

.u-border--right-grey {
  border-right: 1px solid #5a6c78
}