@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Avenir Next";
  font-weight: 400;
  src: url("/Content/avenir-next/regular.woff2") format("woff2"), url("/Content/avenir-next/regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Avenir Next";
  font-weight: 600;
  src: url("/Content/avenir-next/semi-bold.woff2") format("woff2"), url("/Content/avenir-next/semi-bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Avenir Next";
  font-weight: 700;
  src: url("/Content/avenir-next/bold.woff2") format("woff2"), url("/Content/avenir-next/bold.woff") format("woff");
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

*:focus {
  outline: 0.1333333333rem solid #717171;
  outline-offset: 0.1333333333rem;
}

[data-whatintent=mouse] *:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  background-color: #fafafa;
  color: #2c2c2c;
  font-family: "Avenir Next", sans-serif;
  font-size: 93.75%;
  line-height: 1.333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

a {
  color: #fd4d26;
}
a:hover {
  color: #e32c02;
}

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

h1 {
  font-size: 3.6666666667rem;
  font-weight: 700;
  line-height: 1.0363636364;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.0444444444;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 2.3333333333rem;
    font-weight: 700;
    line-height: 1.0571428571;
  }
}

h2 {
  font-size: 2.1333333333rem;
  font-weight: 700;
  line-height: 1.125;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1481481481;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.4666666667rem;
    font-weight: 700;
    line-height: 1.2727272727;
  }
}

h3 {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }
}

h4 {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 1.0666666667rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media (max-width: 600px) {
  h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}

h5,
h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3333333333;
}
@media (max-width: 1024px) {
  h5,
h6 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
@media (max-width: 600px) {
  h5,
h6 {
    font-size: 0.9333333333rem;
    font-weight: 600;
    line-height: 1.2857142857;
  }
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
}
@media (max-width: 600px) {
  p {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  display: block;
  height: 0.0666666667rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  border: 0;
  background-color: currentColor;
}
@media (max-width: 600px) {
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

address {
  font-style: normal;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search] {
  -moz-appearance: textfield;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

.o-button {
  display: inline-block;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.o-button:hover {
  color: currentColor;
}
.o-button:disabled {
  cursor: default;
}
.o-button > * {
  pointer-events: none;
}

.o-card {
  overflow: hidden;
  border-radius: 0.6666666667rem;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.04);
}

/**
 * Modifier: flat card with white background
 */
.o-card--white-flat {
  border: 0.0666666667rem solid #f1f1f1;
  box-shadow: none;
}

/**
 * Modifier: flat card with grey background
 */
.o-card--grey-flat {
  background-color: #f6f6f6;
  box-shadow: none;
}

.o-equal-height-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.o-expandable.is-expanded .o-expandable__collapsed-content {
  display: none;
}

.o-expandable.is-expanded .o-expandable__expanded-content {
  display: block;
}

.o-expandable__expanded-content {
  display: none;
}

.o-grid {
  display: flex;
  margin: -0.8rem;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .o-grid {
    margin: -0.5rem;
  }
}

.o-grid > .o-grid__cell {
  min-width: 0;
  padding: 0.8rem;
  flex-basis: 100%;
}
@media (max-width: 600px) {
  .o-grid > .o-grid__cell {
    padding: 0.5rem;
  }
}

/**
 * Modifier: small gutter
 */
.o-grid--small-gutter {
  margin: -0.5rem;
}

.o-grid--small-gutter > .o-grid__cell {
  padding: 0.5rem;
}

/**
 * Modifier: no gutter
 */
.o-grid--no-gutter {
  margin: 0;
}

.o-grid--no-gutter > .o-grid__cell {
  padding: 0;
}

/**
 * Modifier: no ends gutter
 */
.o-grid--no-ends-gutter {
  margin-top: 0;
  margin-bottom: 0;
}

.o-grid--no-ends-gutter > .o-grid__cell {
  padding-top: 0;
  padding-bottom: 0;
}

/**
 * Modifier: equal height columns
 */
.o-grid--equal-height > * {
  display: flex;
}

.o-icon {
  width: 1.4em;
  height: 1.4em;
  flex-shrink: 0;
  vertical-align: top;
  fill: currentColor;
}

.o-image {
  flex-shrink: 0;
  vertical-align: top;
}

.o-image--fit {
  max-width: 100%;
  max-height: 100%;
}

.o-image--contain {
  object-fit: contain;
}

.o-image--zoom:hover {
  cursor: zoom-in;
}

.o-image--optimize-contrast {
  image-rendering: -webkit-optimize-contrast;
}

.o-link {
  color: #fd4d26;
  text-decoration: underline;
}
.o-link:hover {
  color: #e32c02;
}

.o-link--clean {
  text-decoration: none;
}
.o-link--clean, .o-link--clean:hover {
  color: currentColor;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.o-loading-container {
  position: relative;
  z-index: 0;
}

.o-loading-container.is-loading .o-loading-container__overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.o-loading-container.is-loading .o-loading-container__content {
  opacity: 0.6;
}

.o-loading-container__overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 3.2rem;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s 0.25s linear;
}
@media (max-width: 600px) {
  .o-loading-container__overlay {
    padding: 2.1333333333rem;
  }
}
.o-loading-container__overlay--no-padding {
  padding: 0;
}

.o-loading-container__spinner {
  position: sticky;
  top: 3.2rem;
  padding: 0.2rem;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0.3333333333rem 0.3333333333rem 0.6666666667rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .o-loading-container__spinner {
    top: 2.1333333333rem;
  }
}

.o-loading-container__spinner-icon {
  width: 2.1333333333rem;
  height: 2.1333333333rem;
  color: #b8b8b8;
  transform-origin: center;
  animation: spin 1s infinite linear;
}
@media (max-width: 600px) {
  .o-loading-container__spinner-icon {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
  }
}

.o-loading-container__content {
  min-height: 8.9333333333rem;
  transition: opacity 0.25s ease;
}
@media (max-width: 600px) {
  .o-loading-container__content {
    min-height: 6.5333333333rem;
  }
}
.o-loading-container__content--no-height {
  min-height: 0;
}

.c-container {
  width: 100%;
  max-width: 96rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.2rem;
  padding-left: 5.2rem;
}
@media (max-width: 1024px) {
  .c-container {
    padding-right: 4.5333333333rem;
    padding-left: 4.5333333333rem;
  }
}
@media (max-width: 600px) {
  .c-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.o-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
.o-modal.is-open {
  display: block;
}

.o-modal__container {
  display: flex;
  width: 42rem;
  min-height: calc(100% - (6.6666666667rem * 2));
  margin: 6.6666666667rem auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .o-modal__container {
    display: block;
    width: auto;
    height: 100%;
    min-height: auto;
    margin: 0;
  }
}

.o-modal__dialog {
  position: relative;
  width: 100%;
  padding: 2rem 1.6rem;
  flex-grow: 1;
  border-radius: 0.6666666667rem;
  background-color: #fafafa;
  box-shadow: 0 0 6.6666666667rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .o-modal__dialog {
    min-height: 100%;
    padding-right: 4.5333333333rem;
    padding-left: 4.5333333333rem;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .o-modal__dialog {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.o-modal__dialog:focus {
  outline: none;
}

.o-modal__dialog-content {
  position: relative;
  z-index: 1;
}

.o-modal__nothanks-button {
  margin: 0.5333333333rem 0;
}

.o-modal__close-button {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .o-modal__close-button {
    right: 4.5333333333rem;
  }
}
@media (max-width: 600px) {
  .o-modal__close-button {
    right: 1rem;
  }
}

.o-modal--transparent {
  align-items: center;
}
.o-modal--transparent.is-open {
  display: flex;
}
@media (max-width: 1024px) {
  .o-modal--transparent .o-modal__container {
    width: calc(100% - 50px);
    height: auto;
    margin: 0 auto;
  }
}
.o-modal--transparent .o-modal__dialog {
  padding: 0;
  background-color: transparent;
}
.o-modal--transparent .o-modal__close-button {
  top: 0;
  right: 0;
  background: none;
  box-shadow: none;
  color: #fff;
}

.c-action-button {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.2666666667rem;
  border-radius: 100%;
  box-shadow: inset 0 -0.2666666667rem 0 rgba(0, 0, 0, 0.15);
}
.c-action-button, .c-action-button:hover {
  color: #fff;
}
.c-action-button:active {
  box-shadow: none;
}
.c-action-button:disabled {
  background-color: #f1f1f1;
  box-shadow: none;
  color: #b8b8b8;
}

/**
 * Modifier: success button
 */
.c-action-button--success:not(:disabled) {
  background-color: #20b787;
}
.c-action-button--success:not(:disabled):hover {
  background-color: #1fcc95;
}

/**
 * Modifier: danger button
 */
.c-action-button--danger:not(:disabled) {
  background-color: #eb5757;
}
.c-action-button--danger:not(:disabled):hover {
  background-color: #e32c02;
}

.c-action-button__icon {
  width: 1.0666666667rem;
  height: 1.0666666667rem;
}

/**
 * Modifier: large button
 */
.c-action-button--large {
  width: 2.3333333333rem;
  height: 2.3333333333rem;
  padding: 0.3666666667rem;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.04);
  color: #2c2c2c;
}
.c-action-button--large:hover, .c-action-button--large:active {
  background-color: #f6f6f6;
  color: #2c2c2c;
}
.c-action-button--large .c-action-button__icon {
  width: 1.6rem;
  height: 1.6rem;
}

/**
 * State: is loading
 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-action-button.is-loading .c-action-button__icon use {
  transform-origin: center;
  animation: spin 1s infinite linear;
}

.c-action-button--large.c-action-button--large-no-shadow {
  box-shadow: none;
}

.o-sticky-banner {
  position: fixed;
  right: 1.3333333333rem;
  bottom: 1.3333333333rem;
  z-index: 999;
  width: 27.5333333333rem;
  visibility: hidden;
  transform: translate3d(0, calc(100% + 1.3333333333rem + 2.3333333333rem / 2), 0);
  transition: transform 0.25s ease, visibility 0.25s ease;
}
.o-sticky-banner.is-visible {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 600px) {
  .o-sticky-banner {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

.o-sticky-banner__button {
  position: absolute;
  top: calc(2.3333333333rem / 2 * -1);
  right: calc(2.3333333333rem / 2 * -1);
}
@media (max-width: 600px) {
  .o-sticky-banner__button {
    right: 0.8rem;
  }
}

.o-sticky-banner__container {
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.15);
}

.o-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}

.o-table__cell--header {
  vertical-align: top;
}

.o-wave {
  height: 4.8666666667rem;
  color: #fff;
}
@media (max-width: 600px) {
  .o-wave {
    height: 2.8666666667rem;
  }
}

.o-wave--small {
  height: 2.8666666667rem;
}

.o-wave-container {
  position: relative;
  z-index: 0;
}

/**
 * Modifier: container with wave at the top
 */
.o-wave-container--top {
  padding-top: 4.8666666667rem;
}
@media (max-width: 600px) {
  .o-wave-container--top {
    padding-top: 2.8666666667rem;
  }
}

.o-wave-container--top .o-wave-container__wave {
  top: 0;
}

/**
 * Modifier: container with wave at the bottom
 */
.o-wave-container--bottom {
  padding-bottom: 4.8666666667rem;
}
@media (max-width: 600px) {
  .o-wave-container--bottom {
    padding-bottom: 2.8666666667rem;
  }
}

.o-wave-container--bottom .o-wave-container__wave {
  bottom: -1px;
}

/**
 * Modifier: container with small wave
 */
.o-wave-container--small.o-wave-container--top {
  padding-top: 2.8666666667rem;
}

.o-wave-container--small.o-wave-container--bottom {
  padding-bottom: 2.8666666667rem;
}

/* Elements
   ========================================================================== */
.o-wave-container__content {
  position: relative;
}

.o-wave-container__content--above {
  z-index: 3;
}

.o-wave-container__content--below {
  z-index: 1;
}

.o-wave-container__wave {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
}

.c-added-to-cart-modal__dialog {
  padding-top: 3.2rem;
}
@media (min-width: 1025px) {
  .c-added-to-cart-modal__dialog {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
.c-added-to-cart-modal__dialog::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-image: url("/Content/illustrations/checkmark.svg");
  background-size: cover;
  box-shadow: 0 -0.4rem 3.3333333333rem #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .c-added-to-cart-modal__dialog::before {
    position: static;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    box-shadow: none;
    transform: none;
  }
}
.c-added-to-cart-modal__dialog::after {
  content: "";
  display: block;
  position: absolute;
  top: -7.6666666667rem;
  left: 50%;
  z-index: 0;
  width: 27.6666666667rem;
  height: 27.6666666667rem;
  opacity: 0.5;
  background-image: url("/Content/illustrations/sunburst.svg");
  background-size: cover;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .c-added-to-cart-modal__dialog::after {
    display: none;
  }
}

.c-alert {
  padding: 0.5333333333rem 1.3333333333rem;
  border-radius: 6.6666666667rem;
  white-space: normal;
}
@media (max-width: 600px) {
  .c-alert {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.c-alert--small {
  padding: 0.5333333333rem 0.5333333333rem;
  border-radius: 0.6666666667rem;
}

.c-alert--success {
  background-color: rgba(32, 183, 135, 0.1);
  color: #20b787;
}

.c-alert--failure {
  background-color: rgba(235, 87, 87, 0.1);
  color: #eb5757;
}

.c-alert--white-space-normal {
  white-space: normal;
}

.c-alert span {
  display: block;
}

.c-arrow-button {
  position: relative;
  width: 2.6666666667rem;
  height: 2.4rem;
  padding: 0.4666666667rem 0.6rem;
}
@media (max-width: 600px) {
  .c-arrow-button {
    width: 2.1333333333rem;
    height: 1.92rem;
    padding: 0.36rem 0.4666666667rem;
  }
}
.c-arrow-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0.3333333333rem;
}

/**
 * Modifier: light button
 */
.c-arrow-button--light, .c-arrow-button--light:hover {
  color: #2c2c2c;
}
.c-arrow-button--light::after {
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}

/**
 * Modifier: dark button
 */
.c-arrow-button--dark, .c-arrow-button--dark:hover {
  color: #fff;
}
.c-arrow-button--dark::after {
  background-color: #2c2c2c;
  box-shadow: inset 0 -0.2666666667rem 0 #000;
}

/**
 * Modifier: right button
 */
/**
 * Modifier: left button
 */
/**
 * Modifier: small button
 */
.c-arrow-button--small {
  width: 2.1333333333rem;
  height: 1.92rem;
  padding: 0.36rem 0.4666666667rem;
}

.c-arrow-button--small .c-arrow-button__icon {
  width: 1.2rem;
  height: 1.2rem;
}

.c-arrow-button__icon {
  position: relative;
  z-index: 2;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
}
@media (max-width: 600px) {
  .c-arrow-button__icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.c-sticker {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0.4666666667rem 1rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .c-sticker {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
@media (max-width: 600px) {
  .c-sticker {
    font-weight: 700;
  }
}
.c-sticker, .c-sticker:hover {
  color: #fff;
}
.c-sticker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0.3333333333rem;
  background-color: #fd4d26;
  box-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.c-sticker--black::after {
  background-color: #000;
}

.c-sticker--blue::after {
  background-color: #87b5fa;
}

.c-sticker--green::after {
  background-color: #20b787;
}

.c-sticker--grey, .c-sticker--grey:hover {
  color: #fd4d26;
}
.c-sticker--grey::after {
  background-color: #fafafa;
}

.c-sticker--purple::after {
  background-color: #b79eec;
}

.c-sticker--red::after {
  background-color: #f4ac9c;
}

.c-sticker--yellow, .c-sticker--yellow:hover {
  color: #2c2c2c;
}
.c-sticker--flat::after {
  box-shadow: none;
}

.c-banner {
  --gradient-angle: 112deg;
  display: block;
  background-image: linear-gradient(var(--gradient-angle), transparent 62%, var(--color) 100%);
}
.c-banner--blue-1 {
  --color: #59c5e2;
}
.c-banner--blue-2 {
  --color: #87b5fa;
}
.c-banner--green {
  --color: #a8e776;
}
.c-banner--orange {
  --color: #faaf58;
}
.c-banner--pink {
  --color: #ffadc2;
}
.c-banner--pink-1 {
  --color: #ffadc2;
}
.c-banner--pink-2 {
  --color: #ff3f6c;
}
.c-banner--cyan {
  --color: #5cdeda;
}
.c-banner--purple {
  --color: #b79eec;
}
.c-banner--red {
  --color: #ff6f5b;
}
.c-banner--yellow {
  --color: #ffd054;
}
.c-banner--yellow-1 {
  --color: #fff100;
}
.c-banner--yellow-2 {
  --color: #f4e984;
}
.c-banner--metal {
  --color: #858e97;
}
.c-banner--bronze {
  --color: #c4bb9b;
}
.c-banner--gold {
  --color: #fff48d;
}
.c-banner--silver {
  --color: #b8c2cf;
}
.c-banner--black {
  --color: #000;
}
.c-banner--white {
  --color: #fff;
}
.c-banner--gray {
  --color: #dedede;
}
.c-banner--xmas-red {
  --color: #c43a47;
}
.c-banner--xmas-dark-red {
  --color: #843145;
}
.c-banner--xmas-green {
  --color: #90b594;
}
.c-banner--xmas-dark-green {
  --color: #3e6c67;
}
.c-banner--xmas-gold {
  --color: #b49f5e;
}
.c-banner--xmas-blue {
  --color: #547597;
}

.c-banner__inner {
  height: 100%;
  min-height: 18.5333333333rem;
}
.c-banner__inner--no-min-height {
  min-height: 0;
}

.c-banner__content {
  display: flex;
  padding-top: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 2.1333333333rem;
  padding-left: 1.6rem;
  flex-direction: column;
}
.c-banner__content--small-padding-bottom {
  padding-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .c-banner__content--small-padding-bottom {
    padding-bottom: 1.3333333333rem;
  }
}

.c-banner__image-wrapper {
  display: flex;
  align-items: flex-end;
}

.c-banner__image {
  width: 27.4666666667rem;
}

.c-banner__wave {
  display: none;
}

/**
 * State: Reversed
 */
.c-banner.c-banner--reversed {
  --gradient-angle: -112deg;
}
.c-banner.c-banner--reversed .c-banner__grid-cell:last-child {
  justify-content: flex-end;
  order: -1;
}

/**
 * State: Small
 */
.c-banner.c-banner--small {
  background-image: none;
}
.c-banner.c-banner--small .c-banner__content {
  position: relative;
  padding-top: 0;
  text-align: center;
}
.c-banner.c-banner--small .c-banner__grid-cell {
  width: 100% !important;
  flex-direction: column;
}
.c-banner.c-banner--small .c-banner__grid-cell:last-child {
  order: -1;
}
.c-banner.c-banner--small .c-banner__image-wrapper {
  height: 12.6666666667rem;
  padding: 0.6666666667rem 1rem 1.4333333333rem;
  align-items: center;
  justify-content: center;
}
.c-banner.c-banner--small .c-banner__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.c-banner.c-banner--small .c-banner__wave {
  display: block;
  width: 100%;
  margin-top: calc(2.8666666667rem * -1);
}
.c-banner.c-banner--small .c-banner__sticker-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  transform: translate3d(0, -3.3333333333rem, 0);
}
.c-banner.c-banner--small .c-banner__heading {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .c-banner.c-banner--small .c-banner__heading {
    font-size: 1.0666666667rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media (max-width: 600px) {
  .c-banner.c-banner--small .c-banner__heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}
.c-banner.c-banner--small .c-banner__teaser {
  display: none;
}
.c-banner.c-banner--small .c-banner__button-wrapper {
  text-align: center;
}

.c-banner.c-banner--button {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.6666666667rem;
  background-color: var(--color);
  box-shadow: 0 0.3333333333rem 1rem rgba(44, 44, 44, 0.1);
}

/**
 * Full width image within the small banner
 */
.c-banner.c-banner--small.c-banner--full-width-image .c-banner__image-wrapper {
  height: 11.7333333333rem;
}
@media (max-width: 600px) {
  .c-banner.c-banner--small.c-banner--full-width-image .c-banner__image-wrapper.c-banner__image-wrapper--small-height\@sm {
    height: 9.3333333333rem;
  }
}
.c-banner.c-banner--small.c-banner--full-width-image .c-banner__image {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.c-banner.c-banner--small.c-banner--full-width-image .c-banner__heading {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .c-banner.c-banner--small.c-banner--full-width-image .c-banner__heading {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }
}
@media (max-width: 600px) {
  .c-banner.c-banner--small.c-banner--full-width-image .c-banner__heading {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }
}

/**
 * Medium and small screen
 */
@media (max-width: 1024px) {
  .c-banner {
    background-image: none;
  }
  .c-banner .c-banner__content {
    position: relative;
    padding-top: 0;
    text-align: center;
  }
  .c-banner .c-banner__grid-cell {
    width: 100% !important;
    flex-direction: column;
  }
  .c-banner .c-banner__grid-cell:last-child {
    order: -1;
  }
  .c-banner .c-banner__image-wrapper {
    height: 12.6666666667rem;
    padding: 0.6666666667rem 1rem 1.4333333333rem;
    align-items: center;
    justify-content: center;
  }
  .c-banner .c-banner__image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .c-banner .c-banner__wave {
    display: block;
    width: 100%;
    margin-top: calc(2.8666666667rem * -1);
  }
  .c-banner .c-banner__sticker-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    transform: translate3d(0, -3.3333333333rem, 0);
  }
  .c-banner .c-banner__heading {
    font-size: 1.0666666667rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .c-banner .c-banner__heading {
    font-size: 1.0666666667rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .c-banner .c-banner__heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}
@media (max-width: 1024px) {
  .c-banner .c-banner__teaser {
    display: none;
  }
}
@media (max-width: 1024px) {
  .c-banner .c-banner__button-wrapper {
    text-align: center;
  }
}
.c-banner--small.c-banner--black .c-banner__image-wrapper {
  background: linear-gradient(180deg, #000 0%, #2c2c2c 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #000 0%, #2c2c2c 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--black .c-banner__image-wrapper {
    background: linear-gradient(180deg, #000 0%, #2c2c2c 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #000 0%, #2c2c2c 100%) !important;
  }
}
.c-banner--small.c-banner--blue-1 .c-banner__image-wrapper {
  background: linear-gradient(180deg, #59c5e2 0%, #a7e7f0 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #59c5e2 0%, #a7e7f0 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--blue-1 .c-banner__image-wrapper {
    background: linear-gradient(180deg, #59c5e2 0%, #a7e7f0 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #59c5e2 0%, #a7e7f0 100%) !important;
  }
}
.c-banner--small.c-banner--blue-2 .c-banner__image-wrapper {
  background: linear-gradient(180deg, #87b5fa 0%, #87defa 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #87b5fa 0%, #87defa 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--blue-2 .c-banner__image-wrapper {
    background: linear-gradient(180deg, #87b5fa 0%, #87defa 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #87b5fa 0%, #87defa 100%) !important;
  }
}
.c-banner--small.c-banner--bronze .c-banner__image-wrapper {
  background: linear-gradient(180deg, #c4bb9b 0%, #e6decb 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #c4bb9b 0%, #e6decb 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--bronze .c-banner__image-wrapper {
    background: linear-gradient(180deg, #c4bb9b 0%, #e6decb 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #c4bb9b 0%, #e6decb 100%) !important;
  }
}
.c-banner--small.c-banner--cyan .c-banner__image-wrapper {
  background: linear-gradient(180deg, #5cdeda 0%, #c1f2f1 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #5cdeda 0%, #c1f2f1 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--cyan .c-banner__image-wrapper {
    background: linear-gradient(180deg, #5cdeda 0%, #c1f2f1 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #5cdeda 0%, #c1f2f1 100%) !important;
  }
}
.c-banner--small.c-banner--gold .c-banner__image-wrapper {
  background: linear-gradient(180deg, #fff48d 0%, #ffda7b 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #fff48d 0%, #ffda7b 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--gold .c-banner__image-wrapper {
    background: linear-gradient(180deg, #fff48d 0%, #ffda7b 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #fff48d 0%, #ffda7b 100%) !important;
  }
}
.c-banner--small.c-banner--gray .c-banner__image-wrapper {
  background: linear-gradient(180deg, #dedede 0%, #f1f1f1 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #dedede 0%, #f1f1f1 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--gray .c-banner__image-wrapper {
    background: linear-gradient(180deg, #dedede 0%, #f1f1f1 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #dedede 0%, #f1f1f1 100%) !important;
  }
}
.c-banner--small.c-banner--green .c-banner__image-wrapper {
  background: linear-gradient(180deg, #a8e776 0%, #e8edac 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #a8e776 0%, #e8edac 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--green .c-banner__image-wrapper {
    background: linear-gradient(180deg, #a8e776 0%, #e8edac 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #a8e776 0%, #e8edac 100%) !important;
  }
}
.c-banner--small.c-banner--metal .c-banner__image-wrapper {
  background: linear-gradient(180deg, #858e97 0%, #5a636c 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #858e97 0%, #5a636c 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--metal .c-banner__image-wrapper {
    background: linear-gradient(180deg, #858e97 0%, #5a636c 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #858e97 0%, #5a636c 100%) !important;
  }
}
.c-banner--small.c-banner--orange .c-banner__image-wrapper {
  background: linear-gradient(180deg, #faaf58 0%, #facd58 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #faaf58 0%, #facd58 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--orange .c-banner__image-wrapper {
    background: linear-gradient(180deg, #faaf58 0%, #facd58 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #faaf58 0%, #facd58 100%) !important;
  }
}
.c-banner--small.c-banner--pink-1 .c-banner__image-wrapper {
  background: linear-gradient(180deg, #ffadc2 0%, #ffcbad 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #ffadc2 0%, #ffcbad 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--pink-1 .c-banner__image-wrapper {
    background: linear-gradient(180deg, #ffadc2 0%, #ffcbad 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #ffadc2 0%, #ffcbad 100%) !important;
  }
}
.c-banner--small.c-banner--pink-2 .c-banner__image-wrapper {
  background: linear-gradient(180deg, #ff3f6c 0%, #ff7898 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #ff3f6c 0%, #ff7898 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--pink-2 .c-banner__image-wrapper {
    background: linear-gradient(180deg, #ff3f6c 0%, #ff7898 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #ff3f6c 0%, #ff7898 100%) !important;
  }
}
.c-banner--small.c-banner--purple .c-banner__image-wrapper {
  background: linear-gradient(180deg, #b79eec 0%, #9eafec 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #b79eec 0%, #9eafec 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--purple .c-banner__image-wrapper {
    background: linear-gradient(180deg, #b79eec 0%, #9eafec 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #b79eec 0%, #9eafec 100%) !important;
  }
}
.c-banner--small.c-banner--red .c-banner__image-wrapper {
  background: linear-gradient(180deg, #f4ac9c 0%, #ff6f5b 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #f4ac9c 0%, #ff6f5b 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--red .c-banner__image-wrapper {
    background: linear-gradient(180deg, #f4ac9c 0%, #ff6f5b 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #f4ac9c 0%, #ff6f5b 100%) !important;
  }
}
.c-banner--small.c-banner--silver .c-banner__image-wrapper {
  background: linear-gradient(180deg, #b8c2cf 0%, #e5e9ed 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #b8c2cf 0%, #e5e9ed 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--silver .c-banner__image-wrapper {
    background: linear-gradient(180deg, #b8c2cf 0%, #e5e9ed 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #b8c2cf 0%, #e5e9ed 100%) !important;
  }
}
.c-banner--small.c-banner--white .c-banner__image-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  background: linear-gradient(var(--angle, 180deg), rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--white .c-banner__image-wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
    background: linear-gradient(var(--angle, 180deg), rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  }
}
.c-banner--small.c-banner--yellow-1 .c-banner__image-wrapper {
  background: linear-gradient(180deg, #fff100 0%, #fff882 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #fff100 0%, #fff882 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--yellow-1 .c-banner__image-wrapper {
    background: linear-gradient(180deg, #fff100 0%, #fff882 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #fff100 0%, #fff882 100%) !important;
  }
}
.c-banner--small.c-banner--yellow-2 .c-banner__image-wrapper {
  background: linear-gradient(180deg, #f4e984 0%, #ffd054 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #f4e984 0%, #ffd054 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--yellow-2 .c-banner__image-wrapper {
    background: linear-gradient(180deg, #f4e984 0%, #ffd054 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #f4e984 0%, #ffd054 100%) !important;
  }
}
.c-banner--small.c-banner--xmas-red .c-banner__image-wrapper {
  background: linear-gradient(180deg, #c43a47 0%, #d0616b 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #c43a47 0%, #d0616b 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--xmas-red .c-banner__image-wrapper {
    background: linear-gradient(180deg, #c43a47 0%, #d0616b 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #c43a47 0%, #d0616b 100%) !important;
  }
}
.c-banner--small.c-banner--xmas-dark-red .c-banner__image-wrapper {
  background: linear-gradient(180deg, #843145 0%, #bb4763 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #843145 0%, #bb4763 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--xmas-dark-red .c-banner__image-wrapper {
    background: linear-gradient(180deg, #843145 0%, #bb4763 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #843145 0%, #bb4763 100%) !important;
  }
}
.c-banner--small.c-banner--xmas-green .c-banner__image-wrapper {
  background: linear-gradient(180deg, #90b594 0%, #bed4c0 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #90b594 0%, #bed4c0 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--xmas-green .c-banner__image-wrapper {
    background: linear-gradient(180deg, #90b594 0%, #bed4c0 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #90b594 0%, #bed4c0 100%) !important;
  }
}
.c-banner--small.c-banner--xmas-dark-green .c-banner__image-wrapper {
  background: linear-gradient(180deg, #3e6c67 0%, #5a9d95 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #3e6c67 0%, #5a9d95 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--xmas-dark-green .c-banner__image-wrapper {
    background: linear-gradient(180deg, #3e6c67 0%, #5a9d95 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #3e6c67 0%, #5a9d95 100%) !important;
  }
}
.c-banner--small.c-banner--xmas-gold .c-banner__image-wrapper {
  background: linear-gradient(180deg, #b49f5e 0%, #ccbe92 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #b49f5e 0%, #ccbe92 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--xmas-gold .c-banner__image-wrapper {
    background: linear-gradient(180deg, #b49f5e 0%, #ccbe92 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #b49f5e 0%, #ccbe92 100%) !important;
  }
}
.c-banner--small.c-banner--xmas-blue .c-banner__image-wrapper {
  background: linear-gradient(180deg, #547597 0%, #7f9bb8 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #547597 0%, #7f9bb8 100%) !important;
}

@media (max-width: 1024px) {
  .c-banner.c-banner--xmas-blue .c-banner__image-wrapper {
    background: linear-gradient(180deg, #547597 0%, #7f9bb8 100%) !important;
    background: linear-gradient(var(--angle, 180deg), #547597 0%, #7f9bb8 100%) !important;
  }
}
.c-breadcrumbs {
  opacity: 0.7;
}
.c-breadcrumbs:hover {
  opacity: 1;
}

.c-breadcrumbs__list,
.c-breadcrumbs__item {
  display: flex;
}

.c-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-right: 0.5333333333rem;
  margin-left: 0.5333333333rem;
}

.c-breadcrumbs__link {
  text-decoration: none;
}
.c-breadcrumbs__link, .c-breadcrumbs__link:hover {
  color: currentColor;
}

.c-button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
  display: inline-flex;
  min-width: 10.3333333333rem;
  min-height: 3.3333333333rem;
  padding: 1rem 2.1333333333rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.6666666667rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .c-button {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}
@media (max-width: 600px) {
  .c-button {
    min-width: 0;
    min-height: 2.6666666667rem;
    padding: 0.7333333333rem 1rem;
    border-radius: 1.3333333333rem;
    font-weight: 700;
  }
}
.c-button > * + * {
  margin-left: 0.3333333333rem;
}

/**
 * State: with icon
 */
.c-button.has-icon .c-button__text {
  transform: translate3d(0, 0, 0);
}

.c-button.has-icon .c-button__icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/**
 * State: is loading
 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-button.is-loading .c-button__icon use {
  transform-origin: center;
  animation: spin 1s infinite linear;
}

/**
 * Modifier: primary button
 */
.c-button--primary {
  background-color: #20b787;
  box-shadow: inset 0 -0.2666666667rem 0 rgba(0, 0, 0, 0.15);
}
.c-button--primary, .c-button--primary:hover {
  color: #fff;
}
.c-button--primary:hover, .c-button--primary:active, .c-button--primary.is-active {
  background-color: #1fcc95;
}
.c-button--primary:active, .c-button--primary.is-active {
  box-shadow: inset 0 -0.0666666667rem 0 rgba(0, 0, 0, 0.15);
}
.c-button--primary:disabled:not(.is-loading) {
  background-color: #f1f1f1;
  box-shadow: none;
  color: #b8b8b8;
}

/**
 * Modifier: secondary button
 */
.c-button--secondary {
  background-color: #2c2c2c;
  box-shadow: inset 0 -0.2666666667rem 0 #000;
}
.c-button--secondary, .c-button--secondary:hover {
  color: #fff;
}
.c-button--secondary:active, .c-button--secondary.is-active {
  box-shadow: inset 0 -0.0666666667rem 0 #000;
}
.c-button--secondary:disabled:not(.is-loading) {
  background-color: #f1f1f1;
  box-shadow: none;
  color: #b8b8b8;
}

.c-button--secondary:hover:not(:disabled) .c-button__text {
  transform: translate3d(0, 0, 0);
}

.c-button--secondary:hover:not(:disabled) .c-button__icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.c-button--secondary:hover.has-loader:not(:disabled) .c-button__text {
  transform: translate3d(-0.8333333333rem, 0, 0);
}

/**
 * Modifier: light button
 */
.c-button--light {
  background-color: #fff;
  box-shadow: inset -0.1333333333rem -0.1333333333rem 0 0.2rem rgba(0, 0, 0, 0.04);
}
.c-button--light:hover, .c-button--light:active, .c-button--light.is-active {
  background-color: #f6f6f6;
}
.c-button--light:active, .c-button--light.is-active {
  box-shadow: inset 0 0 0 0.0666666667rem rgba(0, 0, 0, 0.04);
}
.c-button--light:disabled:not(.is-loading) {
  background-color: #f1f1f1;
  box-shadow: none;
  color: #b8b8b8;
}

/**
 * Modifier: small button
 */
.c-button--small {
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.2857142857;
  min-width: 0;
  min-height: 2.6666666667rem;
  padding: 0.7333333333rem 1rem;
  border-radius: 1.3333333333rem;
  font-weight: 700;
}

/**
 * Modifier: banner button
 */
.c-button--banner {
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.2857142857;
  width: 100%;
  padding: 0.7333333333rem 1rem;
}

/* Elements
   ========================================================================== */
.c-button__text {
  transform: translate3d(0.8333333333rem, 0, 0);
  transition: transform 0.25s ease;
}

.c-button__icon + .c-button__text {
  transform: translate3d(-0.8333333333rem, 0, 0);
}

.c-button__icon {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  opacity: 0;
  transform: translate3d(0.6666666667rem, 0, 0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.c-button__text + .c-button__icon {
  transform: translate3d(-0.6666666667rem, 0, 0);
}

.c-card {
  padding: 1.2rem 1rem;
}
@media (max-width: 600px) {
  .c-card {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.c-card.is-muted {
  background-image: url("/Content/elements/pattern.png");
  background-size: 0.6666666667rem 0.6666666667rem;
  color: #b8b8b8;
}

@media (min-width: 1025px) {
  .c-card--small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1025px) {
  .c-card--small .c-card__section + .c-card__section {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.c-card__section + .c-card__section {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 0.0666666667rem solid #f1f1f1;
}
@media (max-width: 600px) {
  .c-card__section + .c-card__section {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }
}

.c-card__widgets {
  display: flex;
  align-items: center;
}
.c-card__widgets > * + * {
  margin-left: 1rem;
}

.c-card__icon {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  flex-shrink: 0;
}

.c-checkbox {
  display: flex;
  position: relative;
  z-index: 0;
  min-height: 1.3333333333rem;
  padding-left: 2.3333333333rem;
}

.c-checkbox--large {
  min-height: 2.3333333333rem;
  padding-left: 3.9333333333rem;
}

.c-checkbox--large .c-checkbox__input {
  width: 2.3333333333rem;
  height: 2.3333333333rem;
}

.c-checkbox--large .c-checkbox__label::before {
  width: 2.3333333333rem;
  height: 2.3333333333rem;
}

.c-checkbox--centered {
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.c-checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  opacity: 0;
  cursor: pointer;
}

[data-whatintent=keyboard] .c-checkbox__input:focus + .c-checkbox__label::before {
  outline: 0.1333333333rem solid #717171;
  outline-offset: 0.1333333333rem;
}

.c-checkbox__input:disabled + .c-checkbox__label::before {
  opacity: 0.7;
}

.c-checkbox__input.is-invalid + .c-checkbox__label::before {
  border-color: #eb5757;
  background-color: #fcf8f8;
}

.c-checkbox__input:checked + .c-checkbox__label::before {
  border-color: #000;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14195 12.7453L3.30275 8.90611L2 10.2088L7.14195 15.3508L18.19 4.30275L16.8872 3L7.14195 12.7453Z' fill='%23fff' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
}

.c-checkbox__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
  align-self: center;
  cursor: pointer;
}
@media (max-width: 600px) {
  .c-checkbox__label {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}
.c-checkbox__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  border: 0.0666666667rem solid #dedede;
  border-radius: 0.3333333333rem;
  background-color: #fff;
}

.c-counter {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
  display: inline-flex;
  height: 1.6666666667rem;
  padding-right: 0.5333333333rem;
  padding-left: 0.5333333333rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.6666666667rem;
  background-color: #f6f6f6;
  color: #b8b8b8;
  font-weight: 600;
}
@media (max-width: 600px) {
  .c-counter {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}

.c-counter--step {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.25;
  width: 1.6666666667rem;
  border-radius: 100%;
  background-color: rgba(253, 77, 38, 0.05);
  color: #fd4d26;
}
@media (max-width: 1024px) {
  .c-counter--step {
    font-size: 1.0666666667rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media (max-width: 600px) {
  .c-counter--step {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}
.c-counter--step.is-inactive {
  background-color: #f6f6f6;
  color: #b8b8b8;
}

.c-country-flag {
  border-radius: 0.2rem;
}

.c-country-selector {
  width: 15.8rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.c-country-selector__item + .c-country-selector__item {
  border-top: 0.0666666667rem solid #f1f1f1;
}
.c-country-selector__item:hover, .c-country-selector__item:hover + .c-country-selector__item {
  border-color: transparent;
}

.c-country-selector__link {
  display: flex;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
  padding: 1rem 0.8rem;
  align-items: center;
}
.c-country-selector__link:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}
.c-country-selector__link > * + * {
  margin-left: 0.6666666667rem;
}

.c-dot-indicators {
  display: flex;
  align-content: center;
  justify-content: center;
}

.c-dot-indicators__button {
  position: relative;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  border: 0.0666666667rem solid #2c2c2c;
  border-radius: 100%;
}
@media (max-width: 600px) {
  .c-dot-indicators__button {
    width: 0.5333333333rem;
    height: 0.5333333333rem;
  }
}
.c-dot-indicators__button::before {
  content: "";
  position: absolute;
  top: -0.3333333333rem;
  right: -0.3333333333rem;
  bottom: -0.3333333333rem;
  left: -0.3333333333rem;
}
@media (max-width: 600px) {
  .c-dot-indicators__button::before {
    top: -0.2666666667rem;
    right: -0.2666666667rem;
    bottom: -0.2666666667rem;
    left: -0.2666666667rem;
  }
}
.c-dot-indicators__button.is-active {
  background-color: #2c2c2c;
}
.c-dot-indicators__button + .c-dot-indicators__button {
  margin-left: 0.6666666667rem;
}

.c-expand-button {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
  display: inline-flex;
  min-height: 2rem;
  padding: 0.4666666667rem 1.0666666667rem 0.4666666667rem 1.3333333333rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: #f6f6f6;
  font-weight: 600;
}
@media (max-width: 600px) {
  .c-expand-button {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
.c-expand-button, .c-expand-button:hover {
  color: #717171;
}
.c-expand-button:hover, .c-expand-button:active {
  background-color: #f1f1f1;
}
.c-expand-button > * + * {
  margin-left: 0.1666666667rem;
}

/**
 * State: expanded
 */
.c-expand-button.is-expanded .c-expand-button__icon {
  transform: rotate(180deg);
}

/**
 * Modifier: docked
 */
.c-expand-button--docked {
  display: flex;
  width: 100%;
  min-height: 1.6rem;
  padding-top: 0.2666666667rem;
  padding-bottom: 0.2666666667rem;
  border-radius: 0;
}

.c-expand-button__icon {
  width: 1.0666666667rem;
  height: 1.0666666667rem;
}

.c-features__item {
  display: flex;
}
.c-features__item + .c-features__item {
  margin-top: 0.3333333333rem;
}
.c-features__item > * + * {
  margin-left: 0.3333333333rem;
}

.c-features__item-icon {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  margin-top: calc((1em - 1.3333333333rem) / 2 + .1em);
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .c-footer-links-block {
    border-bottom: 0.0666666667rem solid #dedede;
  }
}

.c-footer-links-block__button {
  display: flex;
  width: 100%;
  margin-bottom: 0.8rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .c-footer-links-block__button {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.c-footer-links-block__button.is-expanded .c-footer-links-block__button-icon {
  transform: rotate(180deg);
}

.c-footer-links-block__button-icon {
  display: none;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .c-footer-links-block__button-icon {
    display: block;
  }
}

.c-footer-links-block__content {
  display: none;
}
@media (max-width: 1024px) {
  .c-footer-links-block__content {
    padding-bottom: 1rem;
  }
}
.c-footer-links-block__content.is-expanded {
  display: block;
}

.c-footer__link:hover {
  text-decoration: underline;
}

.c-footer__links {
  display: flex;
  margin-bottom: 2.1333333333rem;
  padding-bottom: 2.1333333333rem;
  border-bottom: 0.0666666667rem solid #dedede;
}
@media (max-width: 1024px) {
  .c-footer__links {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.c-footer__links-block {
  width: 20%;
}
@media (max-width: 1024px) {
  .c-footer__links-block {
    width: 100%;
  }
}
.c-footer__links-block + .c-footer__links-block {
  padding-left: 2.1333333333rem;
}
@media (max-width: 1024px) {
  .c-footer__links-block + .c-footer__links-block {
    padding-left: 0;
  }
}

.c-footer__info-block {
  width: 20%;
  flex-basis: auto;
}
@media (max-width: 1024px) {
  .c-footer__info-block {
    width: 100%;
  }
}
.c-footer__info-block + .c-footer__info-block {
  padding-left: 2.1333333333rem;
}
@media (max-width: 1024px) {
  .c-footer__info-block + .c-footer__info-block {
    margin-top: 2.1333333333rem;
    padding-left: 0;
  }
}

.c-form-icon {
  display: flex;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #eb5757;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
}

.c-gallery__scene {
  display: flex;
  margin-bottom: 2rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 600px) {
  .c-gallery__scene {
    margin-bottom: 0.8rem;
  }
}
.c-gallery__scene:only-child {
  margin-bottom: 0;
}

.c-gallery__items {
  flex-grow: 1;
}

.c-gallery__item {
  display: none;
  height: 29.4rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .c-gallery__item {
    height: 13rem;
  }
}
.c-gallery__item.is-active {
  display: flex;
}

.c-gallery__button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.c-gallery__button--next {
  padding-left: 2.6666666667rem;
}
@media (max-width: 600px) {
  .c-gallery__button--next {
    padding-left: 1rem;
  }
}

.c-gallery__button--prev {
  padding-right: 2.6666666667rem;
}
@media (max-width: 600px) {
  .c-gallery__button--prev {
    padding-right: 1rem;
  }
}

.c-text-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
  width: 100%;
  min-height: 3.3333333333rem;
  padding: 0.9333333333rem 1.3333333333rem;
  border: 0.0666666667rem solid #f1f1f1;
  border-radius: 1.6666666667rem;
  background-color: #fff;
  -webkit-appearance: none;
          appearance: none;
}
@media (max-width: 600px) {
  .c-text-input {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}
@media (max-width: 600px) {
  .c-text-input {
    min-height: 2.6666666667rem;
    padding: 0.6666666667rem 1rem;
    border-radius: 1.3333333333rem;
  }
}
.c-text-input:-ms-input-placeholder {
  color: #717171;
}
.c-text-input::placeholder {
  color: #717171;
}
.c-text-input::-ms-clear {
  display: none;
}
.c-text-input:hover {
  border-color: #dedede;
}
.c-text-input:disabled {
  opacity: 0.7;
  color: #717171;
}
.c-text-input:read-only {
  opacity: 0.7;
  color: #717171;
}
.c-text-input.is-dirty:invalid, .c-text-input.is-invalid {
  border-color: #eb5757;
  background-color: #fcf8f8;
}

/**
 * Modifier: text input with grey background
 */
.c-text-input--grey {
  border-color: transparent;
  background-color: #f6f6f6;
}
.c-text-input--grey:-ms-input-placeholder {
  color: #717171;
}
.c-text-input--grey::placeholder {
  color: #717171;
}
.c-text-input--grey:not(.is-dirty:invalid):not(.is-invalid):hover {
  border-color: transparent;
  background-color: #f1f1f1;
}

@media (max-width: 1024px) {
  .c-text-input--grey\@md {
    border-color: transparent;
    background-color: #f6f6f6;
  }
  .c-text-input--grey\@md:-ms-input-placeholder {
    color: #717171;
  }
  .c-text-input--grey\@md::placeholder {
    color: #717171;
  }
  .c-text-input--grey\@md:not(.is-dirty:invalid):not(.is-invalid):hover {
    border-color: transparent;
    background-color: #f1f1f1;
  }
}
@media (max-width: 600px) {
  .c-text-input--grey\@sm {
    border-color: transparent;
    background-color: #f6f6f6;
  }
  .c-text-input--grey\@sm:-ms-input-placeholder {
    color: #717171;
  }
  .c-text-input--grey\@sm::placeholder {
    color: #717171;
  }
  .c-text-input--grey\@sm:not(.is-dirty:invalid):not(.is-invalid):hover {
    border-color: transparent;
    background-color: #f1f1f1;
  }
}
/**
 * Modifier: small text input
 */
.c-text-input--small {
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.2857142857;
  min-height: 2.6666666667rem;
  padding: 0.6666666667rem 1rem;
  border-radius: 1.3333333333rem;
}

.c-text-input--area {
  resize: vertical;
}

.c-gift-card-form__field {
  display: flex;
}

.c-gift-card-form__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-gift-card-form__button-wrapper {
  position: relative;
  padding: 0.9333333333rem 1.3333333333rem;
  flex-shrink: 0;
  border-top-right-radius: 1.6666666667rem;
  border-bottom-right-radius: 1.6666666667rem;
  background-color: #f6f6f6;
}
@media (max-width: 600px) {
  .c-gift-card-form__button-wrapper {
    padding: 0.6666666667rem 1rem;
    border-top-right-radius: 1.3333333333rem;
    border-bottom-right-radius: 1.3333333333rem;
  }
}
.c-gift-card-form__button-wrapper::before {
  content: "";
  position: absolute;
  top: 0.9333333333rem;
  left: 0;
  width: 1px;
  height: calc(100% - 0.9333333333rem * 2);
  background-color: #dedede;
}
@media (max-width: 600px) {
  .c-gift-card-form__button-wrapper::before {
    top: 0.6666666667rem;
    height: calc(100% - 0.6666666667rem * 2);
  }
}

.c-link-button {
  display: inline-flex;
  align-items: center;
  color: #fd4d26;
  font-weight: 700;
  text-transform: uppercase;
}
.c-link-button:hover {
  color: #e32c02;
}
.c-link-button > * + * {
  margin-left: 0.5333333333rem;
}

.c-link-button:hover .c-link-button__icon {
  transform: translate3d(-0.3333333333rem, 0, 0);
}

.c-link-button:hover .c-link-button__text + .c-link-button__icon {
  transform: translate3d(0.3333333333rem, 0, 0);
}

.c-link-button--no-animation .c-link-button__icon {
  transform: none !important;
}

.c-link-button__icon {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  transition: transform 0.25s ease;
}

.c-header-search-form {
  position: relative;
  z-index: 0;
}

@media (max-width: 1024px) {
  .c-header-search-form__input {
    padding-left: 3.6rem;
    background-image: url("/Content/icons/search.svg");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    background-size: 1.6rem 1.6rem;
  }
}
@media (max-width: 600px) {
  .c-header-search-form__input {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
    height: 3rem;
    padding-left: 3rem;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    background-position: left 0.8333333333rem center;
    background-size: 1.3333333333rem 1.3333333333rem;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-header-search-form__input {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}

.c-header-search-form__submit-button,
.c-header-search-form__reset-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.c-header-search-form__submit-button {
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.2857142857;
  right: 0.4666666667rem;
  min-height: 2.4rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-radius: 1.2rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .c-header-search-form__submit-button {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
@media (max-width: 1024px) {
  .c-header-search-form__submit-button {
    display: none;
  }
}

.c-header-search-form__reset-button {
  display: none;
  right: 1rem;
}

.c-header-bar {
  display: grid;
  align-items: center;
  column-gap: 0.6666666667rem;
  grid-template-areas: "logo search service-menu";
  grid-template-columns: min-content 1fr min-content;
  grid-template-rows: 5.8rem;
}
@media (max-width: 600px) {
  .c-header-bar {
    grid-template-areas: "logo service-menu" "search search";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 4.1333333333rem 3rem;
  }
}

.c-header-bar--minimal {
  display: flex;
  height: 5.8rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .c-header-bar--minimal {
    height: 4.1333333333rem;
  }
}

.c-header-bar__logo-wrapper {
  grid-area: logo;
}

.c-header-bar__logo-image {
  width: 9.7333333333rem;
  height: 3.0666666667rem;
}
@media (max-width: 600px) {
  .c-header-bar__logo-image {
    width: 7.6rem;
    height: 2.4rem;
  }
}

.c-header-bar__search-wrapper {
  grid-area: search;
  padding-right: 10%;
  padding-left: 10%;
}
@media (max-width: 1024px) {
  .c-header-bar__search-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (max-width: 600px) {
  .c-header-bar__search-wrapper {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 0;
    padding-left: 0;
    border-top: 0.0666666667rem solid #f1f1f1;
  }
}

.c-header-bar__service-menu-wrapper {
  grid-area: service-menu;
}
@media (max-width: 600px) {
  .c-header-bar__service-menu-wrapper {
    justify-self: end;
  }
}

@media (max-width: 600px) {
  .c-header-desktop-navigation {
    display: none;
  }
}

.c-header-desktop-navigation__link {
  padding: 0.5333333333rem 1rem;
  border: 0.0666666667rem solid transparent;
  border-radius: 6.6666666667rem;
  letter-spacing: 0.05em;
}
.c-header-desktop-navigation__link.is-active {
  border-color: currentColor;
  color: #fd4d26;
}
.c-header-desktop-navigation__link.is-highlighted {
  color: #fd4d26;
}

.c-header-desktop-navigation__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
.c-header-desktop-navigation__dropdown.is-visible {
  display: block;
}

.c-header-desktop-navigation__dropdown-link:hover {
  text-decoration: underline;
}

.c-header-mobile-navigation {
  display: none;
  position: fixed;
  top: 7.1333333333rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-top: 0.0666666667rem solid #f1f1f1;
  background-color: #fff;
}
@media (min-width: 601px) {
  .c-header-mobile-navigation {
    display: none;
  }
}
.c-header-mobile-navigation.is-visible {
  display: block;
}

.c-header-mobile-navigation__root-section {
  height: 100%;
  overflow-y: auto;
}

.c-header-mobile-navigation__nested-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.25s ease;
}
.c-header-mobile-navigation__nested-section.is-visible {
  transform: translate3d(0, 0, 0);
}

.c-header-mobile-navigation__nested-section-title {
  position: relative;
  border-bottom: 0.0666666667rem solid #f1f1f1;
}

.c-header-mobile-navigation__nested-section-close-button {
  position: absolute;
  top: 50%;
  left: 0.3333333333rem;
  padding: 0.6666666667rem;
  transform: translateY(-50%);
}

.c-header-mobile-navigation__list-title {
  border-bottom: 0.0666666667rem solid #f1f1f1;
}

.c-header-mobile-navigation__item {
  border-bottom: 0.0666666667rem solid #f6f6f6;
}

.c-header-search-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 600px) {
  .c-header-search-dropdown {
    position: fixed;
    top: 7.1333333333rem;
    bottom: 0;
    z-index: 1;
    overflow: auto;
    border-top: 0.0666666667rem solid #f1f1f1;
    background-color: #fff;
  }
}
.c-header-search-dropdown.is-visible {
  display: block;
}

.c-header-search-dropdown__dialog {
  overflow: hidden;
  border-bottom-right-radius: 0.6666666667rem;
  border-bottom-left-radius: 0.6666666667rem;
  background-color: #fff;
}
@media (max-width: 600px) {
  .c-header-search-dropdown__dialog {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
  }
}

@media (max-width: 600px) {
  .c-header-search-dropdown__subscription-image {
    width: 5.2rem;
    height: auto;
  }
}

.c-header-search-dropdown__message {
  display: flex;
  min-height: inherit;
  align-items: center;
  justify-content: center;
}

.c-header-service-menu {
  display: flex;
}
@media (max-width: 1024px) {
  .c-header-service-menu {
    margin-right: -0.5333333333rem;
  }
}

.c-header-service-menu__item {
  position: relative;
}
.c-header-service-menu__item + .c-header-service-menu__item {
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  .c-header-service-menu__item + .c-header-service-menu__item {
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .c-header-service-menu__item:hover .c-header-service-menu__item-link:not(:only-child) {
    border-color: #f1f1f1;
    border-top-left-radius: 0.3333333333rem;
    border-top-right-radius: 0.3333333333rem;
    background-color: #fff;
  }
}

@media (min-width: 1025px) {
  .c-header-service-menu__item:focus-within .c-header-service-menu__item-link:not(:only-child) {
    border-color: #f1f1f1;
    border-top-left-radius: 0.3333333333rem;
    border-top-right-radius: 0.3333333333rem;
    background-color: #fff;
  }
}

@media (min-width: 1025px) {
  .c-header-service-menu__item:hover .c-header-service-menu__item-dropdown {
    display: block;
  }
}

@media (min-width: 1025px) {
  .c-header-service-menu__item:focus-within .c-header-service-menu__item-dropdown {
    display: block;
  }
}

.c-header-service-menu__item-link {
  display: flex;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0.5333333333rem 1rem;
  align-items: center;
  border: 1px solid transparent;
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .c-header-service-menu__item-link {
    padding-right: 0.5333333333rem;
    padding-left: 0.5333333333rem;
  }
}
.c-header-service-menu__item-link > * + * {
  margin-left: 0.3333333333rem;
}
@media (max-width: 1024px) {
  .c-header-service-menu__item-link > * + * {
    margin-left: 0;
  }
}

.c-header-service-menu__item-icon {
  width: 1.6rem;
  height: 1.6rem;
}

@media (max-width: 1024px) {
  .c-header-service-menu__item-text {
    display: none;
  }
}

.c-header-service-menu__item-counter {
  display: flex;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  z-index: 3;
  width: 1.6rem;
  height: 1.6rem;
  align-items: center;
  justify-content: center;
  border: 0.1333333333rem solid #fff;
  border-radius: 100%;
  background-color: #20b787;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .c-header-service-menu__item-counter {
    left: -0.3333333333rem;
  }
}

.c-header-service-menu__item-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  min-width: 13.3333333333rem;
  margin-top: -0.0666666667rem;
  border: 0.0666666667rem solid #f1f1f1;
  background-color: #fff;
  transform: translateX(-50%);
}

.c-header-service-menu__item-dropdown--left {
  left: 0;
  border-top-left-radius: 0;
  transform: none;
}

.c-header-service-menu__item-dropdown--right {
  right: 0;
  left: auto;
  border-top-right-radius: 0;
  transform: none;
}

.c-header {
  position: relative;
  z-index: 100;
}
.c-header::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  transition-delay: 0s 0.25s;
}
@media (max-width: 600px) {
  .c-header::after {
    transition: none;
  }
}
.c-header.has-overlay::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s linear;
}

.c-header--minimal .c-header__inner-wrapper {
  border: 0.0666666667rem solid #f1f1f1;
  box-shadow: none;
}

.c-header__outer-wrapper {
  position: relative;
  z-index: 2;
}

.c-header__inner-wrapper {
  background-color: #fff;
  box-shadow: 0 0.6666666667rem 3rem rgba(0, 0, 0, 0.05);
}

.c-header__section + .c-header__section {
  border-top: 0.0666666667rem solid #f1f1f1;
}

.c-header__toggle-menu-button.is-expanded .c-header__toggle-menu-button-icon--menu {
  display: none;
}

.c-header__toggle-menu-button.is-expanded .c-header__toggle-menu-button-icon--times {
  display: block;
}

.c-header__toggle-menu-button-icon--times {
  display: none;
}

.c-hero-slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.c-hero-slider__slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .c-hero-slider__slider {
    padding-bottom: 2.6666666667rem;
  }
}

.c-hero-slider__slide {
  display: flex;
  position: relative;
  z-index: 1;
  width: 0;
  overflow: visible;
  opacity: 0;
}
.c-hero-slider__slide.is-active {
  z-index: 2;
  opacity: 1;
}

.c-hero-slider__slide-inner {
  display: flex;
  width: 100vw;
  flex-shrink: 0;
  align-items: center;
}

.c-hero-slider__slide-image {
  margin-bottom: -10%;
  margin-bottom: max(-4.3333333333rem, -10%);
}
@media (max-width: 1024px) {
  .c-hero-slider__slide-image {
    margin-bottom: -7.5%;
    margin-bottom: max(-3.2rem, -10%);
  }
}
@media (max-width: 600px) {
  .c-hero-slider__slide-image {
    margin-bottom: -15%;
    margin-bottom: max(-4rem, -15%);
  }
}

.c-hero-slider__button {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  align-items: center;
}

.c-hero-slider__button--next {
  right: -0.2rem;
  padding-left: 2.1333333333rem;
}
@media (max-width: 600px) {
  .c-hero-slider__button--next {
    padding-left: 1rem;
  }
}

.c-hero-slider__button--prev {
  left: -0.2rem;
  padding-right: 2.1333333333rem;
}
@media (max-width: 600px) {
  .c-hero-slider__button--prev {
    padding-right: 1rem;
  }
}

.c-hero-slider__dot-indicators {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .c-hero-slider__dot-indicators {
    bottom: 0.3333333333rem;
  }
}

.c-image-link {
  transform-origin: center;
  transition: transform 0.25s ease;
}
.c-image-link:hover {
  transform: scale3d(1.02, 1.02, 1);
}

.c-label {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
  padding: 0.5333333333rem 0.9333333333rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0.0666666667rem 0 #fff;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .c-label {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
@media (max-width: 600px) {
  .c-label {
    font-weight: 700;
  }
}

.c-label--flat {
  text-shadow: none;
}

.c-navigation-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-left-radius: 0.6666666667rem;
  border-top-right-radius: 0.6666666667rem;
  background-color: #fff;
  box-shadow: 0 -0.4rem 2.2666666667rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px) {
  .c-navigation-bar {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}

.c-order-line-card.is-muted {
  opacity: 0.6;
}

@media (min-width: 1025px) {
  .c-order-line-card--small .c-order-line-card__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1025px) {
  .c-order-line-card--small .c-order-line-card__section + .c-order-line-card__section {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

/* Structural elements
   ========================================================================== */
.c-order-line-card__content {
  padding: 1.3333333333rem 0.9333333333rem;
}
@media (max-width: 1024px) {
  .c-order-line-card__content {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}

.c-order-line-card__section + .c-order-line-card__section {
  margin-top: 1.3333333333rem;
  padding-top: 1.3333333333rem;
  border-top: 0.0666666667rem solid #f1f1f1;
}
@media (max-width: 1024px) {
  .c-order-line-card__section + .c-order-line-card__section {
    margin-top: 1rem;
    padding-top: 0.8rem;
  }
}

.c-order-line-card__summary {
  display: grid;
  grid-template-areas: "image title button" "image widget widget";
  grid-template-columns: min-content 1fr min-content;
  grid-template-rows: repeat(1fr, auto);
  align-items: center;
  column-gap: 0.6666666667rem;
}

/* Summary-related elements
   ========================================================================== */
.c-order-line-card__image-cell {
  grid-area: image;
  align-self: flex-start;
}

.c-order-line-card__title-cell {
  grid-area: title;
}

.c-order-line-card__button-cell {
  grid-area: button;
}
@media (max-width: 1024px) {
  .c-order-line-card__button-cell {
    align-self: flex-start;
  }
}

.c-order-line-card__button-cell--center {
  grid-row-end: -1;
}
@media (max-width: 1024px) {
  .c-order-line-card__button-cell--center {
    align-self: center;
  }
}

.c-order-line-card__widget-cell {
  grid-area: widget;
}

.c-order-line-card__widgets {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-order-line-card__widget + .c-order-line-card__widget {
  margin-left: 3rem;
}
@media (max-width: 1024px) {
  .c-order-line-card__widget + .c-order-line-card__widget {
    margin-left: 0;
  }
}

/* Section-related elements
   ========================================================================== */
.c-order-line-card__section-heading {
  margin-bottom: 0.3333333333rem;
}
@media (max-width: 1024px) {
  .c-order-line-card__section-heading {
    margin-bottom: 0.6666666667rem;
  }
}

.c-order-summary-card__content {
  padding: 1.3333333333rem 0.9333333333rem;
}

.c-order-summary-card__section + .c-order-summary-card__section {
  margin-top: 1.3333333333rem;
  padding-top: 1.3333333333rem;
  border-top: 0.0666666667rem solid #f1f1f1;
}

.c-product-card {
  text-decoration: none;
}
.c-product-card, .c-product-card:hover {
  color: inherit;
}
.c-product-card > * {
  pointer-events: none;
}

.c-product-card__image-wrapper {
  display: flex;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 10rem;
  align-items: center;
  justify-content: center;
}

.c-product-card__image-wrapper--subscription {
  height: 8rem;
}

.c-product-card__sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-progress-bar {
  width: 11.3333333333rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background-color: rgba(235, 87, 87, 0.1);
}

.c-progress-bar__progress {
  max-width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-color: #fd4d26;
  transition: width 0.5s;
}

.c-quantity {
  display: inline-flex;
}

.c-quantity__input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
  width: 1.3333333333rem;
  min-height: 1.6666666667rem;
  padding: 0.1666666667rem 0;
  border: 0;
  background-color: #f6f6f6;
  text-align: center;
  -webkit-appearance: none;
          appearance: none;
}
@media (max-width: 600px) {
  .c-quantity__input {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}
.c-quantity__input::-webkit-outer-spin-button, .c-quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.c-quantity__button {
  min-height: 1.6666666667rem;
  padding: 0.1666666667rem 0.6666666667rem;
  background-color: #f6f6f6;
}
@media (max-width: 600px) {
  .c-quantity__button {
    padding-right: 0.3333333333rem;
    padding-left: 0.3333333333rem;
  }
}
.c-quantity__button:disabled {
  color: #b8b8b8;
}

.c-quantity__button--decrease {
  border-top-left-radius: 0.6666666667rem;
  border-bottom-left-radius: 0.6666666667rem;
}

.c-quantity__button--increase {
  border-top-right-radius: 0.6666666667rem;
  border-bottom-right-radius: 0.6666666667rem;
}

.c-radio-group {
  border-radius: 1.6666666667rem;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 0 0.0666666667rem #f1f1f1;
}

/**
 * Modifier: radio group with grey background
 */
.c-radio-group--grey {
  background-color: #f1f1f1;
  box-shadow: none;
}

[data-whatintent=keyboard] .c-radio-group__input:focus + .c-radio-group__label {
  outline: 0.1333333333rem solid #717171;
  outline-offset: 0.1333333333rem;
}

.c-radio-group__input:checked + .c-radio-group__label {
  border-color: #f1f1f1;
  background-color: #f6f6f6;
  box-shadow: none;
}
.c-radio-group__input:checked + .c-radio-group__label::before {
  content: "";
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14195 12.7453L3.30275 8.90611L2 10.2088L7.14195 15.3508L18.19 4.30275L16.8872 3L7.14195 12.7453Z' fill='%23000' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 600px) {
  .c-radio-group__input:checked + .c-radio-group__label::before {
    width: 18px;
    height: 18px;
  }
}

.c-radio-group__input:disabled + .c-radio-group__label {
  color: #b8b8b8;
}

.c-radio-group__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
  display: flex;
  position: relative;
  min-height: 3.3333333333rem;
  padding: 1rem 2.1333333333rem;
  align-items: center;
  justify-content: center;
  border: 0.0666666667rem solid #f1f1f1;
  border-radius: 1.6666666667rem;
  background-color: #fff;
  box-shadow: inset 0 -0.2666666667rem 0 #f1f1f1;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 600px) {
  .c-radio-group__label {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}
@media (max-width: 600px) {
  .c-radio-group__label {
    min-width: 0;
    min-height: 2.6666666667rem;
    padding: 0.7333333333rem 1rem;
    border-radius: 1.3333333333rem;
  }
}

.c-read-more.is-expanded .c-read-more__content {
  max-height: none;
  margin-bottom: 1.3333333333rem;
}
@media (max-width: 600px) {
  .c-read-more.is-expanded .c-read-more__content {
    margin-bottom: 1.2rem;
  }
}

.c-read-more.is-expanded .c-read-more__sunset {
  display: none;
}

.c-read-more__content {
  position: relative;
  z-index: 0;
  max-height: 5.3333333333rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
@media (max-width: 600px) {
  .c-read-more__content {
    margin-bottom: 0.6666666667rem;
  }
}

.c-read-more__sunset {
  /* 🙃 */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), currentColor 80%, currentColor 100%);
  pointer-events: none;
}

.c-recommendations-slider__scene {
  position: relative;
  margin-bottom: 2.1333333333rem;
}

.c-recommendations-slider__grid {
  flex-wrap: nowrap;
}

.c-recommendations-slider__button {
  position: absolute;
  top: calc(50% - (2.4rem + 0.3333333333rem * 2) / 2);
  z-index: 1;
  padding: 0.3333333333rem;
}
@media (max-width: 1024px) {
  .c-recommendations-slider__button {
    display: none;
  }
}

.c-recommendations-slider__button--prev {
  left: calc((2.6666666667rem + 0.3333333333rem * 2) / 2 * -1);
}

.c-recommendations-slider__button--next {
  right: calc((2.6666666667rem + 0.3333333333rem * 2) / 2 * -1);
}

.c-select {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
  width: 100%;
  min-height: 3.3333333333rem;
  padding: 0.9333333333rem 4rem 0.9333333333rem 1.3333333333rem;
  border: 0.0666666667rem solid #f1f1f1;
  border-radius: 1.6666666667rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.6297 8C5.0672 8 4.78594 8.72716 5.19219 9.15685L9.1922 13.3876C9.4422 13.652 9.84845 13.652 10.0985 13.3876L14.0984 9.15685C14.5047 8.72716 14.2234 8 13.6609 8H5.6297Z' fill='%232C2C2C' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 1.3333333333rem;
  background-size: 1.3333333333rem;
  color: #2c2c2c;
  -webkit-appearance: none;
          appearance: none;
}
@media (max-width: 600px) {
  .c-select {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}
@media (max-width: 600px) {
  .c-select {
    min-height: 2.6666666667rem;
    padding: 0.6666666667rem 3rem 0.6666666667rem 1rem;
    border-radius: 1.3333333333rem;
    background-position: center right 1rem;
  }
}
.c-select::-ms-expand {
  display: none;
}
.c-select:disabled {
  opacity: 0.7;
  color: #717171;
}
.c-select.is-invalid {
  border-color: #eb5757;
  background-color: #fcf8f8;
}

/**
 * Modifier: select with grey background
 */
.c-select--grey {
  border-color: transparent;
  background-color: #f6f6f6;
}

/**
 * Modifier: small select
 */
.c-select--small {
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.2857142857;
  min-height: 2.6666666667rem;
  padding: 0.6666666667rem 3rem 0.6666666667rem 1rem;
  border-radius: 1.3333333333rem;
  background-position: center right 1rem;
}

.c-select-group {
  display: flex;
}

.c-select-group__label {
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.2857142857;
  min-height: 3.3333333333rem;
  padding: 1rem 0 1rem 1.3333333333rem;
  flex-shrink: 0;
  border: 0.0666666667rem solid #f1f1f1;
  border-right: 0;
  border-top-left-radius: 1.6666666667rem;
  border-bottom-left-radius: 1.6666666667rem;
  background-color: #fff;
  color: #2c2c2c;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none;
          appearance: none;
}
@media (max-width: 600px) {
  .c-select-group__label {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
@media (max-width: 600px) {
  .c-select-group__label {
    min-height: 2.6666666667rem;
    padding: 0.7333333333rem 0 0.7333333333rem 1rem;
    border-top-left-radius: 1.3333333333rem;
    border-bottom-left-radius: 1.3333333333rem;
    font-weight: 700;
  }
}

/**
 * Modifier: label with grey background
 */
.c-select-group__label--grey {
  border-color: transparent;
  background-color: #f6f6f6;
}

/**
 * Modifier: small label
 */
.c-select-group__label--small {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
  min-height: 2.6666666667rem;
  padding: 0.7333333333rem 0 0.7333333333rem 1rem;
  border-top-left-radius: 1.3333333333rem;
  border-bottom-left-radius: 1.3333333333rem;
  font-weight: 700;
}

.c-select-group__select {
  padding-left: 0.8rem;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-solid-background-banner__inner {
  min-height: 24.5333333333rem;
}

.c-solid-background-banner__content {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
}

.c-solid-background-banner__heading {
  margin-bottom: 1.6rem;
  font-size: 3.6666666667rem;
  font-weight: 700;
  line-height: 1.0363636364;
}
@media (max-width: 1024px) {
  .c-solid-background-banner__heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.0444444444;
  }
}
@media (max-width: 600px) {
  .c-solid-background-banner__heading {
    font-size: 2.3333333333rem;
    font-weight: 700;
    line-height: 1.0571428571;
  }
}

.c-solid-background-banner__teaser {
  margin-bottom: 2.1333333333rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3333333333;
}
@media (max-width: 600px) {
  .c-solid-background-banner__teaser {
    font-size: 1.0666666667rem;
    font-weight: 400;
    line-height: 1.25;
  }
}

.c-solid-background-banner__image {
  width: 42rem;
}

/**
 * State: Reversed
 */
.c-solid-background-banner.c-solid-background-banner--reversed .c-solid-background-banner__grid-cell:last-child {
  justify-content: flex-end;
  order: -1;
}
.c-solid-background-banner.c-solid-background-banner--reversed .c-solid-background-banner__content {
  padding-right: 3.2rem;
  padding-left: 0;
}

/**
 * State: Small
 */
.c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__inner {
  min-height: auto;
}
.c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__grid-cell {
  width: 100% !important;
  order: unset !important;
}
.c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__image-wrapper {
  width: 100%;
}
.c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__image {
  width: 100%;
}
.c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__content {
  padding: 1.6rem !important;
  text-align: center;
}
.c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__heading {
  margin-bottom: 0.5333333333rem;
  font-size: 2.1333333333rem;
  font-weight: 700;
  line-height: 1.125;
}
@media (max-width: 1024px) {
  .c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__heading {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1481481481;
  }
}
@media (max-width: 600px) {
  .c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__heading {
    font-size: 1.4666666667rem;
    font-weight: 700;
    line-height: 1.2727272727;
  }
}
.c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__teaser {
  margin-bottom: 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
}
@media (max-width: 600px) {
  .c-solid-background-banner.c-solid-background-banner--small .c-solid-background-banner__teaser {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}

/**
 * Medium and small screen
 */
@media (max-width: 1024px) {
  .c-solid-background-banner .c-solid-background-banner__inner {
    min-height: auto;
  }
  .c-solid-background-banner .c-solid-background-banner__grid-cell {
    width: 100% !important;
    order: unset !important;
  }
  .c-solid-background-banner .c-solid-background-banner__image-wrapper {
    width: 100%;
  }
  .c-solid-background-banner .c-solid-background-banner__image {
    width: 100%;
  }
  .c-solid-background-banner .c-solid-background-banner__content {
    padding: 1.6rem !important;
    text-align: center;
  }
  .c-solid-background-banner .c-solid-background-banner__heading {
    margin-bottom: 0.5333333333rem;
    font-size: 2.1333333333rem;
    font-weight: 700;
    line-height: 1.125;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .c-solid-background-banner .c-solid-background-banner__heading {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1481481481;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .c-solid-background-banner .c-solid-background-banner__heading {
    font-size: 1.4666666667rem;
    font-weight: 700;
    line-height: 1.2727272727;
  }
}
@media (max-width: 1024px) {
  .c-solid-background-banner .c-solid-background-banner__teaser {
    margin-bottom: 1.6rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .c-solid-background-banner .c-solid-background-banner__teaser {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
}
.c-subscription-details-card {
  display: flex;
  border: 0.0666666667rem solid #f6f6f6;
}
@media (max-width: 1024px) {
  .c-subscription-details-card {
    flex-direction: column;
  }
}

.c-subscription-details-card__section {
  padding: 0.8rem 0.9333333333rem;
}

.c-subscription-details-card__section--specs {
  background-color: #f6f6f6;
}

.c-subscription-details-card__section--features {
  column-count: 2;
}
@media (max-width: 1024px) {
  .c-subscription-details-card__section--features {
    column-count: 1;
  }
}

.c-subscription-details-card__cell {
  padding-bottom: 0.3333333333rem;
}

.c-tag-button {
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.2857142857;
  display: inline-flex;
  min-height: 2rem;
  padding: 0.4rem 0.4rem 0.4rem 0.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.6666666667rem;
  background-color: rgba(253, 77, 38, 0.05);
  font-weight: 600;
}
@media (max-width: 600px) {
  .c-tag-button {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }
}
.c-tag-button, .c-tag-button:hover {
  color: #fd4d26;
}
.c-tag-button:hover, .c-tag-button:active {
  background-color: rgba(253, 77, 38, 0.15);
}
.c-tag-button:disabled {
  background-color: #f1f1f1;
  color: #b8b8b8;
}
.c-tag-button > * + * {
  margin-left: 0.1333333333rem;
}

.c-tag-button__icon {
  width: 1.2rem;
  height: 1.2rem;
}

.c-wrapper {
  overflow: hidden;
}

.s-rich-text :last-child {
  margin-bottom: 0;
}
.s-rich-text h1 {
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .s-rich-text h1 {
    margin-bottom: 1.0666666667rem;
  }
}
.s-rich-text h2 {
  margin-bottom: 1.3333333333rem;
}
@media (max-width: 1024px) {
  .s-rich-text h2 {
    margin-bottom: 0.9333333333rem;
  }
}
@media (max-width: 600px) {
  .s-rich-text h2 {
    margin-bottom: 1.6666666667rem;
  }
}
.s-rich-text h3 {
  margin-bottom: 0.8rem;
}
@media (max-width: 1024px) {
  .s-rich-text h3 {
    margin-bottom: 0.5333333333rem;
  }
}
.s-rich-text h4 {
  margin-bottom: 0.5333333333rem;
}
.s-rich-text h5,
.s-rich-text h6 {
  margin-bottom: 0.8rem;
}
@media (max-width: 600px) {
  .s-rich-text h5,
.s-rich-text h6 {
    margin-bottom: 0.5333333333rem;
  }
}
.s-rich-text p,
.s-rich-text ol,
.s-rich-text ul {
  margin-bottom: 1.3333333333rem;
}
@media (max-width: 600px) {
  .s-rich-text p,
.s-rich-text ol,
.s-rich-text ul {
    margin-bottom: 1.2rem;
  }
}
.s-rich-text ol {
  padding-left: 1em;
  list-style-type: decimal;
}
.s-rich-text ul li {
  position: relative;
  padding-left: 1em;
}
.s-rich-text ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc((1em - 0.3em) / 2 + .1em);
  left: 0;
  width: 0.3em;
  height: 0.3em;
  background-color: #fd4d26;
}

/* Background colors
   ========================================================================== */
.u-background-aqua {
  background-color: #59c5e2 !important;
}

.u-background-black-1 {
  background-color: #2c2c2c !important;
}

.u-background-black-2 {
  background-color: #000 !important;
}

.u-background-creme {
  background-color: #fcf8f8 !important;
}

.u-background-green-1 {
  background-color: #1fcc95 !important;
}

.u-background-green-2 {
  background-color: #20b787 !important;
}

.u-background-grey-1 {
  background-color: #fafafa !important;
}

.u-background-grey-2 {
  background-color: #f6f6f6 !important;
}

.u-background-grey-3 {
  background-color: #f1f1f1 !important;
}

.u-background-grey-4 {
  background-color: #dedede !important;
}

.u-background-grey-5 {
  background-color: #b8b8b8 !important;
}

.u-background-grey-6 {
  background-color: #717171 !important;
}

.u-background-orange {
  background-color: #fc9465 !important;
}

.u-background-pink {
  background-color: #eb5757 !important;
}

.u-background-purple {
  background-color: #b9a5e0 !important;
}

.u-background-red-1 {
  background-color: #fd4d26 !important;
}

.u-background-red-2 {
  background-color: #e32c02 !important;
}

.u-background-white {
  background-color: #fff !important;
}

.u-background-yellow {
  background-color: #ffd03e !important;
}

/* Background gradients
   ========================================================================== */
.u-background-gradient-black {
  background: linear-gradient(180deg, #000 0%, #2c2c2c 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #000 0%, #2c2c2c 100%) !important;
}

.u-background-gradient-blue-1 {
  background: linear-gradient(180deg, #59c5e2 0%, #a7e7f0 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #59c5e2 0%, #a7e7f0 100%) !important;
}

.u-background-gradient-blue-2 {
  background: linear-gradient(180deg, #87b5fa 0%, #87defa 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #87b5fa 0%, #87defa 100%) !important;
}

.u-background-gradient-bronze {
  background: linear-gradient(180deg, #c4bb9b 0%, #e6decb 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #c4bb9b 0%, #e6decb 100%) !important;
}

.u-background-gradient-cyan {
  background: linear-gradient(180deg, #5cdeda 0%, #c1f2f1 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #5cdeda 0%, #c1f2f1 100%) !important;
}

.u-background-gradient-gold {
  background: linear-gradient(180deg, #fff48d 0%, #ffda7b 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #fff48d 0%, #ffda7b 100%) !important;
}

.u-background-gradient-gray {
  background: linear-gradient(180deg, #dedede 0%, #f1f1f1 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #dedede 0%, #f1f1f1 100%) !important;
}

.u-background-gradient-green {
  background: linear-gradient(180deg, #a8e776 0%, #e8edac 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #a8e776 0%, #e8edac 100%) !important;
}

.u-background-gradient-metal {
  background: linear-gradient(180deg, #858e97 0%, #5a636c 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #858e97 0%, #5a636c 100%) !important;
}

.u-background-gradient-orange {
  background: linear-gradient(180deg, #faaf58 0%, #facd58 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #faaf58 0%, #facd58 100%) !important;
}

.u-background-gradient-pink-1 {
  background: linear-gradient(180deg, #ffadc2 0%, #ffcbad 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #ffadc2 0%, #ffcbad 100%) !important;
}

.u-background-gradient-pink-2 {
  background: linear-gradient(180deg, #ff3f6c 0%, #ff7898 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #ff3f6c 0%, #ff7898 100%) !important;
}

.u-background-gradient-purple {
  background: linear-gradient(180deg, #b79eec 0%, #9eafec 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #b79eec 0%, #9eafec 100%) !important;
}

.u-background-gradient-red {
  background: linear-gradient(180deg, #f4ac9c 0%, #ff6f5b 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #f4ac9c 0%, #ff6f5b 100%) !important;
}

.u-background-gradient-silver {
  background: linear-gradient(180deg, #b8c2cf 0%, #e5e9ed 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #b8c2cf 0%, #e5e9ed 100%) !important;
}

.u-background-gradient-white {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  background: linear-gradient(var(--angle, 180deg), rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
}

.u-background-gradient-yellow-1 {
  background: linear-gradient(180deg, #fff100 0%, #fff882 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #fff100 0%, #fff882 100%) !important;
}

.u-background-gradient-yellow-2 {
  background: linear-gradient(180deg, #f4e984 0%, #ffd054 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #f4e984 0%, #ffd054 100%) !important;
}

.u-background-gradient-xmas-red {
  background: linear-gradient(180deg, #c43a47 0%, #d0616b 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #c43a47 0%, #d0616b 100%) !important;
}

.u-background-gradient-xmas-dark-red {
  background: linear-gradient(180deg, #843145 0%, #bb4763 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #843145 0%, #bb4763 100%) !important;
}

.u-background-gradient-xmas-green {
  background: linear-gradient(180deg, #90b594 0%, #bed4c0 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #90b594 0%, #bed4c0 100%) !important;
}

.u-background-gradient-xmas-dark-green {
  background: linear-gradient(180deg, #3e6c67 0%, #5a9d95 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #3e6c67 0%, #5a9d95 100%) !important;
}

.u-background-gradient-xmas-gold {
  background: linear-gradient(180deg, #b49f5e 0%, #ccbe92 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #b49f5e 0%, #ccbe92 100%) !important;
}

.u-background-gradient-xmas-blue {
  background: linear-gradient(180deg, #547597 0%, #7f9bb8 100%) !important;
  background: linear-gradient(var(--angle, 180deg), #547597 0%, #7f9bb8 100%) !important;
}

/* Foreground colors
   ========================================================================== */
.u-foreground-aqua {
  color: #59c5e2 !important;
}

.u-foreground-black-1 {
  color: #2c2c2c !important;
}

.u-foreground-black-2 {
  color: #000 !important;
}

.u-foreground-creme {
  color: #fcf8f8 !important;
}

.u-foreground-green-1 {
  color: #1fcc95 !important;
}

.u-foreground-green-2 {
  color: #20b787 !important;
}

.u-foreground-grey-1 {
  color: #fafafa !important;
}

.u-foreground-grey-2 {
  color: #f6f6f6 !important;
}

.u-foreground-grey-3 {
  color: #f1f1f1 !important;
}

.u-foreground-grey-4 {
  color: #dedede !important;
}

.u-foreground-grey-5 {
  color: #b8b8b8 !important;
}

.u-foreground-grey-6 {
  color: #717171 !important;
}

.u-foreground-orange {
  color: #fc9465 !important;
}

.u-foreground-pink {
  color: #eb5757 !important;
}

.u-foreground-purple {
  color: #b9a5e0 !important;
}

.u-foreground-red-1 {
  color: #fd4d26 !important;
}

.u-foreground-red-2 {
  color: #e32c02 !important;
}

.u-foreground-white {
  color: #fff !important;
}

.u-foreground-yellow {
  color: #ffd03e !important;
}

.u-inline {
  display: inline !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-flex {
  display: flex !important;
}

.u-inline-flex {
  display: inline-flex !important;
}

.u-hidden {
  display: none !important;
}

@media (max-width: 1024px) {
  .u-inline\@md {
    display: inline !important;
  }

  .u-block\@md {
    display: block !important;
  }

  .u-inline-block\@md {
    display: inline-block !important;
  }

  .u-flex\@md {
    display: flex !important;
  }

  .u-inline-flex\@md {
    display: inline-flex !important;
  }

  .u-hidden\@md {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .u-inline\@sm {
    display: inline !important;
  }

  .u-block\@sm {
    display: block !important;
  }

  .u-inline-block\@sm {
    display: inline-block !important;
  }

  .u-flex\@sm {
    display: flex !important;
  }

  .u-inline-flex\@sm {
    display: inline-flex !important;
  }

  .u-hidden\@sm {
    display: none !important;
  }
}
.u-hidden-visually {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
}

.u-cf::before, .u-cf::after {
  content: " ";
  display: table;
}
.u-cf::after {
  clear: both;
}

.u-flex-row {
  flex-direction: row !important;
}

.u-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.u-flex-align-baseline {
  align-items: baseline !important;
}

.u-flex-align-center {
  align-items: center !important;
}

.u-flex-align-end {
  align-items: flex-end !important;
}

.u-flex-align-start {
  align-items: flex-start !important;
}

.u-flex-justify-center {
  justify-content: center !important;
}

.u-flex-justify-between {
  justify-content: space-between !important;
}

.u-flex-justify-end {
  justify-content: flex-end !important;
}

.u-flex-justify-start {
  justify-content: flex-start !important;
}

.u-flex-self-center {
  align-self: center !important;
}

.u-flex-order-first {
  order: -1 !important;
}

.u-flex-order-last {
  order: 1 !important;
}

@media (max-width: 1024px) {
  .u-flex-row\@md {
    flex-direction: row !important;
  }

  .u-flex-row-reverse\@md {
    flex-direction: row-reverse !important;
  }

  .u-flex-column\@md {
    flex-direction: column !important;
  }

  .u-flex-column-reverse\@md {
    flex-direction: column-reverse !important;
  }

  .u-flex-align-baseline\@md {
    align-items: baseline !important;
  }

  .u-flex-align-center\@md {
    align-items: center !important;
  }

  .u-flex-align-end\@md {
    align-items: flex-end !important;
  }

  .u-flex-align-start\@md {
    align-items: flex-start !important;
  }

  .u-flex-justify-center\@md {
    justify-content: center !important;
  }

  .u-flex-justify-between\@md {
    justify-content: space-between !important;
  }

  .u-flex-justify-end\@md {
    justify-content: flex-end !important;
  }

  .u-flex-justify-start\@md {
    justify-content: flex-start !important;
  }

  .u-flex-self-center\@md {
    align-self: center !important;
  }

  .u-flex-order-first\@md {
    order: -1 !important;
  }

  .u-flex-order-last\@md {
    order: 1 !important;
  }
}
@media (max-width: 600px) {
  .u-flex-row\@sm {
    flex-direction: row !important;
  }

  .u-flex-row-reverse\@sm {
    flex-direction: row-reverse !important;
  }

  .u-flex-column\@sm {
    flex-direction: column !important;
  }

  .u-flex-column-reverse\@sm {
    flex-direction: column-reverse !important;
  }

  .u-flex-align-baseline\@sm {
    align-items: baseline !important;
  }

  .u-flex-align-center\@sm {
    align-items: center !important;
  }

  .u-flex-align-end\@sm {
    align-items: flex-end !important;
  }

  .u-flex-align-start\@sm {
    align-items: flex-start !important;
  }

  .u-flex-justify-center\@sm {
    justify-content: center !important;
  }

  .u-flex-justify-between\@sm {
    justify-content: space-between !important;
  }

  .u-flex-justify-end\@sm {
    justify-content: flex-end !important;
  }

  .u-flex-justify-start\@sm {
    justify-content: flex-start !important;
  }

  .u-flex-self-center\@sm {
    align-self: center !important;
  }

  .u-flex-order-first\@sm {
    order: -1 !important;
  }

  .u-flex-order-last\@sm {
    order: 1 !important;
  }
}
.u-grid-template-rows-1fr {
  grid-template-rows: 1fr !important;
}

.u-pad-1 {
  padding: 0.3333333333rem !important;
}

.u-pad-ends-1 {
  padding-top: 0.3333333333rem !important;
  padding-bottom: 0.3333333333rem !important;
}

.u-pad-sides-1 {
  padding-right: 0.3333333333rem !important;
  padding-left: 0.3333333333rem !important;
}

.u-pad-top-1 {
  padding-top: 0.3333333333rem !important;
}

.u-pad-right-1 {
  padding-right: 0.3333333333rem !important;
}

.u-pad-bottom-1 {
  padding-bottom: 0.3333333333rem !important;
}

.u-pad-left-1 {
  padding-left: 0.3333333333rem !important;
}

.u-pad-2 {
  padding: 0.5333333333rem !important;
}

.u-pad-ends-2 {
  padding-top: 0.5333333333rem !important;
  padding-bottom: 0.5333333333rem !important;
}

.u-pad-sides-2 {
  padding-right: 0.5333333333rem !important;
  padding-left: 0.5333333333rem !important;
}

.u-pad-top-2 {
  padding-top: 0.5333333333rem !important;
}

.u-pad-right-2 {
  padding-right: 0.5333333333rem !important;
}

.u-pad-bottom-2 {
  padding-bottom: 0.5333333333rem !important;
}

.u-pad-left-2 {
  padding-left: 0.5333333333rem !important;
}

.u-pad-3 {
  padding: 0.6666666667rem !important;
}

.u-pad-ends-3 {
  padding-top: 0.6666666667rem !important;
  padding-bottom: 0.6666666667rem !important;
}

.u-pad-sides-3 {
  padding-right: 0.6666666667rem !important;
  padding-left: 0.6666666667rem !important;
}

.u-pad-top-3 {
  padding-top: 0.6666666667rem !important;
}

.u-pad-right-3 {
  padding-right: 0.6666666667rem !important;
}

.u-pad-bottom-3 {
  padding-bottom: 0.6666666667rem !important;
}

.u-pad-left-3 {
  padding-left: 0.6666666667rem !important;
}

.u-pad-4 {
  padding: 0.8rem !important;
}

.u-pad-ends-4 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.u-pad-sides-4 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.u-pad-top-4 {
  padding-top: 0.8rem !important;
}

.u-pad-right-4 {
  padding-right: 0.8rem !important;
}

.u-pad-bottom-4 {
  padding-bottom: 0.8rem !important;
}

.u-pad-left-4 {
  padding-left: 0.8rem !important;
}

.u-pad-5 {
  padding: 1rem !important;
}

.u-pad-ends-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-pad-sides-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.u-pad-top-5 {
  padding-top: 1rem !important;
}

.u-pad-right-5 {
  padding-right: 1rem !important;
}

.u-pad-bottom-5 {
  padding-bottom: 1rem !important;
}

.u-pad-left-5 {
  padding-left: 1rem !important;
}

.u-pad-6 {
  padding: 1.2rem !important;
}

.u-pad-ends-6 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.u-pad-sides-6 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.u-pad-top-6 {
  padding-top: 1.2rem !important;
}

.u-pad-right-6 {
  padding-right: 1.2rem !important;
}

.u-pad-bottom-6 {
  padding-bottom: 1.2rem !important;
}

.u-pad-left-6 {
  padding-left: 1.2rem !important;
}

.u-pad-7 {
  padding: 1.3333333333rem !important;
}

.u-pad-ends-7 {
  padding-top: 1.3333333333rem !important;
  padding-bottom: 1.3333333333rem !important;
}

.u-pad-sides-7 {
  padding-right: 1.3333333333rem !important;
  padding-left: 1.3333333333rem !important;
}

.u-pad-top-7 {
  padding-top: 1.3333333333rem !important;
}

.u-pad-right-7 {
  padding-right: 1.3333333333rem !important;
}

.u-pad-bottom-7 {
  padding-bottom: 1.3333333333rem !important;
}

.u-pad-left-7 {
  padding-left: 1.3333333333rem !important;
}

.u-pad-8 {
  padding: 1.6rem !important;
}

.u-pad-ends-8 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.u-pad-sides-8 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.u-pad-top-8 {
  padding-top: 1.6rem !important;
}

.u-pad-right-8 {
  padding-right: 1.6rem !important;
}

.u-pad-bottom-8 {
  padding-bottom: 1.6rem !important;
}

.u-pad-left-8 {
  padding-left: 1.6rem !important;
}

.u-pad-9 {
  padding: 2.1333333333rem !important;
}

.u-pad-ends-9 {
  padding-top: 2.1333333333rem !important;
  padding-bottom: 2.1333333333rem !important;
}

.u-pad-sides-9 {
  padding-right: 2.1333333333rem !important;
  padding-left: 2.1333333333rem !important;
}

.u-pad-top-9 {
  padding-top: 2.1333333333rem !important;
}

.u-pad-right-9 {
  padding-right: 2.1333333333rem !important;
}

.u-pad-bottom-9 {
  padding-bottom: 2.1333333333rem !important;
}

.u-pad-left-9 {
  padding-left: 2.1333333333rem !important;
}

.u-pad-10 {
  padding: 3.2rem !important;
}

.u-pad-ends-10 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.u-pad-sides-10 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.u-pad-top-10 {
  padding-top: 3.2rem !important;
}

.u-pad-right-10 {
  padding-right: 3.2rem !important;
}

.u-pad-bottom-10 {
  padding-bottom: 3.2rem !important;
}

.u-pad-left-10 {
  padding-left: 3.2rem !important;
}

.u-pad-11 {
  padding: 4.2666666667rem !important;
}

.u-pad-ends-11 {
  padding-top: 4.2666666667rem !important;
  padding-bottom: 4.2666666667rem !important;
}

.u-pad-sides-11 {
  padding-right: 4.2666666667rem !important;
  padding-left: 4.2666666667rem !important;
}

.u-pad-top-11 {
  padding-top: 4.2666666667rem !important;
}

.u-pad-right-11 {
  padding-right: 4.2666666667rem !important;
}

.u-pad-bottom-11 {
  padding-bottom: 4.2666666667rem !important;
}

.u-pad-left-11 {
  padding-left: 4.2666666667rem !important;
}

.u-pad-12 {
  padding: 6.4rem !important;
}

.u-pad-ends-12 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.u-pad-sides-12 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

.u-pad-top-12 {
  padding-top: 6.4rem !important;
}

.u-pad-right-12 {
  padding-right: 6.4rem !important;
}

.u-pad-bottom-12 {
  padding-bottom: 6.4rem !important;
}

.u-pad-left-12 {
  padding-left: 6.4rem !important;
}

.u-pad-none {
  padding: 0 !important;
}

.u-pad-ends-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-pad-sides-none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.u-pad-top-none {
  padding-top: 0 !important;
}

.u-pad-right-none {
  padding-right: 0 !important;
}

.u-pad-bottom-none {
  padding-bottom: 0 !important;
}

.u-pad-left-none {
  padding-left: 0 !important;
}

@media (max-width: 1024px) {
  .u-pad-1\@md {
    padding: 0.3333333333rem !important;
  }

  .u-pad-ends-1\@md {
    padding-top: 0.3333333333rem !important;
    padding-bottom: 0.3333333333rem !important;
  }

  .u-pad-sides-1\@md {
    padding-right: 0.3333333333rem !important;
    padding-left: 0.3333333333rem !important;
  }

  .u-pad-top-1\@md {
    padding-top: 0.3333333333rem !important;
  }

  .u-pad-right-1\@md {
    padding-right: 0.3333333333rem !important;
  }

  .u-pad-bottom-1\@md {
    padding-bottom: 0.3333333333rem !important;
  }

  .u-pad-left-1\@md {
    padding-left: 0.3333333333rem !important;
  }

  .u-pad-2\@md {
    padding: 0.5333333333rem !important;
  }

  .u-pad-ends-2\@md {
    padding-top: 0.5333333333rem !important;
    padding-bottom: 0.5333333333rem !important;
  }

  .u-pad-sides-2\@md {
    padding-right: 0.5333333333rem !important;
    padding-left: 0.5333333333rem !important;
  }

  .u-pad-top-2\@md {
    padding-top: 0.5333333333rem !important;
  }

  .u-pad-right-2\@md {
    padding-right: 0.5333333333rem !important;
  }

  .u-pad-bottom-2\@md {
    padding-bottom: 0.5333333333rem !important;
  }

  .u-pad-left-2\@md {
    padding-left: 0.5333333333rem !important;
  }

  .u-pad-3\@md {
    padding: 0.6666666667rem !important;
  }

  .u-pad-ends-3\@md {
    padding-top: 0.6666666667rem !important;
    padding-bottom: 0.6666666667rem !important;
  }

  .u-pad-sides-3\@md {
    padding-right: 0.6666666667rem !important;
    padding-left: 0.6666666667rem !important;
  }

  .u-pad-top-3\@md {
    padding-top: 0.6666666667rem !important;
  }

  .u-pad-right-3\@md {
    padding-right: 0.6666666667rem !important;
  }

  .u-pad-bottom-3\@md {
    padding-bottom: 0.6666666667rem !important;
  }

  .u-pad-left-3\@md {
    padding-left: 0.6666666667rem !important;
  }

  .u-pad-4\@md {
    padding: 0.8rem !important;
  }

  .u-pad-ends-4\@md {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .u-pad-sides-4\@md {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .u-pad-top-4\@md {
    padding-top: 0.8rem !important;
  }

  .u-pad-right-4\@md {
    padding-right: 0.8rem !important;
  }

  .u-pad-bottom-4\@md {
    padding-bottom: 0.8rem !important;
  }

  .u-pad-left-4\@md {
    padding-left: 0.8rem !important;
  }

  .u-pad-5\@md {
    padding: 1rem !important;
  }

  .u-pad-ends-5\@md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-pad-sides-5\@md {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .u-pad-top-5\@md {
    padding-top: 1rem !important;
  }

  .u-pad-right-5\@md {
    padding-right: 1rem !important;
  }

  .u-pad-bottom-5\@md {
    padding-bottom: 1rem !important;
  }

  .u-pad-left-5\@md {
    padding-left: 1rem !important;
  }

  .u-pad-6\@md {
    padding: 1.2rem !important;
  }

  .u-pad-ends-6\@md {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .u-pad-sides-6\@md {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .u-pad-top-6\@md {
    padding-top: 1.2rem !important;
  }

  .u-pad-right-6\@md {
    padding-right: 1.2rem !important;
  }

  .u-pad-bottom-6\@md {
    padding-bottom: 1.2rem !important;
  }

  .u-pad-left-6\@md {
    padding-left: 1.2rem !important;
  }

  .u-pad-7\@md {
    padding: 1.3333333333rem !important;
  }

  .u-pad-ends-7\@md {
    padding-top: 1.3333333333rem !important;
    padding-bottom: 1.3333333333rem !important;
  }

  .u-pad-sides-7\@md {
    padding-right: 1.3333333333rem !important;
    padding-left: 1.3333333333rem !important;
  }

  .u-pad-top-7\@md {
    padding-top: 1.3333333333rem !important;
  }

  .u-pad-right-7\@md {
    padding-right: 1.3333333333rem !important;
  }

  .u-pad-bottom-7\@md {
    padding-bottom: 1.3333333333rem !important;
  }

  .u-pad-left-7\@md {
    padding-left: 1.3333333333rem !important;
  }

  .u-pad-8\@md {
    padding: 1.6rem !important;
  }

  .u-pad-ends-8\@md {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .u-pad-sides-8\@md {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .u-pad-top-8\@md {
    padding-top: 1.6rem !important;
  }

  .u-pad-right-8\@md {
    padding-right: 1.6rem !important;
  }

  .u-pad-bottom-8\@md {
    padding-bottom: 1.6rem !important;
  }

  .u-pad-left-8\@md {
    padding-left: 1.6rem !important;
  }

  .u-pad-9\@md {
    padding: 2.1333333333rem !important;
  }

  .u-pad-ends-9\@md {
    padding-top: 2.1333333333rem !important;
    padding-bottom: 2.1333333333rem !important;
  }

  .u-pad-sides-9\@md {
    padding-right: 2.1333333333rem !important;
    padding-left: 2.1333333333rem !important;
  }

  .u-pad-top-9\@md {
    padding-top: 2.1333333333rem !important;
  }

  .u-pad-right-9\@md {
    padding-right: 2.1333333333rem !important;
  }

  .u-pad-bottom-9\@md {
    padding-bottom: 2.1333333333rem !important;
  }

  .u-pad-left-9\@md {
    padding-left: 2.1333333333rem !important;
  }

  .u-pad-10\@md {
    padding: 3.2rem !important;
  }

  .u-pad-ends-10\@md {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }

  .u-pad-sides-10\@md {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }

  .u-pad-top-10\@md {
    padding-top: 3.2rem !important;
  }

  .u-pad-right-10\@md {
    padding-right: 3.2rem !important;
  }

  .u-pad-bottom-10\@md {
    padding-bottom: 3.2rem !important;
  }

  .u-pad-left-10\@md {
    padding-left: 3.2rem !important;
  }

  .u-pad-11\@md {
    padding: 4.2666666667rem !important;
  }

  .u-pad-ends-11\@md {
    padding-top: 4.2666666667rem !important;
    padding-bottom: 4.2666666667rem !important;
  }

  .u-pad-sides-11\@md {
    padding-right: 4.2666666667rem !important;
    padding-left: 4.2666666667rem !important;
  }

  .u-pad-top-11\@md {
    padding-top: 4.2666666667rem !important;
  }

  .u-pad-right-11\@md {
    padding-right: 4.2666666667rem !important;
  }

  .u-pad-bottom-11\@md {
    padding-bottom: 4.2666666667rem !important;
  }

  .u-pad-left-11\@md {
    padding-left: 4.2666666667rem !important;
  }

  .u-pad-12\@md {
    padding: 6.4rem !important;
  }

  .u-pad-ends-12\@md {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }

  .u-pad-sides-12\@md {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }

  .u-pad-top-12\@md {
    padding-top: 6.4rem !important;
  }

  .u-pad-right-12\@md {
    padding-right: 6.4rem !important;
  }

  .u-pad-bottom-12\@md {
    padding-bottom: 6.4rem !important;
  }

  .u-pad-left-12\@md {
    padding-left: 6.4rem !important;
  }

  .u-pad-none\@md {
    padding: 0 !important;
  }

  .u-pad-ends-none\@md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-pad-sides-none\@md {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .u-pad-top-none\@md {
    padding-top: 0 !important;
  }

  .u-pad-right-none\@md {
    padding-right: 0 !important;
  }

  .u-pad-bottom-none\@md {
    padding-bottom: 0 !important;
  }

  .u-pad-left-none\@md {
    padding-left: 0 !important;
  }
}
@media (max-width: 600px) {
  .u-pad-1\@sm {
    padding: 0.3333333333rem !important;
  }

  .u-pad-ends-1\@sm {
    padding-top: 0.3333333333rem !important;
    padding-bottom: 0.3333333333rem !important;
  }

  .u-pad-sides-1\@sm {
    padding-right: 0.3333333333rem !important;
    padding-left: 0.3333333333rem !important;
  }

  .u-pad-top-1\@sm {
    padding-top: 0.3333333333rem !important;
  }

  .u-pad-right-1\@sm {
    padding-right: 0.3333333333rem !important;
  }

  .u-pad-bottom-1\@sm {
    padding-bottom: 0.3333333333rem !important;
  }

  .u-pad-left-1\@sm {
    padding-left: 0.3333333333rem !important;
  }

  .u-pad-2\@sm {
    padding: 0.5333333333rem !important;
  }

  .u-pad-ends-2\@sm {
    padding-top: 0.5333333333rem !important;
    padding-bottom: 0.5333333333rem !important;
  }

  .u-pad-sides-2\@sm {
    padding-right: 0.5333333333rem !important;
    padding-left: 0.5333333333rem !important;
  }

  .u-pad-top-2\@sm {
    padding-top: 0.5333333333rem !important;
  }

  .u-pad-right-2\@sm {
    padding-right: 0.5333333333rem !important;
  }

  .u-pad-bottom-2\@sm {
    padding-bottom: 0.5333333333rem !important;
  }

  .u-pad-left-2\@sm {
    padding-left: 0.5333333333rem !important;
  }

  .u-pad-3\@sm {
    padding: 0.6666666667rem !important;
  }

  .u-pad-ends-3\@sm {
    padding-top: 0.6666666667rem !important;
    padding-bottom: 0.6666666667rem !important;
  }

  .u-pad-sides-3\@sm {
    padding-right: 0.6666666667rem !important;
    padding-left: 0.6666666667rem !important;
  }

  .u-pad-top-3\@sm {
    padding-top: 0.6666666667rem !important;
  }

  .u-pad-right-3\@sm {
    padding-right: 0.6666666667rem !important;
  }

  .u-pad-bottom-3\@sm {
    padding-bottom: 0.6666666667rem !important;
  }

  .u-pad-left-3\@sm {
    padding-left: 0.6666666667rem !important;
  }

  .u-pad-4\@sm {
    padding: 0.8rem !important;
  }

  .u-pad-ends-4\@sm {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .u-pad-sides-4\@sm {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .u-pad-top-4\@sm {
    padding-top: 0.8rem !important;
  }

  .u-pad-right-4\@sm {
    padding-right: 0.8rem !important;
  }

  .u-pad-bottom-4\@sm {
    padding-bottom: 0.8rem !important;
  }

  .u-pad-left-4\@sm {
    padding-left: 0.8rem !important;
  }

  .u-pad-5\@sm {
    padding: 1rem !important;
  }

  .u-pad-ends-5\@sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-pad-sides-5\@sm {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .u-pad-top-5\@sm {
    padding-top: 1rem !important;
  }

  .u-pad-right-5\@sm {
    padding-right: 1rem !important;
  }

  .u-pad-bottom-5\@sm {
    padding-bottom: 1rem !important;
  }

  .u-pad-left-5\@sm {
    padding-left: 1rem !important;
  }

  .u-pad-6\@sm {
    padding: 1.2rem !important;
  }

  .u-pad-ends-6\@sm {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .u-pad-sides-6\@sm {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .u-pad-top-6\@sm {
    padding-top: 1.2rem !important;
  }

  .u-pad-right-6\@sm {
    padding-right: 1.2rem !important;
  }

  .u-pad-bottom-6\@sm {
    padding-bottom: 1.2rem !important;
  }

  .u-pad-left-6\@sm {
    padding-left: 1.2rem !important;
  }

  .u-pad-7\@sm {
    padding: 1.3333333333rem !important;
  }

  .u-pad-ends-7\@sm {
    padding-top: 1.3333333333rem !important;
    padding-bottom: 1.3333333333rem !important;
  }

  .u-pad-sides-7\@sm {
    padding-right: 1.3333333333rem !important;
    padding-left: 1.3333333333rem !important;
  }

  .u-pad-top-7\@sm {
    padding-top: 1.3333333333rem !important;
  }

  .u-pad-right-7\@sm {
    padding-right: 1.3333333333rem !important;
  }

  .u-pad-bottom-7\@sm {
    padding-bottom: 1.3333333333rem !important;
  }

  .u-pad-left-7\@sm {
    padding-left: 1.3333333333rem !important;
  }

  .u-pad-8\@sm {
    padding: 1.6rem !important;
  }

  .u-pad-ends-8\@sm {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .u-pad-sides-8\@sm {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .u-pad-top-8\@sm {
    padding-top: 1.6rem !important;
  }

  .u-pad-right-8\@sm {
    padding-right: 1.6rem !important;
  }

  .u-pad-bottom-8\@sm {
    padding-bottom: 1.6rem !important;
  }

  .u-pad-left-8\@sm {
    padding-left: 1.6rem !important;
  }

  .u-pad-9\@sm {
    padding: 2.1333333333rem !important;
  }

  .u-pad-ends-9\@sm {
    padding-top: 2.1333333333rem !important;
    padding-bottom: 2.1333333333rem !important;
  }

  .u-pad-sides-9\@sm {
    padding-right: 2.1333333333rem !important;
    padding-left: 2.1333333333rem !important;
  }

  .u-pad-top-9\@sm {
    padding-top: 2.1333333333rem !important;
  }

  .u-pad-right-9\@sm {
    padding-right: 2.1333333333rem !important;
  }

  .u-pad-bottom-9\@sm {
    padding-bottom: 2.1333333333rem !important;
  }

  .u-pad-left-9\@sm {
    padding-left: 2.1333333333rem !important;
  }

  .u-pad-10\@sm {
    padding: 3.2rem !important;
  }

  .u-pad-ends-10\@sm {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }

  .u-pad-sides-10\@sm {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }

  .u-pad-top-10\@sm {
    padding-top: 3.2rem !important;
  }

  .u-pad-right-10\@sm {
    padding-right: 3.2rem !important;
  }

  .u-pad-bottom-10\@sm {
    padding-bottom: 3.2rem !important;
  }

  .u-pad-left-10\@sm {
    padding-left: 3.2rem !important;
  }

  .u-pad-11\@sm {
    padding: 4.2666666667rem !important;
  }

  .u-pad-ends-11\@sm {
    padding-top: 4.2666666667rem !important;
    padding-bottom: 4.2666666667rem !important;
  }

  .u-pad-sides-11\@sm {
    padding-right: 4.2666666667rem !important;
    padding-left: 4.2666666667rem !important;
  }

  .u-pad-top-11\@sm {
    padding-top: 4.2666666667rem !important;
  }

  .u-pad-right-11\@sm {
    padding-right: 4.2666666667rem !important;
  }

  .u-pad-bottom-11\@sm {
    padding-bottom: 4.2666666667rem !important;
  }

  .u-pad-left-11\@sm {
    padding-left: 4.2666666667rem !important;
  }

  .u-pad-12\@sm {
    padding: 6.4rem !important;
  }

  .u-pad-ends-12\@sm {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }

  .u-pad-sides-12\@sm {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }

  .u-pad-top-12\@sm {
    padding-top: 6.4rem !important;
  }

  .u-pad-right-12\@sm {
    padding-right: 6.4rem !important;
  }

  .u-pad-bottom-12\@sm {
    padding-bottom: 6.4rem !important;
  }

  .u-pad-left-12\@sm {
    padding-left: 6.4rem !important;
  }

  .u-pad-none\@sm {
    padding: 0 !important;
  }

  .u-pad-ends-none\@sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-pad-sides-none\@sm {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .u-pad-top-none\@sm {
    padding-top: 0 !important;
  }

  .u-pad-right-none\@sm {
    padding-right: 0 !important;
  }

  .u-pad-bottom-none\@sm {
    padding-bottom: 0 !important;
  }

  .u-pad-left-none\@sm {
    padding-left: 0 !important;
  }
}
/* Ratio
   ========================================================================== */
.u-size-2\/12 {
  width: 16.6666666667% !important;
  flex-basis: auto !important;
}

.u-size-3\/12 {
  width: 25% !important;
  flex-basis: auto !important;
}

.u-size-4\/12 {
  width: 33.3333333333% !important;
  flex-basis: auto !important;
}

.u-size-5\/12 {
  width: 41.6666666667% !important;
  flex-basis: auto !important;
}

.u-size-6\/12 {
  width: 50% !important;
  flex-basis: auto !important;
}

.u-size-7\/12 {
  width: 58.3333333333% !important;
  flex-basis: auto !important;
}

.u-size-8\/12 {
  width: 66.6666666667% !important;
  flex-basis: auto !important;
}

.u-size-9\/12 {
  width: 75% !important;
  flex-basis: auto !important;
}

.u-size-10\/12 {
  width: 83.3333333333% !important;
  flex-basis: auto !important;
}

.u-size-5\/9 {
  width: 55.5555555556% !important;
  flex-basis: auto !important;
}

.u-size-4\/9 {
  width: 44.4444444444% !important;
  flex-basis: auto !important;
}

/* Misc
   ========================================================================== */
.u-size-full {
  width: 100% !important;
  flex-basis: auto !important;
}

.u-size-fit {
  flex-basis: auto !important;
}

.u-size-fill {
  flex-basis: 0% !important;
  flex-shrink: 1 !important;
  flex-grow: 1 !important;
}

.u-size-full-height {
  height: 100% !important;
}

.u-size-full-min-height {
  min-height: 100% !important;
}

@media (max-width: 1024px) {
  /* Ratio
     ========================================================================== */
  .u-size-2\/12\@md {
    width: 16.6666666667% !important;
    flex-basis: auto !important;
  }

  .u-size-3\/12\@md {
    width: 25% !important;
    flex-basis: auto !important;
  }

  .u-size-4\/12\@md {
    width: 33.3333333333% !important;
    flex-basis: auto !important;
  }

  .u-size-5\/12\@md {
    width: 41.6666666667% !important;
    flex-basis: auto !important;
  }

  .u-size-6\/12\@md {
    width: 50% !important;
    flex-basis: auto !important;
  }

  .u-size-7\/12\@md {
    width: 58.3333333333% !important;
    flex-basis: auto !important;
  }

  .u-size-8\/12\@md {
    width: 66.6666666667% !important;
    flex-basis: auto !important;
  }

  .u-size-9\/12\@md {
    width: 75% !important;
    flex-basis: auto !important;
  }

  .u-size-10\/12\@md {
    width: 83.3333333333% !important;
    flex-basis: auto !important;
  }

  .u-size-5\/9\@md {
    width: 55.5555555556% !important;
    flex-basis: auto !important;
  }

  .u-size-4\/9\@md {
    width: 44.4444444444% !important;
    flex-basis: auto !important;
  }

  /* Misc
     ========================================================================== */
  .u-size-full\@md {
    width: 100% !important;
    flex-basis: auto !important;
  }

  .u-size-fit\@md {
    flex-basis: auto !important;
  }

  .u-size-fill\@md {
    flex-basis: 0% !important;
    flex-shrink: 1 !important;
    flex-grow: 1 !important;
  }

  .u-size-full-height {
    height: 100% !important;
  }

  .u-size-full-min-height {
    min-height: 100% !important;
  }
}
@media (max-width: 600px) {
  /* Ratio
     ========================================================================== */
  .u-size-2\/12\@sm {
    width: 16.6666666667% !important;
    flex-basis: auto !important;
  }

  .u-size-3\/12\@sm {
    width: 25% !important;
    flex-basis: auto !important;
  }

  .u-size-4\/12\@sm {
    width: 33.3333333333% !important;
    flex-basis: auto !important;
  }

  .u-size-5\/12\@sm {
    width: 41.6666666667% !important;
    flex-basis: auto !important;
  }

  .u-size-6\/12\@sm {
    width: 50% !important;
    flex-basis: auto !important;
  }

  .u-size-7\/12\@sm {
    width: 58.3333333333% !important;
    flex-basis: auto !important;
  }

  .u-size-8\/12\@sm {
    width: 66.6666666667% !important;
    flex-basis: auto !important;
  }

  .u-size-9\/12\@sm {
    width: 75% !important;
    flex-basis: auto !important;
  }

  .u-size-10\/12\@sm {
    width: 83.3333333333% !important;
    flex-basis: auto !important;
  }

  .u-size-5\/9\@sm {
    width: 55.5555555556% !important;
    flex-basis: auto !important;
  }

  .u-size-4\/9\@sm {
    width: 44.4444444444% !important;
    flex-basis: auto !important;
  }

  /* Misc
     ========================================================================== */
  .u-size-full\@sm {
    width: 100% !important;
    flex-basis: auto !important;
  }

  .u-size-fit\@sm {
    flex-basis: auto !important;
  }

  .u-size-fill\@sm {
    flex-basis: 0% !important;
    flex-shrink: 1 !important;
    flex-grow: 1 !important;
  }

  .u-size-full-height {
    height: 100% !important;
  }

  .u-size-full-min-height {
    min-height: 100% !important;
  }
}
.u-space-column-1 > * + * {
  margin-top: 0.3333333333rem !important;
}

.u-space-row-1 > * + * {
  margin-left: 0.3333333333rem !important;
}

.u-space-column-2 > * + * {
  margin-top: 0.5333333333rem !important;
}

.u-space-row-2 > * + * {
  margin-left: 0.5333333333rem !important;
}

.u-space-column-3 > * + * {
  margin-top: 0.6666666667rem !important;
}

.u-space-row-3 > * + * {
  margin-left: 0.6666666667rem !important;
}

.u-space-column-4 > * + * {
  margin-top: 0.8rem !important;
}

.u-space-row-4 > * + * {
  margin-left: 0.8rem !important;
}

.u-space-column-5 > * + * {
  margin-top: 1rem !important;
}

.u-space-row-5 > * + * {
  margin-left: 1rem !important;
}

.u-space-column-6 > * + * {
  margin-top: 1.2rem !important;
}

.u-space-row-6 > * + * {
  margin-left: 1.2rem !important;
}

.u-space-column-7 > * + * {
  margin-top: 1.3333333333rem !important;
}

.u-space-row-7 > * + * {
  margin-left: 1.3333333333rem !important;
}

.u-space-column-8 > * + * {
  margin-top: 1.6rem !important;
}

.u-space-row-8 > * + * {
  margin-left: 1.6rem !important;
}

.u-space-column-9 > * + * {
  margin-top: 2.1333333333rem !important;
}

.u-space-row-9 > * + * {
  margin-left: 2.1333333333rem !important;
}

.u-space-column-10 > * + * {
  margin-top: 3.2rem !important;
}

.u-space-row-10 > * + * {
  margin-left: 3.2rem !important;
}

.u-space-column-11 > * + * {
  margin-top: 4.2666666667rem !important;
}

.u-space-row-11 > * + * {
  margin-left: 4.2666666667rem !important;
}

.u-space-column-12 > * + * {
  margin-top: 6.4rem !important;
}

.u-space-row-12 > * + * {
  margin-left: 6.4rem !important;
}

.u-space-column-none > * + * {
  margin-top: 0 !important;
}

.u-space-row-none > * + * {
  margin-left: 0 !important;
}

@media (max-width: 1024px) {
  .u-space-column-1\@md > * + * {
    margin-top: 0.3333333333rem !important;
  }

  .u-space-row-1\@md > * + * {
    margin-left: 0.3333333333rem !important;
  }

  .u-space-column-2\@md > * + * {
    margin-top: 0.5333333333rem !important;
  }

  .u-space-row-2\@md > * + * {
    margin-left: 0.5333333333rem !important;
  }

  .u-space-column-3\@md > * + * {
    margin-top: 0.6666666667rem !important;
  }

  .u-space-row-3\@md > * + * {
    margin-left: 0.6666666667rem !important;
  }

  .u-space-column-4\@md > * + * {
    margin-top: 0.8rem !important;
  }

  .u-space-row-4\@md > * + * {
    margin-left: 0.8rem !important;
  }

  .u-space-column-5\@md > * + * {
    margin-top: 1rem !important;
  }

  .u-space-row-5\@md > * + * {
    margin-left: 1rem !important;
  }

  .u-space-column-6\@md > * + * {
    margin-top: 1.2rem !important;
  }

  .u-space-row-6\@md > * + * {
    margin-left: 1.2rem !important;
  }

  .u-space-column-7\@md > * + * {
    margin-top: 1.3333333333rem !important;
  }

  .u-space-row-7\@md > * + * {
    margin-left: 1.3333333333rem !important;
  }

  .u-space-column-8\@md > * + * {
    margin-top: 1.6rem !important;
  }

  .u-space-row-8\@md > * + * {
    margin-left: 1.6rem !important;
  }

  .u-space-column-9\@md > * + * {
    margin-top: 2.1333333333rem !important;
  }

  .u-space-row-9\@md > * + * {
    margin-left: 2.1333333333rem !important;
  }

  .u-space-column-10\@md > * + * {
    margin-top: 3.2rem !important;
  }

  .u-space-row-10\@md > * + * {
    margin-left: 3.2rem !important;
  }

  .u-space-column-11\@md > * + * {
    margin-top: 4.2666666667rem !important;
  }

  .u-space-row-11\@md > * + * {
    margin-left: 4.2666666667rem !important;
  }

  .u-space-column-12\@md > * + * {
    margin-top: 6.4rem !important;
  }

  .u-space-row-12\@md > * + * {
    margin-left: 6.4rem !important;
  }

  .u-space-column-none\@md > * + * {
    margin-top: 0 !important;
  }

  .u-space-row-none\@md > * + * {
    margin-left: 0 !important;
  }
}
@media (max-width: 600px) {
  .u-space-column-1\@sm > * + * {
    margin-top: 0.3333333333rem !important;
  }

  .u-space-row-1\@sm > * + * {
    margin-left: 0.3333333333rem !important;
  }

  .u-space-column-2\@sm > * + * {
    margin-top: 0.5333333333rem !important;
  }

  .u-space-row-2\@sm > * + * {
    margin-left: 0.5333333333rem !important;
  }

  .u-space-column-3\@sm > * + * {
    margin-top: 0.6666666667rem !important;
  }

  .u-space-row-3\@sm > * + * {
    margin-left: 0.6666666667rem !important;
  }

  .u-space-column-4\@sm > * + * {
    margin-top: 0.8rem !important;
  }

  .u-space-row-4\@sm > * + * {
    margin-left: 0.8rem !important;
  }

  .u-space-column-5\@sm > * + * {
    margin-top: 1rem !important;
  }

  .u-space-row-5\@sm > * + * {
    margin-left: 1rem !important;
  }

  .u-space-column-6\@sm > * + * {
    margin-top: 1.2rem !important;
  }

  .u-space-row-6\@sm > * + * {
    margin-left: 1.2rem !important;
  }

  .u-space-column-7\@sm > * + * {
    margin-top: 1.3333333333rem !important;
  }

  .u-space-row-7\@sm > * + * {
    margin-left: 1.3333333333rem !important;
  }

  .u-space-column-8\@sm > * + * {
    margin-top: 1.6rem !important;
  }

  .u-space-row-8\@sm > * + * {
    margin-left: 1.6rem !important;
  }

  .u-space-column-9\@sm > * + * {
    margin-top: 2.1333333333rem !important;
  }

  .u-space-row-9\@sm > * + * {
    margin-left: 2.1333333333rem !important;
  }

  .u-space-column-10\@sm > * + * {
    margin-top: 3.2rem !important;
  }

  .u-space-row-10\@sm > * + * {
    margin-left: 3.2rem !important;
  }

  .u-space-column-11\@sm > * + * {
    margin-top: 4.2666666667rem !important;
  }

  .u-space-row-11\@sm > * + * {
    margin-left: 4.2666666667rem !important;
  }

  .u-space-column-12\@sm > * + * {
    margin-top: 6.4rem !important;
  }

  .u-space-row-12\@sm > * + * {
    margin-left: 6.4rem !important;
  }

  .u-space-column-none\@sm > * + * {
    margin-top: 0 !important;
  }

  .u-space-row-none\@sm > * + * {
    margin-left: 0 !important;
  }
}
.u-space-1 {
  margin: 0.3333333333rem !important;
}

.u-space-ends-1 {
  margin-top: 0.3333333333rem !important;
  margin-bottom: 0.3333333333rem !important;
}

.u-space-sides-1 {
  margin-right: 0.3333333333rem !important;
  margin-left: 0.3333333333rem !important;
}

.u-space-top-1 {
  margin-top: 0.3333333333rem !important;
}

.u-space-right-1 {
  margin-right: 0.3333333333rem !important;
}

.u-space-bottom-1 {
  margin-bottom: 0.3333333333rem !important;
}

.u-space-left-1 {
  margin-left: 0.3333333333rem !important;
}

.u-space-2 {
  margin: 0.5333333333rem !important;
}

.u-space-ends-2 {
  margin-top: 0.5333333333rem !important;
  margin-bottom: 0.5333333333rem !important;
}

.u-space-sides-2 {
  margin-right: 0.5333333333rem !important;
  margin-left: 0.5333333333rem !important;
}

.u-space-top-2 {
  margin-top: 0.5333333333rem !important;
}

.u-space-right-2 {
  margin-right: 0.5333333333rem !important;
}

.u-space-bottom-2 {
  margin-bottom: 0.5333333333rem !important;
}

.u-space-left-2 {
  margin-left: 0.5333333333rem !important;
}

.u-space-3 {
  margin: 0.6666666667rem !important;
}

.u-space-ends-3 {
  margin-top: 0.6666666667rem !important;
  margin-bottom: 0.6666666667rem !important;
}

.u-space-sides-3 {
  margin-right: 0.6666666667rem !important;
  margin-left: 0.6666666667rem !important;
}

.u-space-top-3 {
  margin-top: 0.6666666667rem !important;
}

.u-space-right-3 {
  margin-right: 0.6666666667rem !important;
}

.u-space-bottom-3 {
  margin-bottom: 0.6666666667rem !important;
}

.u-space-left-3 {
  margin-left: 0.6666666667rem !important;
}

.u-space-4 {
  margin: 0.8rem !important;
}

.u-space-ends-4 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.u-space-sides-4 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.u-space-top-4 {
  margin-top: 0.8rem !important;
}

.u-space-right-4 {
  margin-right: 0.8rem !important;
}

.u-space-bottom-4 {
  margin-bottom: 0.8rem !important;
}

.u-space-left-4 {
  margin-left: 0.8rem !important;
}

.u-space-5 {
  margin: 1rem !important;
}

.u-space-ends-5 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-space-sides-5 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.u-space-top-5 {
  margin-top: 1rem !important;
}

.u-space-right-5 {
  margin-right: 1rem !important;
}

.u-space-bottom-5 {
  margin-bottom: 1rem !important;
}

.u-space-left-5 {
  margin-left: 1rem !important;
}

.u-space-6 {
  margin: 1.2rem !important;
}

.u-space-ends-6 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.u-space-sides-6 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.u-space-top-6 {
  margin-top: 1.2rem !important;
}

.u-space-right-6 {
  margin-right: 1.2rem !important;
}

.u-space-bottom-6 {
  margin-bottom: 1.2rem !important;
}

.u-space-left-6 {
  margin-left: 1.2rem !important;
}

.u-space-7 {
  margin: 1.3333333333rem !important;
}

.u-space-ends-7 {
  margin-top: 1.3333333333rem !important;
  margin-bottom: 1.3333333333rem !important;
}

.u-space-sides-7 {
  margin-right: 1.3333333333rem !important;
  margin-left: 1.3333333333rem !important;
}

.u-space-top-7 {
  margin-top: 1.3333333333rem !important;
}

.u-space-right-7 {
  margin-right: 1.3333333333rem !important;
}

.u-space-bottom-7 {
  margin-bottom: 1.3333333333rem !important;
}

.u-space-left-7 {
  margin-left: 1.3333333333rem !important;
}

.u-space-8 {
  margin: 1.6rem !important;
}

.u-space-ends-8 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.u-space-sides-8 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.u-space-top-8 {
  margin-top: 1.6rem !important;
}

.u-space-right-8 {
  margin-right: 1.6rem !important;
}

.u-space-bottom-8 {
  margin-bottom: 1.6rem !important;
}

.u-space-left-8 {
  margin-left: 1.6rem !important;
}

.u-space-9 {
  margin: 2.1333333333rem !important;
}

.u-space-ends-9 {
  margin-top: 2.1333333333rem !important;
  margin-bottom: 2.1333333333rem !important;
}

.u-space-sides-9 {
  margin-right: 2.1333333333rem !important;
  margin-left: 2.1333333333rem !important;
}

.u-space-top-9 {
  margin-top: 2.1333333333rem !important;
}

.u-space-right-9 {
  margin-right: 2.1333333333rem !important;
}

.u-space-bottom-9 {
  margin-bottom: 2.1333333333rem !important;
}

.u-space-left-9 {
  margin-left: 2.1333333333rem !important;
}

.u-space-10 {
  margin: 3.2rem !important;
}

.u-space-ends-10 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.u-space-sides-10 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.u-space-top-10 {
  margin-top: 3.2rem !important;
}

.u-space-right-10 {
  margin-right: 3.2rem !important;
}

.u-space-bottom-10 {
  margin-bottom: 3.2rem !important;
}

.u-space-left-10 {
  margin-left: 3.2rem !important;
}

.u-space-11 {
  margin: 4.2666666667rem !important;
}

.u-space-ends-11 {
  margin-top: 4.2666666667rem !important;
  margin-bottom: 4.2666666667rem !important;
}

.u-space-sides-11 {
  margin-right: 4.2666666667rem !important;
  margin-left: 4.2666666667rem !important;
}

.u-space-top-11 {
  margin-top: 4.2666666667rem !important;
}

.u-space-right-11 {
  margin-right: 4.2666666667rem !important;
}

.u-space-bottom-11 {
  margin-bottom: 4.2666666667rem !important;
}

.u-space-left-11 {
  margin-left: 4.2666666667rem !important;
}

.u-space-12 {
  margin: 6.4rem !important;
}

.u-space-ends-12 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.u-space-sides-12 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.u-space-top-12 {
  margin-top: 6.4rem !important;
}

.u-space-right-12 {
  margin-right: 6.4rem !important;
}

.u-space-bottom-12 {
  margin-bottom: 6.4rem !important;
}

.u-space-left-12 {
  margin-left: 6.4rem !important;
}

.u-space-none {
  margin: 0 !important;
}

.u-space-ends-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-space-sides-none {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.u-space-top-none {
  margin-top: 0 !important;
}

.u-space-right-none {
  margin-right: 0 !important;
}

.u-space-bottom-none {
  margin-bottom: 0 !important;
}

.u-space-left-none {
  margin-left: 0 !important;
}

.u-space-auto {
  margin: auto !important;
}

.u-space-ends-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-space-sides-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-space-top-auto {
  margin-top: auto !important;
}

.u-space-right-auto {
  margin-right: auto !important;
}

.u-space-bottom-auto {
  margin-bottom: auto !important;
}

.u-space-left-auto {
  margin-left: auto !important;
}

@media (max-width: 1024px) {
  .u-space-1\@md {
    margin: 0.3333333333rem !important;
  }

  .u-space-ends-1\@md {
    margin-top: 0.3333333333rem !important;
    margin-bottom: 0.3333333333rem !important;
  }

  .u-space-sides-1\@md {
    margin-right: 0.3333333333rem !important;
    margin-left: 0.3333333333rem !important;
  }

  .u-space-top-1\@md {
    margin-top: 0.3333333333rem !important;
  }

  .u-space-right-1\@md {
    margin-right: 0.3333333333rem !important;
  }

  .u-space-bottom-1\@md {
    margin-bottom: 0.3333333333rem !important;
  }

  .u-space-left-1\@md {
    margin-left: 0.3333333333rem !important;
  }

  .u-space-2\@md {
    margin: 0.5333333333rem !important;
  }

  .u-space-ends-2\@md {
    margin-top: 0.5333333333rem !important;
    margin-bottom: 0.5333333333rem !important;
  }

  .u-space-sides-2\@md {
    margin-right: 0.5333333333rem !important;
    margin-left: 0.5333333333rem !important;
  }

  .u-space-top-2\@md {
    margin-top: 0.5333333333rem !important;
  }

  .u-space-right-2\@md {
    margin-right: 0.5333333333rem !important;
  }

  .u-space-bottom-2\@md {
    margin-bottom: 0.5333333333rem !important;
  }

  .u-space-left-2\@md {
    margin-left: 0.5333333333rem !important;
  }

  .u-space-3\@md {
    margin: 0.6666666667rem !important;
  }

  .u-space-ends-3\@md {
    margin-top: 0.6666666667rem !important;
    margin-bottom: 0.6666666667rem !important;
  }

  .u-space-sides-3\@md {
    margin-right: 0.6666666667rem !important;
    margin-left: 0.6666666667rem !important;
  }

  .u-space-top-3\@md {
    margin-top: 0.6666666667rem !important;
  }

  .u-space-right-3\@md {
    margin-right: 0.6666666667rem !important;
  }

  .u-space-bottom-3\@md {
    margin-bottom: 0.6666666667rem !important;
  }

  .u-space-left-3\@md {
    margin-left: 0.6666666667rem !important;
  }

  .u-space-4\@md {
    margin: 0.8rem !important;
  }

  .u-space-ends-4\@md {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .u-space-sides-4\@md {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .u-space-top-4\@md {
    margin-top: 0.8rem !important;
  }

  .u-space-right-4\@md {
    margin-right: 0.8rem !important;
  }

  .u-space-bottom-4\@md {
    margin-bottom: 0.8rem !important;
  }

  .u-space-left-4\@md {
    margin-left: 0.8rem !important;
  }

  .u-space-5\@md {
    margin: 1rem !important;
  }

  .u-space-ends-5\@md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-space-sides-5\@md {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .u-space-top-5\@md {
    margin-top: 1rem !important;
  }

  .u-space-right-5\@md {
    margin-right: 1rem !important;
  }

  .u-space-bottom-5\@md {
    margin-bottom: 1rem !important;
  }

  .u-space-left-5\@md {
    margin-left: 1rem !important;
  }

  .u-space-6\@md {
    margin: 1.2rem !important;
  }

  .u-space-ends-6\@md {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .u-space-sides-6\@md {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .u-space-top-6\@md {
    margin-top: 1.2rem !important;
  }

  .u-space-right-6\@md {
    margin-right: 1.2rem !important;
  }

  .u-space-bottom-6\@md {
    margin-bottom: 1.2rem !important;
  }

  .u-space-left-6\@md {
    margin-left: 1.2rem !important;
  }

  .u-space-7\@md {
    margin: 1.3333333333rem !important;
  }

  .u-space-ends-7\@md {
    margin-top: 1.3333333333rem !important;
    margin-bottom: 1.3333333333rem !important;
  }

  .u-space-sides-7\@md {
    margin-right: 1.3333333333rem !important;
    margin-left: 1.3333333333rem !important;
  }

  .u-space-top-7\@md {
    margin-top: 1.3333333333rem !important;
  }

  .u-space-right-7\@md {
    margin-right: 1.3333333333rem !important;
  }

  .u-space-bottom-7\@md {
    margin-bottom: 1.3333333333rem !important;
  }

  .u-space-left-7\@md {
    margin-left: 1.3333333333rem !important;
  }

  .u-space-8\@md {
    margin: 1.6rem !important;
  }

  .u-space-ends-8\@md {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .u-space-sides-8\@md {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .u-space-top-8\@md {
    margin-top: 1.6rem !important;
  }

  .u-space-right-8\@md {
    margin-right: 1.6rem !important;
  }

  .u-space-bottom-8\@md {
    margin-bottom: 1.6rem !important;
  }

  .u-space-left-8\@md {
    margin-left: 1.6rem !important;
  }

  .u-space-9\@md {
    margin: 2.1333333333rem !important;
  }

  .u-space-ends-9\@md {
    margin-top: 2.1333333333rem !important;
    margin-bottom: 2.1333333333rem !important;
  }

  .u-space-sides-9\@md {
    margin-right: 2.1333333333rem !important;
    margin-left: 2.1333333333rem !important;
  }

  .u-space-top-9\@md {
    margin-top: 2.1333333333rem !important;
  }

  .u-space-right-9\@md {
    margin-right: 2.1333333333rem !important;
  }

  .u-space-bottom-9\@md {
    margin-bottom: 2.1333333333rem !important;
  }

  .u-space-left-9\@md {
    margin-left: 2.1333333333rem !important;
  }

  .u-space-10\@md {
    margin: 3.2rem !important;
  }

  .u-space-ends-10\@md {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .u-space-sides-10\@md {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .u-space-top-10\@md {
    margin-top: 3.2rem !important;
  }

  .u-space-right-10\@md {
    margin-right: 3.2rem !important;
  }

  .u-space-bottom-10\@md {
    margin-bottom: 3.2rem !important;
  }

  .u-space-left-10\@md {
    margin-left: 3.2rem !important;
  }

  .u-space-11\@md {
    margin: 4.2666666667rem !important;
  }

  .u-space-ends-11\@md {
    margin-top: 4.2666666667rem !important;
    margin-bottom: 4.2666666667rem !important;
  }

  .u-space-sides-11\@md {
    margin-right: 4.2666666667rem !important;
    margin-left: 4.2666666667rem !important;
  }

  .u-space-top-11\@md {
    margin-top: 4.2666666667rem !important;
  }

  .u-space-right-11\@md {
    margin-right: 4.2666666667rem !important;
  }

  .u-space-bottom-11\@md {
    margin-bottom: 4.2666666667rem !important;
  }

  .u-space-left-11\@md {
    margin-left: 4.2666666667rem !important;
  }

  .u-space-12\@md {
    margin: 6.4rem !important;
  }

  .u-space-ends-12\@md {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .u-space-sides-12\@md {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .u-space-top-12\@md {
    margin-top: 6.4rem !important;
  }

  .u-space-right-12\@md {
    margin-right: 6.4rem !important;
  }

  .u-space-bottom-12\@md {
    margin-bottom: 6.4rem !important;
  }

  .u-space-left-12\@md {
    margin-left: 6.4rem !important;
  }

  .u-space-none\@md {
    margin: 0 !important;
  }

  .u-space-ends-none\@md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-space-sides-none\@md {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .u-space-top-none\@md {
    margin-top: 0 !important;
  }

  .u-space-right-none\@md {
    margin-right: 0 !important;
  }

  .u-space-bottom-none\@md {
    margin-bottom: 0 !important;
  }

  .u-space-left-none\@md {
    margin-left: 0 !important;
  }

  .u-space-auto\@md {
    margin: auto !important;
  }

  .u-space-ends-auto\@md {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .u-space-sides-auto\@md {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .u-space-top-auto\@md {
    margin-top: auto !important;
  }

  .u-space-right-auto\@md {
    margin-right: auto !important;
  }

  .u-space-bottom-auto\@md {
    margin-bottom: auto !important;
  }

  .u-space-left-auto\@md {
    margin-left: auto !important;
  }
}
@media (max-width: 600px) {
  .u-space-1\@sm {
    margin: 0.3333333333rem !important;
  }

  .u-space-ends-1\@sm {
    margin-top: 0.3333333333rem !important;
    margin-bottom: 0.3333333333rem !important;
  }

  .u-space-sides-1\@sm {
    margin-right: 0.3333333333rem !important;
    margin-left: 0.3333333333rem !important;
  }

  .u-space-top-1\@sm {
    margin-top: 0.3333333333rem !important;
  }

  .u-space-right-1\@sm {
    margin-right: 0.3333333333rem !important;
  }

  .u-space-bottom-1\@sm {
    margin-bottom: 0.3333333333rem !important;
  }

  .u-space-left-1\@sm {
    margin-left: 0.3333333333rem !important;
  }

  .u-space-2\@sm {
    margin: 0.5333333333rem !important;
  }

  .u-space-ends-2\@sm {
    margin-top: 0.5333333333rem !important;
    margin-bottom: 0.5333333333rem !important;
  }

  .u-space-sides-2\@sm {
    margin-right: 0.5333333333rem !important;
    margin-left: 0.5333333333rem !important;
  }

  .u-space-top-2\@sm {
    margin-top: 0.5333333333rem !important;
  }

  .u-space-right-2\@sm {
    margin-right: 0.5333333333rem !important;
  }

  .u-space-bottom-2\@sm {
    margin-bottom: 0.5333333333rem !important;
  }

  .u-space-left-2\@sm {
    margin-left: 0.5333333333rem !important;
  }

  .u-space-3\@sm {
    margin: 0.6666666667rem !important;
  }

  .u-space-ends-3\@sm {
    margin-top: 0.6666666667rem !important;
    margin-bottom: 0.6666666667rem !important;
  }

  .u-space-sides-3\@sm {
    margin-right: 0.6666666667rem !important;
    margin-left: 0.6666666667rem !important;
  }

  .u-space-top-3\@sm {
    margin-top: 0.6666666667rem !important;
  }

  .u-space-right-3\@sm {
    margin-right: 0.6666666667rem !important;
  }

  .u-space-bottom-3\@sm {
    margin-bottom: 0.6666666667rem !important;
  }

  .u-space-left-3\@sm {
    margin-left: 0.6666666667rem !important;
  }

  .u-space-4\@sm {
    margin: 0.8rem !important;
  }

  .u-space-ends-4\@sm {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .u-space-sides-4\@sm {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .u-space-top-4\@sm {
    margin-top: 0.8rem !important;
  }

  .u-space-right-4\@sm {
    margin-right: 0.8rem !important;
  }

  .u-space-bottom-4\@sm {
    margin-bottom: 0.8rem !important;
  }

  .u-space-left-4\@sm {
    margin-left: 0.8rem !important;
  }

  .u-space-5\@sm {
    margin: 1rem !important;
  }

  .u-space-ends-5\@sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-space-sides-5\@sm {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .u-space-top-5\@sm {
    margin-top: 1rem !important;
  }

  .u-space-right-5\@sm {
    margin-right: 1rem !important;
  }

  .u-space-bottom-5\@sm {
    margin-bottom: 1rem !important;
  }

  .u-space-left-5\@sm {
    margin-left: 1rem !important;
  }

  .u-space-6\@sm {
    margin: 1.2rem !important;
  }

  .u-space-ends-6\@sm {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .u-space-sides-6\@sm {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .u-space-top-6\@sm {
    margin-top: 1.2rem !important;
  }

  .u-space-right-6\@sm {
    margin-right: 1.2rem !important;
  }

  .u-space-bottom-6\@sm {
    margin-bottom: 1.2rem !important;
  }

  .u-space-left-6\@sm {
    margin-left: 1.2rem !important;
  }

  .u-space-7\@sm {
    margin: 1.3333333333rem !important;
  }

  .u-space-ends-7\@sm {
    margin-top: 1.3333333333rem !important;
    margin-bottom: 1.3333333333rem !important;
  }

  .u-space-sides-7\@sm {
    margin-right: 1.3333333333rem !important;
    margin-left: 1.3333333333rem !important;
  }

  .u-space-top-7\@sm {
    margin-top: 1.3333333333rem !important;
  }

  .u-space-right-7\@sm {
    margin-right: 1.3333333333rem !important;
  }

  .u-space-bottom-7\@sm {
    margin-bottom: 1.3333333333rem !important;
  }

  .u-space-left-7\@sm {
    margin-left: 1.3333333333rem !important;
  }

  .u-space-8\@sm {
    margin: 1.6rem !important;
  }

  .u-space-ends-8\@sm {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .u-space-sides-8\@sm {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .u-space-top-8\@sm {
    margin-top: 1.6rem !important;
  }

  .u-space-right-8\@sm {
    margin-right: 1.6rem !important;
  }

  .u-space-bottom-8\@sm {
    margin-bottom: 1.6rem !important;
  }

  .u-space-left-8\@sm {
    margin-left: 1.6rem !important;
  }

  .u-space-9\@sm {
    margin: 2.1333333333rem !important;
  }

  .u-space-ends-9\@sm {
    margin-top: 2.1333333333rem !important;
    margin-bottom: 2.1333333333rem !important;
  }

  .u-space-sides-9\@sm {
    margin-right: 2.1333333333rem !important;
    margin-left: 2.1333333333rem !important;
  }

  .u-space-top-9\@sm {
    margin-top: 2.1333333333rem !important;
  }

  .u-space-right-9\@sm {
    margin-right: 2.1333333333rem !important;
  }

  .u-space-bottom-9\@sm {
    margin-bottom: 2.1333333333rem !important;
  }

  .u-space-left-9\@sm {
    margin-left: 2.1333333333rem !important;
  }

  .u-space-10\@sm {
    margin: 3.2rem !important;
  }

  .u-space-ends-10\@sm {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .u-space-sides-10\@sm {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .u-space-top-10\@sm {
    margin-top: 3.2rem !important;
  }

  .u-space-right-10\@sm {
    margin-right: 3.2rem !important;
  }

  .u-space-bottom-10\@sm {
    margin-bottom: 3.2rem !important;
  }

  .u-space-left-10\@sm {
    margin-left: 3.2rem !important;
  }

  .u-space-11\@sm {
    margin: 4.2666666667rem !important;
  }

  .u-space-ends-11\@sm {
    margin-top: 4.2666666667rem !important;
    margin-bottom: 4.2666666667rem !important;
  }

  .u-space-sides-11\@sm {
    margin-right: 4.2666666667rem !important;
    margin-left: 4.2666666667rem !important;
  }

  .u-space-top-11\@sm {
    margin-top: 4.2666666667rem !important;
  }

  .u-space-right-11\@sm {
    margin-right: 4.2666666667rem !important;
  }

  .u-space-bottom-11\@sm {
    margin-bottom: 4.2666666667rem !important;
  }

  .u-space-left-11\@sm {
    margin-left: 4.2666666667rem !important;
  }

  .u-space-12\@sm {
    margin: 6.4rem !important;
  }

  .u-space-ends-12\@sm {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .u-space-sides-12\@sm {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .u-space-top-12\@sm {
    margin-top: 6.4rem !important;
  }

  .u-space-right-12\@sm {
    margin-right: 6.4rem !important;
  }

  .u-space-bottom-12\@sm {
    margin-bottom: 6.4rem !important;
  }

  .u-space-left-12\@sm {
    margin-left: 6.4rem !important;
  }

  .u-space-none\@sm {
    margin: 0 !important;
  }

  .u-space-ends-none\@sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-space-sides-none\@sm {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .u-space-top-none\@sm {
    margin-top: 0 !important;
  }

  .u-space-right-none\@sm {
    margin-right: 0 !important;
  }

  .u-space-bottom-none\@sm {
    margin-bottom: 0 !important;
  }

  .u-space-left-none\@sm {
    margin-left: 0 !important;
  }

  .u-space-auto\@sm {
    margin: auto !important;
  }

  .u-space-ends-auto\@sm {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .u-space-sides-auto\@sm {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .u-space-top-auto\@sm {
    margin-top: auto !important;
  }

  .u-space-right-auto\@sm {
    margin-right: auto !important;
  }

  .u-space-bottom-auto\@sm {
    margin-bottom: auto !important;
  }

  .u-space-left-auto\@sm {
    margin-left: auto !important;
  }
}
/* Heading
   ========================================================================== */
.u-heading-1 {
  font-size: 3.6666666667rem;
  font-weight: 700;
  line-height: 1.0363636364;
}

.u-heading-2 {
  font-size: 2.1333333333rem;
  font-weight: 700;
  line-height: 1.125;
}

.u-heading-3 {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.4;
}

.u-heading-4 {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.25;
}

.u-heading-5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3333333333;
}

@media (max-width: 1024px) {
  .u-heading-1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.0444444444;
  }

  .u-heading-2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1481481481;
  }

  .u-heading-3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }

  .u-heading-4 {
    font-size: 1.0666666667rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .u-heading-5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
@media (max-width: 600px) {
  .u-heading-1 {
    font-size: 2.3333333333rem;
    font-weight: 700;
    line-height: 1.0571428571;
  }

  .u-heading-2 {
    font-size: 1.4666666667rem;
    font-weight: 700;
    line-height: 1.2727272727;
  }

  .u-heading-3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }

  .u-heading-4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }

  .u-heading-5 {
    font-size: 0.9333333333rem;
    font-weight: 600;
    line-height: 1.2857142857;
  }
}
@media (max-width: 1024px) {
  .u-heading-1\@md {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.0444444444;
  }

  .u-heading-2\@md {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1481481481;
  }

  .u-heading-3\@md {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }

  .u-heading-4\@md {
    font-size: 1.0666666667rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .u-heading-5\@md {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
@media (max-width: 600px) {
  .u-heading-1\@md {
    font-size: 2.3333333333rem;
    font-weight: 700;
    line-height: 1.0571428571;
  }

  .u-heading-2\@md {
    font-size: 1.4666666667rem;
    font-weight: 700;
    line-height: 1.2727272727;
  }

  .u-heading-3\@md {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }

  .u-heading-4\@md {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }

  .u-heading-5\@md {
    font-size: 0.9333333333rem;
    font-weight: 600;
    line-height: 1.2857142857;
  }
}
@media (max-width: 600px) {
  .u-heading-1\@sm {
    font-size: 2.3333333333rem;
    font-weight: 700;
    line-height: 1.0571428571;
  }

  .u-heading-2\@sm {
    font-size: 1.4666666667rem;
    font-weight: 700;
    line-height: 1.2727272727;
  }

  .u-heading-3\@sm {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }

  .u-heading-4\@sm {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }

  .u-heading-5\@sm {
    font-size: 0.9333333333rem;
    font-weight: 600;
    line-height: 1.2857142857;
  }
}
/* Paragraph
   ========================================================================== */
.u-paragraph-1 {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
}

.u-paragraph-2 {
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.2857142857;
}

.u-paragraph-3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
}

.u-paragraph-4 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3333333333;
}

@media (max-width: 600px) {
  .u-paragraph-1 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }

  .u-paragraph-2 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }

  .u-paragraph-3 {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }

  .u-paragraph-4 {
    font-size: 1.0666666667rem;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media (max-width: 600px) {
  .u-paragraph-1\@sm {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }

  .u-paragraph-2\@sm {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }

  .u-paragraph-3\@sm {
    font-size: 0.9333333333rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }

  .u-paragraph-4\@sm {
    font-size: 1.0666666667rem;
    font-weight: 400;
    line-height: 1.25;
  }
}
/* Weight
   ========================================================================== */
.u-text-normal {
  font-weight: 400 !important;
}

.u-text-semi-bold {
  font-weight: 600 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

/* Align
   ========================================================================== */
.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

@media (max-width: 1024px) {
  .u-text-center\@md {
    text-align: center !important;
  }

  .u-text-right\@md {
    text-align: right !important;
  }

  .u-text-left\@md {
    text-align: left !important;
  }
}
@media (max-width: 600px) {
  .u-text-center\@sm {
    text-align: center !important;
  }

  .u-text-right\@sm {
    text-align: right !important;
  }

  .u-text-left\@sm {
    text-align: left !important;
  }
}
/* Misc
   ========================================================================== */
.u-text-strike {
  text-decoration: line-through !important;
}

.u-text-upper {
  text-transform: uppercase !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.u-text-exclamate-before::before {
  content: "!";
  color: #fd4d26;
}
.u-text-exclamate-after::after {
  content: "!";
  color: #fd4d26;
}

.glightbox-container .glightbox-button-hidden {
  display: none !important;
}

.glightbox-clean .gclose {
  border-radius: 50%;
  background-color: #000;
}

.glightbox-clean .goverlay {
  background: rgba(0, 0, 0, 0.7);
}

.glightbox-clean .gslide-media {
  background-color: #fff;
}

.noUi-horizontal {
  height: 0.6666666667rem;
}

.noUi-target {
  border: 0;
  border-radius: 0.3333333333rem;
  background-color: #f6f6f6;
  box-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.noUi-connect {
  background-color: #20b787;
}

.noUi-handle {
  border: 0;
  border-radius: 100%;
  background-color: #000;
  box-shadow: none;
}
.noUi-handle::before {
  top: 50%;
  left: 50%;
  width: 0.2666666667rem;
  height: 0.2666666667rem;
  border-radius: 100%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.noUi-handle::after {
  display: none;
}

.noUi-horizontal .noUi-handle {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}

.disappear-leave-active {
  transition: opacity 0.5s ease;
}

.disappear-leave-to {
  opacity: 0;
}

.c-account-area-body {
  padding-top: 4.2666666667rem;
  padding-bottom: 6.4rem;
  background-color: #fafafa;
}
@media (max-width: 1024px) {
  .c-account-area-body {
    padding-top: 0;
    padding-bottom: 4.2666666667rem;
  }
}

.c-account-area-hero {
  padding-top: 4.2666666667rem;
  padding-bottom: 4.2666666667rem;
  border-bottom: 0.0666666667rem solid #f1f1f1;
  background-color: #fff;
}
@media (max-width: 600px) {
  .c-account-area-hero {
    padding-top: 2.1333333333rem;
    padding-bottom: 2.1333333333rem;
  }
}

@media (max-width: 1024px) {
  .c-account-area-menu {
    display: flex;
    margin-right: -4.5333333333rem;
    margin-bottom: 1.3333333333rem;
    margin-left: -4.5333333333rem;
    overflow-x: auto;
  }
}
@media (max-width: 600px) {
  .c-account-area-menu {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media (max-width: 1024px) {
  .c-account-area-menu-inner {
    display: flex;
    padding: 1rem 4.5333333333rem;
    flex-shrink: 0;
  }
}
@media (max-width: 600px) {
  .c-account-area-menu-inner {
    padding: 1rem 1rem;
  }
}

.c-account-area-menu__nav {
  padding-bottom: 2.1333333333rem;
  border-bottom: 0.0666666667rem solid #dedede;
}
@media (max-width: 1024px) {
  .c-account-area-menu__nav {
    display: flex;
    padding-bottom: 0;
    flex-shrink: 0;
    border-bottom: none;
  }
}

.c-account-area-menu__item {
  display: flex;
  padding: 0.8rem;
  align-items: center;
  overflow: hidden;
  border: 0.0666666667rem solid #fff;
  border-radius: 0.6666666667rem;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.04);
  font-weight: 600;
}
.c-account-area-menu__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .c-account-area-menu__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.c-account-area-menu__item.is-active, .c-account-area-menu__item:active {
  border-color: #f1f1f1;
  background-color: #f6f6f6;
  box-shadow: none;
  color: #fd4d26;
}
@media (max-width: 1024px) {
  .c-account-area-menu__item {
    margin-right: 1rem;
    flex-shrink: 0;
  }
}
@media (max-width: 600px) {
  .c-account-area-menu__item {
    font-size: 0.9333333333rem;
  }
}

.c-account-area-menu__item-icon {
  margin-right: 0.6666666667rem;
}

.c-account-area-table__row:not(:last-child), .c-account-area-table__row:only-child {
  border-bottom: 0.0666666667rem solid #f1f1f1;
}
@media (max-width: 600px) {
  .c-account-area-table__row {
    display: block;
  }
  .c-account-area-table__row:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .c-account-area-table__row:only-child {
    border-bottom: none;
  }
}

.c-account-area-table__cell {
  padding: 1.6rem 0.8rem;
}
@media (max-width: 600px) {
  .c-account-area-table__cell {
    display: flex;
    margin-bottom: 0.8rem;
    padding: 0;
    justify-content: space-between;
    font-size: 0.8rem;
  }
  .c-account-area-table__cell::before {
    content: attr(aria-label);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
  }
}
.c-account-area-table__cell:first-child {
  padding-left: 0;
}
.c-account-area-table__cell:last-child {
  padding-right: 0;
}
.c-account-area-table__cell--header {
  padding-top: 0;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.33;
}
@media (max-width: 600px) {
  .c-account-area-table__cell--header {
    display: none;
  }
}

.c-account-area-order-heading {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .c-account-area-order-heading {
    display: block;
  }
}
.c-account-area-order-heading > *:first-child {
  padding-right: 1.6rem;
  flex-shrink: 0;
  border-right: 0.0666666667rem solid #dedede;
}
@media (max-width: 600px) {
  .c-account-area-order-heading > *:first-child {
    margin-bottom: 0.6666666667rem;
    padding-right: 0;
    border-right: none;
  }
}
.c-account-area-order-heading > *:last-child {
  padding-left: 1.6rem;
}
@media (max-width: 600px) {
  .c-account-area-order-heading > *:last-child {
    padding-left: 0;
  }
}

.c-account-area-heading {
  padding-bottom: 1rem;
  border-bottom: 0.0666666667rem solid #dedede;
}

.c-cart-layout__heading {
  display: flex;
  align-items: center;
}
.c-cart-layout__heading > * + * {
  margin-left: 0.6666666667rem;
}

.c-cart-layout__heading-icon {
  width: 2.9333333333rem;
  height: 2.9333333333rem;
}
@media (max-width: 600px) {
  .c-cart-layout__heading-icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-cart-layout__subheading {
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .c-cart-layout__subheading {
    margin-bottom: 0.6666666667rem;
  }
}

.c-cart-layout__summary {
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  .c-cart-layout__summary {
    position: static;
  }
}

.c-cart-layout__section-grid-wrapper {
  margin-bottom: 1rem;
}

.c-cart-layout__section-summary-wrapper {
  padding-right: 0.9333333333rem;
}
@media (max-width: 600px) {
  .c-cart-layout__section-summary-wrapper {
    padding-right: 0;
  }
}

.c-cart-total__price {
  display: flex;
  margin-bottom: 1.3333333333rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .c-cart-total__price {
    margin-bottom: 0.6666666667rem;
  }
}

.c-cart-total__heading {
  margin-bottom: 0.1333333333rem;
}

.c-minicart {
  width: 18.2rem;
}

.c-minicart__list {
  max-height: 13.3333333333rem;
  overflow-y: auto;
  border-bottom: 0.0666666667rem solid #f1f1f1;
}

.c-minicart__line:not(:last-child) {
  border-bottom: 0.0666666667rem solid #f1f1f1;
}

.c-checkout-action-modal {
  padding: 0 0 2rem;
}
.c-checkout-action-modal .o-wave-container {
  border-radius: 0.6666666667rem;
}

.c-checkout-checkbox-card {
  padding: 1rem;
}

.c-checkout-checkbox-card.is-expanded {
  padding-bottom: 1.6rem;
}

.c-checkout-checkbox-card.is-disabled {
  opacity: 0.7;
}

.c-checkout-checkbox-card.is-expanded .c-checkout-checkbox-card__summary {
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 0.0666666667rem solid #dedede;
}
@media (max-width: 600px) {
  .c-checkout-checkbox-card.is-expanded .c-checkout-checkbox-card__summary {
    margin-bottom: 1rem;
  }
}

.c-checkout-confirmation {
  text-align: center;
}

.c-checkout-confirmation__image {
  width: 17.6rem;
  height: 16.6rem;
  margin-bottom: 2.6666666667rem;
}
@media (max-width: 600px) {
  .c-checkout-confirmation__image {
    width: 10.3333333333rem;
    height: 9.7333333333rem;
    margin-bottom: 1rem;
  }
}

.c-checkout-confirmation__text {
  margin-bottom: 2.6666666667rem;
}
@media (max-width: 600px) {
  .c-checkout-confirmation__text {
    margin-bottom: 1.6rem;
  }
}

.c-checkout-confirmation__order-number {
  margin-bottom: 2.1333333333rem;
}
@media (max-width: 600px) {
  .c-checkout-confirmation__order-number {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 1025px) {
  .c-checkout-container {
    max-width: 70.3333333333rem;
  }
}

.c-checkout-info-card {
  display: flex;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  text-align: center;
}
@media (max-width: 600px) {
  .c-checkout-info-card {
    padding-top: 1.3333333333rem;
    padding-bottom: 1.3333333333rem;
  }
}

.c-checkout-info-card__section {
  width: 50%;
  padding: 0.5333333333rem 10%;
}
@media (max-width: 600px) {
  .c-checkout-info-card__section {
    padding: 0 1.3333333333rem;
  }
}
.c-checkout-info-card__section + .c-checkout-info-card__section {
  border-left: 0.0666666667rem solid #f1f1f1;
}
@media (max-width: 600px) {
  .c-checkout-info-card__section + .c-checkout-info-card__section {
    border-left: 0;
  }
}

.c-checkout-info-card__section-heading {
  margin-bottom: 0.5333333333rem;
}
@media (max-width: 600px) {
  .c-checkout-info-card__section-heading {
    margin-bottom: 0;
  }
}

.c-checkout-layout__prizes-heading {
  display: flex;
  margin-bottom: 1.3333333333rem;
  align-items: center;
}
.c-checkout-layout__prizes-heading > * + * {
  margin-left: 0.6666666667rem;
}

.c-checkout-layout__prizes-heading-icon {
  width: 2.2666666667rem;
  height: 2.3333333333rem;
}

.c-checkout-layout__agreement {
  padding-top: 3.3333333333rem;
  border-top: 0.0666666667rem solid #dedede;
}
@media (max-width: 600px) {
  .c-checkout-layout__agreement {
    padding-top: 1.6rem;
  }
}

.c-checkout-custom-radio {
  margin-top: 0;
}

[data-whatintent=keyboard] .c-checkout-custom-radio__item-input:focus + .c-checkout-custom-radio__item-label {
  outline: 0.1333333333rem solid #717171;
  outline-offset: 0.1333333333rem;
}

.c-checkout-custom-radio__item-input:checked + .c-checkout-custom-radio__item-label {
  border-color: #fd4d26;
  background-color: #fff;
  background-image: linear-gradient(0deg, rgba(253, 77, 38, 0.05), rgba(253, 77, 38, 0.05));
  font-weight: 600;
}
.c-checkout-custom-radio__item-input:checked + .c-checkout-custom-radio__item-label .c-checkout-custom-radio__item-title {
  color: #fd4d26;
}

.c-checkout-custom-radio__item-label {
  display: flex;
  position: relative;
  z-index: 0;
  padding: 1.6rem;
  flex-direction: column;
  align-items: center;
  border: 0.0666666667rem solid #dedede;
  border-radius: 0.6666666667rem;
}

.c-checkout-custom-radio__item-label.is-muted {
  opacity: 0.6;
}

.c-checkout-custom-radio__item-sticker {
  position: absolute;
  top: -1.3333333333rem;
  left: 0.6666666667rem;
  z-index: 1;
}

.c-checkout-custom-radio__item-image {
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  margin-bottom: 0.3333333333rem;
}

.c-checkout-total__price {
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 1024px) {
  .c-checkout-total__price {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 600px) {
  .c-checkout-total__price {
    margin-bottom: 0.6666666667rem;
  }
}

.c-checkout-total__heading {
  margin-bottom: 0.1333333333rem;
}

.c-checkout-validation-layout__subheading {
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .c-checkout-validation-layout__subheading {
    margin-bottom: 0.6666666667rem;
  }
}

.c-product-gallery-selections {
  display: flex;
  margin: -0.1666666667rem;
  flex-wrap: wrap;
}

.c-product-gallery-selections__item {
  padding: 0.1666666667rem;
}

@media (max-width: 600px) {
  .c-product-gallery-sorting-select {
    font-weight: 700;
  }
}

@media (max-width: 1024px) {
  .c-login-image {
    height: 16.6666666667rem;
  }
}
@media (max-width: 600px) {
  .c-login-image {
    height: 8.3333333333rem;
  }
}

.c-product-details-card {
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0.3333333333rem 0.3333333333rem 0.6666666667rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .c-product-details-card {
    margin-right: -4.5333333333rem;
    margin-left: -4.5333333333rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fafafa;
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .c-product-details-card {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.c-product-details-card--with-sticker .c-product-details-card__content {
  padding-top: 1.6rem;
}
@media (max-width: 1024px) {
  .c-product-details-card--with-sticker .c-product-details-card__content {
    padding-top: 2.1333333333rem;
  }
}

.c-product-details-card__sticker {
  position: absolute;
  left: 1.6rem;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .c-product-details-card__sticker {
    left: 4.5333333333rem;
  }
}
@media (max-width: 600px) {
  .c-product-details-card__sticker {
    left: 1rem;
  }
}

.c-product-details-card__content {
  padding: 1.3333333333rem 1.6rem;
}
@media (max-width: 1024px) {
  .c-product-details-card__content {
    padding-right: 4.5333333333rem;
    padding-bottom: 4.2666666667rem;
    padding-left: 4.5333333333rem;
  }
}
@media (max-width: 600px) {
  .c-product-details-card__content {
    padding-right: 1rem;
    padding-bottom: 2.1333333333rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1025px) {
  .c-product-details-card__content--top {
    padding-bottom: 0;
  }
}

.c-product-details-card__info-item + .c-product-details-card__info-item {
  margin-top: 0.1666666667rem;
}

.c-product-details-card__info-icon {
  width: 1.7333333333rem;
  height: 1.7333333333rem;
}

.c-product-details-card__validation-form-wrapper {
  margin-right: -1.6rem;
  margin-bottom: -1.3333333333rem;
  margin-left: -1.6rem;
  padding: 1.3333333333rem 1.6rem;
  background-image: url("/Content/elements/pattern.png");
  background-size: 0.6666666667rem 0.6666666667rem;
}
@media (max-width: 600px) {
  .c-product-details-card__validation-form-wrapper {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.c-product-details-grid {
  margin-right: -2.3333333333rem;
  margin-left: -2.3333333333rem;
}
@media (max-width: 600px) {
  .c-product-details-grid {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

.c-product-details-grid > .c-product-details-grid__cell {
  padding-right: 2.3333333333rem;
  padding-left: 2.3333333333rem;
}
@media (max-width: 600px) {
  .c-product-details-grid > .c-product-details-grid__cell {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (max-width: 1024px) {
  .c-product-details-specs-card {
    border: 0.0666666667rem solid #f1f1f1;
    border-radius: 1.6666666667rem;
  }
}

.c-product-details-specs-card__button {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  width: 100%;
  padding: 1.6rem 1.6rem 1.3333333333rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .c-product-details-specs-card__button {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }
}
@media (max-width: 600px) {
  .c-product-details-specs-card__button {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2222222222;
  }
}
@media (max-width: 1024px) {
  .c-product-details-specs-card__button {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3333333333;
    min-height: 3.3333333333rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .c-product-details-specs-card__button {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .c-product-details-specs-card__button {
    font-size: 0.9333333333rem;
    font-weight: 600;
    line-height: 1.2857142857;
  }
}
@media (max-width: 600px) {
  .c-product-details-specs-card__button {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.c-product-details-specs-card__button > * + * {
  margin-left: 0.8rem;
}

.c-product-details-specs-card__button.is-expanded .c-product-details-specs-card__button-right-icon {
  transform: rotate(180deg);
}

.c-product-details-specs-card__button-left-icon {
  width: 2.1333333333rem;
  height: 2.1333333333rem;
}
@media (max-width: 1024px) {
  .c-product-details-specs-card__button-left-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.c-product-details-specs-card__button-right-icon {
  display: none;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .c-product-details-specs-card__button-right-icon {
    display: block;
  }
}

.c-product-details-specs-card__content {
  display: none;
  padding-right: 1.6rem;
  padding-bottom: 1.3333333333rem;
  padding-left: 1.6rem;
}
@media (max-width: 600px) {
  .c-product-details-specs-card__content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.c-product-details-specs-card__content.is-expanded {
  display: block;
}

.c-product-details-specs-card__cell {
  padding-bottom: 0.8rem;
}
@media (max-width: 1024px) {
  .c-product-details-specs-card__cell {
    padding-bottom: 0.5333333333rem;
  }
}

.c-product-details-specs-card__cell--data {
  text-align: left;
}

.c-product-gallery-filter-card.is-collapsed .c-product-gallery-filter-card__toggle-button-icon {
  transform: none;
}

.c-product-gallery-filter-card.is-collapsed .c-product-gallery-filter-card__content {
  display: none;
}

.c-product-gallery-filter-card__toggle-button-icon {
  transform: rotate(180deg);
}

.c-product-gallery-filter-card__show-more-button {
  text-decoration: underline;
}
.c-product-gallery-filter-card__show-more-button:hover {
  text-decoration: none;
}
.c-product-gallery-filter-card__show-more-button ~ * {
  display: none;
}

.c-subscription-card--blue-gradient .c-subscription-card__content::before {
  background-image: linear-gradient(180deg, #59c5e2 0%, rgba(255, 255, 255, 0) 100%);
}

.c-subscription-card--red-gradient .c-subscription-card__content::before {
  background-image: linear-gradient(180deg, #fd4d26 0%, rgba(255, 255, 255, 0) 100%);
}

.c-subscription-card--yellow-gradient .c-subscription-card__content::before {
  background-image: linear-gradient(180deg, #ffd03e 0%, rgba(255, 255, 255, 0) 100%);
}

.c-subscription-card__content {
  position: relative;
  z-index: 0;
}
.c-subscription-card__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 8.6666666667rem;
  opacity: 0.2;
}
@media (max-width: 600px) {
  .c-subscription-card__content::before {
    height: 6.6666666667rem;
  }
}

.c-subscription-card__features-wrapper {
  position: relative;
}
.c-subscription-card__features-wrapper--hidden {
  max-height: 100px;
  overflow: hidden;
}
.c-subscription-card__features-wrapper--hidden::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.c-subscription-card__more-details {
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 8px 25px 8px 17px;
  align-items: center;
  border: none;
  border-radius: 100px;
  outline: none;
  background: #f6f6f6;
  color: #717171;
  font-weight: 600;
  cursor: pointer;
}
.c-subscription-card__more-details::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid #717171;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: translateY(-50%);
}
.c-subscription-card__more-details--expanded::after {
  transform: translateY(-50%) rotate(180deg);
}

.c-subscription-card__image-wrapper {
  position: relative;
  z-index: 0;
}

.c-subscription-card__sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-subscription-card__bottom-part {
  position: relative;
}

.c-subscription-card__validation-form-wrapper {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #fff;
}

.c-subscription-card__validation-form {
  overflow-y: auto;
}

.c-subscription-container-card {
  display: flex;
  position: relative;
  z-index: 0;
  padding: 2rem 3.3333333333rem;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 600px) {
  .c-subscription-container-card {
    padding: 1.6rem 40% 1.6rem 1rem;
    align-items: flex-start;
    text-align: left;
  }
}

.c-subscription-container-card__title {
  margin-bottom: 0.3333333333rem;
}

.c-subscription-container-card__image {
  margin-bottom: 1.3333333333rem;
}
@media (max-width: 600px) {
  .c-subscription-container-card__image {
    position: absolute;
    top: 50%;
    left: 60%;
    z-index: -1;
    max-height: 90%;
    transform: translateY(-50%);
  }
}

.c-subscription-container-card__description {
  margin-bottom: 1.2rem;
}

.c-subscription-layout__summary {
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  .c-subscription-layout__summary {
    position: static;
  }
}

.c-subscriptions-slider__scene {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .c-subscriptions-slider__scene {
    margin-right: -1rem;
    margin-bottom: 1.6rem;
    margin-left: -1rem;
  }
}
.c-subscriptions-slider__scene:only-child {
  margin-bottom: 0;
}

.c-subscriptions-slider__grid {
  flex-wrap: nowrap;
  align-items: flex-end;
}
